hierzu finde ich leider nichts in der doku oder google.
irgendwie will das frontail nicht laufen. war bei früheren versuchen auch schon immer das problem. habe es seit meiner 1. installation auf dem nuc nur vorgestern nochmal mit openhab3 zum laufen bekommen. jetzt im 2.5.12 will es nicht funktionieren.
Code: Alles auswählen
Mär 24 23:14:15 SmartHome systemd[1]: Started Frontail openHAB instance, reachable at http://SmartHome:9001.
░░ Subject: A start job for unit frontail.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit frontail.service has finished successfully.
░░
░░ The job identifier is 880.
Mär 24 23:14:15 SmartHome frontail[1145]: /usr/bin/env: „node“: Datei oder Verzeichnis nicht gefunden
Mär 24 23:14:15 SmartHome systemd[1]: frontail.service: Main process exited, code=exited, status=127/n/a
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ An ExecStart= process belonging to unit frontail.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 127.
Mär 24 23:14:15 SmartHome systemd[1]: frontail.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit frontail.service has entered the 'failed' state with result 'exit-code'.
Nach langem probieren, ich hatte bei der installation dark angegeben... das habe ich nun wieder raus
nano /etc/systemd/system/frontail.service
von:
Code: Alles auswählen
[Service]
Type=simple
ExecStart=/usr/lib/node_modules/frontail/bin/frontail --ui-highlight --ui-highlight-preset /usr/lib/node_modules/frontail/preset/openhab_dark.json -t openhab_dark -l 2000 -n 200 /var/log/openhab2/openhab.log /var/log/openhab2/events.log
Restart=always
User=frontail
Group=openhab
Environment=PATH=/usr/bin/
Environment=NODE_ENV=production
WorkingDirectory=/usr/bin/
Zu
Code: Alles auswählen
[Service]
Type=simple
ExecStart=/usr/lib/node_modules/frontail/bin/frontail --ui-highlight --ui-highlight-preset /usr/lib/node_modules/frontail/preset/openhab.json -t openhab -l 2000 -n 200 /var/log/openhab2/openhab.log /var/log/openhab2/events.log
Restart=always
User=frontail
Group=openhab
Environment=PATH=/usr/bin/
Environment=NODE_ENV=production
WorkingDirectory=/usr/bin/
und er läuft

NEIN, ich beherrsche die deutsche Rechtschreibung, auch Groß- und Kleinschreibung, nur habe ich zu viel Angst vor der SHIFT-Taste
