Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. js-controller Lucy (Version 7.0) jetzt im Stable Repository

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.4k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.5k

js-controller Lucy (Version 7.0) jetzt im Stable Repository

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
backupdynamic notificationsjs-controllerlucystabletest
116 Beiträge 35 Kommentatoren 24.3k Aufrufe 29 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @martinp sagte in js-controller Lucy (Version 7.0) jetzt im Stable Repository:

    Freue mich aber auch nicht gerade auf die Zeit zwischen ... Mitte 2025 und '26 - da muss irgendwann debian Bookworm Trixie weichen ....

    Mit der Strategie " im Tritt zu bleiben ..." dürfte das alles keine großen Klimmzüge benötigen.

    J Offline
    J Offline
    Josh
    schrieb am zuletzt editiert von
    #18

    Ich habe gerade meinen Master und die beiden Slaves upgegraded. Beim Master gab es keine Auffälligkeiten. Bei den beiden Slaves kam nach dem Upgradestart per WebGUI eine Fehlermeldung. Trotzdem sind auch dort die Upgrades durchgelaufen. Alle Adapter wieder grün.

    Danke an die Devs.

    Master: Intel NUC10i5-32GB-1TB_SSD - Proxmox 8.3 - LXC Debian 11
    Slave1: RPi3B - ZigBee CC2652P - 10x DS18B20
    Slave2: RPi3B - ZigBee CC2538+CC2592
    node.js 20.18.1 / NPM 10.8.2 / js-controller 7.0.3

    1 Antwort Letzte Antwort
    0
    • foxriver76F foxriver76
      Aktuelle Test Version 7.0.3
      Veröffentlichungsdatum 13.11.2024

      Hallo ioBroker-Community,

      nachdem der Beta Test für die neue Version 7.0 für zwei Wochen ohne weitere Auffälligkeiten verlaufen ist möchten wir euch heute bereits den neuen Controller im Stable zur Verfügung stellen. Dieser wird im Laufe des Tages im offiziellen Stable Repository verfügbar sein.

      :grey_exclamation: Node.js Versions-Anforderungen

      Die unterstützten Node.js Versionen sind weiterhin: 18.x, 20.x und voraussichtlich 22.x. Die empfohlene Node.js Version für ioBroker ist Stand heute 20.x.
      Bitte beachtet weiterhin bei Node.js Updates die Anleitung im Forum unter https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-14-16-und-18 !

      :exclamation: Informationen zur Version

      Hier möchte ich euch als erstes einen Einblick in die für euch relevanten neuen Features geben.

      :star2: Feature Spotlight


      :new: Dynamic Notifications

      Diese Version bringt vorallem ein neues Feature: Dynamic Notifications, dies ermöglicht es Entwicklern Benachrichtigungen zu generieren mit welchen Adapter interagieren können. Als erstes steht der Admin Adapter hier im Rampenlicht, welcher es nun ermöglicht, dass ihr als Anwender mit Benachrichtigungen interagieren könnt, z. B. benachrichtigt euch der Ping Adapter mit diesem Feature über neue Geräte in eurem Netzwerk. Direkt im Notification Dialog habt ihr nun die Möglichkeit die neu gefundenen Geräte mit dem Ping Adapter zu überwachen. Wir hoffen damit die Nutzererfahrung weiterhin zu verbessern und hoffen das weitere Adapter folgen.

      Für die Entwickler unter euch, verweise ich zur Implementierung dieses Features in eurem Adapter aktuell auf den Ping Adapter welcher dieses Feature nutzt. Das Feature basiert auf JSON Config und benötigt somit keine umfangreiche Erfahrung im Frontend. Eine Dokumentation im Admin Adapter ist hier zu finden.


      :new: Docker Notifications

      Um bei den Notifications zu bleiben, gibt es nun für Nutzer des offiziellen ioBroker Docker Containers eine Benachrichtigung sobald eine neue Version auf Docker Hub zur Verfügung steht. Somit verpasst ihr keinen Release mehr und haltet euer System bequem aktuell!


      :new: Neue Backup-Technologie

      Weiterhin haben wir die interne Backup Mechanik komplett überarbeitet. Statt das gesamte Backup File auf ein mal einzulesen nutzt das Backup nun JSONL, was ihr bereits von der Standard Datenbank kennt. Somit ist die Erstellung und Wiederherstellung von Backups großer Installationen kein Problem mehr. Und mit groß meinen wir, dass das Konzept beliebig skaliert - in der Theorie sind selbst Backups mit mehreren Millionen Objekten kein Problem!

      Um dies zu erreichen haben wir die interne Mechanik so optimiert, dass diese inkompatibel mit alten js-controller Versionen ist. Umgekehrt haben wir eine Möglichkeit geschaffen, dass ältere Backups mit der neuen Controller Version wiederhergestellt werden können.


      :information_source: Weitere Informationen

      Detailliertere Informationen zu allen Änderungen und Features findet Ihr weiter unten und im Changelog. Ich hoffe auch diesmal auf Eure tatkräftige Unterstützung, sodass der Latest-Release dann genau so reibungslos verläuft wie bei den letzten Versionen.

      Für die aktive Mitarbeit an dieser Version des js-controller bedanke mich diesmal wieder besonders bei Apollon77 und Bluefox!

      Darüber hinaus ist der js-controller 7.0 generell kompatibel mit allen bestehenden ioBroker-Systemen. Ein Update von der Version 6.0.x ist problemlos möglich.
      Ansonsten empfehlen wir ein schrittweises Update auf die 7.0 (3.3.x -> 4.0 -> 5.0 -> 6.0).

      :floppy_disk: Installation

      :one: VOR der Installation

      Wie bei jedem Test dieser Art: Bitte macht ein Backup! iobroker backup bzw kopieren des iobroker-data Verzeichnisses reichen an sich aus. Bitte nicht das node_modules Verzeichnis einfach kopieren, da sonst symbolische Links kaputt gehen können, was zu größeren Problemen danach führt.
      Eine alte 6.0.x-Version des js-controller kann im Notfall einfach wieder per npm install iobroker.js-controller@version --omit=dev ("version" durch die gewünschte Versionsnummer ersetzen) installiert werden und sollte alles wieder herstellen (Letzter Stable Stand ist die 6.0.11)

      :two: Nötige Adapter-Aktualisierungen

      Am besten VOR dem js-controller Update alle verfügbaren Adapter-Updates prüfen und alle Updates installieren, die im Changelog auf Optimierungen oder Anpassungen für den js-controller 7.0 oder höher hinweisen.
      Mit den stable Versionen der jeweiligen Adapter sollten keine Probleme auftreten, falls doch bitte hier melden.

      Ausnahmen bilden die vier Adapter die im zweiten Post aufgeführt sind!

      :three: Achtung: MASTER/SLAVE-Systeme Reihenfolgen beachten!

      Bei einem Multi-Host-System, welches auf js-controller 6.0.x läuft, ist es beim Update auf Version 7.0 empfohlen, zuerst das Master-System zu aktualisieren. Der Master muss dann wieder gestartet werden. Die Slaves werden danach aktualisiert!

      Bei Updates von Master/Slave-Systemen mit js-controller 4.x oder früher Bitte die jeweiligen Update Threads der empfohlenen Zwischenversionen prüfen.

      :four: Windows

      Wir empfehlen euch den Weg über den offiziellen Installer zu nutzen.

      Im Zweifel kann das Update manuell via npm installiert werden. Hierzu im ioBroker-Verzeichnis nach stoppen des ioBroker den Befehl npm i iobroker.js-controller@stable ausführen.

      :four: Linux

      Die erste Wahl für Linux Systeme ist die Aktualisierung über den Admin im Hosts Tab.
      Sollte diese nicht verfügbar sein bitte folgenden Weg wählen:

      • ioBroker stoppen (iobroker stop)
      • Prüfen das keine Prozesse (Adapter, Backups) mehr laufen (ps auxww|grep io und auch ps auxww|grep backup). Es passiert manchmal das trotz dem Stoppen noch Zombies zurückbleiben
      • Das Update erfolgt via iob upgrade self
      • ioBroker starten (iobroker start)

      :five: Bei Fehlern:

      Wenn bei der Installation Fehler wegen fehlender Zugriffsrechte auftreten, am besten den Installation-Fixer (iob fix) nutzen und die Installation erneut versuchen.

      Solche Fehler bitte hier im Thread melden.

      :six: NACH der Installation

      Wenn alles klappt merkt Ihr ausser der höheren Versionsnummer in der Host-Ansicht im Admin keinen Unterschied. Alles funktioniert weiterhin wie vorher. Alle Adapterinstanzen starten und funktionieren. Wenn das so ist hat alles geklappt.

      Falls im Log Warn-Meldungen auftauchen mit dem Hinweis diese an den Entwickler zu senden, dann bitte schauen welcher Adapter es ist und entsprechend dort Issues bitte anlegen!
      Was hat sich geändert, was besonders ansehen/beachten?

      Speziell die Entwickler sollten sich das Dynamic Notifications Feature anschauen.

      Hier für Interessierte als Spoiler eine Zusammenfassung des Changelogs :newspaper::

      7.0.0 Release Lucy

      Breaking changes

      • Backups created with 7.0.x cannot be restored with previous version

      Features

      • (@GermanBluefox) Added support for dynamic notification data (with this feature developers can create interactive notifications in the Admin adapter)
      • (@GermanBluefox/@foxriver76) implemented automatic upload on adapter start if version mismatch is detected
      • (@foxriver76) improved backup/restore process to work for arbitrary large installations
      • (@foxriver76) added notification if new image is available on Docker Hub (for official docker systems)

      Optimizations and fixes

      • (@foxriver76) extend the time to wait until controller is stopped on controller UI upgrade
      • (@foxriver76) enhanced translations for the diskSpaceIssues notification category
      • (@foxriver76) enriched logging on upload with version information

      Developer relevant new features

      • (@GermanBluefox) On registerNotification developers can now pass additional context data e.g. for dynamic notifications with Admin adapter

      Developer relevant Optimizations and Fixes

      • (@foxriver76) updated plugin base and sentry plugin to version 2
      • (@GermanBluefox/@foxriver76) multiple improvements on type level

      Wie Fehler melden?

      Wer sich unsicher ist, ob ein Fehler vorliegt, sollte am besten hier im Thread das Problem beschreiben. So können wir alle versuchen, das Problem nachzuvollziehen und ggf. einzugrenzen.

      Bitte checkt auch die "Known issues Liste" (zweiter Post) mit den Dingen die aktuell während der Beta bekannt sind und bis zum Stable Release noch angepasst werden.

      Sobald ein Fehler auftritt der in einer Fehlermeldung oder einen Crash mit Fehlerdetails im Log oder auf Kommandozeile endet, dann dazu am besten direkt ein GitHub-Issue im js-controller Projekt öffnen und zusätzlich hier im Thread posten. Je detaillierter die Angaben im Issue sind (genaue Fehlermeldungen/Logs, Infos zur OS- und Node.js-Umgebung sowie genaue Schritte zur Reproduktion des Problems), umso schneller können wir Fehler einkreisen und beheben.

      Bitte postet auch die Ausgabe von iob diag mit rein.

      Wir wünschen allen viel Spaß beim Testen und vielen Dank für Eure Unterstützung!

      Moritz

      FeuersturmF Online
      FeuersturmF Online
      Feuersturm
      schrieb am zuletzt editiert von Feuersturm
      #19

      @foxriver76 Ich hab gerade auf meinem Produktivsystem das update auf js-controller 7.0.3 durchgeführt über die Admin UI (v7.4.1) und hatte folgende Fehler im Log

      2024-11-29 19:22:16.391 - info: host.ioBroker All instances are stopped.
      2024-11-29 19:22:16.490 - info: host.ioBroker terminated
      2024-11-29 19:22:20.769 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Successfully stopped js-controller
      2024-11-29 19:22:20.794 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Server is running on http://localhost:8081
      2024-11-29 19:23:30.056 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Final information delivered
      2024-11-29 19:23:30.190 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Successfully started js-controller
      2024-11-29 19:23:33.536 - info: host.ioBroker iobroker.js-controller version 7.0.3 js-controller starting
      2024-11-29 19:23:33.550 - info: host.ioBroker Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
      2024-11-29 19:23:33.555 - info: host.ioBroker hostname: ioBroker, node: v20.18.1
      2024-11-29 19:23:33.560 - info: host.ioBroker ip addresses: 192.168.178.54 fe80::f854:c1ff:fe5f:6c25
      2024-11-29 19:23:36.448 - info: host.ioBroker connected to Objects and States
      2024-11-29 19:23:36.494 - info: host.ioBroker added notifications configuration of host
      2024-11-29 19:23:36.528 - info: host.ioBroker Node.js version has changed from 20.18.0 to 20.18.1
      2024-11-29 19:23:36.725 - info: host.ioBroker Successfully updated capabilities "cap_net_admin, cap_net_bind_service, cap_net_raw" for /usr/bin/node
      2024-11-29 19:23:37.813 - info: host.ioBroker 67 instances found
      2024-11-29 19:23:37.939 - info: host.ioBroker starting 53 instances
      2024-11-29 19:23:38.745 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeCurrent"
      2024-11-29 19:23:39.127 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeNewest"
      2024-11-29 19:23:39.177 - info: host.ioBroker instance system.adapter.admin.0 in version "7.4.1" started with pid 19934
      2024-11-29 19:23:39.197 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeNewestNext"
      2024-11-29 19:23:39.208 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmCurrent"
      2024-11-29 19:23:39.219 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmNewest"
      2024-11-29 19:23:39.236 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmNewestNext"
      2024-11-29 19:23:39.249 - info: host.ioBroker Some obsolete host states deleted.
      2024-11-29 19:23:42.937 - info: host.ioBroker instance system.adapter.javascript.0 in version "8.8.3" started with pid 19941
      2024-11-29 19:23:45.918 - info: admin.0 (19934) starting. Version 7.4.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.1, js-controller: 7.0.3
      2024-11-29 19:23:46.187 - info: admin.0 (19934) requesting all objects
      2024-11-29 19:23:48.054 - debug: javascript.0 (19941) Redis Objects: Use Redis connection: 127.0.0.1:9001
      2024-11-29 19:23:48.780 - debug: javascript.0 (19941) Objects client ready ... initialize now
      2024-11-29 19:23:48.834 - debug: javascript.0 (19941) Objects create System PubSub Client
      2024-11-29 19:23:48.841 - debug: javascript.0 (19941) Objects create User PubSub Client
      2024-11-29 19:23:49.545 - info: host.ioBroker instance system.adapter.scenes.0 in version "3.2.3" started with pid 19968
      2024-11-29 19:23:49.565 - debug: javascript.0 (19941) Objects client initialize lua scripts
      2024-11-29 19:23:49.596 - debug: javascript.0 (19941) Objects connected to redis: 127.0.0.1:9001
      2024-11-29 19:23:49.796 - debug: javascript.0 (19941) Redis States: Use Redis connection: 127.0.0.1:9000
      2024-11-29 19:23:49.871 - debug: javascript.0 (19941) States create System PubSub Client
      2024-11-29 19:23:49.877 - debug: javascript.0 (19941) States create User PubSub Client
      2024-11-29 19:23:50.372 - info: admin.0 (19934) received all objects
      2024-11-29 19:23:51.629 - debug: javascript.0 (19941) States connected to redis: 127.0.0.1:9000
      2024-11-29 19:23:51.903 - info: host.ioBroker instance system.adapter.scheduler.0 in version "1.4.1" started with pid 19982
      2024-11-29 19:23:52.160 - info: admin.0 (19934) socket.io server listening on port 8081
      2024-11-29 19:23:52.171 - info: admin.0 (19934) http server listening on port 8081
      2024-11-29 19:23:52.176 - info: admin.0 (19934) Use link "http://127.0.0.1:8081" to configure.
      2024-11-29 19:23:52.794 - debug: javascript.0 (19941) Plugin sentry Initialize Plugin (enabled=true)
      2024-11-29 19:23:55.345 - error: admin.0 (19934) uncaught exception: write EPIPE
      2024-11-29 19:23:55.349 - error: admin.0 (19934) Error: write EPIPE
      at afterWriteDispatched (node:internal/stream_base_commons:161:15)
      at writeGeneric (node:internal/stream_base_commons:152:3)
      at Socket._writeGeneric (node:net:958:11)
      at Socket._write (node:net:970:8)
      at writeOrBuffer (node:internal/streams/writable:572:12)
      at _write (node:internal/streams/writable:501:10)
      at Socket.Writable.write (node:internal/streams/writable:510:10)
      at _checkPassword (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:47:35)
      at Socket. (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:81:21)
      at Socket.emit (node:events:518:28)
      2024-11-29 19:23:55.369 - error: admin.0 (19934) Exception-Code: EPIPE: write EPIPE
      2024-11-29 19:23:55.516 - info: admin.0 (19934) terminating http server on port 8081
      2024-11-29 19:23:55.524 - info: admin.0 (19934) terminating
      2024-11-29 19:23:55.530 - warn: admin.0 (19934) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-11-29 19:23:55.992 - info: host.ioBroker instance system.adapter.influxdb.1 in version "4.0.2" started with pid 20004
      2024-11-29 19:23:56.455 - error: host.ioBroker Caught by controller[0]: Error: write EPIPE
      2024-11-29 19:23:56.461 - error: host.ioBroker Caught by controller[0]: at afterWriteDispatched (node:internal/stream_base_commons:161:15)
      2024-11-29 19:23:56.464 - error: host.ioBroker Caught by controller[0]: at writeGeneric (node:internal/stream_base_commons:152:3)
      2024-11-29 19:23:56.467 - error: host.ioBroker Caught by controller[0]: at Socket._writeGeneric (node:net:958:11)
      2024-11-29 19:23:56.471 - error: host.ioBroker Caught by controller[0]: at Socket._write (node:net:970:8)
      2024-11-29 19:23:56.478 - error: host.ioBroker Caught by controller[0]: at writeOrBuffer (node:internal/streams/writable:572:12)
      2024-11-29 19:23:56.489 - error: host.ioBroker Caught by controller[0]: at _write (node:internal/streams/writable:501:10)
      2024-11-29 19:23:56.492 - error: host.ioBroker Caught by controller[0]: at Socket.Writable.write (node:internal/streams/writable:510:10)
      2024-11-29 19:23:56.502 - error: host.ioBroker Caught by controller[0]: at _checkPassword (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:47:35)
      2024-11-29 19:23:56.509 - error: host.ioBroker Caught by controller[0]: at Socket. (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:81:21)
      2024-11-29 19:23:56.514 - error: host.ioBroker Caught by controller[0]: at Socket.emit (node:events:518:28) {
      2024-11-29 19:23:56.519 - error: host.ioBroker Caught by controller[0]: errno: -32,
      2024-11-29 19:23:56.523 - error: host.ioBroker Caught by controller[0]: code: 'EPIPE',
      2024-11-29 19:23:56.526 - error: host.ioBroker Caught by controller[0]: syscall: 'write'
      2024-11-29 19:23:56.532 - error: host.ioBroker Caught by controller[0]: }
      2024-11-29 19:23:56.537 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2024-11-29 19:23:56.543 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2024-11-29 19:24:00.984 - info: host.ioBroker instance scheduled system.adapter.ical.0 0 * * * *
      2024-11-29 19:24:01.013 - info: host.ioBroker instance system.adapter.ical.0 in version "1.16.1" started with pid 20029
      2024-11-29 19:24:01.688 - info: javascript.0 (19941) starting. Version 8.8.3 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.18.1, js-controller: 7.0.3
      2024-11-29 19:24:01.846 - debug: javascript.0 (19941) config.subscribe (Do not subscribe all states on start): false
      2024-11-29 19:24:01.865 - debug: javascript.0 (19941) Custom libraries in config: "xml2js moment moment-timezone moment-duration-format mathjs node-unifi": ["xml2js","moment","moment-timezone","moment-duration-format","mathjs","node-unifi"]
      2024-11-29 19:24:01.900 - debug: javascript.0 (19941) Found installed libraries: ["mathjs","moment","moment-duration-format","moment-timezone","node-unifi","xml2js"]
      2024-11-29 19:24:01.905 - debug: javascript.0 (19941) Found custom library in config: "xml2js@latest"
      2024-11-29 19:24:04.001 - info: scenes.0 (19968) starting. Version 3.2.3 in /opt/iobroker/node_modules/iobroker.scenes, node: v20.18.1, js-controller: 7.0.3
      2024-11-29 19:24:04.038 - info: host.ioBroker instance scheduled system.adapter.ical.1 0 * * * *
      2024-11-29 19:24:04.089 - info: host.ioBroker instance system.adapter.ical.1 in version "1.16.1" started with pid 20055
      2024-11-29 19:24:04.933 - info: scheduler.0 (19982) starting. Version 1.4.1 in /opt/iobroker/node_modules/iobroker.scheduler, node: v20.18.1, js-controller: 7.0.3
      2024-11-29 19:24:07.555 - info: host.ioBroker instance scheduled system.adapter.ical.2 0 * * * *
      2024-11-29 19:24:07.582 - info: host.ioBroker instance system.adapter.ical.2 in version "1.16.1" started with pid 20070
      2024-11-29 19:24:08.448 - info: influxdb.1 (20004) starting. Version 4.0.2 in /opt/iobroker/node_modules/iobroker.influxdb, node: v20.18.1, js-controller: 7.0.3
      2024-11-29 19:24:08.608 - info: influxdb.1 (20004) No stored data from last exit found
      2024-11-29 19:24:08.636 - info: influxdb.1 (20004) Connecting http://192.168.178.101:8086/ ...
      2024-11-29 19:24:08.650 - info: influxdb.1 (20004) Influx DB Version used: 2.x
      

      Edit: Ich hab den Epipe Fehler letztens auf meinem Testsystem gesehen als ich auf admin 7.4.2 aktualisiert habe https://github.com/ioBroker/ioBroker.admin/issues/2839
      Ist es ein admin oder js-controller Thema?

      foxriver76F 1 Antwort Letzte Antwort
      0
      • FeuersturmF Feuersturm

        @foxriver76 Ich hab gerade auf meinem Produktivsystem das update auf js-controller 7.0.3 durchgeführt über die Admin UI (v7.4.1) und hatte folgende Fehler im Log

        2024-11-29 19:22:16.391 - info: host.ioBroker All instances are stopped.
        2024-11-29 19:22:16.490 - info: host.ioBroker terminated
        2024-11-29 19:22:20.769 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Successfully stopped js-controller
        2024-11-29 19:22:20.794 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Server is running on http://localhost:8081
        2024-11-29 19:23:30.056 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Final information delivered
        2024-11-29 19:23:30.190 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Successfully started js-controller
        2024-11-29 19:23:33.536 - info: host.ioBroker iobroker.js-controller version 7.0.3 js-controller starting
        2024-11-29 19:23:33.550 - info: host.ioBroker Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
        2024-11-29 19:23:33.555 - info: host.ioBroker hostname: ioBroker, node: v20.18.1
        2024-11-29 19:23:33.560 - info: host.ioBroker ip addresses: 192.168.178.54 fe80::f854:c1ff:fe5f:6c25
        2024-11-29 19:23:36.448 - info: host.ioBroker connected to Objects and States
        2024-11-29 19:23:36.494 - info: host.ioBroker added notifications configuration of host
        2024-11-29 19:23:36.528 - info: host.ioBroker Node.js version has changed from 20.18.0 to 20.18.1
        2024-11-29 19:23:36.725 - info: host.ioBroker Successfully updated capabilities "cap_net_admin, cap_net_bind_service, cap_net_raw" for /usr/bin/node
        2024-11-29 19:23:37.813 - info: host.ioBroker 67 instances found
        2024-11-29 19:23:37.939 - info: host.ioBroker starting 53 instances
        2024-11-29 19:23:38.745 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeCurrent"
        2024-11-29 19:23:39.127 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeNewest"
        2024-11-29 19:23:39.177 - info: host.ioBroker instance system.adapter.admin.0 in version "7.4.1" started with pid 19934
        2024-11-29 19:23:39.197 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeNewestNext"
        2024-11-29 19:23:39.208 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmCurrent"
        2024-11-29 19:23:39.219 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmNewest"
        2024-11-29 19:23:39.236 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmNewestNext"
        2024-11-29 19:23:39.249 - info: host.ioBroker Some obsolete host states deleted.
        2024-11-29 19:23:42.937 - info: host.ioBroker instance system.adapter.javascript.0 in version "8.8.3" started with pid 19941
        2024-11-29 19:23:45.918 - info: admin.0 (19934) starting. Version 7.4.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.1, js-controller: 7.0.3
        2024-11-29 19:23:46.187 - info: admin.0 (19934) requesting all objects
        2024-11-29 19:23:48.054 - debug: javascript.0 (19941) Redis Objects: Use Redis connection: 127.0.0.1:9001
        2024-11-29 19:23:48.780 - debug: javascript.0 (19941) Objects client ready ... initialize now
        2024-11-29 19:23:48.834 - debug: javascript.0 (19941) Objects create System PubSub Client
        2024-11-29 19:23:48.841 - debug: javascript.0 (19941) Objects create User PubSub Client
        2024-11-29 19:23:49.545 - info: host.ioBroker instance system.adapter.scenes.0 in version "3.2.3" started with pid 19968
        2024-11-29 19:23:49.565 - debug: javascript.0 (19941) Objects client initialize lua scripts
        2024-11-29 19:23:49.596 - debug: javascript.0 (19941) Objects connected to redis: 127.0.0.1:9001
        2024-11-29 19:23:49.796 - debug: javascript.0 (19941) Redis States: Use Redis connection: 127.0.0.1:9000
        2024-11-29 19:23:49.871 - debug: javascript.0 (19941) States create System PubSub Client
        2024-11-29 19:23:49.877 - debug: javascript.0 (19941) States create User PubSub Client
        2024-11-29 19:23:50.372 - info: admin.0 (19934) received all objects
        2024-11-29 19:23:51.629 - debug: javascript.0 (19941) States connected to redis: 127.0.0.1:9000
        2024-11-29 19:23:51.903 - info: host.ioBroker instance system.adapter.scheduler.0 in version "1.4.1" started with pid 19982
        2024-11-29 19:23:52.160 - info: admin.0 (19934) socket.io server listening on port 8081
        2024-11-29 19:23:52.171 - info: admin.0 (19934) http server listening on port 8081
        2024-11-29 19:23:52.176 - info: admin.0 (19934) Use link "http://127.0.0.1:8081" to configure.
        2024-11-29 19:23:52.794 - debug: javascript.0 (19941) Plugin sentry Initialize Plugin (enabled=true)
        2024-11-29 19:23:55.345 - error: admin.0 (19934) uncaught exception: write EPIPE
        2024-11-29 19:23:55.349 - error: admin.0 (19934) Error: write EPIPE
        at afterWriteDispatched (node:internal/stream_base_commons:161:15)
        at writeGeneric (node:internal/stream_base_commons:152:3)
        at Socket._writeGeneric (node:net:958:11)
        at Socket._write (node:net:970:8)
        at writeOrBuffer (node:internal/streams/writable:572:12)
        at _write (node:internal/streams/writable:501:10)
        at Socket.Writable.write (node:internal/streams/writable:510:10)
        at _checkPassword (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:47:35)
        at Socket. (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:81:21)
        at Socket.emit (node:events:518:28)
        2024-11-29 19:23:55.369 - error: admin.0 (19934) Exception-Code: EPIPE: write EPIPE
        2024-11-29 19:23:55.516 - info: admin.0 (19934) terminating http server on port 8081
        2024-11-29 19:23:55.524 - info: admin.0 (19934) terminating
        2024-11-29 19:23:55.530 - warn: admin.0 (19934) Terminated (UNCAUGHT_EXCEPTION): Without reason
        2024-11-29 19:23:55.992 - info: host.ioBroker instance system.adapter.influxdb.1 in version "4.0.2" started with pid 20004
        2024-11-29 19:23:56.455 - error: host.ioBroker Caught by controller[0]: Error: write EPIPE
        2024-11-29 19:23:56.461 - error: host.ioBroker Caught by controller[0]: at afterWriteDispatched (node:internal/stream_base_commons:161:15)
        2024-11-29 19:23:56.464 - error: host.ioBroker Caught by controller[0]: at writeGeneric (node:internal/stream_base_commons:152:3)
        2024-11-29 19:23:56.467 - error: host.ioBroker Caught by controller[0]: at Socket._writeGeneric (node:net:958:11)
        2024-11-29 19:23:56.471 - error: host.ioBroker Caught by controller[0]: at Socket._write (node:net:970:8)
        2024-11-29 19:23:56.478 - error: host.ioBroker Caught by controller[0]: at writeOrBuffer (node:internal/streams/writable:572:12)
        2024-11-29 19:23:56.489 - error: host.ioBroker Caught by controller[0]: at _write (node:internal/streams/writable:501:10)
        2024-11-29 19:23:56.492 - error: host.ioBroker Caught by controller[0]: at Socket.Writable.write (node:internal/streams/writable:510:10)
        2024-11-29 19:23:56.502 - error: host.ioBroker Caught by controller[0]: at _checkPassword (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:47:35)
        2024-11-29 19:23:56.509 - error: host.ioBroker Caught by controller[0]: at Socket. (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:81:21)
        2024-11-29 19:23:56.514 - error: host.ioBroker Caught by controller[0]: at Socket.emit (node:events:518:28) {
        2024-11-29 19:23:56.519 - error: host.ioBroker Caught by controller[0]: errno: -32,
        2024-11-29 19:23:56.523 - error: host.ioBroker Caught by controller[0]: code: 'EPIPE',
        2024-11-29 19:23:56.526 - error: host.ioBroker Caught by controller[0]: syscall: 'write'
        2024-11-29 19:23:56.532 - error: host.ioBroker Caught by controller[0]: }
        2024-11-29 19:23:56.537 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        2024-11-29 19:23:56.543 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
        2024-11-29 19:24:00.984 - info: host.ioBroker instance scheduled system.adapter.ical.0 0 * * * *
        2024-11-29 19:24:01.013 - info: host.ioBroker instance system.adapter.ical.0 in version "1.16.1" started with pid 20029
        2024-11-29 19:24:01.688 - info: javascript.0 (19941) starting. Version 8.8.3 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.18.1, js-controller: 7.0.3
        2024-11-29 19:24:01.846 - debug: javascript.0 (19941) config.subscribe (Do not subscribe all states on start): false
        2024-11-29 19:24:01.865 - debug: javascript.0 (19941) Custom libraries in config: "xml2js moment moment-timezone moment-duration-format mathjs node-unifi": ["xml2js","moment","moment-timezone","moment-duration-format","mathjs","node-unifi"]
        2024-11-29 19:24:01.900 - debug: javascript.0 (19941) Found installed libraries: ["mathjs","moment","moment-duration-format","moment-timezone","node-unifi","xml2js"]
        2024-11-29 19:24:01.905 - debug: javascript.0 (19941) Found custom library in config: "xml2js@latest"
        2024-11-29 19:24:04.001 - info: scenes.0 (19968) starting. Version 3.2.3 in /opt/iobroker/node_modules/iobroker.scenes, node: v20.18.1, js-controller: 7.0.3
        2024-11-29 19:24:04.038 - info: host.ioBroker instance scheduled system.adapter.ical.1 0 * * * *
        2024-11-29 19:24:04.089 - info: host.ioBroker instance system.adapter.ical.1 in version "1.16.1" started with pid 20055
        2024-11-29 19:24:04.933 - info: scheduler.0 (19982) starting. Version 1.4.1 in /opt/iobroker/node_modules/iobroker.scheduler, node: v20.18.1, js-controller: 7.0.3
        2024-11-29 19:24:07.555 - info: host.ioBroker instance scheduled system.adapter.ical.2 0 * * * *
        2024-11-29 19:24:07.582 - info: host.ioBroker instance system.adapter.ical.2 in version "1.16.1" started with pid 20070
        2024-11-29 19:24:08.448 - info: influxdb.1 (20004) starting. Version 4.0.2 in /opt/iobroker/node_modules/iobroker.influxdb, node: v20.18.1, js-controller: 7.0.3
        2024-11-29 19:24:08.608 - info: influxdb.1 (20004) No stored data from last exit found
        2024-11-29 19:24:08.636 - info: influxdb.1 (20004) Connecting http://192.168.178.101:8086/ ...
        2024-11-29 19:24:08.650 - info: influxdb.1 (20004) Influx DB Version used: 2.x
        

        Edit: Ich hab den Epipe Fehler letztens auf meinem Testsystem gesehen als ich auf admin 7.4.2 aktualisiert habe https://github.com/ioBroker/ioBroker.admin/issues/2839
        Ist es ein admin oder js-controller Thema?

        foxriver76F Offline
        foxriver76F Offline
        foxriver76
        Developer
        schrieb am zuletzt editiert von
        #20

        @feuersturm ja sollte man sich erst mal bei Admin anschauen muss man Code schauen was an der Stelle passiert.

        Videotutorials & mehr

        Hier könnt ihr mich unterstützen.

        1 Antwort Letzte Antwort
        0
        • B Offline
          B Offline
          BugBuster1701
          schrieb am zuletzt editiert von
          #21

          Nachdem ich auf 7.0.3 aktualisiert habe, bekomme ich Probleme mit meinem Heitzungsthermostat.
          Ich musste die Batterien tauschen und habe den dann neu gekoppelt. Dabei kommen Fehlermeldungen mit Hinweis auf js-controller 7.0.
          Das Thermostat koppelt war, ist aber nicht mehr steuerbar.

          Start Kopplung

          2024-11-30 16:16:24.485 - info: zigbee.0 (1924) Starting interview of '0x847127fffe11dad6'
          2024-11-30 16:16:24.734 - info: zigbee.0 (1924) Device '0x847127fffe11dad6' announced itself
          2024-11-30 16:16:24.891 - warn: zigbee.0 (1924) Object 847127fffe11dad6.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
          2024-11-30 16:16:24.893 - warn: zigbee.0 (1924) Object 847127fffe11dad6.mode_force is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
          2024-11-30 16:16:25.034 - warn: zigbee.0 (1924) Object zigbee.0.847127fffe11dad6.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
          2024-11-30 16:16:25.035 - warn: zigbee.0 (1924) Object zigbee.0.847127fffe11dad6.mode_force is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
          2024-11-30 16:16:26.001 - info: zigbee.0 (1924) Successfully interviewed '0x847127fffe11dad6', device has successfully been paired
          2024-11-30 16:16:26.001 - info: zigbee.0 (1924) Device '0x847127fffe11dad6' is supported, identified as: Siterwell Radiator valve with thermostat (GS361A-H04)
          2024-11-30 16:17:19.580 - info: zigbee.0 (1924) Zigbee: stop joining
          2024-11-30 16:17:43.286 - info: zigbee.0 (1924) -> Configuring 0x847127fffe11dad6 TS0601
          

          Start Reconfigure

          2024-11-30 16:17:43.290 - warn: zigbee.0 (1924) DeviceConfigure: 0x847127fffe11dad6 TS0601 Failed to configure. When device works is all fine when not wake up the device and check again
          

          Was nun? Ist mein altes Zigbee Thermostat zu alt und nun inkompatible mit js-controller 7?

          B 1 Antwort Letzte Antwort
          0
          • B BugBuster1701

            Nachdem ich auf 7.0.3 aktualisiert habe, bekomme ich Probleme mit meinem Heitzungsthermostat.
            Ich musste die Batterien tauschen und habe den dann neu gekoppelt. Dabei kommen Fehlermeldungen mit Hinweis auf js-controller 7.0.
            Das Thermostat koppelt war, ist aber nicht mehr steuerbar.

            Start Kopplung

            2024-11-30 16:16:24.485 - info: zigbee.0 (1924) Starting interview of '0x847127fffe11dad6'
            2024-11-30 16:16:24.734 - info: zigbee.0 (1924) Device '0x847127fffe11dad6' announced itself
            2024-11-30 16:16:24.891 - warn: zigbee.0 (1924) Object 847127fffe11dad6.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
            2024-11-30 16:16:24.893 - warn: zigbee.0 (1924) Object 847127fffe11dad6.mode_force is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
            2024-11-30 16:16:25.034 - warn: zigbee.0 (1924) Object zigbee.0.847127fffe11dad6.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
            2024-11-30 16:16:25.035 - warn: zigbee.0 (1924) Object zigbee.0.847127fffe11dad6.mode_force is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
            2024-11-30 16:16:26.001 - info: zigbee.0 (1924) Successfully interviewed '0x847127fffe11dad6', device has successfully been paired
            2024-11-30 16:16:26.001 - info: zigbee.0 (1924) Device '0x847127fffe11dad6' is supported, identified as: Siterwell Radiator valve with thermostat (GS361A-H04)
            2024-11-30 16:17:19.580 - info: zigbee.0 (1924) Zigbee: stop joining
            2024-11-30 16:17:43.286 - info: zigbee.0 (1924) -> Configuring 0x847127fffe11dad6 TS0601
            

            Start Reconfigure

            2024-11-30 16:17:43.290 - warn: zigbee.0 (1924) DeviceConfigure: 0x847127fffe11dad6 TS0601 Failed to configure. When device works is all fine when not wake up the device and check again
            

            Was nun? Ist mein altes Zigbee Thermostat zu alt und nun inkompatible mit js-controller 7?

            B Offline
            B Offline
            BugBuster1701
            schrieb am zuletzt editiert von
            #22

            Nachtrag: Habe baugleiches Thermostat gewechselt. Die Fehlermeldungen bleiben, das ist aber trotzdem steuerbar. Macht die Sache nicht einfacher.

            foxriver76F 1 Antwort Letzte Antwort
            0
            • B BugBuster1701

              Nachtrag: Habe baugleiches Thermostat gewechselt. Die Fehlermeldungen bleiben, das ist aber trotzdem steuerbar. Macht die Sache nicht einfacher.

              foxriver76F Offline
              foxriver76F Offline
              foxriver76
              Developer
              schrieb am zuletzt editiert von
              #23

              @bugbuster1701 die Controller Warnung hat nix damit zu.

              Videotutorials & mehr

              Hier könnt ihr mich unterstützen.

              jolicJ 1 Antwort Letzte Antwort
              0
              • foxriver76F foxriver76

                @bugbuster1701 die Controller Warnung hat nix damit zu.

                jolicJ Offline
                jolicJ Offline
                jolic
                schrieb am zuletzt editiert von jolic
                #24

                Problem mit Snapshot-Update im VIS2 nach Upgrade des js-Controllers auf Version 7.0.3

                Hallo, ich habe im VIS2 für eine Kamera ein Basic Image-Widget mit der URL zum Snapshot meiner Kamera eingebunden. Die Snapshot-URL funktioniert einwandfrei, und ich erhalte alle 2 Sekunden ein aktuelles Bild, da ich die Updatezeit(ms) auf 2000 eingestellt habe, um eine angemessene Bildaktualisierung zu erhalten.

                Bildschirmfoto_basic_refreshInterval.jpg

                Seit dem gestrigen Update des js-Controllers von Version 6.0.11 auf 7.0.3 funktioniert diese Updatezeit (basic_refreshInterval) jedoch nicht mehr. Das Bild wird nur noch aktualisiert, wenn ich die gesamte Seite neu lade. Getestet mit Fully Browser 1.53, Google Chrome 131.0.6778.86, Brave 1.73.91 und ioBroker Visu 1.3.0.

                Kann dies jemand bestätigen (möglicherweise ein Bug) oder kennt eine Lösung dafür?

                Das Update wurde erfolgreich über die Konsole durchgeführt, keine Fehler unter Protokolle, anbei meine aktuelle Konfiguration:

                PlatformBetriebssystem:linux
                Architektur:arm64
                CPUs:4
                Geschwindigkeit:1500 MHz
                Modell:Cortex-A72
                RAM:7.6 GB
                System-Betriebszeit:23:33:38
                Node.js:v20.18.0
                time:1732988101669
                timeOffset:-60
                NPM:10.9.0
                Adapter-Anzahl:547
                Datenträgergröße:916.6 GB
                Freier Festplattenspeicher:909.7 GB
                Aktive Instanzen:14
                Pfad:/opt/iobroker/
                Betriebszeit:23:33:21
                aktiv:true
                _nodeCurrent:20.18.0
                _nodeNewest:20.18.1
                _nodeNewestNext:20.18.1
                _npmCurrent:10.9.0
                _npmNewest:10.8.2
                _npmNewestNext:10.8.2
                

                PS: Die Node.js-Version 20.18.1 wird bald für mein OS verfügbar sein. Ich vermute, dass dies kaum mit dem aktuellen Problem zusammenhängt.

                Nachtrag: Sorry, da lag ich wohl falsch! Ich bin zurück auf Version 6.0.11, aber das Problem bleibt bestehen. In den letzten Tagen habe ich eigentlich nichts am ioBroker verändert, daher hatte ich vermutet, dass es am js-Controller liegt. Ich werde meine Logs noch einmal genauer durchsehen – möglicherweise hängt es mit einem Systemupdate zusammen.

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • jolicJ jolic

                  Problem mit Snapshot-Update im VIS2 nach Upgrade des js-Controllers auf Version 7.0.3

                  Hallo, ich habe im VIS2 für eine Kamera ein Basic Image-Widget mit der URL zum Snapshot meiner Kamera eingebunden. Die Snapshot-URL funktioniert einwandfrei, und ich erhalte alle 2 Sekunden ein aktuelles Bild, da ich die Updatezeit(ms) auf 2000 eingestellt habe, um eine angemessene Bildaktualisierung zu erhalten.

                  Bildschirmfoto_basic_refreshInterval.jpg

                  Seit dem gestrigen Update des js-Controllers von Version 6.0.11 auf 7.0.3 funktioniert diese Updatezeit (basic_refreshInterval) jedoch nicht mehr. Das Bild wird nur noch aktualisiert, wenn ich die gesamte Seite neu lade. Getestet mit Fully Browser 1.53, Google Chrome 131.0.6778.86, Brave 1.73.91 und ioBroker Visu 1.3.0.

                  Kann dies jemand bestätigen (möglicherweise ein Bug) oder kennt eine Lösung dafür?

                  Das Update wurde erfolgreich über die Konsole durchgeführt, keine Fehler unter Protokolle, anbei meine aktuelle Konfiguration:

                  PlatformBetriebssystem:linux
                  Architektur:arm64
                  CPUs:4
                  Geschwindigkeit:1500 MHz
                  Modell:Cortex-A72
                  RAM:7.6 GB
                  System-Betriebszeit:23:33:38
                  Node.js:v20.18.0
                  time:1732988101669
                  timeOffset:-60
                  NPM:10.9.0
                  Adapter-Anzahl:547
                  Datenträgergröße:916.6 GB
                  Freier Festplattenspeicher:909.7 GB
                  Aktive Instanzen:14
                  Pfad:/opt/iobroker/
                  Betriebszeit:23:33:21
                  aktiv:true
                  _nodeCurrent:20.18.0
                  _nodeNewest:20.18.1
                  _nodeNewestNext:20.18.1
                  _npmCurrent:10.9.0
                  _npmNewest:10.8.2
                  _npmNewestNext:10.8.2
                  

                  PS: Die Node.js-Version 20.18.1 wird bald für mein OS verfügbar sein. Ich vermute, dass dies kaum mit dem aktuellen Problem zusammenhängt.

                  Nachtrag: Sorry, da lag ich wohl falsch! Ich bin zurück auf Version 6.0.11, aber das Problem bleibt bestehen. In den letzten Tagen habe ich eigentlich nichts am ioBroker verändert, daher hatte ich vermutet, dass es am js-Controller liegt. Ich werde meine Logs noch einmal genauer durchsehen – möglicherweise hängt es mit einem Systemupdate zusammen.

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #25

                  @jolic sagte in js-controller Lucy (Version 7.0) jetzt im Stable Repository:

                  möglicherweise hängt es mit einem Systemupdate zusammen.

                  Und wie und wo und womit bist du da genau unterwegs?

                  iob diag
                  

                  anschauen.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  jolicJ 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @jolic sagte in js-controller Lucy (Version 7.0) jetzt im Stable Repository:

                    möglicherweise hängt es mit einem Systemupdate zusammen.

                    Und wie und wo und womit bist du da genau unterwegs?

                    iob diag
                    

                    anschauen.

                    jolicJ Offline
                    jolicJ Offline
                    jolic
                    schrieb am zuletzt editiert von
                    #26

                    @thomas-braun

                    Hallo Thomas, wie du vielleicht aus dem alten Thread iobroker-auf-manjaro-und-raspberry-4 weißt, nutze ich Manjaro ARM auf einem Pi4.

                    Der "iob fix" funktioniert nach wie vor wie im Thread beschrieben, mit Ausnahme der Debian-Warnungen wie „apt-get: Befehl nicht gefunden“ hier mit curl gestartet:

                    [pi4m@manjaro-arm ~]$ curl -fsSL https://iobroker.net/fix.sh | bash -
                    library: loaded
                    Library version=2024-10-22
                    
                    ==========================================================================
                    
                        Welcome to the ioBroker installation fixer!
                        Script version: 2024-10-22
                        
                        You might need to enter your password a couple of times.
                    
                    ==========================================================================
                    
                    
                    ==========================================================================
                        Installing prerequisites (1/5)
                    ==========================================================================
                    
                    sudo: apt-get: Befehl nicht gefunden
                    sudo: apt-get: Befehl nicht gefunden
                    Installed acl
                    sudo: apt-get: Befehl nicht gefunden
                    Installed sudo
                    sudo: apt-get: Befehl nicht gefunden
                    Installed libcap2-bin
                    sudo: apt-get: Befehl nicht gefunden
                    Installed build-essential
                    sudo: apt-get: Befehl nicht gefunden
                    Installed gcc
                    sudo: apt-get: Befehl nicht gefunden
                    Installed make
                    sudo: apt-get: Befehl nicht gefunden
                    Installed libavahi-compat-libdnssd-dev
                    sudo: apt-get: Befehl nicht gefunden
                    Installed libudev-dev
                    sudo: apt-get: Befehl nicht gefunden
                    Installed libpam0g-dev
                    sudo: apt-get: Befehl nicht gefunden
                    Installed pkg-config
                    sudo: apt-get: Befehl nicht gefunden
                    Installed git
                    sudo: apt-get: Befehl nicht gefunden
                    Installed curl
                    sudo: apt-get: Befehl nicht gefunden
                    Installed unzip
                    sudo: apt-get: Befehl nicht gefunden
                    Installed distro-info
                    sudo: apt-get: Befehl nicht gefunden
                    Installed libcairo2-dev
                    sudo: apt-get: Befehl nicht gefunden
                    Installed libpango1.0-dev
                    sudo: apt-get: Befehl nicht gefunden
                    Installed libjpeg-dev
                    sudo: apt-get: Befehl nicht gefunden
                    Installed libgif-dev
                    sudo: apt-get: Befehl nicht gefunden
                    Installed librsvg2-dev
                    sudo: apt-get: Befehl nicht gefunden
                    Installed libpixman-1-dev
                    sudo: apt-get: Befehl nicht gefunden
                    Installed net-tools
                    sudo: apt-get: Befehl nicht gefunden
                    Installed cmake
                    sudo: apt-get: Befehl nicht gefunden
                    Installed polkitd
                    sudo: apt-get: Befehl nicht gefunden
                    Installed passwd
                    
                    ==========================================================================
                        Checking ioBroker user and directory permissions (2/5)
                    ==========================================================================
                    
                    Created /etc/sudoers.d/iobroker
                    Fixing directory permissions...
                    
                    ==========================================================================
                        Check and cleanup npm temporary directories (3/5)
                    ==========================================================================
                    
                    Done.
                    
                    ==========================================================================
                        Database maintenance (4/5)
                    ==========================================================================
                    
                    Checking for uncompressed JSONL databases... This might take a while!
                    
                    Compressing /opt/iobroker/iobroker-data/states.jsonl
                    Compressing /opt/iobroker/iobroker-data/objects.jsonl
                    Compressed 2 JSONL files. Done
                    
                    ==========================================================================
                        Checking autostart (5/5)
                    ==========================================================================
                    
                    Enabling autostart...
                    Autostart enabled!
                    
                    ==========================================================================
                    
                        Your installation was fixed successfully
                        Run iobroker start to start ioBroker again!
                    
                    ==========================================================================
                    
                    

                    Der "iob diag" hatte im August auch funktioniert, heute erhalte ich diese Meldung:

                    *** iob diag is starting up, please wait ***
                    iob diag needs to be updated. Please execute 'iobroker fix' first.
                    

                    Mir ist bewusst, dass ioBroker offiziell nur Debian unterstützt und supportet. Aber vielleicht hast du trotzdem eine Idee, wie ich „iob diag“ unter Manjaro wieder zum Laufen bringen könnte?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • jolicJ jolic

                      @thomas-braun

                      Hallo Thomas, wie du vielleicht aus dem alten Thread iobroker-auf-manjaro-und-raspberry-4 weißt, nutze ich Manjaro ARM auf einem Pi4.

                      Der "iob fix" funktioniert nach wie vor wie im Thread beschrieben, mit Ausnahme der Debian-Warnungen wie „apt-get: Befehl nicht gefunden“ hier mit curl gestartet:

                      [pi4m@manjaro-arm ~]$ curl -fsSL https://iobroker.net/fix.sh | bash -
                      library: loaded
                      Library version=2024-10-22
                      
                      ==========================================================================
                      
                          Welcome to the ioBroker installation fixer!
                          Script version: 2024-10-22
                          
                          You might need to enter your password a couple of times.
                      
                      ==========================================================================
                      
                      
                      ==========================================================================
                          Installing prerequisites (1/5)
                      ==========================================================================
                      
                      sudo: apt-get: Befehl nicht gefunden
                      sudo: apt-get: Befehl nicht gefunden
                      Installed acl
                      sudo: apt-get: Befehl nicht gefunden
                      Installed sudo
                      sudo: apt-get: Befehl nicht gefunden
                      Installed libcap2-bin
                      sudo: apt-get: Befehl nicht gefunden
                      Installed build-essential
                      sudo: apt-get: Befehl nicht gefunden
                      Installed gcc
                      sudo: apt-get: Befehl nicht gefunden
                      Installed make
                      sudo: apt-get: Befehl nicht gefunden
                      Installed libavahi-compat-libdnssd-dev
                      sudo: apt-get: Befehl nicht gefunden
                      Installed libudev-dev
                      sudo: apt-get: Befehl nicht gefunden
                      Installed libpam0g-dev
                      sudo: apt-get: Befehl nicht gefunden
                      Installed pkg-config
                      sudo: apt-get: Befehl nicht gefunden
                      Installed git
                      sudo: apt-get: Befehl nicht gefunden
                      Installed curl
                      sudo: apt-get: Befehl nicht gefunden
                      Installed unzip
                      sudo: apt-get: Befehl nicht gefunden
                      Installed distro-info
                      sudo: apt-get: Befehl nicht gefunden
                      Installed libcairo2-dev
                      sudo: apt-get: Befehl nicht gefunden
                      Installed libpango1.0-dev
                      sudo: apt-get: Befehl nicht gefunden
                      Installed libjpeg-dev
                      sudo: apt-get: Befehl nicht gefunden
                      Installed libgif-dev
                      sudo: apt-get: Befehl nicht gefunden
                      Installed librsvg2-dev
                      sudo: apt-get: Befehl nicht gefunden
                      Installed libpixman-1-dev
                      sudo: apt-get: Befehl nicht gefunden
                      Installed net-tools
                      sudo: apt-get: Befehl nicht gefunden
                      Installed cmake
                      sudo: apt-get: Befehl nicht gefunden
                      Installed polkitd
                      sudo: apt-get: Befehl nicht gefunden
                      Installed passwd
                      
                      ==========================================================================
                          Checking ioBroker user and directory permissions (2/5)
                      ==========================================================================
                      
                      Created /etc/sudoers.d/iobroker
                      Fixing directory permissions...
                      
                      ==========================================================================
                          Check and cleanup npm temporary directories (3/5)
                      ==========================================================================
                      
                      Done.
                      
                      ==========================================================================
                          Database maintenance (4/5)
                      ==========================================================================
                      
                      Checking for uncompressed JSONL databases... This might take a while!
                      
                      Compressing /opt/iobroker/iobroker-data/states.jsonl
                      Compressing /opt/iobroker/iobroker-data/objects.jsonl
                      Compressed 2 JSONL files. Done
                      
                      ==========================================================================
                          Checking autostart (5/5)
                      ==========================================================================
                      
                      Enabling autostart...
                      Autostart enabled!
                      
                      ==========================================================================
                      
                          Your installation was fixed successfully
                          Run iobroker start to start ioBroker again!
                      
                      ==========================================================================
                      
                      

                      Der "iob diag" hatte im August auch funktioniert, heute erhalte ich diese Meldung:

                      *** iob diag is starting up, please wait ***
                      iob diag needs to be updated. Please execute 'iobroker fix' first.
                      

                      Mir ist bewusst, dass ioBroker offiziell nur Debian unterstützt und supportet. Aber vielleicht hast du trotzdem eine Idee, wie ich „iob diag“ unter Manjaro wieder zum Laufen bringen könnte?

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von Thomas Braun
                      #27

                      @jolic sagte in js-controller Lucy (Version 7.0) jetzt im Stable Repository:

                      Aber vielleicht hast du trotzdem eine Idee, wie ich „iob diag“ unter Manjaro wieder zum Laufen bringen könnte?

                      Hab ich.

                      pacman -S distro-info
                      

                      und es sollte laufen.

                      Mein EndeavourOS meldet sich nämlich so:

                      *** BASE SYSTEM ***
                       Static hostname: roamer
                             Icon name: computer-laptop
                               Chassis: laptop 💻
                      Operating System: EndeavourOS
                                Kernel: Linux 6.12.1-arch1-1
                          Architecture: x86-64
                       Hardware Vendor: Lenovo
                        Hardware Model: Lenovo V17 G4 IRU
                      Firmware Version: MCCN29WW
                         Firmware Date: Sun 2024-09-29
                          Firmware Age: 2month 2d
                      OS is similar to: arch
                      
                      model name      : 13th Gen Intel(R) Core(TM) i5-1335U
                      Docker          : false
                      Virtualization  : none
                      Kernel          : x86_64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       23:42:06 up 14:44,  2 users,  load average: 0.22, 0.33, 0.37
                      CPU threads: 12
                      
                      
                      *** LIFE CYCLE STATUS ***
                      Unknown release codenamed 'rolling'. Please check yourself if the Operating System is actively maintained.
                      
                      

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      jolicJ 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @jolic sagte in js-controller Lucy (Version 7.0) jetzt im Stable Repository:

                        Aber vielleicht hast du trotzdem eine Idee, wie ich „iob diag“ unter Manjaro wieder zum Laufen bringen könnte?

                        Hab ich.

                        pacman -S distro-info
                        

                        und es sollte laufen.

                        Mein EndeavourOS meldet sich nämlich so:

                        *** BASE SYSTEM ***
                         Static hostname: roamer
                               Icon name: computer-laptop
                                 Chassis: laptop 💻
                        Operating System: EndeavourOS
                                  Kernel: Linux 6.12.1-arch1-1
                            Architecture: x86-64
                         Hardware Vendor: Lenovo
                          Hardware Model: Lenovo V17 G4 IRU
                        Firmware Version: MCCN29WW
                           Firmware Date: Sun 2024-09-29
                            Firmware Age: 2month 2d
                        OS is similar to: arch
                        
                        model name      : 13th Gen Intel(R) Core(TM) i5-1335U
                        Docker          : false
                        Virtualization  : none
                        Kernel          : x86_64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         23:42:06 up 14:44,  2 users,  load average: 0.22, 0.33, 0.37
                        CPU threads: 12
                        
                        
                        *** LIFE CYCLE STATUS ***
                        Unknown release codenamed 'rolling'. Please check yourself if the Operating System is actively maintained.
                        
                        
                        jolicJ Offline
                        jolicJ Offline
                        jolic
                        schrieb am zuletzt editiert von jolic
                        #28

                        @thomas-braun

                        Prima! langt die SUMMARY?
                        Nachtrag, wahrscheinlich nein, hier alles:

                        Script v.2024-10-19
                        
                        *** BASE SYSTEM ***
                         Static hostname: manjaro-arm
                               Icon name: computer
                        Operating System: Manjaro ARM Linux
                                  Kernel: Linux 6.6.59-1-MANJARO-RPI4
                            Architecture: arm64
                        OS is similar to: arch
                        
                        Model           : Raspberry Pi 4 Model B Rev 1.5
                        Docker          : false
                        Virtualization  : none
                        Kernel          : aarch64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         23:47:13 up  1:04,  2 users,  load average: 0.32, 0.33, 0.28
                        CPU threads: 4
                        
                        
                        *** LIFE CYCLE STATUS ***
                        Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                        
                        *** RASPBERRY THROTTLING ***
                        Current issues:
                        No throttling issues detected.
                        
                        Previously detected issues:
                        No throttling issues detected.
                        
                        *** TIME AND TIMEZONES ***
                                       Local time: Sat 2024-11-30 23:47:13 CET
                                   Universal time: Sat 2024-11-30 22:47:13 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CET, +0100)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** Users and Groups ***
                        User that called 'iob diag':
                        pi4m
                        HOME=/home/pi4m
                        GROUPS=sys network power users video storage lp input audio wheel pi4m iobroker
                        
                        User that is running 'js-controller':
                        js-controller is not running
                        
                        *** DISPLAY-SERVER SETUP ***
                        Display-Server: false
                        Desktop: 
                        Terminal:       tty
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            8.2G        302M        6.3G        3.1M        1.7G        7.9G
                        Swap:            12G          0B         12G
                        Total:           20G        302M         18G
                        
                        Active iob-Instances:   1
                        
                                 7806 M total memory
                                  289 M used memory
                                 1130 M active memory
                                  460 M inactive memory
                                 5989 M free memory
                                  118 M buffer memory
                                 1519 M swap cache
                                11709 M total swap
                                    0 M used swap
                                11709 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 23:47:14 up  1:04,  2 users,  load average: 0.32, 0.33, 0.28
                        Tasks: 160 total,   3 running, 157 sleeping,   0 stopped,   0 zombie
                        %Cpu(s):  2.1 us,  4.2 sy,  0.0 ni, 93.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                        MiB Mem :   7806.6 total,   5988.0 free,    290.4 used,   1638.3 buff/cache     
                        MiB Swap:  11710.0 total,  11710.0 free,      0.0 used.   7516.3 avail Mem 
                        
                        *** FAILED SERVICES ***
                        
                          UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                        * iobroker.service loaded failed failed ioBroker Server
                        
                        Legend: LOAD   -> Reflects whether the unit definition was properly loaded.
                                ACTIVE -> The high-level unit activation state, i.e. generalization of SUB.
                                SUB    -> The low-level unit activation state, values depend on unit type.
                        
                        1 loaded units listed.
                        
                        
                        *** DMESG CRITICAL ERRORS ***
                        No critical errors detected
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        dev            devtmpfs  3.8G     0  3.8G   0% /dev
                        run            tmpfs     3.9G  1.1M  3.9G   1% /run
                        /dev/sda2      ext4      917G  7.2G  873G   1% /
                        tmpfs          tmpfs     3.9G  1.9M  3.9G   1% /dev/shm
                        tmpfs          tmpfs     3.9G   20K  3.9G   1% /tmp
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-network-generator.service
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-udev-load-credentials.service
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev-early.service
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-sysctl.service
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev.service
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-networkd.service
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-vconsole-setup.service
                        /dev/sda1      vfat      458M   51M  407M  12% /boot
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup.service
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                        tmpfs          tmpfs     781M  4.0K  781M   1% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Sat Nov 30 22:42:51 2024] EXT4-fs (sda2): mounted filesystem 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w with ordered data mode. Quota mode: none.
                        [Sat Nov 30 22:42:53 2024] EXT4-fs (sda2): re-mounted 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w. Quota mode: none.
                        
                        Show mounted filesystems:
                        TARGET  SOURCE    FSTYPE OPTIONS
                        /       /dev/sda2 ext4   rw,noatime
                        `-/boot /dev/sda1 vfat   rw,nodev,noexec,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        526M    /var/
                        498M    /var/log
                        497M    /var/log/journal/256940e9bd0e49078df2cc99156a71f7
                        497M    /var/log/journal
                        23M     /var/lib/pacman
                        
                        Archived and active journals take up 496.5M in the file system.
                        
                        /opt/iobroker/backups:
                        11M     /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        1.1G    /opt/iobroker/iobroker-data/
                        950M    /opt/iobroker/iobroker-data/files
                        617M    /opt/iobroker/iobroker-data/files/javascript.admin
                        560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                        558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                        
                        The five largest files in iobroker-data are:
                        24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                        24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                        24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                        24M     /opt/iobroker/iobroker-data/files/vis-2/customWidgets.js.map
                        13M     /opt/iobroker/iobroker-data/objects.jsonl
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                        
                        No Devices found 'by-id'
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v20.18.0
                        /usr/bin/node           v20.18.0
                        /usr/bin/npm            10.9.0
                        /usr/bin/npx            10.9.0
                        /usr/bin/corepack       0.29.3
                        
                        Temp directories causing deletion problem: 0
                        No problems detected
                        
                        Errors in npm tree: 0
                        No problems detected
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is not running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Hosts:
                        manjaro-arm         manjaro-arm (version: 7.0.3, hostname: manjaro-arm   , alive, uptime: 619)
                        
                        Core adapters versions
                        js-controller:  7.0.3
                        admin:          7.1.5
                        javascript:     8.8.3
                        
                        nodejs modules from github:     0
                        
                        Adapter State
                          system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          system.adapter.backitup.0               : backitup              : manjaro-arm                              -  enabled
                          system.adapter.dwd.0                    : dwd                   : manjaro-arm                              -  enabled
                          system.adapter.email.0                  : email                 : manjaro-arm                              -  enabled
                          system.adapter.fullybrowser.0           : fullybrowser          : manjaro-arm                              -  enabled
                          system.adapter.ical.0                   : ical                  : manjaro-arm                              -  enabled
                          system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : manjaro-arm                              - disabled
                          system.adapter.javascript.0             : javascript            : manjaro-arm                              -  enabled
                          system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                          system.adapter.ping.0                   : ping                  : manjaro-arm                              -  enabled
                          system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                          system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                          system.adapter.tr-064.0                 : tr-064                : manjaro-arm                              -  enabled
                          system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: manjaro-arm                              -  enabled
                          system.adapter.vis-2.0                  : vis-2                 : manjaro-arm                              -  enabled
                          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : manjaro-arm                              -  enabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : manjaro-arm                              -  enabled
                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : manjaro-arm                              -  enabled
                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : manjaro-arm                              -  enabled
                          system.adapter.vis.0                    : vis                   : manjaro-arm                              -  enabled
                          system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          system.adapter.yahka.0                  : yahka                 : manjaro-arm                              -  enabled
                          system.adapter.zwave2.0                 : zwave2                : manjaro-arm                              -  enabled
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                          system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                          system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                          system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                          system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        ioBroker-Repositories
                        ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                        │ (index) │ name               │ url                                                     │ auto upgrade │
                        ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                        │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                        │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                        └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                        
                        Active repo(s): Stable (default)
                        Upgrade policy: none
                        
                        Installed ioBroker-Instances
                        Used repository: Stable (default)
                        Adapter    "admin"        : 7.1.5    , installed 7.1.5
                        Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                        Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                        Adapter    "email"        : 1.3.1    , installed 1.3.1
                        Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                        Adapter    "ical"         : 1.16.1   , installed 1.16.1
                        Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                        Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                        Controller "js-controller": 7.0.3    , installed 7.0.3
                        Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                        Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                        Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                        Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                        Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                        Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "web"          : 6.2.5    , installed 6.2.5
                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                        Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                        Adapter    "zwave2"       : 3.1.0    , installed 3.1.0
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        2325
                        States:         1800
                        
                        *** OS-Repositories and Updates ***
                        No Debian-based Linux detected.
                        
                        *** 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 127.0.0.1:4711          0.0.0.0:*               LISTEN      968        5055       563/pihole-FTL      
                        tcp        0      0 127.0.0.1:5335          0.0.0.0:*               LISTEN      0          5975       450/unbound         
                        tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      968        5051       563/pihole-FTL      
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          4094       552/sshd: /usr/bin/ 
                        tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          3973       472/lighttpd        
                        tcp6       0      0 ::1:4711                :::*                    LISTEN      968        5056       563/pihole-FTL      
                        tcp6       0      0 :::53                   :::*                    LISTEN      968        5053       563/pihole-FTL      
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          4096       552/sshd: /usr/bin/ 
                        udp        0      0 0.0.0.0:53              0.0.0.0:*                           968        5050       563/pihole-FTL      
                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          6685       453/dhcpcd: [networ 
                        udp        0      0 127.0.0.1:5335          0.0.0.0:*                           0          5974       450/unbound         
                        udp6       0      0 :::53                   :::*                                968        5052       563/pihole-FTL      
                        udp6       0      0 :::546                  :::*                                0          6687       453/dhcpcd: [networ 
                        
                        *** Log File - Last 25 Lines ***
                        
                        2024-11-30 23:06:39.942  - info: host.manjaro-arm instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
                        2024-11-30 23:06:40.004  - info: host.manjaro-arm instance system.adapter.shelly.0 terminated with code 0 (NO_ERROR)
                        2024-11-30 23:06:40.004  - info: host.manjaro-arm instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                        2024-11-30 23:06:40.124  - info: host.manjaro-arm stopInstance timeout system.adapter.javascript.0 killing pid 1637
                        2024-11-30 23:06:40.125  - info: host.manjaro-arm stopInstance timeout system.adapter.ping.0 killing pid 1727
                        2024-11-30 23:06:40.125  - info: host.manjaro-arm stopInstance timeout system.adapter.zwave2.0 killing pid 1769
                        2024-11-30 23:06:40.126  - info: host.manjaro-arm stopInstance timeout system.adapter.web.0 killing pid 1875
                        2024-11-30 23:06:40.262  - info: host.manjaro-arm instance system.adapter.email.0 terminated with code 0 (NO_ERROR)
                        2024-11-30 23:06:40.263  - info: host.manjaro-arm instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
                        2024-11-30 23:06:40.286  - info: host.manjaro-arm instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                        2024-11-30 23:06:40.343  - info: host.manjaro-arm instance system.adapter.fullybrowser.0 terminated with code 0 (NO_ERROR)
                        2024-11-30 23:06:40.343  - info: host.manjaro-arm All instances are stopped.
                        2024-11-30 23:06:40.544  - warn: host.manjaro-arm instance system.adapter.javascript.0 terminated due to SIGKILL
                        2024-11-30 23:06:40.544  - info: host.manjaro-arm instance system.adapter.javascript.0 terminated with code null ()
                        2024-11-30 23:06:40.545  - info: host.manjaro-arm All instances are stopped.
                        2024-11-30 23:06:40.545  - warn: host.manjaro-arm instance system.adapter.ping.0 terminated due to SIGKILL
                        2024-11-30 23:06:40.545  - info: host.manjaro-arm instance system.adapter.ping.0 terminated with code null ()
                        2024-11-30 23:06:40.545  - info: host.manjaro-arm All instances are stopped.
                        2024-11-30 23:06:40.585  - warn: host.manjaro-arm instance system.adapter.zwave2.0 terminated due to SIGKILL
                        2024-11-30 23:06:40.585  - info: host.manjaro-arm instance system.adapter.zwave2.0 terminated with code null ()
                        2024-11-30 23:06:40.585  - info: host.manjaro-arm All instances are stopped.
                        2024-11-30 23:06:40.586  - warn: host.manjaro-arm instance system.adapter.web.0 terminated due to SIGKILL
                        2024-11-30 23:06:40.586  - info: host.manjaro-arm instance system.adapter.web.0 terminated with code null ()
                        2024-11-30 23:06:40.586  - info: host.manjaro-arm All instances are stopped.
                        2024-11-30 23:06:40.750  - info: host.manjaro-arm terminated
                        
                        
                        ======================= SUMMARY =======================
                                                v.2024-10-19
                        
                        
                         Static hostname: manjaro-arm
                               Icon name: computer
                        Operating System: Manjaro ARM Linux
                                  Kernel: Linux 6.6.59-1-MANJARO-RPI4
                            Architecture: arm64
                        
                        Installation:           native
                        Kernel:                 aarch64
                        Userland:               64 bit
                        Timezone:               Europe/Berlin (CET, +0100)
                        User-ID:                1000
                        Display-Server:         false
                        Boot Target:            multi-user.target
                        
                        Pending OS-Updates:     0
                        Pending iob updates:    0
                        
                        Nodejs-Installation:
                        /usr/bin/nodejs         v20.18.0
                        /usr/bin/node           v20.18.0
                        /usr/bin/npm            10.9.0
                        /usr/bin/npx            10.9.0
                        /usr/bin/corepack       0.29.3
                        
                        Recommended versions are nodejs 20.18.1 and npm 10.8.2
                        nodeJS installation is correct
                        
                        MEMORY: 
                                       total        used        free      shared  buff/cache   available
                        Mem:            8.2G        297M        6.3G        3.1M        1.7G        7.9G
                        Swap:            12G          0B         12G
                        Total:           20G        297M         18G
                        
                        Active iob-Instances:   1
                        Upgrade policy: none
                        
                        ioBroker Core:          js-controller           7.0.3
                                                admin                   7.1.5
                        
                        ioBroker Status:        iobroker is not running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                          system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects:                2325
                        States:                 1800
                        
                        Size of iob-Database:
                        
                        13M     /opt/iobroker/iobroker-data/objects.jsonl
                        376K    /opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                        
                        =================== END OF SUMMARY ====================
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • jolicJ jolic

                          @thomas-braun

                          Prima! langt die SUMMARY?
                          Nachtrag, wahrscheinlich nein, hier alles:

                          Script v.2024-10-19
                          
                          *** BASE SYSTEM ***
                           Static hostname: manjaro-arm
                                 Icon name: computer
                          Operating System: Manjaro ARM Linux
                                    Kernel: Linux 6.6.59-1-MANJARO-RPI4
                              Architecture: arm64
                          OS is similar to: arch
                          
                          Model           : Raspberry Pi 4 Model B Rev 1.5
                          Docker          : false
                          Virtualization  : none
                          Kernel          : aarch64
                          Userland        : 64 bit
                          
                          Systemuptime and Load:
                           23:47:13 up  1:04,  2 users,  load average: 0.32, 0.33, 0.28
                          CPU threads: 4
                          
                          
                          *** LIFE CYCLE STATUS ***
                          Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                          
                          *** RASPBERRY THROTTLING ***
                          Current issues:
                          No throttling issues detected.
                          
                          Previously detected issues:
                          No throttling issues detected.
                          
                          *** TIME AND TIMEZONES ***
                                         Local time: Sat 2024-11-30 23:47:13 CET
                                     Universal time: Sat 2024-11-30 22:47:13 UTC
                                           RTC time: n/a
                                          Time zone: Europe/Berlin (CET, +0100)
                          System clock synchronized: yes
                                        NTP service: active
                                    RTC in local TZ: no
                          
                          *** Users and Groups ***
                          User that called 'iob diag':
                          pi4m
                          HOME=/home/pi4m
                          GROUPS=sys network power users video storage lp input audio wheel pi4m iobroker
                          
                          User that is running 'js-controller':
                          js-controller is not running
                          
                          *** DISPLAY-SERVER SETUP ***
                          Display-Server: false
                          Desktop: 
                          Terminal:       tty
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            8.2G        302M        6.3G        3.1M        1.7G        7.9G
                          Swap:            12G          0B         12G
                          Total:           20G        302M         18G
                          
                          Active iob-Instances:   1
                          
                                   7806 M total memory
                                    289 M used memory
                                   1130 M active memory
                                    460 M inactive memory
                                   5989 M free memory
                                    118 M buffer memory
                                   1519 M swap cache
                                  11709 M total swap
                                      0 M used swap
                                  11709 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 23:47:14 up  1:04,  2 users,  load average: 0.32, 0.33, 0.28
                          Tasks: 160 total,   3 running, 157 sleeping,   0 stopped,   0 zombie
                          %Cpu(s):  2.1 us,  4.2 sy,  0.0 ni, 93.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                          MiB Mem :   7806.6 total,   5988.0 free,    290.4 used,   1638.3 buff/cache     
                          MiB Swap:  11710.0 total,  11710.0 free,      0.0 used.   7516.3 avail Mem 
                          
                          *** FAILED SERVICES ***
                          
                            UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                          * iobroker.service loaded failed failed ioBroker Server
                          
                          Legend: LOAD   -> Reflects whether the unit definition was properly loaded.
                                  ACTIVE -> The high-level unit activation state, i.e. generalization of SUB.
                                  SUB    -> The low-level unit activation state, values depend on unit type.
                          
                          1 loaded units listed.
                          
                          
                          *** DMESG CRITICAL ERRORS ***
                          No critical errors detected
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          dev            devtmpfs  3.8G     0  3.8G   0% /dev
                          run            tmpfs     3.9G  1.1M  3.9G   1% /run
                          /dev/sda2      ext4      917G  7.2G  873G   1% /
                          tmpfs          tmpfs     3.9G  1.9M  3.9G   1% /dev/shm
                          tmpfs          tmpfs     3.9G   20K  3.9G   1% /tmp
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-network-generator.service
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-udev-load-credentials.service
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev-early.service
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-sysctl.service
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev.service
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-networkd.service
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-vconsole-setup.service
                          /dev/sda1      vfat      458M   51M  407M  12% /boot
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup.service
                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                          tmpfs          tmpfs     781M  4.0K  781M   1% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Sat Nov 30 22:42:51 2024] EXT4-fs (sda2): mounted filesystem 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w with ordered data mode. Quota mode: none.
                          [Sat Nov 30 22:42:53 2024] EXT4-fs (sda2): re-mounted 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w. Quota mode: none.
                          
                          Show mounted filesystems:
                          TARGET  SOURCE    FSTYPE OPTIONS
                          /       /dev/sda2 ext4   rw,noatime
                          `-/boot /dev/sda1 vfat   rw,nodev,noexec,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,errors=remount-ro
                          
                          Files in neuralgic directories:
                          
                          /var:
                          526M    /var/
                          498M    /var/log
                          497M    /var/log/journal/256940e9bd0e49078df2cc99156a71f7
                          497M    /var/log/journal
                          23M     /var/lib/pacman
                          
                          Archived and active journals take up 496.5M in the file system.
                          
                          /opt/iobroker/backups:
                          11M     /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          1.1G    /opt/iobroker/iobroker-data/
                          950M    /opt/iobroker/iobroker-data/files
                          617M    /opt/iobroker/iobroker-data/files/javascript.admin
                          560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                          558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                          
                          The five largest files in iobroker-data are:
                          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                          24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                          24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                          24M     /opt/iobroker/iobroker-data/files/vis-2/customWidgets.js.map
                          13M     /opt/iobroker/iobroker-data/objects.jsonl
                          
                          USB-Devices by-id:
                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                          
                          No Devices found 'by-id'
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs         v20.18.0
                          /usr/bin/node           v20.18.0
                          /usr/bin/npm            10.9.0
                          /usr/bin/npx            10.9.0
                          /usr/bin/corepack       0.29.3
                          
                          Temp directories causing deletion problem: 0
                          No problems detected
                          
                          Errors in npm tree: 0
                          No problems detected
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is not running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Hosts:
                          manjaro-arm         manjaro-arm (version: 7.0.3, hostname: manjaro-arm   , alive, uptime: 619)
                          
                          Core adapters versions
                          js-controller:  7.0.3
                          admin:          7.1.5
                          javascript:     8.8.3
                          
                          nodejs modules from github:     0
                          
                          Adapter State
                            system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            system.adapter.backitup.0               : backitup              : manjaro-arm                              -  enabled
                            system.adapter.dwd.0                    : dwd                   : manjaro-arm                              -  enabled
                            system.adapter.email.0                  : email                 : manjaro-arm                              -  enabled
                            system.adapter.fullybrowser.0           : fullybrowser          : manjaro-arm                              -  enabled
                            system.adapter.ical.0                   : ical                  : manjaro-arm                              -  enabled
                            system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : manjaro-arm                              - disabled
                            system.adapter.javascript.0             : javascript            : manjaro-arm                              -  enabled
                            system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                            system.adapter.ping.0                   : ping                  : manjaro-arm                              -  enabled
                            system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                            system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                            system.adapter.tr-064.0                 : tr-064                : manjaro-arm                              -  enabled
                            system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: manjaro-arm                              -  enabled
                            system.adapter.vis-2.0                  : vis-2                 : manjaro-arm                              -  enabled
                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : manjaro-arm                              -  enabled
                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : manjaro-arm                              -  enabled
                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : manjaro-arm                              -  enabled
                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : manjaro-arm                              -  enabled
                            system.adapter.vis.0                    : vis                   : manjaro-arm                              -  enabled
                            system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            system.adapter.yahka.0                  : yahka                 : manjaro-arm                              -  enabled
                            system.adapter.zwave2.0                 : zwave2                : manjaro-arm                              -  enabled
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                            system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                            system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                            system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                            system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          ioBroker-Repositories
                          ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                          │ (index) │ name               │ url                                                     │ auto upgrade │
                          ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                          │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                          │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                          └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                          
                          Active repo(s): Stable (default)
                          Upgrade policy: none
                          
                          Installed ioBroker-Instances
                          Used repository: Stable (default)
                          Adapter    "admin"        : 7.1.5    , installed 7.1.5
                          Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                          Adapter    "email"        : 1.3.1    , installed 1.3.1
                          Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                          Adapter    "ical"         : 1.16.1   , installed 1.16.1
                          Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                          Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                          Controller "js-controller": 7.0.3    , installed 7.0.3
                          Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                          Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                          Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                          Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                          Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                          Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                          Adapter    "zwave2"       : 3.1.0    , installed 3.1.0
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        2325
                          States:         1800
                          
                          *** OS-Repositories and Updates ***
                          No Debian-based Linux detected.
                          
                          *** 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 127.0.0.1:4711          0.0.0.0:*               LISTEN      968        5055       563/pihole-FTL      
                          tcp        0      0 127.0.0.1:5335          0.0.0.0:*               LISTEN      0          5975       450/unbound         
                          tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      968        5051       563/pihole-FTL      
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          4094       552/sshd: /usr/bin/ 
                          tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          3973       472/lighttpd        
                          tcp6       0      0 ::1:4711                :::*                    LISTEN      968        5056       563/pihole-FTL      
                          tcp6       0      0 :::53                   :::*                    LISTEN      968        5053       563/pihole-FTL      
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          4096       552/sshd: /usr/bin/ 
                          udp        0      0 0.0.0.0:53              0.0.0.0:*                           968        5050       563/pihole-FTL      
                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          6685       453/dhcpcd: [networ 
                          udp        0      0 127.0.0.1:5335          0.0.0.0:*                           0          5974       450/unbound         
                          udp6       0      0 :::53                   :::*                                968        5052       563/pihole-FTL      
                          udp6       0      0 :::546                  :::*                                0          6687       453/dhcpcd: [networ 
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-11-30 23:06:39.942  - info: host.manjaro-arm instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
                          2024-11-30 23:06:40.004  - info: host.manjaro-arm instance system.adapter.shelly.0 terminated with code 0 (NO_ERROR)
                          2024-11-30 23:06:40.004  - info: host.manjaro-arm instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                          2024-11-30 23:06:40.124  - info: host.manjaro-arm stopInstance timeout system.adapter.javascript.0 killing pid 1637
                          2024-11-30 23:06:40.125  - info: host.manjaro-arm stopInstance timeout system.adapter.ping.0 killing pid 1727
                          2024-11-30 23:06:40.125  - info: host.manjaro-arm stopInstance timeout system.adapter.zwave2.0 killing pid 1769
                          2024-11-30 23:06:40.126  - info: host.manjaro-arm stopInstance timeout system.adapter.web.0 killing pid 1875
                          2024-11-30 23:06:40.262  - info: host.manjaro-arm instance system.adapter.email.0 terminated with code 0 (NO_ERROR)
                          2024-11-30 23:06:40.263  - info: host.manjaro-arm instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
                          2024-11-30 23:06:40.286  - info: host.manjaro-arm instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                          2024-11-30 23:06:40.343  - info: host.manjaro-arm instance system.adapter.fullybrowser.0 terminated with code 0 (NO_ERROR)
                          2024-11-30 23:06:40.343  - info: host.manjaro-arm All instances are stopped.
                          2024-11-30 23:06:40.544  - warn: host.manjaro-arm instance system.adapter.javascript.0 terminated due to SIGKILL
                          2024-11-30 23:06:40.544  - info: host.manjaro-arm instance system.adapter.javascript.0 terminated with code null ()
                          2024-11-30 23:06:40.545  - info: host.manjaro-arm All instances are stopped.
                          2024-11-30 23:06:40.545  - warn: host.manjaro-arm instance system.adapter.ping.0 terminated due to SIGKILL
                          2024-11-30 23:06:40.545  - info: host.manjaro-arm instance system.adapter.ping.0 terminated with code null ()
                          2024-11-30 23:06:40.545  - info: host.manjaro-arm All instances are stopped.
                          2024-11-30 23:06:40.585  - warn: host.manjaro-arm instance system.adapter.zwave2.0 terminated due to SIGKILL
                          2024-11-30 23:06:40.585  - info: host.manjaro-arm instance system.adapter.zwave2.0 terminated with code null ()
                          2024-11-30 23:06:40.585  - info: host.manjaro-arm All instances are stopped.
                          2024-11-30 23:06:40.586  - warn: host.manjaro-arm instance system.adapter.web.0 terminated due to SIGKILL
                          2024-11-30 23:06:40.586  - info: host.manjaro-arm instance system.adapter.web.0 terminated with code null ()
                          2024-11-30 23:06:40.586  - info: host.manjaro-arm All instances are stopped.
                          2024-11-30 23:06:40.750  - info: host.manjaro-arm terminated
                          
                          
                          ======================= SUMMARY =======================
                                                  v.2024-10-19
                          
                          
                           Static hostname: manjaro-arm
                                 Icon name: computer
                          Operating System: Manjaro ARM Linux
                                    Kernel: Linux 6.6.59-1-MANJARO-RPI4
                              Architecture: arm64
                          
                          Installation:           native
                          Kernel:                 aarch64
                          Userland:               64 bit
                          Timezone:               Europe/Berlin (CET, +0100)
                          User-ID:                1000
                          Display-Server:         false
                          Boot Target:            multi-user.target
                          
                          Pending OS-Updates:     0
                          Pending iob updates:    0
                          
                          Nodejs-Installation:
                          /usr/bin/nodejs         v20.18.0
                          /usr/bin/node           v20.18.0
                          /usr/bin/npm            10.9.0
                          /usr/bin/npx            10.9.0
                          /usr/bin/corepack       0.29.3
                          
                          Recommended versions are nodejs 20.18.1 and npm 10.8.2
                          nodeJS installation is correct
                          
                          MEMORY: 
                                         total        used        free      shared  buff/cache   available
                          Mem:            8.2G        297M        6.3G        3.1M        1.7G        7.9G
                          Swap:            12G          0B         12G
                          Total:           20G        297M         18G
                          
                          Active iob-Instances:   1
                          Upgrade policy: none
                          
                          ioBroker Core:          js-controller           7.0.3
                                                  admin                   7.1.5
                          
                          ioBroker Status:        iobroker is not running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Status admin and web instance:
                            system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          Objects:                2325
                          States:                 1800
                          
                          Size of iob-Database:
                          
                          13M     /opt/iobroker/iobroker-data/objects.jsonl
                          376K    /opt/iobroker/iobroker-data/states.jsonl
                          
                          
                          Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                          
                          =================== END OF SUMMARY ====================
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #29

                          @jolic
                          Außer, das der ioBroker nicht läuft, sieht man da halt nicht viel.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          jolicJ 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @jolic
                            Außer, das der ioBroker nicht läuft, sieht man da halt nicht viel.

                            jolicJ Offline
                            jolicJ Offline
                            jolic
                            schrieb am zuletzt editiert von
                            #30

                            @thomas-braun

                            Ja, hatte zu schnell "Press any key for a summary" gedrückt, habe oben alles hinzugefügt. Erkennst du dort ein Problem?

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • jolicJ jolic

                              @thomas-braun

                              Ja, hatte zu schnell "Press any key for a summary" gedrückt, habe oben alles hinzugefügt. Erkennst du dort ein Problem?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #31

                              @jolic

                              Der ioBroker läuft halt nicht.

                              *** FAILED SERVICES ***
                              
                                UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                              * iobroker.service loaded failed failed ioBroker Server
                              

                              Startet der nicht per

                              iob start
                              

                              Dann mal in den

                              systemctl status iobroker.service
                              

                              werfen.

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              jolicJ 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @jolic

                                Der ioBroker läuft halt nicht.

                                *** FAILED SERVICES ***
                                
                                  UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                * iobroker.service loaded failed failed ioBroker Server
                                

                                Startet der nicht per

                                iob start
                                

                                Dann mal in den

                                systemctl status iobroker.service
                                

                                werfen.

                                jolicJ Offline
                                jolicJ Offline
                                jolic
                                schrieb am zuletzt editiert von
                                #32

                                @thomas-braun
                                Sorry, war wegen "iob fix", sicherheitshalber mache ich nun ein reboot und dann nocheinmal eine "iob diag".

                                jolicJ 1 Antwort Letzte Antwort
                                0
                                • jolicJ jolic

                                  @thomas-braun
                                  Sorry, war wegen "iob fix", sicherheitshalber mache ich nun ein reboot und dann nocheinmal eine "iob diag".

                                  jolicJ Offline
                                  jolicJ Offline
                                  jolic
                                  schrieb am zuletzt editiert von jolic
                                  #33

                                  @thomas-braun

                                  2ter Versuch, ioB läuft und keine Fehler im Webinterface Protokoll, iob diag:

                                  Script v.2024-10-19
                                  
                                  *** BASE SYSTEM ***
                                   Static hostname: manjaro-arm
                                         Icon name: computer
                                  Operating System: Manjaro ARM Linux
                                            Kernel: Linux 6.6.59-1-MANJARO-RPI4
                                      Architecture: arm64
                                  OS is similar to: arch
                                  
                                  Model           : Raspberry Pi 4 Model B Rev 1.5
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : aarch64
                                  Userland        : 64 bit
                                  
                                  Systemuptime and Load:
                                   00:02:46 up 5 min,  2 users,  load average: 1.13, 1.00, 0.48
                                  CPU threads: 4
                                  
                                  
                                  *** LIFE CYCLE STATUS ***
                                  Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                                  
                                  *** RASPBERRY THROTTLING ***
                                  Current issues:
                                  No throttling issues detected.
                                  
                                  Previously detected issues:
                                  No throttling issues detected.
                                  
                                  *** TIME AND TIMEZONES ***
                                                 Local time: Sun 2024-12-01 00:02:47 CET
                                             Universal time: Sat 2024-11-30 23:02:47 UTC
                                                   RTC time: n/a
                                                  Time zone: Europe/Berlin (CET, +0100)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** Users and Groups ***
                                  User that called 'iob diag':
                                  pi4m
                                  HOME=/home/pi4m
                                  GROUPS=sys network power users video storage lp input audio wheel pi4m iobroker
                                  
                                  User that is running 'js-controller':
                                  iobroker
                                  HOME=/home/iobroker
                                  SUDO_HOME=/home/pi4m
                                  GROUPS=tty video uucp audio iobroker
                                  
                                  *** DISPLAY-SERVER SETUP ***
                                  Display-Server: false
                                  Desktop: 
                                  Terminal:       tty
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            8.2G        1.4G        6.2G        2.7M        660M        6.8G
                                  Swap:            12G          0B         12G
                                  Total:           20G        1.4G         18G
                                  
                                  Active iob-Instances:   15
                                  
                                           7806 M total memory
                                           1335 M used memory
                                           1321 M active memory
                                            347 M inactive memory
                                           5950 M free memory
                                             77 M buffer memory
                                            552 M swap cache
                                          11709 M total swap
                                              0 M used swap
                                          11709 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 00:02:48 up 5 min,  2 users,  load average: 1.13, 1.00, 0.48
                                  Tasks: 177 total,   1 running, 176 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s):  2.0 us,  3.9 sy,  0.0 ni, 94.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                  MiB Mem :   7806.6 total,   5949.5 free,   1336.6 used,    630.3 buff/cache     
                                  MiB Swap:  11710.0 total,  11710.0 free,      0.0 used.   6470.1 avail Mem 
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT LOAD ACTIVE SUB DESCRIPTION
                                  
                                  0 loaded units listed.
                                  
                                  
                                  *** DMESG CRITICAL ERRORS ***
                                  No critical errors detected
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  dev            devtmpfs  3.8G     0  3.8G   0% /dev
                                  run            tmpfs     3.9G  744K  3.9G   1% /run
                                  /dev/sda2      ext4      917G  7.1G  873G   1% /
                                  tmpfs          tmpfs     3.9G  1.9M  3.9G   1% /dev/shm
                                  tmpfs          tmpfs     3.9G   20K  3.9G   1% /tmp
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-network-generator.service
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-udev-load-credentials.service
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-sysctl.service
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev-early.service
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-sysusers.service
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev.service
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-networkd.service
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-vconsole-setup.service
                                  /dev/sda1      vfat      458M   51M  407M  12% /boot
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup.service
                                  tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                                  tmpfs          tmpfs     781M  4.0K  781M   1% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Sat Nov 30 23:57:45 2024] EXT4-fs (sda2): mounted filesystem 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w with ordered data mode. Quota mode: none.
                                  [Sat Nov 30 23:57:48 2024] EXT4-fs (sda2): re-mounted 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w. Quota mode: none.
                                  
                                  Show mounted filesystems:
                                  TARGET  SOURCE    FSTYPE OPTIONS
                                  /       /dev/sda2 ext4   rw,noatime
                                  `-/boot /dev/sda1 vfat   rw,nodev,noexec,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,errors=remount-ro
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  456M    /var/
                                  428M    /var/log
                                  427M    /var/log/journal/256940e9bd0e49078df2cc99156a71f7
                                  427M    /var/log/journal
                                  23M     /var/lib/pacman
                                  
                                  Archived and active journals take up 426.2M in the file system.
                                  
                                  /opt/iobroker/backups:
                                  11M     /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  1.1G    /opt/iobroker/iobroker-data/
                                  950M    /opt/iobroker/iobroker-data/files
                                  617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                  560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                  558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                  
                                  The five largest files in iobroker-data are:
                                  24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                  24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                                  24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                                  24M     /opt/iobroker/iobroker-data/files/vis-2/customWidgets.js.map
                                  14M     /opt/iobroker/iobroker-data/objects.jsonl
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  No Devices found 'by-id'
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v20.18.0
                                  /usr/bin/node           v20.18.0
                                  /usr/bin/npm            10.9.0
                                  /usr/bin/npx            10.9.0
                                  /usr/bin/corepack       0.29.3
                                  
                                  Temp directories causing deletion problem: 0
                                  No problems detected
                                  
                                  Errors in npm tree: 0
                                  No problems detected
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Hosts:
                                  manjaro-arm         manjaro-arm (version: 7.0.3, hostname: manjaro-arm   , alive, uptime: 306)
                                  
                                  Core adapters versions
                                  js-controller:  7.0.3
                                  admin:          7.1.5
                                  javascript:     8.8.3
                                  
                                  nodejs modules from github:     0
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                  + system.adapter.backitup.0               : backitup              : manjaro-arm                              -  enabled
                                    system.adapter.dwd.0                    : dwd                   : manjaro-arm                              -  enabled
                                  + system.adapter.email.0                  : email                 : manjaro-arm                              -  enabled
                                  + system.adapter.fullybrowser.0           : fullybrowser          : manjaro-arm                              -  enabled
                                    system.adapter.ical.0                   : ical                  : manjaro-arm                              -  enabled
                                    system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : manjaro-arm                              - disabled
                                  + system.adapter.javascript.0             : javascript            : manjaro-arm                              -  enabled
                                  + system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                                  + system.adapter.ping.0                   : ping                  : manjaro-arm                              -  enabled
                                  + system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                                  + system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                                  + system.adapter.tr-064.0                 : tr-064                : manjaro-arm                              -  enabled
                                    system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: manjaro-arm                              -  enabled
                                  + system.adapter.vis-2.0                  : vis-2                 : manjaro-arm                              -  enabled
                                    system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : manjaro-arm                              -  enabled
                                    system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : manjaro-arm                              -  enabled
                                    system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : manjaro-arm                              -  enabled
                                    system.adapter.vis-timeandweather.0     : vis-timeandweather    : manjaro-arm                              -  enabled
                                    system.adapter.vis.0                    : vis                   : manjaro-arm                              -  enabled
                                  + system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.yahka.0                  : yahka                 : manjaro-arm                              -  enabled
                                  + system.adapter.zwave2.0                 : zwave2                : manjaro-arm                              -  enabled
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                  + system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                  + system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                                  + system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                                  + system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                                  + system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  ioBroker-Repositories
                                  ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                  │ (index) │ name               │ url                                                     │ auto upgrade │
                                  ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                  │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                  │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                  └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                  
                                  Active repo(s): Stable (default)
                                  Upgrade policy: none
                                  
                                  Installed ioBroker-Instances
                                  Used repository: Stable (default)
                                  Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                  Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                  Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                  Adapter    "email"        : 1.3.1    , installed 1.3.1
                                  Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                                  Adapter    "ical"         : 1.16.1   , installed 1.16.1
                                  Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                                  Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                  Controller "js-controller": 7.0.3    , installed 7.0.3
                                  Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                  Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                  Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                  Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                  Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                  Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                                  Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                  Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                  Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                  Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                  Adapter    "web"          : 6.2.5    , installed 6.2.5
                                  Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                  Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                  Adapter    "zwave2"       : 3.1.0    , installed 3.1.0
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        2325
                                  States:         1952
                                  
                                  *** OS-Repositories and Updates ***
                                  No Debian-based Linux detected.
                                  
                                  *** 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 127.0.0.1:38919         0.0.0.0:*               LISTEN      1001       15199      1131/io.yahka.0     
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       7840       557/iobroker.js-con 
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       1015       557/iobroker.js-con 
                                  tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      968        6421       571/pihole-FTL      
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          919        559/sshd: /usr/bin/ 
                                  tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      968        7466       571/pihole-FTL      
                                  tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          8248       471/lighttpd        
                                  tcp        0      0 192.168.0.164:8087      0.0.0.0:*               LISTEN      1001       15568      1092/io.simple-api. 
                                  tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       6669       997/io.mqtt.0       
                                  tcp        0      0 0.0.0.0:42169           0.0.0.0:*               LISTEN      1001       15193      1131/io.yahka.0     
                                  tcp        0      0 127.0.0.1:5335          0.0.0.0:*               LISTEN      0          7390       460/unbound         
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       8446       789/io.admin.0      
                                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15166      1112/io.web.0       
                                  tcp6       0      0 ::1:4711                :::*                    LISTEN      968        6422       571/pihole-FTL      
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          921        559/sshd: /usr/bin/ 
                                  tcp6       0      0 :::53                   :::*                    LISTEN      968        7468       571/pihole-FTL      
                                  udp        0      0 127.0.0.1:5335          0.0.0.0:*                           0          7389       460/unbound         
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15195      1131/io.yahka.0     
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15194      1131/io.yahka.0     
                                  udp        0      0 192.168.0.164:5353      0.0.0.0:*                           1001       13543      1037/io.tr-064.0    
                                  udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       11209      1026/io.shelly.0    
                                  udp        0      0 0.0.0.0:53              0.0.0.0:*                           968        7465       571/pihole-FTL      
                                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          6273       457/dhcpcd: [networ 
                                  udp6       0      0 :::53                   :::*                                968        7467       571/pihole-FTL      
                                  udp6       0      0 :::546                  :::*                                0          6275       457/dhcpcd: [networ 
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2024-12-01 00:00:00.111  - info: host.manjaro-arm instance system.adapter.ical.0 in version "1.16.1" started with pid 1177
                                  2024-12-01 00:00:02.735  - info: admin.0 (789) failed connection to socket.io from ::ffff:192.168.0.45: Passport was not initialized
                                  2024-12-01 00:00:03.497  - info: ical.0 (1177) starting. Version 1.16.1 in /opt/iobroker/node_modules/iobroker.ical, node: v20.18.0, js-controller: 7.0.3
                                  2024-12-01 00:00:04.045  - info: ical.0 (1177) processing URL: AbfuhrkalenderMasholder https://art-trier.de/ics-feed/54634:Bitburg-Masholder::Masholder@.ics
                                  2024-12-01 00:00:04.097  - info: javascript.0 (860) script.js.common.Abfall: <table class='Abfall'><tr><td class='Abfallimage'><img width='80' height='80' src='/vis-2.0/Abfall/gelber_sack_und_papierabfall.png'></td><td class='Abfallimage'><img width='80' height='80' src='/vis-2.0/Abfall/restmuell.png'></td><td class='Abfallimage'><img width='80' height='80' src='/vis-2.0/Abfall/restmuell.png'></td><td class='Abfallimage'><img width='80' height='80' src='/vis-2.0/Abfall/gelber_sack_und_papierabfall.png'></td></tr><tr><td class='AbfallText'>02.12.2024</td><td class='AbfallText'>12.12.2024</td><td class='AbfallText'>27.12.2024</td><td class='AbfallText'>30.12.2024</td></tr></table>
                                  2024-12-01 00:00:07.559  - info: admin.0 (789) ==> Connected system.user.admin from ::ffff:192.168.0.45
                                  2024-12-01 00:00:09.334  - info: ical.0 (1177) Terminated (NO_ERROR): Without reason
                                  2024-12-01 00:00:10.238  - info: host.manjaro-arm instance system.adapter.ical.0 having pid 1177 terminated with code 0 (NO_ERROR)
                                  2024-12-01 00:00:45.047  - info: host.manjaro-arm instance system.adapter.dwd.0 in version "2.8.5" started with pid 1280
                                  2024-12-01 00:00:47.463  - info: dwd.0 (1280) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.18.0, js-controller: 7.0.3
                                  2024-12-01 00:00:48.030  - info: dwd.0 (1280) State value to set for "dwd.0.warning1.begin" has to be type "string" but received type "number" 
                                  2024-12-01 00:00:48.079  - info: dwd.0 (1280) State value to set for "dwd.0.warning1.end" has to be type "string" but received type "number" 
                                  2024-12-01 00:00:48.185  - info: dwd.0 (1280) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2024-12-01 00:00:48.769  - info: host.manjaro-arm instance system.adapter.dwd.0 having pid 1280 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2024-12-01 00:00:49.838  - info: web.0 (1112) ==> Connected system.user.admin from ::ffff:192.168.0.3
                                  2024-12-01 00:00:52.057  - info: web.0 (1112) <== Disconnect system.user.admin from ::ffff:192.168.0.3 vis-2
                                  2024-12-01 00:00:56.783  - info: web.0 (1112) ==> Connected system.user.admin from ::ffff:192.168.0.3
                                  2024-12-01 00:00:57.410  - info: javascript.0 (860) script.js.common.tabletLadestatus: Tablet Akku 30%  -> Ladestrom einschalten
                                  
                                  
                                  ======================= SUMMARY =======================
                                                          v.2024-10-19
                                  
                                  
                                   Static hostname: manjaro-arm
                                         Icon name: computer
                                  Operating System: Manjaro ARM Linux
                                            Kernel: Linux 6.6.59-1-MANJARO-RPI4
                                      Architecture: arm64
                                  
                                  Installation:           native
                                  Kernel:                 aarch64
                                  Userland:               64 bit
                                  Timezone:               Europe/Berlin (CET, +0100)
                                  User-ID:                1000
                                  Display-Server:         false
                                  Boot Target:            multi-user.target
                                  
                                  Pending OS-Updates:     0
                                  Pending iob updates:    0
                                  
                                  Nodejs-Installation:
                                  /usr/bin/nodejs         v20.18.0
                                  /usr/bin/node           v20.18.0
                                  /usr/bin/npm            10.9.0
                                  /usr/bin/npx            10.9.0
                                  /usr/bin/corepack       0.29.3
                                  
                                  Recommended versions are nodejs 20.18.1 and npm 10.8.2
                                  nodeJS installation is correct
                                  
                                  MEMORY: 
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            8.2G        1.5G        5.3G        2.7M        1.5G        6.7G
                                  Swap:            12G          0B         12G
                                  Total:           20G        1.5G         17G
                                  
                                  Active iob-Instances:   15
                                  Upgrade policy: none
                                  
                                  ioBroker Core:          js-controller           7.0.3
                                                          admin                   7.1.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                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                  + system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  Objects:                2325
                                  States:                 1952
                                  
                                  Size of iob-Database:
                                  
                                  14M     /opt/iobroker/iobroker-data/objects.jsonl
                                  728K    /opt/iobroker/iobroker-data/states.jsonl
                                  
                                  
                                  Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                                  
                                  =================== END OF SUMMARY ====================
                                  
                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • jolicJ jolic

                                    @thomas-braun

                                    2ter Versuch, ioB läuft und keine Fehler im Webinterface Protokoll, iob diag:

                                    Script v.2024-10-19
                                    
                                    *** BASE SYSTEM ***
                                     Static hostname: manjaro-arm
                                           Icon name: computer
                                    Operating System: Manjaro ARM Linux
                                              Kernel: Linux 6.6.59-1-MANJARO-RPI4
                                        Architecture: arm64
                                    OS is similar to: arch
                                    
                                    Model           : Raspberry Pi 4 Model B Rev 1.5
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : aarch64
                                    Userland        : 64 bit
                                    
                                    Systemuptime and Load:
                                     00:02:46 up 5 min,  2 users,  load average: 1.13, 1.00, 0.48
                                    CPU threads: 4
                                    
                                    
                                    *** LIFE CYCLE STATUS ***
                                    Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                                    
                                    *** RASPBERRY THROTTLING ***
                                    Current issues:
                                    No throttling issues detected.
                                    
                                    Previously detected issues:
                                    No throttling issues detected.
                                    
                                    *** TIME AND TIMEZONES ***
                                                   Local time: Sun 2024-12-01 00:02:47 CET
                                               Universal time: Sat 2024-11-30 23:02:47 UTC
                                                     RTC time: n/a
                                                    Time zone: Europe/Berlin (CET, +0100)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** Users and Groups ***
                                    User that called 'iob diag':
                                    pi4m
                                    HOME=/home/pi4m
                                    GROUPS=sys network power users video storage lp input audio wheel pi4m iobroker
                                    
                                    User that is running 'js-controller':
                                    iobroker
                                    HOME=/home/iobroker
                                    SUDO_HOME=/home/pi4m
                                    GROUPS=tty video uucp audio iobroker
                                    
                                    *** DISPLAY-SERVER SETUP ***
                                    Display-Server: false
                                    Desktop: 
                                    Terminal:       tty
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            8.2G        1.4G        6.2G        2.7M        660M        6.8G
                                    Swap:            12G          0B         12G
                                    Total:           20G        1.4G         18G
                                    
                                    Active iob-Instances:   15
                                    
                                             7806 M total memory
                                             1335 M used memory
                                             1321 M active memory
                                              347 M inactive memory
                                             5950 M free memory
                                               77 M buffer memory
                                              552 M swap cache
                                            11709 M total swap
                                                0 M used swap
                                            11709 M free swap
                                    
                                    *** top - Table Of Processes  ***
                                    top - 00:02:48 up 5 min,  2 users,  load average: 1.13, 1.00, 0.48
                                    Tasks: 177 total,   1 running, 176 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s):  2.0 us,  3.9 sy,  0.0 ni, 94.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                    MiB Mem :   7806.6 total,   5949.5 free,   1336.6 used,    630.3 buff/cache     
                                    MiB Swap:  11710.0 total,  11710.0 free,      0.0 used.   6470.1 avail Mem 
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT LOAD ACTIVE SUB DESCRIPTION
                                    
                                    0 loaded units listed.
                                    
                                    
                                    *** DMESG CRITICAL ERRORS ***
                                    No critical errors detected
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    dev            devtmpfs  3.8G     0  3.8G   0% /dev
                                    run            tmpfs     3.9G  744K  3.9G   1% /run
                                    /dev/sda2      ext4      917G  7.1G  873G   1% /
                                    tmpfs          tmpfs     3.9G  1.9M  3.9G   1% /dev/shm
                                    tmpfs          tmpfs     3.9G   20K  3.9G   1% /tmp
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-network-generator.service
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-udev-load-credentials.service
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-sysctl.service
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev-early.service
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-sysusers.service
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev.service
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-networkd.service
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-vconsole-setup.service
                                    /dev/sda1      vfat      458M   51M  407M  12% /boot
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup.service
                                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                                    tmpfs          tmpfs     781M  4.0K  781M   1% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Sat Nov 30 23:57:45 2024] EXT4-fs (sda2): mounted filesystem 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w with ordered data mode. Quota mode: none.
                                    [Sat Nov 30 23:57:48 2024] EXT4-fs (sda2): re-mounted 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w. Quota mode: none.
                                    
                                    Show mounted filesystems:
                                    TARGET  SOURCE    FSTYPE OPTIONS
                                    /       /dev/sda2 ext4   rw,noatime
                                    `-/boot /dev/sda1 vfat   rw,nodev,noexec,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    456M    /var/
                                    428M    /var/log
                                    427M    /var/log/journal/256940e9bd0e49078df2cc99156a71f7
                                    427M    /var/log/journal
                                    23M     /var/lib/pacman
                                    
                                    Archived and active journals take up 426.2M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    11M     /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    1.1G    /opt/iobroker/iobroker-data/
                                    950M    /opt/iobroker/iobroker-data/files
                                    617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                    560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                    558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                    
                                    The five largest files in iobroker-data are:
                                    24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                    24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                                    24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                                    24M     /opt/iobroker/iobroker-data/files/vis-2/customWidgets.js.map
                                    14M     /opt/iobroker/iobroker-data/objects.jsonl
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    No Devices found 'by-id'
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v20.18.0
                                    /usr/bin/node           v20.18.0
                                    /usr/bin/npm            10.9.0
                                    /usr/bin/npx            10.9.0
                                    /usr/bin/corepack       0.29.3
                                    
                                    Temp directories causing deletion problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree: 0
                                    No problems detected
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Hosts:
                                    manjaro-arm         manjaro-arm (version: 7.0.3, hostname: manjaro-arm   , alive, uptime: 306)
                                    
                                    Core adapters versions
                                    js-controller:  7.0.3
                                    admin:          7.1.5
                                    javascript:     8.8.3
                                    
                                    nodejs modules from github:     0
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                    + system.adapter.backitup.0               : backitup              : manjaro-arm                              -  enabled
                                      system.adapter.dwd.0                    : dwd                   : manjaro-arm                              -  enabled
                                    + system.adapter.email.0                  : email                 : manjaro-arm                              -  enabled
                                    + system.adapter.fullybrowser.0           : fullybrowser          : manjaro-arm                              -  enabled
                                      system.adapter.ical.0                   : ical                  : manjaro-arm                              -  enabled
                                      system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : manjaro-arm                              - disabled
                                    + system.adapter.javascript.0             : javascript            : manjaro-arm                              -  enabled
                                    + system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.ping.0                   : ping                  : manjaro-arm                              -  enabled
                                    + system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                                    + system.adapter.tr-064.0                 : tr-064                : manjaro-arm                              -  enabled
                                      system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: manjaro-arm                              -  enabled
                                    + system.adapter.vis-2.0                  : vis-2                 : manjaro-arm                              -  enabled
                                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : manjaro-arm                              -  enabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : manjaro-arm                              -  enabled
                                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : manjaro-arm                              -  enabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : manjaro-arm                              -  enabled
                                      system.adapter.vis.0                    : vis                   : manjaro-arm                              -  enabled
                                    + system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.yahka.0                  : yahka                 : manjaro-arm                              -  enabled
                                    + system.adapter.zwave2.0                 : zwave2                : manjaro-arm                              -  enabled
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                    + system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                                    + system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    ioBroker-Repositories
                                    ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                    │ (index) │ name               │ url                                                     │ auto upgrade │
                                    ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                    │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                    │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                    └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                    
                                    Active repo(s): Stable (default)
                                    Upgrade policy: none
                                    
                                    Installed ioBroker-Instances
                                    Used repository: Stable (default)
                                    Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                    Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                    Adapter    "email"        : 1.3.1    , installed 1.3.1
                                    Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                                    Adapter    "ical"         : 1.16.1   , installed 1.16.1
                                    Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                                    Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                    Controller "js-controller": 7.0.3    , installed 7.0.3
                                    Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                    Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                    Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                    Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                    Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                    Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                    Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                    Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                    Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                    Adapter    "web"          : 6.2.5    , installed 6.2.5
                                    Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                    Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                    Adapter    "zwave2"       : 3.1.0    , installed 3.1.0
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        2325
                                    States:         1952
                                    
                                    *** OS-Repositories and Updates ***
                                    No Debian-based Linux detected.
                                    
                                    *** 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 127.0.0.1:38919         0.0.0.0:*               LISTEN      1001       15199      1131/io.yahka.0     
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       7840       557/iobroker.js-con 
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       1015       557/iobroker.js-con 
                                    tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      968        6421       571/pihole-FTL      
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          919        559/sshd: /usr/bin/ 
                                    tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      968        7466       571/pihole-FTL      
                                    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          8248       471/lighttpd        
                                    tcp        0      0 192.168.0.164:8087      0.0.0.0:*               LISTEN      1001       15568      1092/io.simple-api. 
                                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       6669       997/io.mqtt.0       
                                    tcp        0      0 0.0.0.0:42169           0.0.0.0:*               LISTEN      1001       15193      1131/io.yahka.0     
                                    tcp        0      0 127.0.0.1:5335          0.0.0.0:*               LISTEN      0          7390       460/unbound         
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       8446       789/io.admin.0      
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15166      1112/io.web.0       
                                    tcp6       0      0 ::1:4711                :::*                    LISTEN      968        6422       571/pihole-FTL      
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          921        559/sshd: /usr/bin/ 
                                    tcp6       0      0 :::53                   :::*                    LISTEN      968        7468       571/pihole-FTL      
                                    udp        0      0 127.0.0.1:5335          0.0.0.0:*                           0          7389       460/unbound         
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15195      1131/io.yahka.0     
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15194      1131/io.yahka.0     
                                    udp        0      0 192.168.0.164:5353      0.0.0.0:*                           1001       13543      1037/io.tr-064.0    
                                    udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       11209      1026/io.shelly.0    
                                    udp        0      0 0.0.0.0:53              0.0.0.0:*                           968        7465       571/pihole-FTL      
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          6273       457/dhcpcd: [networ 
                                    udp6       0      0 :::53                   :::*                                968        7467       571/pihole-FTL      
                                    udp6       0      0 :::546                  :::*                                0          6275       457/dhcpcd: [networ 
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2024-12-01 00:00:00.111  - info: host.manjaro-arm instance system.adapter.ical.0 in version "1.16.1" started with pid 1177
                                    2024-12-01 00:00:02.735  - info: admin.0 (789) failed connection to socket.io from ::ffff:192.168.0.45: Passport was not initialized
                                    2024-12-01 00:00:03.497  - info: ical.0 (1177) starting. Version 1.16.1 in /opt/iobroker/node_modules/iobroker.ical, node: v20.18.0, js-controller: 7.0.3
                                    2024-12-01 00:00:04.045  - info: ical.0 (1177) processing URL: AbfuhrkalenderMasholder https://art-trier.de/ics-feed/54634:Bitburg-Masholder::Masholder@.ics
                                    2024-12-01 00:00:04.097  - info: javascript.0 (860) script.js.common.Abfall: <table class='Abfall'><tr><td class='Abfallimage'><img width='80' height='80' src='/vis-2.0/Abfall/gelber_sack_und_papierabfall.png'></td><td class='Abfallimage'><img width='80' height='80' src='/vis-2.0/Abfall/restmuell.png'></td><td class='Abfallimage'><img width='80' height='80' src='/vis-2.0/Abfall/restmuell.png'></td><td class='Abfallimage'><img width='80' height='80' src='/vis-2.0/Abfall/gelber_sack_und_papierabfall.png'></td></tr><tr><td class='AbfallText'>02.12.2024</td><td class='AbfallText'>12.12.2024</td><td class='AbfallText'>27.12.2024</td><td class='AbfallText'>30.12.2024</td></tr></table>
                                    2024-12-01 00:00:07.559  - info: admin.0 (789) ==> Connected system.user.admin from ::ffff:192.168.0.45
                                    2024-12-01 00:00:09.334  - info: ical.0 (1177) Terminated (NO_ERROR): Without reason
                                    2024-12-01 00:00:10.238  - info: host.manjaro-arm instance system.adapter.ical.0 having pid 1177 terminated with code 0 (NO_ERROR)
                                    2024-12-01 00:00:45.047  - info: host.manjaro-arm instance system.adapter.dwd.0 in version "2.8.5" started with pid 1280
                                    2024-12-01 00:00:47.463  - info: dwd.0 (1280) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.18.0, js-controller: 7.0.3
                                    2024-12-01 00:00:48.030  - info: dwd.0 (1280) State value to set for "dwd.0.warning1.begin" has to be type "string" but received type "number" 
                                    2024-12-01 00:00:48.079  - info: dwd.0 (1280) State value to set for "dwd.0.warning1.end" has to be type "string" but received type "number" 
                                    2024-12-01 00:00:48.185  - info: dwd.0 (1280) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                    2024-12-01 00:00:48.769  - info: host.manjaro-arm instance system.adapter.dwd.0 having pid 1280 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                    2024-12-01 00:00:49.838  - info: web.0 (1112) ==> Connected system.user.admin from ::ffff:192.168.0.3
                                    2024-12-01 00:00:52.057  - info: web.0 (1112) <== Disconnect system.user.admin from ::ffff:192.168.0.3 vis-2
                                    2024-12-01 00:00:56.783  - info: web.0 (1112) ==> Connected system.user.admin from ::ffff:192.168.0.3
                                    2024-12-01 00:00:57.410  - info: javascript.0 (860) script.js.common.tabletLadestatus: Tablet Akku 30%  -> Ladestrom einschalten
                                    
                                    
                                    ======================= SUMMARY =======================
                                                            v.2024-10-19
                                    
                                    
                                     Static hostname: manjaro-arm
                                           Icon name: computer
                                    Operating System: Manjaro ARM Linux
                                              Kernel: Linux 6.6.59-1-MANJARO-RPI4
                                        Architecture: arm64
                                    
                                    Installation:           native
                                    Kernel:                 aarch64
                                    Userland:               64 bit
                                    Timezone:               Europe/Berlin (CET, +0100)
                                    User-ID:                1000
                                    Display-Server:         false
                                    Boot Target:            multi-user.target
                                    
                                    Pending OS-Updates:     0
                                    Pending iob updates:    0
                                    
                                    Nodejs-Installation:
                                    /usr/bin/nodejs         v20.18.0
                                    /usr/bin/node           v20.18.0
                                    /usr/bin/npm            10.9.0
                                    /usr/bin/npx            10.9.0
                                    /usr/bin/corepack       0.29.3
                                    
                                    Recommended versions are nodejs 20.18.1 and npm 10.8.2
                                    nodeJS installation is correct
                                    
                                    MEMORY: 
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            8.2G        1.5G        5.3G        2.7M        1.5G        6.7G
                                    Swap:            12G          0B         12G
                                    Total:           20G        1.5G         17G
                                    
                                    Active iob-Instances:   15
                                    Upgrade policy: none
                                    
                                    ioBroker Core:          js-controller           7.0.3
                                                            admin                   7.1.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                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                    + system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    Objects:                2325
                                    States:                 1952
                                    
                                    Size of iob-Database:
                                    
                                    14M     /opt/iobroker/iobroker-data/objects.jsonl
                                    728K    /opt/iobroker/iobroker-data/states.jsonl
                                    
                                    
                                    Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                                    
                                    =================== END OF SUMMARY ====================
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #34

                                    @jolic

                                    Schaut doch gut aus.
                                    Zu vis2 und cams kann ich aber nix sagen.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    jolicJ 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @jolic

                                      Schaut doch gut aus.
                                      Zu vis2 und cams kann ich aber nix sagen.

                                      jolicJ Offline
                                      jolicJ Offline
                                      jolic
                                      schrieb am zuletzt editiert von
                                      #35

                                      @thomas-braun

                                      OK, trotzdem vielen Dank für deine großartige Unterstützung und den Hinweis auf die "distro-info"!

                                      Das mit dem Refresh der Bilder ist wirklich kurios. Mal sehen, ob es an mir liegt oder ob jemand anderes ein ähnliches Problem hat. Falls jemand das bestätigen oder eine Lösung anbieten kann, gerne Bescheid geben!

                                      Ich habe mir das im Browser über die Konsole (F12) im Tab "Netzwerk" angesehen. Dort sehe ich, dass der Webcam-Snapshot geladen wird, aber es gibt scheinbar keinen "Refresh". Das könnte also an VIS2 liegen. Blöd, dass mir das nicht früher aufgefallen ist. Ich werde mal weiter nachforschen...

                                      jolicJ 1 Antwort Letzte Antwort
                                      0
                                      • jolicJ jolic

                                        @thomas-braun

                                        OK, trotzdem vielen Dank für deine großartige Unterstützung und den Hinweis auf die "distro-info"!

                                        Das mit dem Refresh der Bilder ist wirklich kurios. Mal sehen, ob es an mir liegt oder ob jemand anderes ein ähnliches Problem hat. Falls jemand das bestätigen oder eine Lösung anbieten kann, gerne Bescheid geben!

                                        Ich habe mir das im Browser über die Konsole (F12) im Tab "Netzwerk" angesehen. Dort sehe ich, dass der Webcam-Snapshot geladen wird, aber es gibt scheinbar keinen "Refresh". Das könnte also an VIS2 liegen. Blöd, dass mir das nicht früher aufgefallen ist. Ich werde mal weiter nachforschen...

                                        jolicJ Offline
                                        jolicJ Offline
                                        jolic
                                        schrieb am zuletzt editiert von jolic
                                        #36

                                        Es scheint ein Bug in VIS2 zu sein. Tatsächlich ist mir das zunächst nicht aufgefallen – es handelt sich ja um Standbilder, die nur alle paar Sekunden wechseln. Ich lasse nun die Uhrzeit im Bild einblenden.

                                        github Quellen:
                                        Basic image does not refresh itself anymore when using a binding
                                        und
                                        Basic Image Updatezeit V2.9.50

                                        Sorry, dass ich den Thread dafür genutzt habe. Anfangs sah es so aus, als würde das Problem am neuen JS-Controller liegen – dieser läuft aber absolut problemlos!

                                        Nachtrag: Ich habe als Workaround ein Script geschrieben, das mit mehreren Widgets funktioniert (GitHub Link).

                                        1 Antwort Letzte Antwort
                                        0
                                        • S Offline
                                          S Offline
                                          steinchen
                                          schrieb am zuletzt editiert von
                                          #37

                                          Leider startet nach update des js-controllers mein Lupusec Adapter nicht mehr.
                                          eine neuinstallation des Adapters hat nicht geholfen.
                                          Was könnte ich denn da tun ?

                                          vg steinchen

                                          8938a49c-f859-4158-95ff-3cf62e342f18-image.png

                                          Thomas BraunT mcm1957M 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          785

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe