On Fri, 13 Jul 2012 10:15:50 -0400 Qing Chang <[email protected]> wrote:
> Silly me, I just copied system krb5.conf to the location without > really noticing the difference in name and syntax... > [root@smb1 etc]# cat /usr/afs/etc/krb5.conf > # Realm mapping: > SRI.UTORONTO.CA The file is krb.conf, not krb5.conf. And don't put any comments in the file; the only thing in that file should be the realm name, by itself. You want it to look like: [root@smb1 etc]# cat /usr/afs/etc/krb.conf SRI.UTORONTO.CA [root@smb1 etc]# > But I am still stuck: > [root@smb1 ~]# fs listacl /afs > fs:'/afs': Connection timed out That's going to keep happening if you're using dynroot; that's unrelated to your issues. -- Andrew Deason [email protected] _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
