Your message dated Tue, 17 Mar 2009 20:36:27 +0100
with message-id <[email protected]>
and subject line Re: Bug#519275: purging gkrellmd does recursive descent of
entire file tree
has caused the Debian Bug report #519275,
regarding purging gkrellmd does recursive descent of entire file tree
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
519275: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519275
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gkrellmd
Version: 2.3.1-8
Severity: minor
gkrellmd's postrm script calls
deluser --remove-all-files gkrellmd
which performs a recursive descent of the file tree, into all users
home directories and all mounted NFS volumes. This became apparent
because some (large and deep!) NFS volumes were exported with the
root_squash option, so provoked
Purging configuration files for gkrellmd ...
Looking for files to backup/remove ...
Can't opendir(/home/martin/cluster/arm/doc): Permission denied
at /usr/sbin/deluser line 304
Can't opendir(/home/martin/cluster/doc/Scritti): Permission denied
at /usr/sbin/deluser line 304
...
I guess this is unintentional, since I don't think gkrellmd owns any
files. It doesn't even own /etc/gkrellmd.conf (and rightly so).
However, it is very slow, quite alarming for users and could
conceivable silently delete files at random throughout the filesystem,
for example if the gkrellm UID happened to correspond to some other
system user on a mounted NFS volume.
I'm not sure why the gkrellm user needs a home directory /home/gkrellm
either... maybe this could be tweaked too.
Cheers. Great utility
--- End Message ---
--- Begin Message ---
Version: 2.3.2-1
On Wed, Mar 11, 2009 at 15:23, Martin Guy <[email protected]> wrote:
> gkrellmd's postrm script calls
> deluser --remove-all-files gkrellmd
Since the package version above, the script uses "--system".
Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---