Revision 2 as of 2013-01-11 05:55:59

Clear message
Locked History Actions

SshAfsPermissions

SSH, AFS and permissions

If you are running jobs that last for a few days on CS managed machines you have probably run into some permission or input/output problems.

The reason for this is that Kerberos tickets (used to grant you access to a server) and AFS tickets (used to grant you access to the AFS file system) are not eternal. So when you run your program it successfully obtains all the credentials it needs, but as it keeps chugging along, the tickets expire and you are left with input/output errors.

Tackling the issue

reauth

When you ssh into one of the CS managed servers ...