Hi everyone,
I just built this v3.0.3 gmond from source on an x86_64 system...no
problems at all during the build. gmond starts up fine and runs from
the init script, but I can't get an XML dump from it...
[EMAIL PROTECTED] root]# telnet localhost 8649
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
[EMAIL PROTECTED] root]# gstat -a
gexec_cluster() XML_ParseBuffer() error at line 1:
no element found
Unable to get hostlist from localhost 8649!
Why the gexec error? I don't use gexec, and didn't configure with the
gexec option. So I try starting it up in debug mode, and get this:
[EMAIL PROTECTED] sbin]# ./gmond -d 10
udp_recv_channel mcast_join=239.2.11.74 mcast_if=NULL port=8649
bind=239.2.11.74
tcp_accept_channel bind=NULL port=8649
Unable to create tcp_accept_channel. Exiting.
...here is the relevant parts of my gmond.conf. Do I need to specify a
"bind" paramter for tcp_accept_channel? I thought that was optional?
globals {
daemonize = yes
setuid = yes
user = nobody
debug_level = 0
mute = no
deaf = no
host_dmax = 0
cleanup_threshold = 300
gexec = no
}
cluster {
name = "testing config"
owner = "testing config"
latlong = "unspecified"
url = "unspecified"
}
udp_send_channel {
mcast_join = "239.2.11.74"
port = "8649"
}
udp_recv_channel {
mcast_join = "239.2.11.74"
port = "8649"
bind = "239.2.11.74"
}
tcp_accept_channel {
port = 8649
}
Thanks!
---
Steve Gilbert
Engineering Unix Support
NVIDIA Corporation
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may
contain
confidential information. Any unauthorized review, use, disclosure or
distribution
is prohibited. If you are not the intended recipient, please contact the
sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------