aboutsummaryrefslogtreecommitdiff
path: root/kasetkey/kasetkey.pod
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-09-25 20:53:53 +0000
committerRuss Allbery <rra@stanford.edu>2007-09-25 20:53:53 +0000
commit3242b66fbf8274991d3fbb0d02ca85e1e2ca60b6 (patch)
treeea064613006f1e4f156d68fb1f7a87c36881931e /kasetkey/kasetkey.pod
parentb6fa984c768c01e0ffba3ae78503d1091560360b (diff)
Add a note about error codes and debugging.
Diffstat (limited to 'kasetkey/kasetkey.pod')
-rw-r--r--kasetkey/kasetkey.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/kasetkey/kasetkey.pod b/kasetkey/kasetkey.pod
index eda9b8c..dcaa8b4 100644
--- a/kasetkey/kasetkey.pod
+++ b/kasetkey/kasetkey.pod
@@ -124,6 +124,14 @@ rcmd.slapshot with:
kasetkey -k /.adminkey -a admin -r -f srvtab -s rcmd.slapshot
+=head1 CAVEATS
+
+The error reporting of this program is not great. If an action fails, run
+it again with the B<-d> flag, which will print out the return status of
+every AFS operation. You can then pass the failing error code to the
+B<translate_et> program, installed with AFS, to translate the code into an
+error message.
+
=head1 SEE ALSO
kas(8), kaserver(8), ktutil(8)