NEWS
Upgrade des js-controllers funktioniert nicht?
-
login as: root root@192.168.178.10's password: Linux iobroker 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Thu Apr 7 19:38:14 2022 from 10.14.2.1 root@iobroker:~# iob stop -bash: iob: Kommando nicht gefunden. root@iobroker:~#
-
@tolkin sagte in Upgrade des js-controllers funktioniert nicht?:
login as: root root@192.168.178.10's password: Linux iobroker 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Thu Apr 7 19:38:14 2022 from 10.14.2.1 root@iobroker:~# iob stop -bash: iob: Kommando nicht gefunden. root@iobroker:~#
Fixer habe ich schon installiert, bringt aber keine Besserung..
-
Du machst falsch:
Einloggen als root! Macht man NIE! -
@thomas-braun sagte in Upgrade des js-controllers funktioniert nicht?:
Du machst falsch:
Einloggen als root! Macht man NIE!Da bin ich bei dir. Da es unter meinem Benutzer ebenfalls nicht funktioniert hat, habe ich es mal unter root versucht.
-
Nochmal: NIE als root einloggen. Nie heißt niemals, gar nicht, unter keinen Umständen. Nie!
-
Habe es verstanden..
login as: flokie flokie@10.14.4.34's password: Linux iobroker 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Thu Apr 7 19:23:08 2022 from 10.14.2.1 flokie@iobroker:~$ iob stop -bash: iob: Kommando nicht gefunden. flokie@iobroker:~$ iobroker stop -bash: iobroker: Kommando nicht gefunden. flokie@iobroker:~$
-
echo $PATH sudo whoami which iob which iobroker
-
flokie@iobroker:~$ echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games flokie@iobroker:~$ flokie@iobroker:~$ sudo whoami [sudo] Passwort für flokie: root flokie@iobroker:~$ flokie@iobroker:~$ which iob flokie@iobroker:~$ which iobroker flokie@iobroker:~$
-
/usr/bin/iobroker status
-
flokie@iobroker:~$ /usr/bin/iobroker status -bash: /usr/bin/iobroker: Ist ein Verzeichnis flokie@iobroker:~$
-
ls -l /usr/bin/iob ls -l /usr/bin/iobroker
-
flokie@iobroker:~$ ls -l /usr/bin/iob lrwxrwxrwx 1 root root 22 7. Apr 19:32 /usr/bin/iob -> /opt/iobroker/iobroker flokie@iobroker:~$ ls -l /ist/bin/iobroker ls: Zugriff auf '/ist/bin/iobroker' nicht möglich: Datei oder Verzeichnis nicht gefunden flokie@iobroker:~$
-
@tolkin sagte in Upgrade des js-controllers funktioniert nicht?:
ls -l /opt/iobroker/iobroker
-
flokie@iobroker:~$ ls -l /opt/iobroker/iobroker insgesamt 0 flokie@iobroker:~$
-
@tolkin
Da hast du dir wohl irgendwie die bin gelöscht./opt/iobroker/iobroker status ls -la /opt/iobroker
-
Komisch, der ioBroker läuft ganz normal. Ich kann halt nur nicht den Host Adapter updaten
-
@tolkin sagte in Upgrade des js-controllers funktioniert nicht?:
Ich kann halt nur nicht den Host Adapter updaten
Ja, weil das Kommandozeilenprogramm welches du zum Updaten nutzt, nicht mehr existiert.
Führ mal den Fixer aus, der legt die wieder an:
curl -sL https://iobroker.net/fix.sh | bash -
-
@alcalzone sagte in Upgrade des js-controllers funktioniert nicht?:
curl -sL https://iobroker.net/fix.sh | bash -
Wie ich oben im ersten Beitrag schon erwähnt habe, habe ich den Fixer bereits schon mal ausgeführt und installiert. Leider besteht immer noch das gleiche Problem.
-
@tolkin
Hast du den Fixer denn jetzt mal über dessen URL aufgerufen?
Mit welchen Rückmeldungen im Terminal? -
So habe ich den Fixer ausgeführt
flokie@iobroker:/opt/iobroker$ sudo systemctl stop iobroker flokie@iobroker:/opt/iobroker$ sudo curl -sL https://iobroker.net/fix.sh | bash - library: loaded Library version=2022-02-10 ========================================================================== Welcome to the ioBroker installation fixer! Script version: 2022-02-13 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/3) ========================================================================== Holen:1 http://security.debian.org/debian-security bullseye-security InRelease [44,1 kB] OK:2 http://deb.debian.org/debian bullseye InRelease Holen:3 http://deb.debian.org/debian bullseye-updates InRelease [39,4 kB] OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease Es wurden 83,5 kB in 0 s geholt (247 kB/s). Paketlisten werden gelesen… Fertig Installed gcc-c++ Installed python-dev ========================================================================== Checking ioBroker user and directory permissions (2/3) ========================================================================== Created /etc/sudoers.d/iobroker Fixing directory permissions... ========================================================================== Checking autostart (3/3) ========================================================================== rm: das Entfernen von '/opt/iobroker/iobroker' ist nicht möglich: Ist ein Verzeichnis Enabling autostart... Autostart enabled! ========================================================================== Your installation was fixed successfully Run iobroker start to start ioBroker again! ========================================================================== flokie@iobroker:/opt/iobroker$ iobroker start -bash: iobroker: Kommando nicht gefunden. flokie@iobroker:/opt/iobroker$ sudo iobroker start sudo: iobroker: Befehl nicht gefunden flokie@iobroker:/opt/iobroker$