Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 194879

Summary: >=sys-cluster/ganglia-2.5.7: typo in the startup script for gmond
Product: Gentoo Linux Reporter: Carlo Marcelo Arenas Belon <carenas>
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: a fixed startup script for gmond

Description Carlo Marcelo Arenas Belon 2007-10-06 04:58:42 UTC
there is a typo in the startup script distributed with ganglia and used by all currently available versions of ganglia, where the word gmnod was used instead of gmond.

Reproducible: Always

Steps to Reproduce:
1. install ganglia: emerge -Dv ganglia
2. start gmond: /etc/init.d/gmond start
3. stop gmond: /etc/init.d/gmond stop

Actual Results:  
when stopping ganglia the following message is observed :

 * Shutting down GANGLIA gmnod:  ...                                      [ ok ]

Expected Results:  
the following should be printed instead :

 * Shutting down GANGLIA gmond:  ...                                      [ ok ]
Comment 1 Carlo Marcelo Arenas Belon 2007-10-06 05:01:03 UTC
Created attachment 132702 [details]
a fixed startup script for gmond

fixes typo from "gmnod" to "gmond" for the stop call, just like it is used in the start call
Comment 2 Justin Bronder (RETIRED) gentoo-dev 2008-01-05 02:23:04 UTC
Fixed in cvs.  Thanks for the report.