:: Good to hear.
Bah... spoke to soon:
# hdparm -tT /dev/sda
/dev/sda:
Timing buffer-cache reads: 128 MB in 2.37 seconds = 54.01 MB/sec
Timing buffered disk reads: 64 MB in 6.87 seconds = 9.32 MB/sec
/dev/sda:
Timing buffer-cache reads: 128 MB in 2.30 seconds = 55.65 MB/sec
Timing buffered disk reads: 64 MB in 10.16 seconds = 6.30 MB/sec
/dev/sda:
Timing buffer-cache reads: 128 MB in 2.28 seconds = 56.14 MB/sec
Timing buffered disk reads: 64 MB in 6.88 seconds = 9.30 MB/sec
I don't understand this. I don't see it on any other 2.4.x-based box.
Will try it on an IDE drive shortly.
:: The configure script makes a guess based on the man pages you
:: have installed already - see configure.in (pkg_man_dir), and
:: will fall back to using /usr/share/man.
::
:: Actually, what I would guess has happened is:
:: - you installed the xfsdump rpm from the xfs1.0 release
:: (this uses /usr/man/man8/...);
:: - you did a "make install" at some intermediate point;
:: - you installed the current xfsdump rpm, which you just
:: built yourself, probably via Makepkgs (this likely uses
:: /usr/share/man/man8/...)
::
:: am I right? what are the contents of /usr/man/man8? is
:: it the man pages _without_ the .gz extension? (this would
:: have come from a "make install", which doesn't compress).
The original install was from the XFS-2.4.2 CD installer -- didn't check
where it put the man pages. Never done a manual 'make install' though.
# ls -la /usr/man/man8
total 40
drwxr-xr-x 2 root root 4096 May 24 14:54 .
drwxr-xr-x 7 root root 61 May 21 05:51 ..
-r--r--r-- 1 root root 566 Apr 19 06:18 convertquota.8.gz
-r--r--r-- 1 root root 1172 Apr 19 06:18 edquota.8.gz
-r--r--r-- 1 root root 582 Apr 19 06:18 quot.8.gz
-r--r--r-- 1 root root 1281 Apr 19 06:18 quotacheck.8.gz
-r--r--r-- 1 root root 1443 Apr 19 06:18 quotaon.8.gz
-r--r--r-- 1 root root 671 Apr 19 06:18 repquota.8.gz
-r--r--r-- 1 root root 505 Apr 19 06:18 rquotad.8.gz
-r--r--r-- 1 root root 827 Apr 19 06:18 setquota.8.gz
-r--r--r-- 1 root root 471 Apr 19 06:18 warnquota.8.gz
# rpm -q --whatprovides /usr/man/man8/convertquota.8.gz
quota-3.01-SGI_5
That's the April 19 version. Is there a newer version available? Doesn't
seem to be in the CVS.
:: [rpm -q -l xfsdump will confirm whether the man pages you
:: now have installed are in /usr/share/man or not]
Yep, they're in the right directory.
Cheers,
-- Juha
|