Package: ganglia-monitor
Version: 3.1.2-2.1
Severity: normal
The ganglia-monitor postinst contains:
if [ -d /var/lib/ganglia ]; then
mkdir -p /var/lib/ganglia/rrds
chown -R ganglia:ganglia /var/lib/ganglia
chmod 0755 /var/lib/ganglia
fi
The gmetad postinst on the other hand contains:
if [ -d /var/lib/ganglia/rrds ]; then
mkdir -p /var/lib/ganglia/rrds
chown -R ganglia:ganglia /var/lib/ganglia
chown nobody /var/lib/ganglia/rrds
chmod 0755 /var/lib/ganglia
fi
And according to dpkg:
# dpkg -S /var/lib/ganglia/rrds/
gmetad: /var/lib/ganglia/rrds
Installing ganglia-monitor after gmetad destroys the owner of rrds.
Should the ownership of /var/lib/ganglia be changed recursively at
all?
MfG
Goswin
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31.5-book-1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]