Bug#634952: xfsprogs: xfs_quota commands are internationalized
Cajus Pollmeier
pollmeier at gonicus.de
Thu Jul 21 03:56:13 CDT 2011
Package: xfsprogs
Version: 3.1.5
Severity: normal
If your system locale is non english and you use the xfs_quota tool, you
run into problems if you do not set LC_ALL=C in front of your command:
# xfs_quota -x -c report /home
Befehl »report« nicht gefunden
vs
# LC_ALL=C xfs_quota -x -c report /home
...
The command registration uses gettext for the command 'name', which
makes it work like this:
# xfs_quota -x -c Bericht /home
...
The manualpage does not give any hints to the fact that commands are
translated and I'd recommend to remove the _() around the registered
names to not confuse users.
-- System Information:
Debian Release: 6.0.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
More information about the xfs
mailing list