Hi all,
I upgraded (installing a new boot on raspbian 2.5.5 and restoring the configuration from backup of the 2.3), and having problem with the log application UI, everytime I reboot, frontail service is not started (I tried to reinstall from openhabian-config and tried to update-rc.d frontail enable)
Ok but in the previous versions was installed by default…the problem is that when I install (from a virgin img openhabian image) if I reboot I have to start it manually, why?
Hello all, I’m experiencing the same problem here.
If I install frontail using openhabian-config option ‘21 Log Viewer dark’ the webpage and logs are displayed at port: 9001.
However, on reboot, this service is not presented and I cannot view the logs.
I’ve tried enabling the service with sudo systemctl enable frontail.service as well as sudo systemctl enable frontail
I’ve used journalctl -k | grep frontail however nothing is presented as an error.
permissions for frontail at:
/usr/lib/node_modules/frontail/bin/frontail
-rwxr-xr-x 1 root root 43 Oct 26 1985 frontail
What else can I try?
Your help, as always, is appreciated
There are regularly updates for openhabian-config that can be downloaded / applied on the fly when you startup openhabian-config. Do you apply the updates. Which version of openhabian-config is being shown ?
You wrote that you enabled the service. Of course it should start at boot automatically what do you get when you run
Could you post the content of /etc/systemd/system/frontail.service please ?
Just to check if that file contains what is expected to be in the file.
That file is responsible for starting the service in dependency of other services.
While the first command only checks for kernel messages the second one checks for all entries since the last boot and filters for frontail related messages only.