Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273695 - sys-cluster/ganglia: fix default ownership on /var/lib/ganglia/rrds
Summary: sys-cluster/ganglia: fix default ownership on /var/lib/ganglia/rrds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 09:39 UTC by Martin Mokrejš
Modified: 2010-09-10 19:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2009-06-11 09:39:38 UTC
Upon startup of gmetad I get in syslog:

Jun 11 11:20:58 nfssrv /usr/sbin/gmetad[21158]: Please make sure that /var/lib/ganglia/rrds is owned by nobody


Indeed, that is the culprit causing gmetad to exit:

# ls -la /var/lib/ganglia/rrds
total 8
drwxr-xr-x 2 root root 4096 Jun  5 15:29 .
drwxr-xr-x 3 root root 4096 Jun  5 15:29 ..
-rw-r--r-- 1 root root    0 Jun  5 15:29 .keep_sys-cluster_ganglia-0



After assigning ownership to nobody.nobody I see gmetad after its new startup running:

# netstat -l
[cut]
tcp        0      0 *:8651                  *:*                     LISTEN     
tcp        0      0 *:8652                  *:*                     LISTEN
Comment 1 Justin Bronder (RETIRED) gentoo-dev 2009-06-20 18:28:09 UTC
Fixed in cvs, thanks for reporting.