NEWS
Test Adapter Linux Control v1.x.x
-
@thomas-braun sagte in Test Adapter Linux Control v1.x.x:
Aber nur in 'komischen' Terminals
MobaXterm und Putty
bei beiden das selbe
-
@thomas-braun sagte in Test Adapter Linux Control v1.x.x:
Da kommt eigentlich ein Aufforderung eine Taste zu drücken.
kommt nichts.
-
@negalein sagte in Test Adapter Linux Control v1.x.x:
kommt nichts
bei PuTTY kommt da aber definitiv eine Aufforderung. Vll hängt ja eine Taste bei Dir ?!
-
@negalein sagte in Test Adapter Linux Control v1.x.x:
Error The pattern "linux-control.0.Proxmox.services.●.stop"
du hast da einen Fehler drin, der Adapter an sich funktioniert doch
-
@crunchip sagte in Test Adapter Linux Control v1.x.x:
Error The pattern "linux-control.0.Proxmox.services.●.stop"
aber welcher?
Ich habe nichts verändert.
Trit ja auch erst seit Controller 5 auf. -
@djmarc75 sagte in Test Adapter Linux Control v1.x.x:
bei PuTTY kommt da aber definitiv eine Aufforderung. Vll hängt ja eine Taste bei Dir ?!
siehste
https://cloudlogin03.world4you.com/index.php/s/0pf76NDLpUDvfZl
-
@negalein sagte in Test Adapter Linux Control v1.x.x:
Trit ja auch erst seit Controller 5 auf.
Ich habe auch einen iob lxc mit controller 5 laufen, dieser Adapter macht hier keine Probleme. Vielleicht bringst du mal das nodejs auf Stand?
-
@meister-mopper sagte in Test Adapter Linux Control v1.x.x:
Vielleicht bringst du mal das nodejs auf Stand?
hab erst heute ein
sudo apt update
sudo apt upgrade
gemacht.Sollte doch dann passen?
-
@negalein je nachdem welche major Version
@negalein sagte in Test Adapter Linux Control v1.x.x:
aber welcher?
vllt mal die entsprechenden Datenpunkte löschen und neu hinzu fügen
-
@negalein sagte in Test Adapter Linux Control v1.x.x:
Sollte doch dann passen?
Na dann stimmt etwas nicht, sollte 18.18.2 sein. Guck mal hier.
-
@crunchip sagte in Test Adapter Linux Control v1.x.x:
vllt mal die entsprechenden Datenpunkte löschen und neu hinzu fügen
schon gemacht. ohne besserung.
-
-
/dev/mapper/pve-vm--100--disk--0 ext4 20G 17G 1.6G 92% /
da is nimmer viel Platz
du hast da2.2G /opt/iobroker/backups/
dein Repo
Get:1 https://deb.nodesource.com/node_16.x focal InRelease [4583 B] Get:2 https://deb.nodesource.com/node_18.x focal InRelease [4583 B]
@negalein sagte in Test Adapter Linux Control v1.x.x:
schon gemacht. ohne besserung.
ich selbst hab keine Proxmox Steuerbefehle
-
@negalein sagte in Test Adapter Linux Control v1.x.x:
siehste
Das liegt an der Bildschirmtastatur, würde ich behaupten.
-
@thomas-braun sagte in Test Adapter Linux Control v1.x.x:
Das liegt an der Bildschirmtastatur, würde ich behaupten.
Nein, definitiv nicht.
Und ohne stehe ich an. -
Die nodesource.list ist a) inhaltlich falsch und b) im alten Format.
Stell das richtig ein.
iob nodejs-update
funktioniert bei dir? Oder knallt das auch ohne Abfragen durch?
-
@negalein sagte in Test Adapter Linux Control v1.x.x:
Nein, definitiv nicht.
Aber zu 99%iger Sicherheit. Der Code wartet an der Stelle auf eine bestimmt Tastatureingaben, die laufen aber bei virtuellen Tastaturen über einen anderen Kanal.
-
@thomas-braun sagte in Test Adapter Linux Control v1.x.x:
funktioniert bei dir? Oder knallt das auch ohne Abfragen durch?
nega@ioBroker:/opt/iobroker$ iob nodejs-update iobroker [command] Commands: iobroker setup Setup ioBroker iobroker start [all|<adapter>.<instance>|<adapter>] Starts the js-controller or a specified adapter instance or all instances of an adapter iobroker stop [<adapter>.<instance>|<adapter>] stops the js-controller or a specified adapter instance or all instances of an adapter iobroker restart [<adapter>.<instance>|<adapter>] Restarts js-controller or a specified adapter instance or all instances of an adapter [aliases: r] iobroker debug <adapter>[.<instance>] Starts a Node.js debugging session for the adapter instance iobroker info Shows the host info iobroker logs [<adapter>] Monitor log iobroker add <adapter> [desiredNumber] Add instance of adapter [aliases: a] iobroker install <adapter> Installs a specified adapter [aliases: i] iobroker rebuild [<module>] Rebuild all native modules or path iobroker url <url> [<name>] Install adapter from specified url, e.g. GitHub iobroker del <adapter> Remove adapter and all instances from this host [aliases: delete] iobroker del <adapter>.<instance> Remove adapter instance [aliases: delete] iobroker update [<repositoryUrl>] Update repository and list adapters iobroker upgrade Upgrade management iobroker upload [all|<adapter>] Upload management [aliases: u] iobroker object Object management [aliases: o] iobroker state State management [aliases: s] iobroker message <adapter>[.instance] <command> [<message>] Send message to adapter instance/s iobroker list <type> [<filter>] List all entries, like objects iobroker chmod <mode> <file> Change file rights iobroker chown <user> <group> <file> Change file ownership iobroker touch <file> Touch file iobroker rm <file> Remove file iobroker file File management iobroker user User commands iobroker group group management iobroker host <hostname> Set host to given hostname iobroker set <adapter>.<instance> Change settings of adapter config iobroker license <license.file or license.text> Update license by given file iobroker cert Certificate management iobroker clean <yes> Clears all objects and states iobroker backup Create backup iobroker restore <backup name or path> Restore a specified backup iobroker validate <backup name or path> Validate a specified backup iobroker status [all|<adapter>.<instance>] Status of ioBroker or adapter instance [aliases: isrun] iobroker repo [<name>] Show repo information iobroker uuid Show uuid of the installation [aliases: id] iobroker unsetup Reset license, installation secret and language iobroker fix Execute the installation fixer script, this updates your ioBroker installation iobroker multihost Multihost management iobroker compact compact group management iobroker plugin Plugin management iobroker vendor <passphrase> [<vendor.json>] Update the vendor information using given passphrase iobroker version [<adapter>] Show version of js-controller or specified adapter [aliases: v] Options: --help Show help [boolean] nega@ioBroker:/opt/iobroker$
-
@thomas-braun sagte in Test Adapter Linux Control v1.x.x:
Aber zu 99%iger Sicherheit. Der Code wartet an der Stelle auf eine bestimmt Tastatureingaben, die laufen aber bei virtuellen Tastaturen über einen anderen Kanal.
dann hab ich ein Problem.
Mit einer Hardware-Tastatur kann ich nicht. -
War ja auch nur meine Vermutung/Erklärung warum iob diag ohne Zwischenstopp durchrasselt.