]> granicus.if.org Git - sysstat/commitdiff
Update FAQ
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 11 May 2015 06:31:53 +0000 (08:31 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 11 May 2015 06:31:53 +0000 (08:31 +0200)
Update FAQ to take into account the new message displayed by sar when
sar and sadc are not consistent.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
FAQ

diff --git a/FAQ b/FAQ
index 429229d31049b494ed3e5a91193cf39db111b223..7c483d0d032b28b926d9af736ac784363db183c8 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -20,7 +20,7 @@ If you don't find the solution to your problem here then send me an email
 2.2. The sar command complains with the following message:
      "Cannot append data to that file (...)".
 2.3. The sar command complains with the following message:
-     "Invalid data format".
+     "Inconsistent input data".
 2.4. I get the following error message when I try to run sar:
      "Cannot open /var/log/sa/sa30: No such file or directory".
 2.5. Are sar daily data files fully compatible with Sun Solaris format
@@ -202,14 +202,15 @@ can then append data to the data file as usual.
 ~~~
 
 2.3. The sar command complains with the following message:
-Invalid data format
+Inconsistent input data
 
 This error message means that sadc (the system activity data collector that
 sar is using) is not consistent with the sar command. In most cases this is
 because the sar and sadc commands do not belong to the same release of the
 sysstat package. Remember that sar may search for sadc in predefined
 directories (/usr/local/lib/sa, /usr/lib/sa, ...) before looking in the
-current directory!
+current directory! With sysstat version 11.1.5 and later, enter "sar --sadc"
+to determine which data collector is called by sar.
 
 ~~~