NEWS
(Gelöst)Linux Control Fehler
-
@chucky666
Was steht denn in Zeile 1 drin?
Gewöhnlich steht da die sog. shebang drin. Bei dir wohl irgendwas anderes. Oder die referenzierte shell ist nicht installiert. -
@thomas-braun so wie es da steht ist der Fehler im log .
Ich habe es hier falsch reinkopiert -
Was ist Adguard und wie hast du das wo installiert?
-
@thomas-braun Adguard Home ist ein Werbeblocker ähnlich pihole .
Installiert ist es in einer Vm Proxmox, System ist ubuntuMit Debian hatte ich den Fehler nicht
-
@chucky666
Dann nimm doch Debian. Ist imho eh die bessere Wahl für einen Server. -
@thomas-braun danke für deine Mühe . Ich bin jetzt zurück auf Debian , der Fehler ist wieder weg . Dachte vielleicht hat jemand das selbe Problem
-
@Thomas-Braun
Ich mach das hier nochmal auf.....Habe heute morgen das System komplett neu aufgesetzt, von Debian 10 auf 11, nativ auf einer NUC.
Node 14, alles Top AktuellRestore mit Backupit.... und jetzt kommt ständig dieser Fehler
[cmdAptUpdate] NUC (192.168.178.56:22): response error: bash: Zeile 1: column: Kommando nicht gefunden., stack: ResponseError: [cmdAptUpdate] NUC (192.168.178.56:22): bash: Zeile 1: column: Kommando nicht gefunden. at LinuxControl.sendCommand (/opt/iobroker/node_modules/iobroker.linux-control/main.js:872:26) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at LinuxControl.cmdAptUpdate (/opt/iobroker/node_modules/iobroker.linux-control/main.js:707:18) at LinuxControl.updateInfos (/opt/iobroker/node_modules/iobroker.linux-control/main.js:607:5) at LinuxControl.refreshHost (/opt/iobroker/node_modules/iobroker.linux-control/main.js:79:5)
-
apt policy bsdextrautils
Wenn das nicht installiert ist:
sudo apt update sudo apt install apt policy bsdextrautils
-
hätte ich das separat installieren müssen ?
dann hab ich das nicht ... nur Debian 11 und Backupit ..
-
Ja dann schau es halt nach...
Befehle siehe oben.