NEWS
Keine weitere Aufnahme in Multihost-System möglich
-
Hallo,
ich verzweifele fast schon. Ich habe ein größeres iob-System mit einem Master und 4 Slaves (auf Proxmox und 1x Raspi). Alle auf Debian11. Nun wollte ich einen weiteren Slave hinzufügen (Bookworm) und erhalte immerzu diese Meldungen:Master:
Multihost discovery server activated on this host. If iobroker is currently not running please start befeore trying to discover this host.
Important: Multihost discovery works with UDP packets. Make sure they are routed correctly in your network. If you use Docker you also need to configure this correctly.
Discovery authentication activated.
Enter secret phrase for connection:
Repeat secret phrase for connection:
Please check the binding of the configured jsonl server to allow remote connections.
Please restart ioBroker for the changes to take effect: "iobroker restart"Multihost discovery server: enabled
Discovery authentication: enabled
Persistent activation: enabled
Objects: jsonl on 0.0.0.0
States: jsonl on 0.0.0.0Neuer Slave:
meinhard@ioBroker-Slave01a:~$ iob multihost connect
1 | 192.168.101.34 | host | 192.168.101.34 | "authentication required"
Please select host [1]: 1
Enter secret phrase for connection: ***********Error: No configuration received!
at file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupMultihost.ts:339:26
at onFinished (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:267:21)
at Timeout.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:98:17)
at listOnTimeout (node:internal/timers:581:17)
at processTimers (node:internal/timers:519:7)Hat einer einen guten Rat? Das System ist up to date und läuft seit Jahren stabil.
Danke!
-
@meinhardrisch sagte in Keine weitere Aufnahme in Multihost-System möglich:
Please check the binding of the configured jsonl server to allow remote connections.
gemacht?
Sind alles gleiche Softwareversionen von js-controller und dem restlichen System ? -
@ilovegym nein, im bestehen alten System stehen alle auf dem Stand 18.19.0 und der neue Slave hat natürlich schon 20.17.0.
Da aber der Fehler lautet: "Error: No configuration received!", bin ich davon ausgegangen, dass der Host gar nichts sendet ... -
naja, die NodeJs Version ist nicht so wichtig, aber die js-controller Versionen auf jeden Fall..
Am besten erstmal alles auf den gleichen Stand bringen (iobroker ! ) und dann nochmal probieren.
Schau auch, warum deine jsonl auf 0.0.0.0 steht.. da ist doch auch falsch.. -
@ilovegym sagte in Keine weitere Aufnahme in Multihost-System möglich:
naja, die NodeJs Version ist nicht so wichtig, aber die js-controller Versionen auf jeden Fall..
Verständlich. Habe ich jetzt alle auf 6.0.11 gebracht. Danach alle restartet, aber leider auch ohne Erfolg...
@ilovegym sagte in Keine weitere Aufnahme in Multihost-System möglich:
Schau auch, warum deine jsonl auf 0.0.0.0 steht.. da ist doch auch falsch..
mmmhhh, ich dachte auch, da hätte schon die 127er gestanden ... Aber ehrlich gesagt, weiß ich nicht, wo ich dass kontollieren oder einstellen kann. Ich dachte, dass regelt der Admin-Controller ... Nehme gerne Hilfe an ...