On 03.12.15 21:41, David Williams wrote:
>
> ------ Original Message ------
> From: "Alexander Moisseev" <[email protected]>
> To: [email protected]
> Sent: 12/3/2015 12:34:54 PM
> Subject: Re: [BackupPC-users] New install - new issues
>
>> On 03.12.15 18:29, David Williams wrote:
>>>
>>>      The image http://192.168.15.2/backuppc/index.cgi?image=4 cannot be 
>>> displayed because it contains errors.
>>>
>>
>>
>> Try to save this object as a file and investigate it's content.
>> --
>> Alexander
>>
>> I don't have the option of saving this as a file when I do a right click.  
>> I've attached a screen shot to show the location of these images that are 
>> not displaying.
>

Looks like you have a problem with rrdtool or $LogDir/pool.rrd is damaged.

You can do simple tests.
(Replace cd command argument $LogDir with actual path)

$ su
# cd $LogDir
# rrdtool info pool.rrd
# rrdtool dump pool.rrd | more

Commands below should create PNG image /tmp/image.png

$ su
# sh
# cd $LogDir
# rrdtool graph /tmp/image.png --imgformat=PNG --start=end-4w --end=-300 
--title="BackupPC Pool Size (4 weeks)" --base=1000 --height=100 --width=600 
--alt-autoscale-max --lower-limit=0 --vertical-label="" --slope-mode --font 
TITLE:10:Times --font AXIS:8:Times --font LEGEND:8:Times --font UNIT:8:Times -c 
BACK#FFFFFF DEF:ao="pool.rrd":ckb:AVERAGE CDEF:a=ao,1024,* AREA:a#95B8DB:"CPool 
in bytes"  GPRINT:a:LAST:"Current\\:%8.2lf %s" 
GPRINT:a:AVERAGE:"Average\\:%8.2lf %s" GPRINT:a:MAX:"Maximum\\:%8.2lf %s\\n"



------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to