-
Jim fixed a permissions issue today that should fix the quality graphs.
https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/3d83f02e958a52e35cf098a3cd3f7031f53d69a0though that only applies when the directory is created. May need something to fix permissions on existing directories. To manually fix, run:
chown nobody:wheel /var/db/rrd/*quality*.rrd
-
Ok fair enough so the files size shouldn't change. So how would I delve into the problem more to see if it is a graphing issue or data issue.
-
@cmb:
Jim fixed a permissions issue today that should fix the quality graphs.
https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/3d83f02e958a52e35cf098a3cd3f7031f53d69a0though that only applies when the directory is created. May need something to fix permissions on existing directories. To manually fix, run:
chown nobody:wheel /var/db/rrd/*quality*.rrd
In addition to that, you want to change the permissions on the directory itself:
chown nobody:wheel /var/db/rrd/
Or combine the two:
chown -R nobody:wheel /var/db/rrd/
-
Or combine the two:
chown -R nobody:wheel /var/db/rrd/
2.0-BETA4
built on Fri Aug 6 01:44:17 EDT 2010
FreeBSD 8.1-RELEASETried that and even rebooted - Quality still isn't working.
-
That will be a no-op on NanoBSD if you reboot after doing it. /var is a RAM disk. You'd need to be on the latest snapshot (I think it should have the fix) before that will work.
-
That will be a no-op on NanoBSD if you reboot after doing it. /var is a RAM disk. You'd need to be on the latest snapshot (I think it should have the fix) before that will work.
That is the latest snapshot.
I only rebooted as its still blank.
-
I found another bug, but it's definitely fixed now. :-)
Either apply this by hand, or wait for the next new snapshot:
https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/21934843352aa1dee730f59b06d35f1619c0ab3e -
I'll wait for the next update.
I'm just testing and providing feedback.
Thanks !!!
-
Sorry.Ā Been away.
Just updated to
2.0-BETA4
built on Sun Aug 8 11:22:28 EDT 2010
FreeBSD 8.1-RELEASEGraphs are looking good.
-
Still no good for me.
-
Anything else I can try. I have the snapshot from sunday etc.
-
Today's seem fineā¦2.0-BETA4
built on Tue Aug 10 02:57:56 EDT 2010 -
I did another full delete of the RRD graphs and left in for 15 mins. The graphs only captured 2 mins worth of data and then stopped.
-
Am I best off rolling back to 2.0 beta 1 when it worked?
-
No. It works for everyone else, there must be something specific about your setup.
And BETA1 is ancient by BETA standards. So many things are better now than they were back then.
-
I have e-mailed you my config to see if something is a miss.
-
Do the graphs work if you use the pfsense_ng theme instead of the_wall like you have set?
I didn't see anything that jumped out at me in that config as being wrong for rrds, but I know that some of the themes have their own RRD colors and such that might not be working properly.
-
I too have this issue.Ā applying the patch listed back in July though ā¦. does solve the issue for me.
however the Traffic Graphs do not function for me.
I have tested it with the brand new build .... -
OMGĀ -Ā you killed theĀ Status: Traffic Graph !!!
2.0-BETA4 (i386) built on Thu Aug 12 07:38:24 EDT 2010 FreeBSD 8.1-RELEASE
Also you can see this on theĀ pfSense Dashboard.
Not sure when this happened over the past couple/few days.
Regardsā¦Martin
-
the gettext import has caused quite a bit of fallout, RRD and SVG graphs currently broken.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.