NEWS
js-controller Lucy (Version 7.0) jetzt im Beta Repository
-
Ich bekomme bei Versuch den js-controller aus dem Admin zu aktualisieren immer noch
SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSONDas Problem habe ich schon "ewig". (Also auch mit den 6er Versionen)
Ich habe den js-controller 7.0.2 installiert. Nach der Installation iob fix laufen lassen. Jetzt dann aus dem Admin 7.3.1 das Update auf 7.0.3 gestartet.
Node.js: v20.18.0
Debian Bookworm, alle Pakete aktuellGibt es noch Ideen?
-
Aktuelle Test Version 7.0.0 Veröffentlichungsdatum 06.10.2024 Hallo ioBroker-Community,
nachdem der Alpha 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 zum Beta Test zur Verfügung stellen. Dieser wird im Laufe des Tages im offiziellen Beta 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 wird folgen welche ich hier ergänzen werde.
: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 backupbzw kopieren desiobroker-dataVerzeichnisses 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 pernpm 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@latestausfü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 iound auchps 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::
Generell ist zu testen, ob alles noch so funktioniert wie vorher auch. Das ist das Wichtigste!
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 diagmit rein.Wir wünschen allen viel Spaß beim Testen und vielen Dank für Eure Unterstützung!
Moritz
hier hat das update von 7.0.2 auf 7.0.3 einwandfrei per Gui geklappt, die Rechte sind im bookworm-LXC einwandfrei.
Ich hab seit der installation von iobroker nie mehr den fix gemacht. -
Ich bekomme bei Versuch den js-controller aus dem Admin zu aktualisieren immer noch
SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSONDas Problem habe ich schon "ewig". (Also auch mit den 6er Versionen)
Ich habe den js-controller 7.0.2 installiert. Nach der Installation iob fix laufen lassen. Jetzt dann aus dem Admin 7.3.1 das Update auf 7.0.3 gestartet.
Node.js: v20.18.0
Debian Bookworm, alle Pakete aktuellGibt es noch Ideen?
@merlin123 gibt es irgendwas im log file da muss mindestens was stehen wie controller is trying to upgrade itself.. und dann villt noch was?
-
@merlin123 gibt es irgendwas im log file da muss mindestens was stehen wie controller is trying to upgrade itself.. und dann villt noch was?
@foxriver76 ich seh nix... Adapter auf Debug umgestellt und das Update gestartet:
admin.1 2024-11-15 10:56:49.115 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:49.114 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:49.113 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.113 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.112 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.111 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.110 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.109 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.108 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.115 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:49.114 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:49.113 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.113 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.112 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.111 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.110 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.109 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.108 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:31.938 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:31.889 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize admin.1 2024-11-15 10:56:31.843 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree admin.1 2024-11-15 10:56:31.787 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:31.784 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime admin.1 2024-11-15 10:56:31.783 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem admin.1 2024-11-15 10:56:31.781 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu admin.1 2024-11-15 10:56:31.779 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount admin.1 2024-11-15 10:56:31.778 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount admin.1 2024-11-15 10:56:29.522 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:29.522 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:29.520 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.519 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.518 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.517 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.516 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.514 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.513 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:28.259 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:28.209 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize admin.1 2024-11-15 10:56:28.204 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree admin.1 2024-11-15 10:56:28.145 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:28.142 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime admin.1 2024-11-15 10:56:28.141 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem admin.1 2024-11-15 10:56:28.139 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu admin.1 2024-11-15 10:56:28.137 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount admin.1 2024-11-15 10:56:28.135 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount admin.1 2024-11-15 10:56:28.087 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:28.086 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.extension admin.1 2024-11-15 10:56:28.085 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.084 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.083 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.082 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.080 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.079 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.078 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.077 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.076 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.074 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.073 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:26.138 debug Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) } admin.1 2024-11-15 10:56:25.707 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:25.706 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection admin.1 2024-11-15 10:56:25.705 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem admin.1 2024-11-15 10:56:25.703 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning admin.1 2024-11-15 10:56:25.702 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize admin.1 2024-11-15 10:56:25.701 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree admin.1 2024-11-15 10:56:25.700 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled admin.1 2024-11-15 10:56:25.681 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel admin.1 2024-11-15 10:56:25.513 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount admin.1 2024-11-15 10:56:25.504 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss admin.1 2024-11-15 10:56:25.503 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount admin.1 2024-11-15 10:56:25.502 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected admin.1 2024-11-15 10:56:25.501 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive admin.1 2024-11-15 10:56:25.500 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:25.499 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive admin.1 2024-11-15 10:56:25.497 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive admin.1 2024-11-15 10:56:25.496 debug Subscribes: system.host.*.notifications.* admin.1 2024-11-15 10:56:25.494 debug Subscribes: dummy admin.1 2024-11-15 10:56:25.474 info ==> Connected system.user.admin from ::ffff:192.168.0.125 admin.1 2024-11-15 10:56:25.217 info Use link "http://127.0.0.1:8081" to configure. admin.1 2024-11-15 10:56:25.216 info http server listening on port 8081 admin.1 2024-11-15 10:56:25.215 info socket.io server listening on port 8081 admin.1 2024-11-15 10:56:25.207 debug Next repo update on 16.11.2024, 10:18:55 admin.1 2024-11-15 10:56:25.012 debug Secure connection not enabled - using http createServer admin.1 2024-11-15 10:56:24.974 info received all objects admin.1 2024-11-15 10:56:23.744 info requesting all objects admin.1 2024-11-15 10:56:23.720 info starting. Version 7.3.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.2 admin.1 2024-11-15 10:56:22.958 debug Plugin sentry Initialize Plugin (enabled=true) admin.1 2024-11-15 10:56:22.860 debug States connected to redis: 127.0.0.1:9000 admin.1 2024-11-15 10:56:22.775 debug States create User PubSub Client admin.1 2024-11-15 10:56:22.774 debug States create System PubSub Client admin.1 2024-11-15 10:56:22.747 debug Redis States: Use Redis connection: 127.0.0.1:9000 admin.1 2024-11-15 10:56:22.707 debug Objects connected to redis: 127.0.0.1:9001 admin.1 2024-11-15 10:56:22.704 debug Objects client initialize lua scripts admin.1 2024-11-15 10:56:22.631 debug Objects create User PubSub Client admin.1 2024-11-15 10:56:22.630 debug Objects create System PubSub Client admin.1 2024-11-15 10:56:22.580 debug Objects client ready ... initialize now admin.1 2024-11-15 10:56:22.527 debug Redis Objects: Use Redis connection: 127.0.0.1:9001 -
@foxriver76 ich seh nix... Adapter auf Debug umgestellt und das Update gestartet:
admin.1 2024-11-15 10:56:49.115 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:49.114 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:49.113 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.113 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.112 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.111 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.110 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.109 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.108 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.115 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:49.114 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:49.113 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.113 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.112 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.111 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.110 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.109 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:49.108 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:31.938 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:31.889 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize admin.1 2024-11-15 10:56:31.843 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree admin.1 2024-11-15 10:56:31.787 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:31.784 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime admin.1 2024-11-15 10:56:31.783 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem admin.1 2024-11-15 10:56:31.781 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu admin.1 2024-11-15 10:56:31.779 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount admin.1 2024-11-15 10:56:31.778 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount admin.1 2024-11-15 10:56:29.522 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:29.522 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:29.520 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.519 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.518 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.517 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.516 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.514 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:29.513 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:28.259 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning admin.1 2024-11-15 10:56:28.209 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize admin.1 2024-11-15 10:56:28.204 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree admin.1 2024-11-15 10:56:28.145 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel admin.1 2024-11-15 10:56:28.142 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime admin.1 2024-11-15 10:56:28.141 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem admin.1 2024-11-15 10:56:28.139 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu admin.1 2024-11-15 10:56:28.137 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount admin.1 2024-11-15 10:56:28.135 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount admin.1 2024-11-15 10:56:28.087 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:28.086 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.extension admin.1 2024-11-15 10:56:28.085 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.084 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.083 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.082 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.080 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.079 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.078 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.077 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.076 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.074 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:28.073 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:26.138 debug Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) } admin.1 2024-11-15 10:56:25.707 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension admin.1 2024-11-15 10:56:25.706 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection admin.1 2024-11-15 10:56:25.705 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem admin.1 2024-11-15 10:56:25.703 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning admin.1 2024-11-15 10:56:25.702 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize admin.1 2024-11-15 10:56:25.701 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree admin.1 2024-11-15 10:56:25.700 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled admin.1 2024-11-15 10:56:25.681 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel admin.1 2024-11-15 10:56:25.513 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount admin.1 2024-11-15 10:56:25.504 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss admin.1 2024-11-15 10:56:25.503 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount admin.1 2024-11-15 10:56:25.502 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected admin.1 2024-11-15 10:56:25.501 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive admin.1 2024-11-15 10:56:25.500 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed admin.1 2024-11-15 10:56:25.499 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive admin.1 2024-11-15 10:56:25.497 debug Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive admin.1 2024-11-15 10:56:25.496 debug Subscribes: system.host.*.notifications.* admin.1 2024-11-15 10:56:25.494 debug Subscribes: dummy admin.1 2024-11-15 10:56:25.474 info ==> Connected system.user.admin from ::ffff:192.168.0.125 admin.1 2024-11-15 10:56:25.217 info Use link "http://127.0.0.1:8081" to configure. admin.1 2024-11-15 10:56:25.216 info http server listening on port 8081 admin.1 2024-11-15 10:56:25.215 info socket.io server listening on port 8081 admin.1 2024-11-15 10:56:25.207 debug Next repo update on 16.11.2024, 10:18:55 admin.1 2024-11-15 10:56:25.012 debug Secure connection not enabled - using http createServer admin.1 2024-11-15 10:56:24.974 info received all objects admin.1 2024-11-15 10:56:23.744 info requesting all objects admin.1 2024-11-15 10:56:23.720 info starting. Version 7.3.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.2 admin.1 2024-11-15 10:56:22.958 debug Plugin sentry Initialize Plugin (enabled=true) admin.1 2024-11-15 10:56:22.860 debug States connected to redis: 127.0.0.1:9000 admin.1 2024-11-15 10:56:22.775 debug States create User PubSub Client admin.1 2024-11-15 10:56:22.774 debug States create System PubSub Client admin.1 2024-11-15 10:56:22.747 debug Redis States: Use Redis connection: 127.0.0.1:9000 admin.1 2024-11-15 10:56:22.707 debug Objects connected to redis: 127.0.0.1:9001 admin.1 2024-11-15 10:56:22.704 debug Objects client initialize lua scripts admin.1 2024-11-15 10:56:22.631 debug Objects create User PubSub Client admin.1 2024-11-15 10:56:22.630 debug Objects create System PubSub Client admin.1 2024-11-15 10:56:22.580 debug Objects client ready ... initialize now admin.1 2024-11-15 10:56:22.527 debug Redis Objects: Use Redis connection: 127.0.0.1:9001@merlin123 nicht vom admin, der Host loggt das und da reicht auch Info Level.
-
@foxriver76 Wenn ich es richtig gemacht habe wirft er das aus:
Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): conversation failed Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): auth could not identify password for [iobroker] -
@foxriver76 Wenn ich es richtig gemacht habe wirft er das aus:
Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): conversation failed Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): auth could not identify password for [iobroker]Dann verwendest du den User 'iobroker' als deinen Standarduser und nicht wie es richtig wäre als Systemuser. Der hat und braucht nämlich gar kein Passwort.
Leg dir einen User an und verwende den.
-
Dann verwendest du den User 'iobroker' als deinen Standarduser und nicht wie es richtig wäre als Systemuser. Der hat und braucht nämlich gar kein Passwort.
Leg dir einen User an und verwende den.
@thomas-braun ich denke das ist auch das Problem warum das UI upgrade failed dann
-
@thomas-braun ich denke das ist auch das Problem warum das UI upgrade failed dann
Möglich. War halt noch nie eine gute Idee 'iobroker' als Standarduser zu verwenden.
Unter Umständen müsste der 'iobroker' auch dann auf 'NOLOGIN' umgestellt werden. -
Möglich. War halt noch nie eine gute Idee 'iobroker' als Standarduser zu verwenden.
Unter Umständen müsste der 'iobroker' auch dann auf 'NOLOGIN' umgestellt werden.@thomas-braun Ja da der Update Prozess versucht wird als
systemdDienst zu starten könnte ich mir sehr gut vorstellen dass da was nicht ganz passt an dem User der ioBroker ausfuehrt. Denn auf einem stinknormalen Debian sollte der Prozess mittlerweile gut etabliert sein den wir verwenden. -
@thomas-braun Hmmm.. Ich logge mich mit dem User Oliver ein. Als den habe ich IOB nach der Anleitung installiert.
Als iobroker logge ich mich nie ein.
sieht bei mir so aus:
oliver@iobrokervm:~$ ps -ef|grep iobroker iobroker 1315299 1 33 13:00 ? 00:09:53 iobroker.js-controller iobroker 1315321 1315299 1 13:00 ? 00:00:28 io.admin.1 iobroker 1315364 1315299 0 13:00 ? 00:00:01 io.email.0 iobroker 1315385 1315299 13 13:00 ? 00:03:49 io.javascript.0 iobroker 1315400 1315299 0 13:00 ? 00:00:02 io.scenes.0 iobroker 1315415 1315299 0 13:00 ? 00:00:14 io.telegram.0Hab jetzt nicht wirklich ne Idee, was ich machen muss...
-
@thomas-braun Ja da der Update Prozess versucht wird als
systemdDienst zu starten könnte ich mir sehr gut vorstellen dass da was nicht ganz passt an dem User der ioBroker ausfuehrt. Denn auf einem stinknormalen Debian sollte der Prozess mittlerweile gut etabliert sein den wir verwenden.@foxriver76 sagte in js-controller Lucy (Version 7.0) jetzt im Beta Repository:
@thomas-braun Ja da der Update Prozess versucht wird als
systemdDienst zu starten könnte ich mir sehr gut vorstellen dass da was nicht ganz passt an dem User der ioBroker ausfuehrt.Was könnte denn da nicht passen? Ich rufe als User Oliver iob start auf, iobroker läuft unter User iobroker
-
@thomas-braun Ja da der Update Prozess versucht wird als
systemdDienst zu starten könnte ich mir sehr gut vorstellen dass da was nicht ganz passt an dem User der ioBroker ausfuehrt. Denn auf einem stinknormalen Debian sollte der Prozess mittlerweile gut etabliert sein den wir verwenden.Dazu müsste man aber Näheres zum jetzigen Setup wissen.
Am besten in einem separaten Thread und dann dort die Langfassung von
iob diagrein. Da kann man schonmal einiges herauslesen
-
Dazu müsste man aber Näheres zum jetzigen Setup wissen.
Am besten in einem separaten Thread und dann dort die Langfassung von
iob diagrein. Da kann man schonmal einiges herauslesen
@thomas-braun
Gerne: Hier entlang -
@foxriver76 Update von 7.0.3 auf js-controller 7.0.4 via admin UI lief ohne Probleme durch :+1:
-
@foxriver76 Update von 7.0.3 auf js-controller 7.0.4 via admin UI lief ohne Probleme durch :+1:
@feuersturm Bei mir leider das gleiche Problem wie immer :(
-
update von 7.0.3 auf 7.0.4 via Gui unter Proxmox LXC Bookworm und Node 20 ohne Fehler.
System sehr stabil mit fast 70 Adaptern und 600 Devices, 50000 Objects.
Speicherverbrauch sehr gering meist ca 7-8GB. Letztes Jahr kam ich unter 10GB Ram nicht weg - ist aber auch ein Vergleich mit Apple und Birne. -
@foxriver76 Beim update von 7.0.4 auf 7.0.5 via admin UI kommt folgendes

Im log steht folgender Fehler
2024-12-08 19:13:16.514 - info: host.ioB-Prod-Testsystem All instances are stopped. 2024-12-08 19:13:16.713 - info: host.ioB-Prod-Testsystem terminated 2024-12-08 19:13:23.097 - info: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Successfully stopped js-controller 2024-12-08 19:13:23.112 - info: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Server is running on http://localhost:8081 2024-12-08 19:15:07.825 - error: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Could not install js-controller@7.0.5 2024-12-08 19:15:08.446 - info: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Final information delivered 2024-12-08 19:15:08.564 - info: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Successfully started js-controller 2024-12-08 19:15:11.826 - info: host.ioB-Prod-Testsystem iobroker.js-controller version 7.0.4 js-controller starting 2024-12-08 19:15:11.845 - info: host.ioB-Prod-Testsystem Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker 2024-12-08 19:15:11.855 - info: host.ioB-Prod-Testsystem hostname: ioB-Prod-Testsystem, node: v22.11.0 2024-12-08 19:15:11.862 - info: host.ioB-Prod-Testsystem ip addresses: 192.168.178.105 fe80::be24:11ff:fe8c:71a4 2024-12-08 19:15:15.958 - info: host.ioB-Prod-Testsystem connected to Objects and States 2024-12-08 19:15:16.017 - info: host.ioB-Prod-Testsystem added notifications configuration of host 2024-12-08 19:15:17.369 - info: host.ioB-Prod-Testsystem 69 instances found 2024-12-08 19:15:17.482 - info: host.ioB-Prod-Testsystem starting 54 instances -
@foxriver76 Kleine Ergänzug. Hab gerade auf meinem Testsystem ein Update vom iot Adapter gestartet von 3.4.3 auf 3.4.4
Dort kommt ein sehr ähnlicher Fehler$ iobroker upgrade iot@3.4.4 --debug Update iot from @3.4.3 to @3.4.4 Installing iobroker.iot@3.4.4... (System call) npm error code E404 npm error 404 Not Found - GET https://registry.npmjs.org/iobroker.iot - Not foundnpm error 404npm error 404 'iobroker.iot@3.4.4' is not in this registry.npm error 404npm error 404 Note that you can also install from anpm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-12-08T18_23_13_049Z-debug-0.log Updating objects from io-package.json for adapter "iot" with version "3.4.3" -
@foxriver76 Kleine Ergänzug. Hab gerade auf meinem Testsystem ein Update vom iot Adapter gestartet von 3.4.3 auf 3.4.4
Dort kommt ein sehr ähnlicher Fehler$ iobroker upgrade iot@3.4.4 --debug Update iot from @3.4.3 to @3.4.4 Installing iobroker.iot@3.4.4... (System call) npm error code E404 npm error 404 Not Found - GET https://registry.npmjs.org/iobroker.iot - Not foundnpm error 404npm error 404 'iobroker.iot@3.4.4' is not in this registry.npm error 404npm error 404 Note that you can also install from anpm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-12-08T18_23_13_049Z-debug-0.log Updating objects from io-package.json for adapter "iot" with version "3.4.3"2024-12-08 18:26:14.651 - [32minfo[39m: host.iobroker iobroker upgrade iot@3.4.4 --debug 2024-12-08 18:26:21.604 - [32minfo[39m: host.iobroker iobroker Update iot from @3.4.3 to @3.4.4 2024-12-08 18:26:21.803 - [32minfo[39m: host.iobroker iobroker host.iobroker Adapter "system.adapter.iot.0" is stopped. 2024-12-08 18:26:21.829 - [32minfo[39m: host.iobroker "system.adapter.iot.0" disabled 2024-12-08 18:26:21.830 - [32minfo[39m: host.iobroker stopInstance system.adapter.iot.0 (force=false, process=true) 2024-12-08 18:26:21.840 - [32minfo[39m: host.iobroker stopInstance system.adapter.iot.0 send kill signal 2024-12-08 18:26:21.900 - [32minfo[39m: iot.0 (1131) Got terminate signal TERMINATE_YOURSELF 2024-12-08 18:26:22.110 - [32minfo[39m: iot.0 (1131) terminating 2024-12-08 18:26:22.167 - [32minfo[39m: iot.0 (1131) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason 2024-12-08 18:26:22.318 - [32minfo[39m: iot.0 (1131) Connection changed: disconnect 2024-12-08 18:26:22.356 - [32minfo[39m: iot.0 (1131) Connection lost 2024-12-08 18:26:22.744 - [32minfo[39m: iot.0 (1131) terminating 2024-12-08 18:26:22.845 - [32minfo[39m: host.iobroker stopInstance timeout system.adapter.iot.0 killing pid 1131 2024-12-08 18:26:22.967 - [33mwarn[39m: host.iobroker instance system.adapter.iot.0 terminated due to SIGKILL 2024-12-08 18:26:22.967 - [32minfo[39m: host.iobroker instance system.adapter.iot.0 terminated with code null () 2024-12-08 18:26:23.646 - [32minfo[39m: host.iobroker iobroker NPM version: 10.8.2 2024-12-08 18:26:23.649 - [32minfo[39m: host.iobroker iobroker Installing iobroker.iot@3.4.4... (System call) 2024-12-08 18:26:48.079 - [32minfo[39m: host.iobroker iobroker 2024-12-08 18:26:48.084 - [32minfo[39m: host.iobroker iobroker added 1 package, and changed 4 packages in 24s 2024-12-08 18:26:48.086 - [32minfo[39m: host.iobroker iobroker 277 packages are looking for funding run `npm fund` for details 2024-12-08 18:26:56.547 - [32minfo[39m: host.iobroker iobroker Updating objects from io-package.json for adapter "iot" with version "3.4.4" 2024-12-08 18:26:56.621 - [32minfo[39m: host.iobroker iobroker Update "system.adapter.iot.0" 2024-12-08 18:26:57.952 - [32minfo[39m: host.iobroker iobroker upload [36] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/actions.js actions.js application/javascript 2024-12-08 18:26:58.102 - [32minfo[39m: host.iobroker iobroker upload [30] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/index_m.html index_m.html text/html 2024-12-08 18:26:58.149 - [32minfo[39m: host.iobroker iobroker upload [20] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/it.json rules/i18n/it.json application/json 2024-12-08 18:26:58.156 - [32minfo[39m: host.iobroker iobroker upload [19] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/nl.json rules/i18n/nl.json application/json 2024-12-08 18:26:58.167 - [32minfo[39m: host.iobroker iobroker upload [18] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/pl.json rules/i18n/pl.json application/json 2024-12-08 18:26:58.176 - [32minfo[39m: host.iobroker iobroker upload [17] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/pt.json rules/i18n/pt.json application/json 2024-12-08 18:26:58.179 - [32minfo[39m: host.iobroker iobroker upload [16] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/ru.json rules/i18n/ru.json application/json 2024-12-08 18:26:58.184 - [32minfo[39m: host.iobroker iobroker upload [15] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/uk.json rules/i18n/uk.json application/json 2024-12-08 18:26:58.187 - [32minfo[39m: host.iobroker iobroker upload [14] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/zh-cn.json rules/i18n/zh-cn.json application/json 2024-12-08 18:26:58.190 - [32minfo[39m: host.iobroker iobroker upload [13] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/main.aeb070a1.js rules/static/js/main.aeb070a1.js application/javascript 2024-12-08 18:26:58.194 - [32minfo[39m: host.iobroker iobroker upload [12] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/main.aeb070a1.js.map rules/static/js/main.aeb070a1.js.map application/json 2024-12-08 18:26:58.198 - [32minfo[39m: host.iobroker iobroker upload [11] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js application/javascript 2024-12-08 18:26:58.203 - [32minfo[39m: host.iobroker iobroker upload [10] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js.map rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js.map application/json 2024-12-08 18:26:58.208 - [32minfo[39m: host.iobroker iobroker upload [9] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js application/javascript 2024-12-08 18:26:58.213 - [32minfo[39m: host.iobroker iobroker upload [8] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js.map rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js.map application/json 2024-12-08 18:26:58.216 - [32minfo[39m: host.iobroker iobroker upload [7] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js application/javascript 2024-12-08 18:26:58.219 - [32minfo[39m: host.iobroker iobroker upload [6] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js.map rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js.map application/json 2024-12-08 18:26:58.224 - [32minfo[39m: host.iobroker iobroker upload [5] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js application/javascript 2024-12-08 18:26:58.229 - [32minfo[39m: host.iobroker iobroker upload [4] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js.map rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js.map application/json 2024-12-08 18:26:58.232 - [32minfo[39m: host.iobroker iobroker upload [3] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/src_ActionVisu_jsx.e5871f1f.chunk.js rules/static/js/src_ActionVisu_jsx.e5871f1f.chunk.js application/javascript 2024-12-08 18:26:58.238 - [32minfo[39m: host.iobroker iobroker upload [2] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/src_ActionVisu_jsx.e5871f1f.chunk.js.map rules/static/js/src_ActionVisu_jsx.e5871f1f.chunk.js.map application/json 2024-12-08 18:26:58.243 - [32minfo[39m: host.iobroker iobroker upload [1] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js application/javascript 2024-12-08 18:26:58.263 - [32minfo[39m: host.iobroker iobroker upload [0] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js.map rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js.map application/json 2024-12-08 18:26:58.313 - [32minfo[39m: host.iobroker iobroker host.iobroker Adapter "system.adapter.iot.0" is started 2024-12-08 18:26:58.342 - [32minfo[39m: host.iobroker "system.adapter.iot.0" enabled 2024-12-08 18:26:58.989 - [32minfo[39m: host.iobroker instance system.adapter.iot.0 in version "3.4.4" started with pid 27140 2024-12-08 18:26:59.394 - [32minfo[39m: host.iobroker iobroker exit 0 2024-12-08 18:27:02.830 - [32minfo[39m: iot.0 (27140) starting. Version 3.4.4 in /opt/iobroker/node_modules/iobroker.iot, node: v20.18.1, js-controller: 7.0.4Ich will damit nur aufzeigen, dass das kein grundsätzliches Problem ist.