Today, when I got in the office and opened my installation of LibreNMS I get the following error…
# Whoops, looks like something went wrong. Check your librenms.log.
Can anyone here give me any direction on how to correct this issue as I haven’t changed anything or added in any devices in some time now. The procedures listed below I’ve taken already and I’m still having issues.
./validate.sh
./daily.sh
apt-get update
apt-get upgrade
rebooted the server
1 Like
Try:
chown -R librenms:librenms /opt/librenms
setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
setfacl -R -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
2 Likes
Thanks, this solved my issue!! If you don’t mind, what exactly transpired here… I haven’t ever had any issues with my system. I’m reluctant to do a lot of things as we run ours on a physical box here in the office because all the I/O, if it was a virtual machine I’d take a snapshot of it and do whatever… however, not the case for this particular server.
Once again, I very much appreciate your assistance.
Regards,
Scott Nerone