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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to