<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/rrfw/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/rrfw/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/rrfw/bugs/</id><updated>2003-06-03T02:40:04Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>mkroutercfg creates xml file with errors</title><link href="https://sourceforge.net/p/rrfw/bugs/3/" rel="alternate"/><published>2003-06-03T02:40:04Z</published><updated>2003-06-03T02:40:04Z</updated><author><name>Gord Philpott SFnet</name><uri>https://sourceforge.net/u/philpo1/</uri></author><id>https://sourceforge.net60a3774e73e7e08104423af52699fd2ad65fc209</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Running ./bin/compilexml --verbose generates the &lt;br /&gt;
following errors.  Errors seem to be related to having the &lt;br /&gt;
following characters in the value= fields  ( ) &amp;amp;lt; &amp;amp;gt;.&lt;br /&gt;
The Location: and City: fields also seem to have the &lt;br /&gt;
same limitations.&lt;/p&gt;
&lt;p&gt;[02-Jun-2003 22:23:39*] Failed to parse /usr/local/rrfw-&lt;br /&gt;
0.0/share/rrfw/xmlconfig/gorddd.xml: '/usr/local/rrfw-&lt;br /&gt;
0.0/share/rrfw/xmlconfig/gorddd.xml:65: error: AttValue: ' &lt;br /&gt;
expected&lt;br /&gt;
value=&amp;amp;quot;3Com 3C905TX-based Ethernet &lt;br /&gt;
Adapter (Generic)&lt;br /&gt;
^&lt;br /&gt;
/usr/local/rrfw-0.0/share/rrfw/xmlconfig/gorddd.xml:65: &lt;br /&gt;
error: attributes construct error&lt;br /&gt;
value=&amp;amp;quot;3Com 3C905TX-based Ethernet &lt;br /&gt;
Adapter (Generic)&lt;br /&gt;
^&lt;br /&gt;
/usr/local/rrfw-0.0/share/rrfw/xmlconfig/gorddd.xml:65: &lt;br /&gt;
error: Couldn't find end of Start Tag param line 64&lt;br /&gt;
value=&amp;amp;quot;3Com 3C905TX-based Ethernet &lt;br /&gt;
Adapter (Generic)&lt;br /&gt;
^&lt;br /&gt;
/usr/local/rrfw-0.0/share/rrfw/xmlconfig/gorddd.xml:65: &lt;br /&gt;
error: Premature end of data in tag subtree line 63&lt;br /&gt;
value=&amp;amp;quot;3Com 3C905TX-based Ethernet &lt;br /&gt;
Adapter (Generic)&lt;br /&gt;
^&lt;br /&gt;
/usr/local/rrfw-0.0/share/rrfw/xmlconfig/gorddd.xml:65: &lt;br /&gt;
error: Premature end of data in tag subtree line 51&lt;br /&gt;
value=&amp;amp;quot;3Com 3C905TX-based Ethernet &lt;br /&gt;
Adapter (Generic)&lt;br /&gt;
^&lt;br /&gt;
/usr/local/rrfw-0.0/share/rrfw/xmlconfig/gorddd.xml:65: &lt;br /&gt;
error: Premature end of data in tag subtree line 41&lt;br /&gt;
value=&amp;amp;quot;3Com 3C905TX-based Ethernet &lt;br /&gt;
Adapter (Generic)&lt;br /&gt;
^&lt;br /&gt;
/usr/local/rrfw-0.0/share/rrfw/xmlconfig/gorddd.xml:65: &lt;br /&gt;
error: Premature end of data in tag subtree line 39&lt;br /&gt;
value=&amp;amp;quot;3Com 3C905TX-based Ethernet &lt;br /&gt;
Adapter (Generic)&lt;br /&gt;
^&lt;br /&gt;
/usr/local/rrfw-0.0/share/rrfw/xmlconfig/gorddd.xml:65: &lt;br /&gt;
error: Premature end of data in tag datasources line 37&lt;br /&gt;
value=&amp;amp;quot;3Com 3C905TX-based Ethernet &lt;br /&gt;
Adapter (Generic)&lt;br /&gt;
^&lt;br /&gt;
/usr/local/rrfw-0.0/share/rrfw/xmlconfig/gorddd.xml:65: &lt;br /&gt;
error: Premature end of data in tag configuration line 29&lt;br /&gt;
value=&amp;amp;quot;3Com 3C905TX-based Ethernet &lt;br /&gt;
Adapter (Generic)&lt;br /&gt;
^&lt;br /&gt;
' at /usr/local/lib/perl/5.8.0/XML/LibXML.pm line 405.&lt;br /&gt;
at /usr/local/rrfw-&lt;br /&gt;
0.0/lib/RRFW/ConfigTree/XMLCompiler.pm line 67&lt;/p&gt;
&lt;p&gt;[02-Jun-2003 22:23:39*] /usr/local/rrfw-&lt;br /&gt;
0.0/share/rrfw/xmlconfig/gorddd.xml compiled with errors&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>render not reentrant</title><link href="https://sourceforge.net/p/rrfw/bugs/2/" rel="alternate"/><published>2003-05-10T16:28:40Z</published><updated>2003-05-10T16:28:40Z</updated><author><name>Christian Schnidrig</name><uri>https://sourceforge.net/u/schnidrig/</uri></author><id>https://sourceforge.net015143a86230bbce94bb3dd2c39c4dbcf1086549</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;while rendering HTML pages:&lt;/p&gt;
&lt;p&gt;url-variables like NOW, TZ etc are lost in all links which &lt;br /&gt;
appear after a rrprint item.&lt;/p&gt;
&lt;p&gt;The problems is that Render.pm. is not reentrant. -&amp;amp;gt; the &lt;br /&gt;
options are deleted at the end of render.&lt;/p&gt;
&lt;p&gt;A quick and simple fix is to make rrprint read like this:&lt;/p&gt;
&lt;p&gt;sub rrPrint&lt;br /&gt;
{&lt;br /&gt;
my $self = shift;&lt;br /&gt;
my $token = shift;&lt;br /&gt;
my $view = shift;&lt;/p&gt;
&lt;p&gt;my @ret = ();&lt;br /&gt;
my %saveOptions = %{$self-&amp;amp;gt;{'options'}};&lt;br /&gt;
my($fname, $mimetype) =  $self-&amp;amp;gt;render($token, &lt;br /&gt;
$view);&lt;br /&gt;
%{$self-&amp;amp;gt;{'options'}} = %saveOptions;&lt;/p&gt;
&lt;p&gt;.&lt;br /&gt;
.&lt;br /&gt;
.&lt;/p&gt;
&lt;p&gt;the long fix .... :-)&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;
Christian&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>data-dir defaults are not consistent</title><link href="https://sourceforge.net/p/rrfw/bugs/1/" rel="alternate"/><published>2002-10-01T18:44:54Z</published><updated>2002-10-01T18:44:54Z</updated><author><name>Scott Langley</name><uri>https://sourceforge.net/u/langles/</uri></author><id>https://sourceforge.neta040787764f4ad82635ed730eba69ed368cd6a49</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hey there.  Just tried out version 0.7 and I have these&lt;br /&gt;
suggestions:&lt;/p&gt;
&lt;p&gt;Make the default data-dir names agree.  I found three&lt;br /&gt;
variations.&lt;/p&gt;
&lt;p&gt;./bin/mkroutercfg&lt;br /&gt;
/var/snmpcollector&lt;/p&gt;
&lt;p&gt;./xmlconfig/snmp-collect.xml&lt;br /&gt;
/usr/local/rrfw-0.0/var/snmpcollect&lt;/p&gt;
&lt;p&gt;./xmlconfig/snmp-defs.xml&lt;br /&gt;
/var/snmpcollect&lt;/p&gt;
&lt;p&gt;Also, put in the instructions that you need to create&lt;br /&gt;
the data-dir &lt;br /&gt;
manually, or else add code that creates automatically.&lt;/p&gt;
&lt;p&gt;Finally, if possible, add code to grapher.cgi that&lt;br /&gt;
catches misconfiguration errors and reports them in the&lt;br /&gt;
returned html.&lt;/p&gt;
&lt;p&gt;For example, this is one of the error messages in my&lt;br /&gt;
/var/log/httpd/error_log file that resulted when I had&lt;br /&gt;
not yet created the snmpcollect directory by hand.  The&lt;br /&gt;
output of grapher.cgi, however, just shows some broken&lt;br /&gt;
links to PNG files as a clue that something is wrong.&lt;/p&gt;
&lt;p&gt;[30-Sep-2002 11:59:42 ] RRDs::graph arguments: --width&lt;br /&gt;
500 --height 250 --end now --start -24hours --img&lt;br /&gt;
format=PNG  LINE2:A#0000FF&lt;br /&gt;
Use of uninitialized value in subroutine entry at&lt;br /&gt;
/usr/local/rrfw-0.0/lib/RRFW/Renderer.pm line 642.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>