Package: ganglia-monitor
Version: 3.1.1-2
The default configuration gmond.conf from the debian subdirectory that
gets installed in /etc/ganglia with this package uses nobody as the
default user id.
the following patch to be applied to the unpacked sources corrects that
and will be itself applied to the debian specific diff once packaged.
Carlo
---
diff -ur a/ganglia-3.1.1/debian/gmond.conf b/ganglia-3.1.1/debian/gmond.conf
--- a/ganglia-3.1.1/debian/gmond.conf 2009-01-01 02:06:08.000000000 -0800
+++ b/ganglia-3.1.1/debian/gmond.conf 2009-01-01 02:06:08.000000000 -0800
@@ -3,7 +3,7 @@
globals {
daemonize = yes
setuid = yes
- user = nobody
+ user = ganglia
debug_level = 0
max_udp_msg_len = 1472
mute = no
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]