Hoi Cord Ich habe den unten angehängten Fehlerbericht erhalten und konnte ihn nachvollziehen.
binmode IMG;
print STDERR $graph, "\n";
print STDERR [EMAIL PROTECTED], "\n";
print STDERR @data, "\n";
print STDERR $opt_image_type, "\n";
print STDERR $graph->plot([EMAIL PROTECTED]), "\n";
$graph->plot([EMAIL PROTECTED]) or die $graph->error;
print IMG $graph->plot([EMAIL PROTECTED])->$opt_image_type; # <-- Zeile
4128
close(IMG);
Oben habe ich bewusster Zeile 4128 die nicht eingerückten Befehle
vorangestellt und kriege diese Ausgabe:
calamaris::calBars3d=HASH(0x14a47d8)
ARRAY(0x12b85c0)
ARRAY(0x19f7218)ARRAY(0x19f7230)ARRAY(0x19f7248)
png
No data sets or points
No data sets or points
at /usr/bin/calamaris line 4134, <> line 51.
Leider verabschieden sich an dieser Stelle meine Perl-Kenntnisse und ich
weiss nicht mehr weiter. Aufgerufen habe ich mit
$ calamaris -a -f auto --config-file /etc/calamaris/calamaris.conf -F
graph,html --output-path . --image-type png < access.log
Das verwendet access.log lege ich bei.
Kannst du damit etwas anfangen?
Danke und Gruss
--
Philipp | work: [EMAIL PROTECTED] +41 1 802 20 00
Frauenfelder | home: [EMAIL PROTECTED] +41 1 862 73 14
[PGP] | http://www.frauenfelder-kuerner.ch/
Proudly running Debian GNU/Linux. See http://www.debian.org/
--- Begin Message ---Package: calamaris Version: 2.99.4.0-8 Severity: normal Hi, After upgrading from etch to lenny, calamaris stopped working: # /etc/cron.daily/calamaris Use of uninitialized value in concatenation (.) or string at /usr/bin/calamaris line 4083, <> line 854. Use of uninitialized value in concatenation (.) or string at /usr/bin/calamaris line 4115, <> line 854. Use of uninitialized value in concatenation (.) or string at /usr/bin/calamaris line 4115, <> line 854. Can't call method "png" on an undefined value at /usr/bin/calamaris line 4128, <> line 854. I tried to run calamaris under strace to see if it misses some optional modules/libraries but I could not find any suspicious. If I take "graph" out of the "--output-format" parameter then calamaris works but that is not very useful. Gabor -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (101, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18-6-xen-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages calamaris depends on: ii bc 1.06.94-3 The GNU bc arbitrary precision cal ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy ii perl [perl5] 5.10.0-14 Larry Wall's Practical Extraction calamaris recommends no packages. Versions of packages calamaris suggests: ii libgd-graph-perl 1.44-3 Graph Plotting Module for Perl 5 ii libnetaddr-ip-perl 4.007+dfsg-2+b1 Manipulate IP Addresses easily ii squid 2.7.STABLE3-1 Internet object cache (WWW proxy c -- debconf information excluded
--- End Message ---
access.log.gz
Description: GNU Zip compressed data

