Package: cricket
Version: 1.0.5-6
Severity: important
Tags: patch

On the alpha architecture, instead of displaying the current values for a
target, grapher.cgi displays the error:

Current values not available: Architecture alpha-linux-gnu-thread-multi not
supported yet.

This is similar to this Cricket bug:

http://sourceforge.net/tracker/index.php?func=detail&aid=477899&group_id=1210&atid=101210

and this patch seems to fix it:

--- /home/jwm/Format.pm 2007-03-30 11:35:49.000000000 -0400
+++ /usr/share/cricket/lib/RRD/Format.pm        2007-03-30 11:36:24.000000000 
-0400
@@ -150,7 +150,7 @@
         $self->{'liveHead'} = "L";
         $self->{'rraPtr'} = "L";
         $self->{'element'} = "d";
+    } elsif ( $archname eq 'alpha-linux' or $archname eq 'alpha-linux-gnu') {
-    } elsif ( $archname eq 'alpha-linux' ) {
         $self->{'statHead'} = "a4 a5 x7 d Q Q Q x80";
         $self->{'dsDef'} = "a20 a20 Q d d x56";
         $self->{'rraDef'} = "a20 x4 Q Q d x72";

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: alpha
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-alpha-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages cricket depends on:
ii  adduser                       3.102      Add and remove users and groups
ii  cron                          3.0pl1-100 management of regular background p
ii  librrds-perl                  1.2.15-0.3 Time-series data storage and displ
ii  libsnmp-session-perl          1.08-1     Perl support for accessing SNMP-aw
ii  libtimedate-perl              1.1600-5   Time and date functions for Perl
ii  perl [libdigest-md5-perl]     5.8.8-7    Larry Wall's Practical Extraction 
ii  perl-suid                     5.8.8-7    Runs setuid Perl scripts

Versions of packages cricket recommends:
ii  apache2                       2.2.3-3.3  Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.3-3.3  Traditional model for Apache HTTPD
ii  logrotate                     3.7.1-3    Log rotation utility

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to