NEWS
iobroker Admin hat mit Restart Probleme
-
Guten Morgen zusammen,
ich habe ein kleines aber nerviges Problem. Wenn ich meinen Pi4 reboote, dann startet die Adminoberfläche nicht mit.
Im Log steht dann immer:2022-05-17 08:00:50.231 - ^[[32minfo^[[39m: host.Raspbroker instance system.adapter.admin.0 started with pid 979 2022-05-17 08:00:53.628 - ^[[32minfo^[[39m: admin.0 (979) starting. Version 5.3.8 in /opt/iobroker/node_modules/iobroker.admin, node: v12.22.12, js-controller: 4.0.23 2022-05-17 08:00:53.821 - ^[[32minfo^[[39m: admin.0 (979) requesting all states 2022-05-17 08:00:53.822 - ^[[32minfo^[[39m: admin.0 (979) requesting all objects 2022-05-17 08:00:53.942 - ^[[33mwarn^[[39m: admin.0 (979) Cannot update news: getaddrinfo EAI_AGAIN iobroker.live 2022-05-17 08:00:54.256 - ^[[32minfo^[[39m: host.Raspbroker instance system.adapter.javascript.0 started with pid 1181 2022-05-17 08:00:54.580 - ^[[33mwarn^[[39m: admin.0 (979) Cannot update rating: getaddrinfo EAI_AGAIN rating.iobroker.net 2022-05-17 08:00:55.526 - ^[[32minfo^[[39m: admin.0 (979) received all objects 2022-05-17 08:00:56.126 - ^[[32minfo^[[39m: admin.0 (979) Request actual repository... 2022-05-17 08:00:56.196 - ^[[32minfo^[[39m: admin.0 (979) http server listening on port 8081 2022-05-17 08:00:56.199 - ^[[32minfo^[[39m: admin.0 (979) Use link "http://localhost:8081" to configure. 2022-05-17 08:00:56.306 - ^[[31merror^[[39m: admin.0 (979) Cannot start server on 192.168.1.202:8081: Error: listen EADDRNOTAVAIL: address not available 192.168.1.202:8081 2022-05-17 08:00:56.309 - ^[[32minfo^[[39m: admin.0 (979) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason 2022-05-17 08:00:56.311 - ^[[31merror^[[39m: admin.0 (979) Error: "error" 2022-05-17 08:00:57.304 - ^[[33mwarn^[[39m: admin.0 (979) Could not perform strict object check of state admin.0.info.connection: DB closed 2022-05-17 08:00:57.306 - ^[[33mwarn^[[39m: admin.0 (979) get state error: Connection is closed. 2022-05-17 08:00:57.436 - ^[[32minfo^[[39m: admin.0 (979) terminating http server on port 8081 2022-05-17 08:00:57.816 - ^[[31merror^[[39m: host.Raspbroker instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it. 2022-05-17 08:00:57.818 - ^[[32minfo^[[39m: host.Raspbroker Do not restart adapter system.adapter.admin.0 because desired by instance
Wie es da steht, muss ich den dann immer händisch einmal rebooten.
Weiß einer von euch, wie ich das wieder "automatisch" ans Laufen bekommen kann nach einen Reboot?Vielen Dank euch
LG Elirion -
@elirion sagte in iobroker Admin hat mit Restart Probleme:
address not available 192.168.1.202:8081
da steht, die IP ist nicht erreichbar
ist dein Admin auf 0.0.0.0 eingestellt?
-
@crunchip ohhhh nee die war direkt auf die 192.168.1.202 eingestellt. Habe das mal angepasst. Dank dir