@FredF
Das ist, was ich bekomme nach dem ich curl -sL https://iobroker.net/install.sh | bash - eingebe.
( start iobroker > und danach auf dem Browser localhost:8081 eingegeben und nichts kam.)
==========================================================================
Installing prerequisites (1/4)
Installed build-essential
Installed libavahi-compat-libdnssd-dev
Installed libudev-dev
Installed libpam0g-dev
Installed git
bash: line 370: setcap: command not found
==========================================================================
Creating ioBroker user and directory (2/4)
main: line 137: useradd: command not found
User iobroker created
main: line 208: visudo: command not found
main: line 233: usermod: command not found
main: line 233: usermod: command not found
main: line 233: usermod: command not found
main: line 233: usermod: command not found
Directory /opt/iobroker created
==========================================================================
Installing ioBroker (3/4)
==========================================================================
Finalizing installation (4/4)
Enabling autostart...
Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service.
Autostart enabled!
Fixing directory permissions...
chown: invalid user: ‘iobroker:iobroker’
This system does not support setting default permissions.
Do not use npm to manually install adapters unless you know what you are doing!
==========================================================================
ioBroker was installed successfully
Open http://192.168.10.53:8081 in a browser and start configuring!
==========================================================================
You need to re-login before doing anything else on the console!
Nachdem ich installiert habe, gab ich folgendes ein:
"sudo systemctl status iobroker"
root@Miraculix:/home/majestix# sudo systemctl status iobroker
● iobroker.service - ioBroker Server
Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2019-09-18 08:19:58 CEST; 24s ago
Docs: http://iobroker.net
Process: 8048 ExecStart=/usr/bin/bash -c ${NODE} /opt/iobroker/node_modules/iobroker.js-controller/controller.js (code=exited, status=2
Main PID: 8048 (code=exited, status=217/USER)
Sep 18 08:19:58 Miraculix systemd[1]: iobroker.service: Service RestartSec=100ms expired, scheduling restart.
Sep 18 08:19:58 Miraculix systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 5.
Sep 18 08:19:58 Miraculix systemd[1]: Stopped ioBroker Server.
Sep 18 08:19:58 Miraculix systemd[1]: iobroker.service: Start request repeated too quickly.
Sep 18 08:19:58 Miraculix systemd[1]: iobroker.service: Failed with result 'exit-code'.
Sep 18 08:19:58 Miraculix systemd[1]: Failed to start ioBroker Server.