After Updating from 1.2.3 to 2.0RC1 RRD Graphs doesnt work!?
-
Hello!
I Updated from 1.2.3 to 2.0RC1 and now when i go to Status>RRDGraps the follwing comes over the graphic:
"There has been an error creating the graphs. Please check your systemlogs for further details."
The System Logs:
php: /status_rrd_graph_img.php: Failed to create graph with error code 1, the error is: ERROR: This RRD was created on other architecture/usr/bin/nice -n20 /usr/local/bin/rrdtool graph /tmp/system-processor.rrd-4year.png –start 1179554004 --end 1306043604 --vertical-label "utilization, number" --color SHADEA#eeeeee --color SHADEB#eeeeee --title "hostname
- System :: Processor - 4 years - 1 day average" --height 200 --width 620 DEF:"user=/var/db/rrd/system-processor.rrd:user:AVERAGE" DEF:"nice=/var/db/rrd/system-processor.rrd:nice:AVERAGE" DEF:"system=/var/db/rrd/system-processor.rrd:system:AVERAGE" DEF:"interrupt=/var/db/rrd/system-processor.rrd:interrupt:AVERAGE" DEF:"processes=/var/db/rrd/system-processor.rrd:processes:AVERAGE" AREA:"user#990000:user" AREA:"nice#a83c3c:nice:STACK" AREA:"system#b36666:system:STACK" AREA:"interrupt#bd9090:interrupt:STACK" LINE2:"processes#cccccc:processes" COMMENT:"\n" COMMENT:" minimum average maximum current\n" COMMENT:"UseWhat can i do?
Thx for your help
-
You can't upgrade from i386 to amd64, you'll have to delete /var/db/rrd/
-
thx.
But i dit it. Looks like everything works.
Maybe someone helps this:
1. use putty to login to the pfsense over ssh.
2. choose the menu Sehll (8)
3. type in "cd /var/db/rrd/
4. type in rm . (rm is like delete in DOS)Thanks