[Ganglia-general] connection closed by foreign host

2002-07-02 Thread Aaron Lott

I'm trying to get ganglia working for the first time. I have installed
authd
gmetad
libe
gexec

After installing the ganglia monitor core, I wanted to test my
installation, but my connection is being closed. Any ideas?

I thought I may should add the 8649 port for telnet inside
of my services file, but I'm not sure what to put in my inetd.conf file.

Thanks,

Aaron

[EMAIL PROTECTED]:~# telnet localhost 8649
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.


   
   
   
Connection closed by foreign host.





[EMAIL PROTECTED]
http://www.math.umd.edu/~palott
Office: IPST 4364
Phone: (301)405-8086
Fax:   (301)314-0827

P. Aaron Lott
1301 Mathematics Building
University of Maryland
College Park, MD 20742-4015




Re: [Ganglia-general] gmetad question

2002-07-02 Thread Joe Griffin

There is an IA64 RPM for MSC.Linux of gmetad on:

ftp://ftp.msclinux.com/contrib/jjg/RPMS/ia64/

The RPM is of the gmetad-0.1.1.tar.gz file.
I am considering adding the files in:
gmetad-web-frontend-0.1.0.tar.gz  to the RPM as
well.  Any thoughts?

Should the gmetad-web-frontend-0.1.0.tar.gz files
be their own RPM?  Is there any reason to keep
these seperate?

Regards,
Joe

Joe Griffin wrote:

Matt,

I installed the i386 RPM and brought the
init.d/gmetad over to the IA64 system.
Ganglia works now.  It is pretty.
I have my IA64 nodes on metacluster
and my IA32 nodes on another.

I will make an IA64 MSC.Linux RPM
after I test it for a while.

Thanks,
Joe




---
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members! 
JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn

___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general







[Ganglia-general] gstat reports "tcp_connect() setsockopt() TCP_NODELAY error: Invalid argument"

2002-07-02 Thread Karl Kopper
Freshly installed ganglia RPM packages on Red Hat 7.3 stock (patched) 2.4.18
kernel. Gexec works fine. Telnet to localhost and IP 127.0.0.1 port 8649
works fine.

bash-2.05a# ps -elf | grep gmond
040 S nobody   26149 1  0  69   0-  3007 pause  10:34 ?
00:00:00
/usr/sbin/gmond
040 S nobody   26151 26149  0  69   0-  3007 do_pol 10:34 ?
00:00:00
/usr/sbin/gmond
040 S nobody   26152 26151  0  69   0-  3007 tcp_se 10:34 ?
00:00:00
/usr/sbin/gmond
040 S nobody   26153 26151  0  69   0-  3007 rt_sig 10:34 ?
00:00:00
/usr/sbin/gmond
040 S nobody   26154 26151  0  69   0-  3007 inet_s 10:34 ?
00:00:00
/usr/sbin/gmond
040 S nobody   26155 26151  0  69   0-  3007 rt_sig 10:34 ?
00:00:00
/usr/sbin/gmond
040 S nobody   26156 26151  0  69   0-  3007 nanosl 10:34 ?
00:00:00
/usr/sbin/gmond
100 S root 27088 22861  0  77   0-   370 pipe_w 10:48 pts/1
00:00:00
grep gmond
bash-2.05a# telnet localhost 8649 > /tmp/t ; cat /tmp/t | grep 172.24.150
Connection closed by foreign host.





These are my cluster nodes. But I run:

bash-2.05a# gstat
tcp_connect() setsockopt() TCP_NODELAY error: Invalid argument
Unable to get hostlist from 127.0.0.1 8649!

bash-2.05a# gmond --version
gmond 2.3.1b1

Bug in the setsockopt call??? Thanks for you help.

--Karl