|
From: Gabriele P. <gp...@di...> - 2008-03-24 16:35:41
|
On Samstag, 22. März 2008, Gabriele Pohl wrote:
> On Samstag, 22. März 2008, Nicolai Langfeldt wrote:
> > Gabriele Pohl wrote:
> > > Owner of directory /var/opt/munin/plugin-state/ is:
> > > # ls -ld /var/opt/munin/plugin-state/
> > > drwxrwxr-x 2 munin munin 4096 Mar 22 15:21 /var/opt/munin/plugin-state/
>
> > The owner is supposed to be the PLUGINUSER from Makefile.conf, usually
> > "nobody", and the group given by the GROUP variable, normaly "munin". I
> > fiddled a good deal with that in the 1.3.4 Makefile:
I just installed the Munin-Node from Release Candidate 1.2.6rc0
There the directory has root as owner:
# ls -ld /var/opt/munin/plugin-state/
drwxrwxr-x 2 root munin 4096 Mar 24 17:22 /var/opt/munin/plugin-state/
In Makefile I found:
mkdir -p $(PLUGSTATE)
$(CHGRP) $(GROUP) $(PLUGSTATE)
$(CHMOD) 775 $(PLUGSTATE)
I will now manually change to owner nobody.
But it would be good to correct this thing in the installation procecure..
Gabriele
|