Re: [Ganglia-developers] gmond segfault with libpython

2014-02-09 Thread Maciej Lasyk
Ok, that's weird. Could you recheck SELinux config and/or logs in /var/log/messages and audit.log? On Sun, Feb 09, 2014 at 09:54:09AM -0500, Jeff Layton wrote: Maciej, I'm attaching a tar-gzip file with the strace logs (I hope it gets through the various filters). There are 11 separate

Re: [Ganglia-developers] gmond segfault with libpython

2014-02-09 Thread Jeff Layton
Maciej, Yep, SELinux is off: [root@home4 laytonjb]# cat /etc/sysconfig/selinux # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of

Re: [Ganglia-developers] gmond segfault with libpython

2014-02-09 Thread Jeff Layton
On 02/09/2014 02:28 PM, Maciej Lasyk wrote: On Sun, Feb 09, 2014 at 01:22:08PM -0500, Jeff Layton wrote: Maybe I need to drop back to an older ganglia version? What kind of repositories do you use on this Centos (yum repolist all)? Does 'yum update' finishes without any problems? I apologies

Re: [Ganglia-developers] gmond segfault with libpython

2014-02-09 Thread Jeff Layton
On 02/09/2014 02:48 PM, Jeff Layton wrote: On 02/09/2014 02:28 PM, Maciej Lasyk wrote: You could also try to catch on which particular check this segfault happens..? Not sure how to check this. When I run gmond interactively, it segfaults just after it says, [root@home4 yum.repos.d]#

Re: [Ganglia-developers] gmond segfault with libpython

2014-02-09 Thread Jeff Layton
Sure - let me run off and do this. In the meantime, I tried rebuilding ganglia with 3.5.0 and 3.4.0. For both of these cases, I get the same segfault. This makes me think I'm doing something wrong but I can seem to find it :) I'll let you know what I find out as I go back to ganglia-3.6.0.

Re: [Ganglia-developers] gmond segfault with libpython

2014-02-09 Thread Jeff Layton
I hope this isn't too much output (I've heard about pastebin.com but never really used it). [root@home4 ganglia-3.6.0]# ldd /usr/local/sbin/gmond linux-vdso.so.1 = (0x7fff667f6000) libapr-1.so.0 = /usr/lib64/libapr-1.so.0 (0x7f6a24049000) libresolv.so.2 =

Re: [Ganglia-developers] gmond segfault with libpython

2014-02-09 Thread Maciej Lasyk
Could you post here your build options (that ones you entered while ./configure) and also could you paste gmond.conf into pastebin? Also plz strace one more time, but now with strace -s 1024 -e trace=file and paste the output to pastebin On Sun, Feb 09, 2014 at 04:55:14PM -0500, Jeff Layton

Re: [Ganglia-developers] GSoC application started, more help needed

2014-02-09 Thread Bernard Li
Hi Daniel: https://twitter.com/igrigorik/status/432255646306537472 Perhaps we can invite Ilya to be a mentor? I believe he is (or at least was) a user of Ganglia and I think he works for Google now...? Cheers, Bernard On Friday, 7 February 2014, Daniel Pocock dan...@pocock.com.au wrote:

[Ganglia-developers] How to display node title to node hostname instead of IP address?

2014-02-09 Thread jupiter
Hi, I've installed the latest release ganglia web 3.5.11, it display the node with IP address in each node graphic. How can I change the node title to use node hostname not IP address? Thank you. -j -- Managing the

Re: [Ganglia-developers] How to display node title to node hostname instead of IP address?

2014-02-09 Thread Bernard Li
Please make sure that the collector daemon has hostname entries in /etc/hosts for all the hosts involved. Once that's done, please restart everything. BTW, questions such as these should be asked in the ganglia-general mailing-list -- this list is reserved for development discussions. Thanks,

Re: [Ganglia-developers] gmond segfault with libpython

2014-02-09 Thread Bernard Li
Do we still have a maintainer for the Ganglia packages for EPEL? If not, should we see if somebody would like to fill that position? Thanks, Bernard On Sun, Feb 9, 2014 at 6:15 PM, Vladimir Vuksan vli...@veus.hr wrote: Those RPMS work just fine for me [root@localhost ~]# uname -a Linux