On Wed, 2014-09-17 at 10:42 -0700, Eric Shell wrote: > When I run "ktutil copy /tmp/afsv5key AFSKEYFILE:/tmp/KeyFile" > the /tmp/KeyFile file is not created. If I run it with truss I see a > bunch of lines complaining about missing files.
99% of those are not relevant and are just looking for shared objects along your library search path and/or for debugging files (e.g. /etc/malloc.conf) or alternative locations for config files (/usr/afs/etc/krb.conf, an ancient location that I'm actually a bit surprised Debian looks at). The errors for /tmp/KeyFile do make me wonder if it requires a pre-existing KeyFile, though. I don't recall ever using "ktutil copy" this way, but extracting directly from kadmin. -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix openafs kerberos infrastructure xmonad http://sinenomine.net
