[Ganglia-developers] Re: [Ganglia-general] gmond error on Solaris8/SPARK

2004-11-23 Thread Sanghyun Hong
Hi, Matt Thanks for your opinion. Today, I execute some test-code for kvm_fn and daemon; so, my opinion is that kvm_fn used to file descriptor. On solaris, current code is closing all file descriptors after metric_init. It's cause the problem that being usable file descriptor be forced to close.

[Ganglia-developers] Small bug in lib makefile

2004-11-23 Thread Luke A. Kanies
Hi all, In trying to install ganglia (successfully) on solaris 8 x86, I encountered a small bug in the makefile generated for the lib directory. There is a literal 'mkdir -p ${includedir}/ganglia', which fails to take into account a DESTDIR setting and thus doesn't work in setting up ganglia

Re: [Ganglia-developers] Problems bootstrapping CVS on Fedora FC2

2004-11-23 Thread Adeyemi Adesanya
Hi. Sounds like CVS is in order now. Can you let me know when the 2.5.x Solaris related improvements (kstat, network metrics, etc.) are in a 2.5.8 beta? I'm eager to test the unicast stuff on my Solaris boxes. Thanks for all your hard work. Yemi On Nov 21, 2004, at 2:37 AM, Martin

Re: [Ganglia-developers] Re: [Ganglia-general] gmond error on Solaris8/SPARK

2004-11-23 Thread Brooks Davis
On Tue, Nov 23, 2004 at 10:15:58AM +, Matt Massie wrote: > thanks for submitting this bug fix but i'm not sure what problem it > solves. the code that you have submitted below would not close all file > descriptor after fork but rather would only close 0,1 and 2 > (stdin,stdout,stderr). are y

[Ganglia-developers] Re: [Ganglia-general] gmond error on Solaris8/SPARK

2004-11-23 Thread Matt Massie
thanks for submitting this bug fix but i'm not sure what problem it solves. the code that you have submitted below would not close all file descriptor after fork but rather would only close 0,1 and 2 (stdin,stdout,stderr). are you saying that kvm_read() passed data over a file descriptor? if so,