diff options
author | Russ Allbery <rra@stanford.edu> | 2007-09-25 20:53:53 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-09-25 20:53:53 +0000 |
commit | 3242b66fbf8274991d3fbb0d02ca85e1e2ca60b6 (patch) | |
tree | ea064613006f1e4f156d68fb1f7a87c36881931e | |
parent | b6fa984c768c01e0ffba3ae78503d1091560360b (diff) |
Add a note about error codes and debugging.
-rw-r--r-- | kasetkey/kasetkey.pod | 8 |
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) |