[Ganglia-developers] Ganglia wiki -- deleted?

2014-07-15 Thread Nick Satterly
Hi,

I just noticed that the Ganglia wiki on Trac has disappeared. Was this
intended? I wrote a page for Ganglia-Riemann integration that I now can't
find. Should I have written it in the GitHub wiki instead?

Regards,
Nick
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] Ganglia wiki -- deleted?

2014-07-15 Thread Nick Satterly
I found a version of it on my laptop and have copied it to GitHub wiki --
I'm not sure how up-to-date it was though.

https://github.com/ganglia/monitor-core/wiki/Riemann-Integration

--Nick.


On Tue, Jul 15, 2014 at 2:31 PM, Nick Satterly nfsatte...@gmail.com wrote:

 Hi,

 I just noticed that the Ganglia wiki on Trac has disappeared. Was this
 intended? I wrote a page for Ganglia-Riemann integration that I now can't
 find. Should I have written it in the GitHub wiki instead?

 Regards,
 Nick




-- 
gpg: using PGP trust model
pub   4096R/1EE38BD9 2013-01-06 [expires: 2018-01-06]
  Key fingerprint = 3EE9 550D D9D8 DB65 58C2  B58D CE78 EC6C 1EE3 8BD9
uid  Nicholas Satterly (Debian Key) nfsatte...@gmail.com
sub   4096R/23804EE9 2013-01-06 [expires: 2018-01-06]
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] [monitor-core] gmetad: Add dual-stack support for data_sources and riemann export. (#155)

2014-06-30 Thread Nick Satterly
Is there any reason why we didn't merge this pull request?

Regards,
Nick


On Mon, Jun 30, 2014 at 7:18 AM, ealekseev notificati...@github.com wrote:

 Closed #155 https://github.com/ganglia/monitor-core/pull/155.

 —
 Reply to this email directly or view it on GitHub
 https://github.com/ganglia/monitor-core/pull/155#event-136372293.




-- 
gpg: using PGP trust model
pub   4096R/1EE38BD9 2013-01-06 [expires: 2018-01-06]
  Key fingerprint = 3EE9 550D D9D8 DB65 58C2  B58D CE78 EC6C 1EE3 8BD9
uid  Nicholas Satterly (Debian Key) nfsatte...@gmail.com
sub   4096R/23804EE9 2013-01-06 [expires: 2018-01-06]
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] Trouble building 3.7

2014-05-15 Thread Nick Satterly
Hi Greg,

You shouldn't need to download the bootstrap.sh script separately.
Everything you need should be in the source tarball. Where did you get this
tarball from? Can you provide a link?

I'm currently downloading OEL 6.5 and will test a Ganglia build on it as
soon as I get a chance.

Thanks,
Nick


On Tue, May 13, 2014 at 12:11 AM, Greg Maxwell gregmaxw...@mac.com wrote:

 Hello Nick

 using OEL6.5

 Linux ganglia-2  2.6.39-400.214.5.el6uek.x86_64 #1 SMP Wed Apr 16 02:14:16
 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux


 had to download a bootstrap  is not included in the tarball.
 something with the libraries is not working

 ./configure --with-gmetad --with-riemann  APR_CFLAGS=/usr/lib64/apr-1/
  APR_LIBS=/usr/lib64/apr-1 PROTOBUF_C_FLAGS=::q=/usr/lib64/libprotobuf-c
  PROTOBUF_C_LIBS=/usr/lib64/libprotobuf-c

 but can not get past the confuse,  have them loaded via yum and even tried
 the most recent tarball  with autogen.sh  ./configure   make   make install
 etc
 still no joy

 /usr/lib64/libconfuse.so
 /usr/lib64/libconfuse.so.0
 /usr/lib64/libconfuse.so.0.0.0
 /usr/lib64/pkgconfig/libconfuse.pc
 /usr/local/lib/libconfuse.a
 /usr/local/lib/libconfuse.la
 /usr/local/lib/lib64/libconfuse.a
 /usr/local/lib/lib64/libconfuse.la
 /usr/local/lib/lib64/pkgconfig/libconfuse.pc
 /usr/local/lib/pkgconfig/libconfuse.pc

 checking for cfg_parse in -lconfuse... no
 Trying harder including gettext
 checking for cfg_parse in -lconfuse... no
 Trying harder including iconv
 checking for cfg_parse in -lconfuse... no
 libconfuse not found

 really weird,   tried passing in the path but not sure what it is looking
 for  for the -lconfuse  and still blowing up.


 Thanks
 Greg


 On May 12, 2014, at 2:39 AM, Nick Satterly nfsatte...@gmail.com wrote:

 Hi Greg,

 Did you run ./bootstrap first?

 It's all documented on this wiki page at
 http://sourceforge.net/apps/trac/ganglia/wiki/riemann_integration

 If it still doesn't work email the list with the exact Linux distribution
 you are using (I assume Linux and not some other UN*X) as I can launch a
 vagrant box on my laptop that will test the build process against that
 exact distro release.

 Regards,
 Nick


 On Tue, May 6, 2014 at 8:01 PM, Greg Maxwell gregmaxw...@mac.com wrote:

 Hello

 ./configure --with-gmetad --with-riemann  APR_CFLAGS=/usr/lib64/apr-1/
  APR_LIBS=/usr/lib64/apr-1 PROTOBUFF_C_FLAGS=/usr/lib64/libprotobuf-c
  PROTOBUFF_C_LIBS=/usr/lib64/libprotobuf-c

 Checking for Protocol Buffers
 checking for PROTOBUF_C... no
 configure: WARNING: No pkg-config for protobuf-c.
 trying harder - bug your distro
 checking for protobuf_c_message_pack in -lprotobuf-c... no
 configure: error: libprotobuf-c not found

 trying to get the Riemann forward working.  3.6.0 config does not have
 the --with-riemann flag, can build 3.6  but this new pkg-config is not
 working for me.

 Thanks in advance for the help.

 Greg Maxwelll


 --
 Is your legacy SCM system holding you back? Join Perforce May 7 to find
 out:
 #149; 3 signs your SCM is hindering your productivity
 #149; Requirements for releasing software faster
 #149; Expert tips and advice for migrating your SCM now
 http://p.sf.net/sfu/perforce
 ___
 Ganglia-developers mailing list
 Ganglia-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-developers




 --
 gpg: using PGP trust model
 pub   4096R/1EE38BD9 2013-01-06 [expires: 2018-01-06]
   Key fingerprint = 3EE9 550D D9D8 DB65 58C2  B58D CE78 EC6C 1EE3 8BD9
 uid  Nicholas Satterly (Debian Key) nfsatte...@gmail.com
 sub   4096R/23804EE9 2013-01-06 [expires: 2018-01-06]





-- 
gpg: using PGP trust model
pub   4096R/1EE38BD9 2013-01-06 [expires: 2018-01-06]
  Key fingerprint = 3EE9 550D D9D8 DB65 58C2  B58D CE78 EC6C 1EE3 8BD9
uid  Nicholas Satterly (Debian Key) nfsatte...@gmail.com
sub   4096R/23804EE9 2013-01-06 [expires: 2018-01-06]
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] Trouble building 3.7

2014-05-15 Thread Nick Satterly
Hi Greg,

I can confirm that I was able to build the latest version of Ganglia (ie.
HEAD of master) on Oracle Linux 6.5. I used a vagrant box and I have shared
my Vagrantfile configuration and build script on GitHub at
https://github.com/satterly/vagrants/blob/master/ganglia-dev/Vagrantfile.

These are the steps I took to install and boot OEL6.5...

$ git clone https://github.com/satterly/vagrants.git
$ cd vagrants/ganglia-dev
$ vagrant up oracle
$ vagrant provision oracle

Once the server was up I ran vagrant ssh oracle and ran the following
commands from [1]...

 $  git clone https://github.com/ganglia/monitor-core.git
 $  cd monitor-core/
 $  ./bootstrap
 $  ./configure --with-gmetad --with-riemann
 $  make
 $  sudo make install

This built, installed and tested OK -- riemann metrics were streamed to my
test riemann server.

Let me know if you still have any problems.

Regards,
Nick

[1] http://sourceforge.net/apps/trac/ganglia/wiki/riemann_integration


On Thu, May 15, 2014 at 11:03 AM, Nick Satterly nfsatte...@gmail.comwrote:

 Hi Greg,

 You shouldn't need to download the bootstrap.sh script separately.
 Everything you need should be in the source tarball. Where did you get this
 tarball from? Can you provide a link?

 I'm currently downloading OEL 6.5 and will test a Ganglia build on it as
 soon as I get a chance.

 Thanks,
 Nick


 On Tue, May 13, 2014 at 12:11 AM, Greg Maxwell gregmaxw...@mac.comwrote:

 Hello Nick

 using OEL6.5

 Linux ganglia-2  2.6.39-400.214.5.el6uek.x86_64 #1 SMP Wed Apr 16
 02:14:16 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux


 had to download a bootstrap  is not included in the tarball.
 something with the libraries is not working

 ./configure --with-gmetad --with-riemann  APR_CFLAGS=/usr/lib64/apr-1/
  APR_LIBS=/usr/lib64/apr-1 PROTOBUF_C_FLAGS=::q=/usr/lib64/libprotobuf-c
  PROTOBUF_C_LIBS=/usr/lib64/libprotobuf-c

 but can not get past the confuse,  have them loaded via yum and even
 tried the most recent tarball  with autogen.sh  ./configure   make   make
 install etc
 still no joy

 /usr/lib64/libconfuse.so
 /usr/lib64/libconfuse.so.0
 /usr/lib64/libconfuse.so.0.0.0
 /usr/lib64/pkgconfig/libconfuse.pc
 /usr/local/lib/libconfuse.a
 /usr/local/lib/libconfuse.la
 /usr/local/lib/lib64/libconfuse.a
 /usr/local/lib/lib64/libconfuse.la
 /usr/local/lib/lib64/pkgconfig/libconfuse.pc
 /usr/local/lib/pkgconfig/libconfuse.pc

 checking for cfg_parse in -lconfuse... no
 Trying harder including gettext
 checking for cfg_parse in -lconfuse... no
 Trying harder including iconv
 checking for cfg_parse in -lconfuse... no
 libconfuse not found

 really weird,   tried passing in the path but not sure what it is looking
 for  for the -lconfuse  and still blowing up.


 Thanks
 Greg


 On May 12, 2014, at 2:39 AM, Nick Satterly nfsatte...@gmail.com wrote:

 Hi Greg,

 Did you run ./bootstrap first?

 It's all documented on this wiki page at
 http://sourceforge.net/apps/trac/ganglia/wiki/riemann_integration

 If it still doesn't work email the list with the exact Linux distribution
 you are using (I assume Linux and not some other UN*X) as I can launch a
 vagrant box on my laptop that will test the build process against that
 exact distro release.

 Regards,
 Nick


 On Tue, May 6, 2014 at 8:01 PM, Greg Maxwell gregmaxw...@mac.com wrote:

 Hello

 ./configure --with-gmetad --with-riemann  APR_CFLAGS=/usr/lib64/apr-1/
  APR_LIBS=/usr/lib64/apr-1 PROTOBUFF_C_FLAGS=/usr/lib64/libprotobuf-c
  PROTOBUFF_C_LIBS=/usr/lib64/libprotobuf-c

 Checking for Protocol Buffers
 checking for PROTOBUF_C... no
 configure: WARNING: No pkg-config for protobuf-c.
 trying harder - bug your distro
 checking for protobuf_c_message_pack in -lprotobuf-c... no
 configure: error: libprotobuf-c not found

 trying to get the Riemann forward working.  3.6.0 config does not have
 the --with-riemann flag, can build 3.6  but this new pkg-config is not
 working for me.

 Thanks in advance for the help.

 Greg Maxwelll


 --
 Is your legacy SCM system holding you back? Join Perforce May 7 to find
 out:
 #149; 3 signs your SCM is hindering your productivity
 #149; Requirements for releasing software faster
 #149; Expert tips and advice for migrating your SCM now
 http://p.sf.net/sfu/perforce
 ___
 Ganglia-developers mailing list
 Ganglia-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-developers




 --
 gpg: using PGP trust model
 pub   4096R/1EE38BD9 2013-01-06 [expires: 2018-01-06]
   Key fingerprint = 3EE9 550D D9D8 DB65 58C2  B58D CE78 EC6C 1EE3 8BD9
 uid  Nicholas Satterly (Debian Key) nfsatte...@gmail.com
 
 sub   4096R/23804EE9 2013-01-06 [expires: 2018-01-06]





 --
 gpg: using PGP trust model
 pub   4096R/1EE38BD9 2013-01-06 [expires: 2018-01-06]
   Key fingerprint = 3EE9 550D D9D8 DB65 58C2  B58D CE78 EC6C 1EE3 8BD9
 uid

Re: [Ganglia-developers] Ganglia and Nagios integration in our github repo

2014-03-03 Thread Nick Satterly
Why don't we convert the sourceforge trac wiki in to Jekyll pages and serve
them via Github?

--Nick.


On Mon, Mar 3, 2014 at 2:05 AM, Vladimir Vuksan vli...@veus.hr wrote:

 I like the fact that Github Wiki's are just another Git repo.

 Perhaps we ought to figure out if we can use github pages to serve
 Wiki's directly e.g. something like

 wiki.ganglia.info

 Anyone know ?

 Vladimir

 On 03/02/2014 04:01 AM, Daniel Pocock wrote:
 
  On 01/03/14 22:54, Ben Hartshorne wrote:
  I've changed my mind about reorganizing the repo. The correct way to
  summarize different approaches to the same problem is through
 documentation
  (aka the wiki) not repository organization. It makes sense to keep self
  contained projects (like ganglia-nagios-bridge) as its own repo for
 ease of
  forks and PRs and so on.
 
  I've made changes to both wiki pages Daniel mentions in the hope of
 making
  it easier for folks that are looking to solve this problem. All they
 need
  now is a little google juice; these pages are impossible to find via
  google. There are many other pages talking about nagios and ganglia that
  rank higher.
 
  Any suggestions?
  There are still trac wikis about too
 
  It is a real hassle
 
  In Github, we can actually disable the wiki feature and refer everybody
  back to track if that is easier to manage
 
  On the other hand, github wikis have the github ACLs
 
  If we are going to keep the github wikis, we need to modify the menu
  links on ganglia.info to link into the right places, etc
 
 
 
 --
  Flow-based real-time traffic analytics software. Cisco certified tool.
  Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
  Customize your own dashboards, set traffic alerts and generate reports.
  Network behavioral analysis  security monitoring. All-in-one tool.
 
 http://pubads.g.doubleclick.net/gampad/clk?id=126839071iu=/4140/ostg.clktrk
  ___
  Ganglia-developers mailing list
  Ganglia-developers@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/ganglia-developers



 --
 Subversion Kills Productivity. Get off Subversion  Make the Move to
 Perforce.
 With Perforce, you get hassle-free workflows. Merge that actually works.
 Faster operations. Version large binaries.  Built-in WAN optimization and
 the
 freedom to use Git, Perforce or both. Make the move to Perforce.

 http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
 ___
 Ganglia-developers mailing list
 Ganglia-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-developers




-- 
gpg: using PGP trust model
pub   4096R/1EE38BD9 2013-01-06 [expires: 2018-01-06]
  Key fingerprint = 3EE9 550D D9D8 DB65 58C2  B58D CE78 EC6C 1EE3 8BD9
uid  Nicholas Satterly (Debian Key) nfsatte...@gmail.com
sub   4096R/23804EE9 2013-01-06 [expires: 2018-01-06]
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] Ganglia and Nagios integration in our github repo

2014-03-03 Thread Nick Satterly
+1


On Mon, Mar 3, 2014 at 9:44 PM, Daniel Pocock dan...@pocock.com.au wrote:



 On 03/03/14 22:31, Vladimir Vuksan wrote:
  Works for me. Now we just need a volunteer :-D

 This could be a fun exercise for testing one of the GSoC applicants,
 maybe they can write a small script to scrape and convert the content




-- 
gpg: using PGP trust model
pub   4096R/1EE38BD9 2013-01-06 [expires: 2018-01-06]
  Key fingerprint = 3EE9 550D D9D8 DB65 58C2  B58D CE78 EC6C 1EE3 8BD9
uid  Nicholas Satterly (Debian Key) nfsatte...@gmail.com
sub   4096R/23804EE9 2013-01-06 [expires: 2018-01-06]
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] ganglia 3.7.x in the works, errors

2014-03-03 Thread Nick Satterly
Hi Daniel,

When I ran your commands the configure step failed with an error about
php-config so I installed php5-dev and it worked.

--Nick.


On Sat, Mar 1, 2014 at 12:27 AM, Daniel Pocock dan...@pocock.com.au wrote:





 I've made a 3.7.0 tag and a release/3.7 branch for creating 3.7.1, 3.7.2

 bootstrap was done on Debian wheezy (amd64) with autoconf 2.69, I
 recommend using the same platform and autoconf version for future 3.7.x
 series releases, it has caused confusion for people when autoconf
 versions varied in the past (sometimes people can work around that by
 re-bootstrapping after they unpack the tarball)

 libck0 (concurrency kit) is a new dependency, I have uploaded that to
 Debian, it is in the FTP NEW queue waiting for final approval:
https://ftp-master.debian.org/new.html
 and anybody who wants to can build it from:
Vcs-Browser: http://git.debian.org/?p=collab-maint/ck.git
Vcs-Git: git://git.debian.org/git/collab-maint/ck.git

 git clone git://git.debian.org/git/collab-maint/ck.git
 cd ck
 dpkg-buildpackage -rfakeroot -i.git

 ganglia packages will have to wait and will not propagate to Ubuntu
 until libck0 is accepted in the archives.  Can anybody assist with this
 for Fedora?

 To release, I bootstrap like so:

 - edit the version number into configure.ac

 - tag

 - branch (as it is .0)

 - run ./bootstrap.sh

 - install new dependencies:

   apt-get install libprotobuf-c0-dev protobuf-c-compiler
and things I build locally:
   dpkg -i libck0.deb libck-dev.deb

 - configure:

 ./configure --with-gmetad --enable-perl \
  --enable-php --enable-status --with-python \
  --with-riemann

 - and finally:

 make dist

 This gives me the tarballs


 The ganglia-3.7.0.tar.gz checksum (sha224) is
 dec117ebd2966b1eeb6c3b775d16c606e82ce2c9eb60f36a84805293

 and it is uploaded here:

 https://sourceforge.net/projects/ganglia/files/pre-release/

 I tried a build, it looks like a few things are failing - are some of
 these errors because I am enabling unsupported/deprecated features or is
 the tarball broken?  We can make a 3.7.1 next week if necessary


 $ ./configure --with-gmetad --enable-perl \
 --enable-php --enable-status --with-python \
 --with-riemann  make -j13 -i  make




 make[4]: Entering directory
 `/home/daniel/tmp/builds/ganglia-3.7.0/gmond/modules/php'
 /bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99
 -DHAVE_CONFIG_H -I. -I../../.. -D_REENTRANT -D_GNU_SOURCE
 -I/usr/include/apr-1.0   -I/usr/include/php5 -I/usr/include/php5/main
 -I/usr/include/php5/TSRM -I/usr/include/php5/Zend
 -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM
 -I/usr/include/php5/Zend -I/usr/include/php5/ext
 -I/usr/include/php5/ext/date/lib -D_LARGEFILE64_SOURCE
 -I../../../include -I../../../lib -g -O2 -DWITH_RIEMANN
 -fno-strict-aliasing -Wall -D_REENTRANT -MT mod_php.lo -MD -MP -MF
 .deps/mod_php.Tpo -c -o mod_php.lo mod_php.c
 libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..
 -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/php5
 -I/usr/include/php5/main -I/usr/include/php5/TSRM
 -I/usr/include/php5/Zend -I/usr/include/php5/ext
 -I/usr/include/php5/ext/date/lib -I/usr/include/php5
 -I/usr/include/php5/main -I/usr/include/php5/TSRM
 -I/usr/include/php5/Zend -I/usr/include/php5/ext
 -I/usr/include/php5/ext/date/lib -D_LARGEFILE64_SOURCE
 -I../../../include -I../../../lib -g -O2 -DWITH_RIEMANN
 -fno-strict-aliasing -Wall -D_REENTRANT -MT mod_php.lo -MD -MP -MF
 .deps/mod_php.Tpo -c mod_php.c  -fPIC -DPIC -o .libs/mod_php.o
 mod_php.c:46:18: fatal error: file.h: No such file or directory
 compilation terminated.
 make[4]: [mod_php.lo] Error 1 (ignored)
 mv -f .deps/mod_php.Tpo .deps/mod_php.Plo
 mv: cannot stat `.deps/mod_php.Tpo': No such file or directory
 make[4]: [mod_php.lo] Error 1 (ignored)
 /bin/bash ../../../libtool --tag=CC   --mode=link gcc -std=gnu99
 -D_LARGEFILE64_SOURCE -I../../../include -I../../../lib -g -O2
 -DWITH_RIEMANN -fno-strict-aliasing -Wall -D_REENTRANT -module
 -avoid-version -lphp5 -L/usr/lib -lpthread  -lapr-1   -o modphp.la
 -rpath /usr/local/lib64/ganglia mod_php.lo  -ldl -lnsl -lnsl -lz -lpcre
 -lexpat -lconfuse -lprotobuf-c -lpthread
 libtool: link: `mod_php.lo' is not a valid libtool object
 make[4]: [modphp.la] Error 1 (ignored)








 make[3]: Entering directory `/home/daniel/tmp/builds/ganglia-3.7.0/gmond'
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_GNU_SOURCE
 -I/usr/include/apr-1.0-I/usr/include/php5 -I/usr/include/php5/main
 -I/usr/include/php5/TSRM -I/usr/include/php5/Zend
 -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I../lib
 -I../include/ -I../libmetrics -D_LARGEFILE64_SOURCE -DSFLOW -g -O2
 -DWITH_RIEMANN -fno-strict-aliasing -Wall -D_REENTRANT -MT gmond.o -MD
 -MP -MF .deps/gmond.Tpo -c -o gmond.o gmond.c
 gmond.c: In function 'socket_send':
 

Re: [Ganglia-developers] [Ganglia-general] gmond error -- help

2012-10-09 Thread Nick Satterly
Hi 

Run gmond again but this time in debug mode using -d 2 and send the output 
with the gmond.conf file you are using.

--Nick. 


On Tuesday, 9 October 2012 at 16:22, Afef MDHAFFAR wrote:

 Hi all,
 
 I  installed ganglia on ubuntu 12.04 (64 bit architecture)
 When I launch gmond / gmetad, I get this error (gmond console):
 -
 
 *** buffer overflow detected ***: /usr/sbin/gmond terminated 
 === Backtrace: =
 /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f377b74f007]
 /lib/x86_64-linux-gnu/libc.so.6(+0x107f00)[0x7f377b74df00]
 /lib/x86_64-linux-gnu/libc.so.6(+0x106dd3)[0x7f377b74cdd3]
 /usr/sbin/gmond[0x406ffb]
 /usr/sbin/gmond(main+0x2dc)[0x40422c]
 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed)[0x7f377b66776d]
 /usr/sbin/gmond[0x404629]
 === Memory map: 
 0040-0040e000 r-xp  08:01 4661252
 /usr/sbin/gmond
 0060e000-0060f000 r--p e000 08:01 4661252
 /usr/sbin/gmond
 0060f000-0061 rw-p f000 08:01 4661252
 /usr/sbin/gmond
 0061-00611000 rw-p  00:00 0 
 01158000-01191000 rw-p  00:00 0  
 [heap]
 7f3777dda000-7f3777df2000 r-xp  08:01 1073177
 /lib/x86_64-linux-gnu/libresolv-2.15.so (http://libresolv-2.15.so)
 7f3777df2000-7f3777ff2000 ---p 00018000 08:01 1073177
 /lib/x86_64-linux-gnu/libresolv-2.15.so (http://libresolv-2.15.so)
 7f3777ff2000-7f3777ff3000 r--p 00018000 08:01 1073177
 /lib/x86_64-linux-gnu/libresolv-2.15.so (http://libresolv-2.15.so)
 7f3777ff3000-7f3777ff4000 rw-p 00019000 08:01 1073177
 /lib/x86_64-linux-gnu/libresolv-2.15.so (http://libresolv-2.15.so)
 7f3777ff4000-7f3777ff6000 rw-p  00:00 0 
 7f3777ff6000-7f3777ffd000 r-xp  08:01 1073189
 /lib/x86_64-linux-gnu/libnss_dns-2.15.so (http://libnss_dns-2.15.so)
 7f3777ffd000-7f37781fc000 ---p 7000 08:01 1073189
 /lib/x86_64-linux-gnu/libnss_dns-2.15.so (http://libnss_dns-2.15.so)
 7f37781fc000-7f37781fd000 r--p 6000 08:01 1073189
 /lib/x86_64-linux-gnu/libnss_dns-2.15.so (http://libnss_dns-2.15.so)
 7f37781fd000-7f37781fe000 rw-p 7000 08:01 1073189
 /lib/x86_64-linux-gnu/libnss_dns-2.15.so (http://libnss_dns-2.15.so)
 7f37781fe000-7f377820a000 r-xp  08:01 1073183
 /lib/x86_64-linux-gnu/libnss_files-2.15.so (http://libnss_files-2.15.so)
 7f377820a000-7f3778409000 ---p c000 08:01 1073183
 /lib/x86_64-linux-gnu/libnss_files-2.15.so (http://libnss_files-2.15.so)
 7f3778409000-7f377840a000 r--p b000 08:01 1073183
 /lib/x86_64-linux-gnu/libnss_files-2.15.so (http://libnss_files-2.15.so)
 7f377840a000-7f377840b000 rw-p c000 08:01 1073183
 /lib/x86_64-linux-gnu/libnss_files-2.15.so (http://libnss_files-2.15.so)
 7f377840b000-7f3778415000 r-xp  08:01 1073184
 /lib/x86_64-linux-gnu/libnss_nis-2.15.so (http://libnss_nis-2.15.so)
 7f3778415000-7f3778615000 ---p a000 08:01 1073184
 /lib/x86_64-linux-gnu/libnss_nis-2.15.so (http://libnss_nis-2.15.so)
 7f3778615000-7f3778616000 r--p a000 08:01 1073184
 /lib/x86_64-linux-gnu/libnss_nis-2.15.so (http://libnss_nis-2.15.so)
 7f3778616000-7f3778617000 rw-p b000 08:01 1073184
 /lib/x86_64-linux-gnu/libnss_nis-2.15.so (http://libnss_nis-2.15.so)
 7f3778617000-7f377862e000 r-xp  08:01 1073178
 /lib/x86_64-linux-gnu/libnsl-2.15.so (http://libnsl-2.15.so)
 7f377862e000-7f377882d000 ---p 00017000 08:01 1073178
 /lib/x86_64-linux-gnu/libnsl-2.15.so (http://libnsl-2.15.so)
 7f377882d000-7f377882e000 r--p 00016000 08:01 1073178
 /lib/x86_64-linux-gnu/libnsl-2.15.so (http://libnsl-2.15.so)
 7f377882e000-7f377882f000 rw-p 00017000 08:01 1073178
 /lib/x86_64-linux-gnu/libnsl-2.15.so (http://libnsl-2.15.so)
 7f377882f000-7f3778831000 rw-p  00:00 0 
 7f3778831000-7f3778839000 r-xp  08:01 1073186
 /lib/x86_64-linux-gnu/libnss_compat-2.15.so (http://libnss_compat-2.15.so)
 7f3778839000-7f3778a38000 ---p 8000 08:01 1073186
 /lib/x86_64-linux-gnu/libnss_compat-2.15.so (http://libnss_compat-2.15.so)
 7f3778a38000-7f3778a39000 r--p 7000 08:01 1073186
 /lib/x86_64-linux-gnu/libnss_compat-2.15.so (http://libnss_compat-2.15.so)
 7f3778a39000-7f3778a3a000 rw-p 8000 08:01 1073186
 /lib/x86_64-linux-gnu/libnss_compat-2.15.so (http://libnss_compat-2.15.so)
 7f3778a3a000-7f3778a4f000 r-xp  08:01 1073204
 /lib/x86_64-linux-gnu/libgcc_s.so.1
 7f3778a4f000-7f3778c4e000 ---p 00015000 08:01 1073204
 

Re: [Ganglia-developers] Ganglia Web repo moved

2012-01-17 Thread Nick Satterly

 Fixing gmond should be bumped up to the highest priority.

This is not critical because there is an entirely adequate work around. It's 
been mentioned before.  Check out the host sflow agent. It works on every 
flavour of windows. 

--Nick.


On 17 Jan 2012, at 20:26, Daniel Pocock dan...@pocock.com.au wrote:

 Fixing gmond should be bumped up to the highest priority.
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers