Your RRD directory is owned by root, please consider changing over to user a non-root user
I did specify chmod 775 to /xx/xx/rrd
Your RRD directory is owned by root, please consider changing over to user a non-root user
I did specify chmod 775 to /xx/xx/rrd
Are you seeing that in your validate.php? Does this fix it ?
chown -R librenms:librenms /xx/xx/rrd
Can you provide output of stat /xx/xx/rrd
I forgot to close this.
The resolution is as Chas stated chown -R librenms:librenms /xx/xx/rrd
Thank you