Recently our PLC has been failing to see the RevPi's heartbeat we setup using an output controlled by NodeRed.
Initial steps to diagnose were we could SSH and use RevPi Commander, but we could not access the web interface for the RevPi or NodeRed.
This was when trying to connect directly via IP and port as detailed in the SSH banner.
Code: Select all
$ systemctl --failed
apache2.service, systemd-sysusers.serviceCode: Select all
$ /var/log/apache2/error.log
Fatal Error Unable to create lock file: No space left on deviceBut $df -h shows our disk usage is well within reasonable amounts with 2GB of 6GB being free.
We have yet to try reinstallation with $ sudo apt-get install --reinstall revpi-webstatus pictory; but we are interested to know if anyone has seen something similar?
I have also set up a disk usage logging script to log during production but this has not yet been deplayed yet.
If anyone has seen something similar this would be a massive help as we're unclear what could cause such a disk usage error?
Thank you