The graph still not displayed. Its just like a picture that cannot be displayed with "red X" mark.
See the attached files for the screen shots.
Thanks!
At 10:49 PM 2008/02/24 -0500, Josh Luthman wrote:
What happens when you go to the page and try to view the graph? How about when you click the magnifying glass?
On 2/24/08, Mark Joseph T. Barachina <mjb at fcpp.fujitsu.com> wrote:
Hi, That's my problem. No error logs seen in /var/apache/error.log. :( -- Mark
At 10:15 PM 2008/02/24 -0500, Galen Johnson wrote:
Are you getting a particular error? Anything in your apache logs?
=G=
From: Mark Joseph T. Barachina [mjb at fcpp.fujitsu.com] Sent: Sunday, February 24, 2008 9:55 PM To: hobbit at hswn.dk Subject: [hobbit] Graph not shown
Hi there!
Good day.
I recently installed hobbit server version 4.2.0 using Solaris 10 x86 in a notebook pc.
All functions are working except for the Graph Display. I cannot view any graph.
What are your suggestions?
Thanks,
--Mark
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi.
I tried to re configured again the hobbit server and I found an error pointing to rrdtool upon running the ./configure.
I downloaded and installed the rrdtool package from Sunfreeware site rrdtool-1.2.19-sol10-x86-local.gz. Also those package dependencies <libart_lgpl.htm>libart_lgpl, zlib, libpng, freetype and gcc-3.4.6.
bash-3.00# ./configure
Configuration script for Hobbit
This script asks a few questions and builds a Makefile to compile Hobbit
Checking your make-utility Checking pre-requisites for building Hobbit
Checking for fping ... Hobbit has a built-in ping utility (hobbitping) However, it is not yet fully stable and therefore it may be best to use the external fping utility instead. I found fping in /usr/local/sbin/fping Do you want to use it [Y/n] ? y Checking to see if '/usr/local/sbin/fping 127.0.0.1' works ... 127.0.0.1 is alive OK, will use '/usr/local/sbin/fping' for ping tests NOTE: If you are using an suid-root wrapper, make sure the 'hobbit' user is also allowed to run fping without having to enter passwords. For 'sudo', add something like this to your 'sudoers' file: hobbit: ALL=(ALL) NOPASSWD: /usr/local/sbin/fping
Checking for RRDtool ...
test-rrd.c: In function main': test-rrd.c:30: error: too few arguments to function rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/local/rrdtool-1.2.19/include
Found RRDtool libraries in /usr/local/rrdtool-1.2.19/lib
Linking RRD with PNG library: -L/usr/lib -lpng
Checking for PCRE ... Found PCRE include files in /opt/sfw/include Found PCRE libraries in /opt/sfw/lib
Checking for OpenSSL ... Found OpenSSL include files in /usr/local/ssl/include Found OpenSSL libraries in /usr/local/ssl/lib
Hobbit can use the OpenSSL library to test SSL-enabled services like POP3S, IMAPS, NNTPS and TELNETS. If you have the OpenSSL library installed, I recommend that you enable this.
Thanks in advance!
-- Mark
At 12:17 PM 2008/02/25 +0800, Mark Joseph T. Barachina wrote:
The graph still not displayed. Its just like a picture that cannot be displayed with "red X" mark.
See the attached files for the screen shots.
Thanks!
At 10:49 PM 2008/02/24 -0500, Josh Luthman wrote:
What happens when you go to the page and try to view the graph? How about when you click the magnifying glass?
On 2/24/08, Mark Joseph T. Barachina <mjb at fcpp.fujitsu.com> wrote:
Hi, That's my problem. No error logs seen in /var/apache/error.log. :( -- Mark
At 10:15 PM 2008/02/24 -0500, Galen Johnson wrote:
Are you getting a particular error? Anything in your apache logs?
=G=
From: Mark Joseph T. Barachina [mjb at fcpp.fujitsu.com] Sent: Sunday, February 24, 2008 9:55 PM To: hobbit at hswn.dk Subject: [hobbit] Graph not shown
Hi there!
Good day.
I recently installed hobbit server version 4.2.0 using Solaris 10 x86 in a notebook pc.
All functions are working except for the Graph Display. I cannot view any graph.
What are your suggestions?
Thanks,
--Mark
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
That error is just telling you that you have 1.2 instead of 1.0. Do any of your CGI scripts work in hobbit? It sounds like they aren't able to run...did you update your apache config manually with the hobbit changes or did you just "Include /path/to/hobbit-apache.conf"?
=G=
-----Original Message----- From: Mark Joseph T. Barachina [mailto:mjb at fcpp.fujitsu.com] Sent: Monday, February 25, 2008 3:05 AM To: hobbit at hswn.dk; hobbit at hswn.dk; hobbit at hswn.dk Subject: Re: [hobbit] Graph not shown
Hi.
I tried to re configured again the hobbit server and I found an error pointing to rrdtool upon running the ./configure.
I downloaded and installed the rrdtool package from Sunfreeware site rrdtool-1.2.19-sol10-x86-local.gz. Also those package dependencies <libart_lgpl.htm>libart_lgpl, zlib, libpng, freetype and gcc-3.4.6.
bash-3.00# ./configure
Configuration script for Hobbit
This script asks a few questions and builds a Makefile to compile Hobbit
Checking your make-utility Checking pre-requisites for building Hobbit
Checking for fping ... Hobbit has a built-in ping utility (hobbitping) However, it is not yet fully stable and therefore it may be best to use the external fping utility instead. I found fping in /usr/local/sbin/fping Do you want to use it [Y/n] ? y Checking to see if '/usr/local/sbin/fping 127.0.0.1' works ... 127.0.0.1 is alive OK, will use '/usr/local/sbin/fping' for ping tests NOTE: If you are using an suid-root wrapper, make sure the 'hobbit' user is also allowed to run fping without having to enter passwords. For 'sudo', add something like this to your 'sudoers' file: hobbit: ALL=(ALL) NOPASSWD: /usr/local/sbin/fping
Checking for RRDtool ...
test-rrd.c: In function main': test-rrd.c:30: error: too few arguments to function rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/local/rrdtool-1.2.19/include
Found RRDtool libraries in /usr/local/rrdtool-1.2.19/lib
Linking RRD with PNG library: -L/usr/lib -lpng
Checking for PCRE ... Found PCRE include files in /opt/sfw/include Found PCRE libraries in /opt/sfw/lib
Checking for OpenSSL ... Found OpenSSL include files in /usr/local/ssl/include Found OpenSSL libraries in /usr/local/ssl/lib
Hobbit can use the OpenSSL library to test SSL-enabled services like POP3S, IMAPS, NNTPS and TELNETS. If you have the OpenSSL library installed, I recommend that you enable this.
Thanks in advance!
-- Mark
At 12:17 PM 2008/02/25 +0800, Mark Joseph T. Barachina wrote:
The graph still not displayed. Its just like a picture that cannot be displayed with "red X" mark.
See the attached files for the screen shots.
Thanks!
At 10:49 PM 2008/02/24 -0500, Josh Luthman wrote:
What happens when you go to the page and try to view the graph? How about when you click the magnifying glass?
On 2/24/08, Mark Joseph T. Barachina <mjb at fcpp.fujitsu.com> wrote:
Hi, That's my problem. No error logs seen in /var/apache/error.log. :( -- Mark
At 10:15 PM 2008/02/24 -0500, Galen Johnson wrote:
Are you getting a particular error? Anything in your apache logs?
=G=
From: Mark Joseph T. Barachina [mjb at fcpp.fujitsu.com] Sent: Sunday, February 24, 2008 9:55 PM To: hobbit at hswn.dk Subject: [hobbit] Graph not shown
Hi there!
Good day.
I recently installed hobbit server version 4.2.0 using Solaris 10 x86 in a notebook pc.
All functions are working except for the Graph Display. I cannot view any graph.
What are your suggestions?
Thanks,
--Mark
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (2)
-
Galen.Johnson@sas.com
-
mjb@fcpp.fujitsu.com