On Mon, 10 Apr 2000, Eli Shauriki (Intl Agency) wrote:
> I tried that once, I commented out the "plotter_opts", it worked but without
> the graphing. The pnp files remains empty.
Well, IIRC, just removing "-persist" helped the person with the original
complaint.
Perhaps there was a problem with your PNG library or Gnuplot
installation. Can you make a .png file manualy? For example:
> gnuplot
gnuplot> set term png
gnuplot> set output "/tmp/t.png"
gnuplot> test
gnuplot> quit
> ls -l /tmp/t.png
-rw-r--r-- 1 rousskov wheel 2772 Apr 10 07:30 /tmp/t.png
> xv /tmp/t.png # or just use netscape to view that file
If "/tmp/t.png" is empty or does not have the test output, then you have
an installation problem.
Alex.
> Eli
>
> -----Original Message-----
> From: Alex Rousskov [mailto:rousskov@ircache.net]
> Sent: Fri, April 07, 2000 9:09 PM
> To: Sung Lee
> Cc: Polygraph-Post
> Subject: Re: help: make_report problem on client machine
>
> On Fri, 7 Apr 2000, Sung Lee wrote:
>
> > I tried to create reports after I created log files from both "polysrv"
> > and "polyclt". I was able to run "label_results" without any problem
> > both "polysrv" and "polyclt". However, I couldn't run "make_report"
> > from "polyclt".
> > ...
> > make_report: creating: `/tmp/polyrep/client-2.log/index.html'
> > ./plot_traces: plotting: `/tmp/polyrep/client-2.log/rates.png'
> > Cannot open load file '-persist'
> > line 0: (No such file or directory)
>
> Yes, this problem was reported to us once before. It looks like some
> installations of gnuplot do not understand "-persist" option regardless
> of the fact that the same installations document that option as being
> available.
>
> The workaround is simple: comment out the "plotter_opts" line in the
> "reportgen.cfg" configuration file. If it does not help, please send
> details to polygraph-bugs@ircache.net.
>
> Thank you,
>
> Alex.
>
>
This archive was generated by hypermail 2b29 : Tue Jul 10 2001 - 12:00:12 MDT