Your message dated Fri, 26 Dec 2008 11:52:12 +0100
with message-id <[email protected]>
and subject line Should have been closed long ago
has caused the Debian Bug report #343414,
regarding xfsrq: calls setquota with invalid option -n
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.)
--
343414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343414
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xfsdump
Version: 2.2.27-1
Severity: important
xfsrq (a shell script bundled with xfsdump, to restore quotas based on
the output of xfsdq) contains the following line:
setquota $OPTS -n $id $fs $bsoft $bhard $isoft $ihard
The version of setquota in the quota package has no -n option, and hence
xfsrq does nothing useful and just spews several copies of setquota's
usage information.
I don't know what -n was supposed to do, but omitting it (and also
reordering the arguments to match the syntax given in the setquota
manpage) seems to fix the problem:
setquota $OPTS $id $bsoft $bhard $isoft $ihard $fs
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages xfsdump depends on:
ii libattr1 2.4.16-1 Extended attribute shared library
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libdm0 2.2.1-1 Data Management API runtime enviro
ii libncurses5 5.4-4 Shared libraries for terminal hand
ii libuuid1 1.37-2sarge1 universally unique id library
ii xfsprogs 2.6.20-1 Utilities for managing the XFS fil
-- no debconf information
--- End Message ---
--- Begin Message ---
xfsrq is gone since xfsdump 2.2.32 and event etch is at version 2.2.38
already, so this bug shouldn't stay open.
--- End Message ---