[Ganglia-general] libssl and libcrypto in SuSE openssl rpms

2002-08-22 Thread HPC Admin Mail Acct.
There has been questions about this before on the mailing list, but I haven't seen any responses... The SuSE rpms for openssl provide: libssl.so.0 libssl.so.0.9.6 libcrypto.so.0 libcrypto.so.0.9.6 but, authd needs libssl.so.2 and libcrypto.so.2. Do I need to install openssl from the latest

[Ganglia-general] Ganglia Installation

2002-08-22 Thread Evaldo Bezerra da Costa
Hello Matt; I am install the Ganglia Cluster in my company for test, and I have any questions about installation the Ganglia. My configuration: - S.O: Linux RedHat 7.2 - Master: (eth0) 172.16.10.103 - 255.255.255.0 (eth1) 10.4.8.1 - 255.255.255.0 - Node01: (eth1) 10.4.8.1 - 255.255.255.0 1

Re: [Ganglia-general] high load with gmetad

2002-08-22 Thread matt massie
mark- i've seen this behavior on the machine running the ganglia demo page but it's just a p2 with 128 mbs of memory (soon to be upgraded). i'm rewriting gmetad in C right now and will be incorporating it into the monitoring-core distribution soon. the biggest bottleneck right now with

Re: [Ganglia-general] high load with gmetad

2002-08-22 Thread Steven Wagner
Remember that RRD files are of a fixed size. In other words, they should never grow beyond their original size when created. That's why they call 'em round-robin databases. :) So the only reason new RRDs would be created is if new metrics were added for existing hosts or if new hosts were

Re: [Ganglia-general] libssl and libcrypto in SuSE openssl rpms

2002-08-22 Thread matt massie
i'm sorry but i don't have access to any SuSE boxes to work this problem out on. # rpm -qa openssl openssl-0.9.6b-8 # rpm -ql openssl /lib/libcrypto.so.0.9.6b /lib/libssl.so.0.9.6b here's an idea to try. we've build the gexec tarball so that you can easily make an RPM from it. just type #