Thanks Chris. I just added the DAG one also, and EPEL.
-John On Nov 12, 2009, at 12:28 PM, Chris Johnson wrote: > On Thu, 12 Nov 2009, John Martyniak wrote: > > I had to look around. I'll bundle up everything I had to hunt > for. And I did add DAG's repo. > >> >> did you add another repo to yum? Because mine (I didn't add any >> new repos), doesn't have rrd anything (yum list | grep rrd). >> >> I use gmail for domains, so everything should get through and if it >> doesn't it get put in the spam folder. >> >> -John >> >> >> >> On Nov 12, 2009, at 11:49 AM, Chris Johnson wrote: >> >>> On Thu, 12 Nov 2009, John Martyniak wrote: >>> >>> Oh gee, libconfuse, rrdtool and I have the perl-rrdtool in too. >>> There might have been another but I vaguely remember just doing >>> yum for >>> it. I don't know that you need he perl-rdtool but I had it. These >>> are the ones I'm running. >>> libconfuse-2.5-4.el5.i386.rpm >>> libconfuse-devel-2.5-4.el5.i386.rpm >>> perl-rrdtool-1.3.8-2.el5.rf.i386.rpm >>> rrdtool-1.3.8-2.el5.rf.i386.rpm >>> >>> Your mailer have a spam filter? If so, what does it quarentine? >>> > Chris, >>> > > Thanks for the offer. >>> > > Yes I would definitely be interested. >>> > > 3.1.3-1 is that development release or a stable release? >>> > > Also what are the dependencies? >>> > > -John >>> > > On Nov 12, 2009, at 11:26 AM, Chris Johnson wrote: >>> > > > On Thu, 12 Nov 2009, John Martyniak wrote: >>> > > > > I built some 3.1.3-1 RPMs if you're interested. They >>> run fine >>> > > here. Note, there are dependencies. I built on CentOS 5.3. >>> > > > Thanks Jesse. >>> > > > > I saw that some RPMs existed, but they where for 3.0.7, >>> and was > > > > hoping >>> > > > to use the latest stable, to be as current as possible. If >>> you have > > > a >>> > > > link for the most current RPMs I will try them. >>> > > > > here is the output of the two commands from below: >>> > > > [jmartyn...@solr1 ~]$ ldd `which gmond` >>> > > > linux-gate.so.1 => (0x00850000) >>> > > > libresolv.so.2 => /lib/libresolv.so.2 (0x008c6000) >>> > > > libganglia-3.1.2.so.0 => /usr/lib/libganglia-3.1.2.so.0 > >>> > > (0x0038d000) >>> > > > libnsl.so.1 => /lib/libnsl.so.1 (0x00704000) >>> > > > libexpat.so.0 => /lib/libexpat.so.0 (0x00d22000) >>> > > > libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0x00152000) >>> > > > libdl.so.2 => /lib/libdl.so.2 (0x00ad8000) >>> > > > libpthread.so.0 => /lib/i686/nosegneg/libpthread.so.0 >>> (0x00ade000) >>> > > > libc.so.6 => /lib/i686/nosegneg/libc.so.6 (0x00965000) >>> > > > libuuid.so.1 => /lib/libuuid.so.1 (0x06d59000) >>> > > > libcrypt.so.1 => /lib/libcrypt.so.1 (0x06fce000) >>> > > > /lib/ld-linux.so.2 (0x00947000) >>> > > > [jmartyn...@solr1 ~]$ ls -l /usr/lib/libganglia* >>> > > > lrwxrwxrwx 1 root root 25 Nov 11 22:19 /usr/lib/ >>> > > > libganglia-3.1.2.so.0 -> libganglia-3.1.2.so.0.0.0 >>> > > > -rwxr-xr-x 1 root root 284757 Nov 11 22:19 /usr/lib/ >>> > > > libganglia-3.1.2.so.0.0.0 >>> > > > -rw-r--r-- 1 root root 248718 Nov 11 22:19 /usr/lib/ >>> libganglia.a >>> > > > -rwxr-xr-x 1 root root 898 Nov 11 22:19 /usr/lib/ >>> libganglia.la >>> > > > lrwxrwxrwx 1 root root 25 Nov 11 22:19 /usr/lib/ >>> libganglia.so -> >>> > > > libganglia-3.1.2.so.0.0.0 >>> > > > > > -John >>> > > > > > > On Nov 12, 2009, at 10:21 AM, Jesse Becker wrote: >>> > > > > > On Thu, Nov 12, 2009 at 08:12, John Martyniak >>> > > > > <[email protected]> wrote: >>> > > > > > Hi, >>> > > > > > > > > Extremely new user, just trying to get Ganglia >>> running on > > > > > > > > a CentOS 5 >>> > > > > > install. >>> > > > > > > For CentOS systems, the best way is probably using >>> the > > > > > > released RPMs. >>> > > > > > > > > > > Followed the install procedures at > > > > > >>> > > > > > > > > >>> > > > > > > > > (http://www.ibm.com/developerworks/linux/library/l-ganglia-nagios-1/index.html >>> > > > > > ) , and receive the following error: >>> > > > > > gmond: error while loading shared libraries: /usr/lib/ >>> > > > > > libganglia-3.1.2.so.0: cannot restore segment prot >>> after reloc: >>> > > > > > Permission denied >>> > > > > > > > > when I try and run gmond -t part. >>> > > > > > > What is the output of these two commands: >>> > > > > ldd `which gmond` >>> > > > > ls -l /usr/lib/libganglia* >>> > > > > > > > > > > > > > > First off is that the best way to >>> install > > > > > > > > > > > > > > Ganglia? Is there a better >>> > > > > > way? Better instructions? I checked the documentation >>> on > > > > > ganglia.org >>> > > > > > and the wiki links are broken, so couldn't get any >>> install >>> > > > > > instructions there. >>> > > > > > > I believe that is being worked on. A recent change >>> by the > > > > > > sf.net >>> > > > > admins screwed up a bunch of our documentation. >>> > > > > > > That said, and as I mentioned above, the RPM packages >>> should > > > > > > work just >>> > > > > fine on CentOS. If they don't, we'd like to hear about >>> it so we > > > > can >>> > > > > fix them. >>> > > > > > > > Second what does the error mean, I googled it and >>> no > > > > > > > results, I ran >>> > > > > > it >>> > > > > > as root, but also tried with other users and the same >>> result. >>> > > > > > > The error means that gmond is trying to load a shared >>> library >>> > > > > (libganglia-3.1.2.so.0), and is failing for some reason. >>> > > > > > > -- >>> > > > > Jesse Becker >>> > > > > > >>> ------------------------------------------------------------------------------ >>> > > > Let Crystal Reports handle the reporting - Free Crystal >>> Reports 2008 > > > > 30-Day >>> > > > trial. Simplify your report design, integration and >>> deployment - and > > > > focus on >>> > > > what you do best, core application coding. Discover what's >>> new with >>> > > > Crystal Reports now. http://p.sf.net/sfu/bobj-july >>>>>> _______________________________________________ >>> > > > Ganglia-general mailing list >>> > > > [email protected] >>> > > > https://lists.sourceforge.net/lists/listinfo/ganglia-general >>> > > > > > >>> ------------------------------------------------------------------------------- >>> > > Chris Johnson |Internet: [email protected] >>> > > Systems Administrator |Web: > > >>> > > http://www.nmr.mgh.harvard.edu/~johnson >>> > > NMR Center |Voice: 617.726.0949 >>> > > Mass. General Hospital |FAX: 617.726.7422 >>> > > 149 (2301) 13th Street |For all sad words of tongue or >>> pen, the > > saddest >>> > > Charlestown, MA., 02129 USA |are these: "It might have been". >>> John G. > > Whittier >>> > > >>> ------------------------------------------------------------------------------- >>> > > > >>> ------------------------------------------------------------------------------- >>> Chris Johnson |Internet: [email protected] >>> Systems Administrator |Web: http://www.nmr.mgh.harvard.edu/~johnson >>> NMR Center |Voice: 617.726.0949 >>> Mass. General Hospital |FAX: 617.726.7422 >>> 149 (2301) 13th Street |Hey guys, when she tells you her >>> problems, she's >>> Charlestown, MA., 02129 USA |looking for sympathy, not solutions. >>> Me. >>> ------------------------------------------------------------------------------- >> >> > > ------------------------------------------------------------------------------- > Chris Johnson |Internet: [email protected] > Systems Administrator |Web: http://www.nmr.mgh.harvard.edu/~johnson > NMR Center |Voice: 617.726.0949 > Mass. General Hospital |FAX: 617.726.7422 > 149 (2301) 13th Street |To succeed in the world it is not > enough to be > Charlestown, MA., 02129 USA |stupid, you must also be well- > mannered. Voltaire > ------------------------------------------------------------------------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

