NEWS
Nodejs v18.12.1
-
@thomas-braun sagte in Nodejs v18.12.1:
cat /etc/systemd/system/multi-user.target.wants/iobroker.service
pi@raspberrypi4-iob:~ $ cat /etc/systemd/system/multi-user.target.wants/iobroker.service pi@raspberrypi4-iob:~ $
Kommt keine Antwort
-
pi@raspberrypi4-iob:~ $ iobroker.service -bash: iobroker.service: Kommando nicht gefunden.
-
pi@raspberrypi4-iob:~ $ iobroker.service
-bash: iobroker.service: Kommando nicht gefunden.
Kerl...
Da gibt man dir Buchstabe für Buchstabe vor was da einzugeben oder zu kopieren ist...cat /etc/systemd/system/multi-user.target.wants/iobroker.service
lautet das.
-
@thomas-braun sagte in Nodejs v18.12.1:
Kerl...
Da gibt man dir Buchstabe für Buchstabe vor was da einzugeben oder zu kopieren ist...cat /etc/systemd/system/multi-user.target.wants/iobroker.service
lautet das.
Ich kopiere einfach die Zeile und füge sie in putty ein. Das ist doch korrekt oder?
-
@krisiun sagte in Nodejs v18.12.1:
@thomas-braun sagte in Nodejs v18.12.1:
Kerl...
Da gibt man dir Buchstabe für Buchstabe vor was da einzugeben oder zu kopieren ist...cat /etc/systemd/system/multi-user.target.wants/iobroker.service
lautet das.
Ich kopiere einfach die Zeile und füge sie in putty ein. Das ist doch korrekt oder?
Hi,
ja , kopieren und einfügen - Enter. Mach doch mal
ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service
VG
Bernd -
@dp20eic sagte in Nodejs v18.12.1:
ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service
pi@raspberrypi4-iob:~ $ ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service lrwxrwxrwx 1 root root 36 Okt 29 2021 /etc/systemd/system/multi-user.target.wants/iobroker.service -> /lib/systemd/system/iobroker.service
-
sudo cp /usr/lib/systemd/system/iobroker.service /etc/systemd/system/multi-user.target.wants/iobroker.service
Dann
sudo systemctl restart iobroker.service
-
pi@raspberrypi4-iob:~ $ sudo cp /usr/lib/systemd/system/iobroker.service /etc/systemd/system/multi-user.target.wants/iobroker.service cp: '/usr/lib/systemd/system/iobroker.service' und '/etc/systemd/system/multi-user.target.wants/iobroker.service' sind die gleiche Datei pi@raspberrypi4-iob:~ $ sudo systemctl restart iobroker.service Failed to restart iobroker.service: Unit iobroker.service has a bad unit file setting. See system logs and 'systemctl status iobroker.service' for details. pi@raspberrypi4-iob:~ $
-
@krisiun sagte in Nodejs v18.12.1:
cat /usr/lib/systemd/system/iobroker.service
-
@thomas-braun sagte in Nodejs v18.12.1:
cat /usr/lib/systemd/system/iobroker.service
Kommt wieder keine Antwort
-
pi@raspberrypi4-iob:~ $ cat /usr/lib/systemd/system/iobroker.service pi@raspberrypi4-iob:~ $
-
@krisiun sagte in Nodejs v18.12.1:
ls -la /usr/lib/systemd/system/iobroker.service
-
@thomas-braun sagte in Nodejs v18.12.1:
ls -la /usr/lib/systemd/system/iobroker.service
pi@raspberrypi4-iob:~ $ ls -la /usr/lib/systemd/system/iobroker.service -rw-r--r-- 1 root root 1 Nov 24 08:03 /usr/lib/systemd/system/iobroker.service
-
ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service
-
@thomas-braun sagte in Nodejs v18.12.1:
ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service
pi@raspberrypi4-iob:~ $ ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service lrwxrwxrwx 1 root root 36 Okt 29 2021 /etc/systemd/system/multi-user.target.wants/iobroker.service -> /lib/systemd/system/iobroker.service
-
iob stop iob fix iob start
-
@thomas-braun sagte in Nodejs v18.12.1:
iob fix
pi@raspberrypi4-iob:~ $ iob stop pi@raspberrypi4-iob:~ $ iob fix pi@raspberrypi4-iob:~ $
da bei fix passiert nichts weiter
-
curl -fsL https://iobroker.net/fix.sh | bash -
-
@thomas-braun sagte in Nodejs v18.12.1:
curl -fsL https://iobroker.net/fix.sh | bash -
pi@raspberrypi4-iob:~ $ curl -fsL https://iobroker.net/fix.sh | bash - library: loaded Library version=2022-06-15 ========================================================================== Welcome to the ioBroker installation fixer! Script version: 2022-06-03 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/3) ========================================================================== Holen:1 http://archive.raspberrypi.org/debian buster InRelease [32,6 kB] Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB] OK:3 https://deb.nodesource.com/node_16.x buster InRelease Holen:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [392 kB] Es wurden 439 kB in 1 s geholt (425 kB/s). Paketlisten werden gelesen... Fertig Installed gcc-c++ ========================================================================== Checking ioBroker user and directory permissions (2/3) ========================================================================== Created /etc/sudoers.d/iobroker Fixing directory permissions... ========================================================================== Checking autostart (3/3) ==========================================================================
-
Aber iob startet immer noch nicht