[OpenAFS] Cannot login with klog

Jason Frisch jfrisch@tsukaeru.net
Thu, 20 Oct 2005 20:14:13 +0900


Hi.

I am trying to install 1.4 in the hope that it will support > 2GB files. 
If it doesn't
I'd better give up now! :-)

Anyway,

[root@backup etc]# kas -cell cellname -noauth
ka> examine admin

User data for admin (ADMIN)
  key (0) cksum is 1176180023, last cpw: Thu Oct 20 19:53:26 2005
  password will never expire.
  An unlimited number of unsuccessful authentications is permitted.
  entry never expires.  Max ticket lifetime 25.00 hours.
  last mod on Thu Oct 20 19:53:42 2005 by <none>
  permit password reuse
ka> quit
[1]+  Done                    /usr/afs/bin/bosserver -noauth
[root@backup etc]# bos listkeys -server localhost -cell cellname -noauth
key 0 has cksum 1176180023
Keys last changed on Thu Oct 20 19:56:58 2005.
All done.

Seems to tell me my keys are right.
But when I try klog:

[root@backup etc]# /usr/afs/bin/klog admin
Password:
Unable to authenticate to AFS because password was incorrect.

(I input an incorrect password, so this is good)

[root@backup etc]# /usr/afs/bin/klog admin
Password:
Unable to authenticate to AFS because user doesn't exist.

As you can see from about "admin" does exists...where could this be 
refering to?

everything is running:
--------------------
[root@backup etc]# ps -ef | grep afs
root      3300     1  0 20:07 ?        00:00:00 /usr/afs/bin/bosserver 
-noauth
root      3301  3300  0 20:07 ?        00:00:00 /usr/afs/bin/buserver
root      3302  3300  0 20:07 ?        00:00:00 /usr/afs/bin/ptserver
root      3303  3300  0 20:07 ?        00:00:00 /usr/afs/bin/kaserver
root      3304  3300  0 20:07 ?        00:00:00 /usr/afs/bin/vlserver
root      3305  3300  0 20:07 ?        00:00:00 /usr/afs/bin/fileserver
root      3306  3300  0 20:07 ?        00:00:00 /usr/afs/bin/volserver
root      3307  3300  0 20:07 ?        00:00:00 /usr/afs/bin/upserver 
-crypt /usr/afs/etc/ -clear /u
sr/afs/bin
root      3384     1  0 20:11 ?        00:00:00 /usr/afs/bin/bosserver
root      3389     1  0 20:11 ?        00:00:00 [afs_rxlistener]
root      3391     1  0 20:11 ?        00:00:00 [afs_callback]
root      3393     1  0 20:11 ?        00:00:00 [afs_rxevent]
root      3395     1  0 20:11 ?        00:00:00 /usr/local/sbin/afsd 
-fakestat -stat 4000 -dcache 40
00 -daemons 6 -volumes 256 -files 50000 -afsdb -dynroot
root      3397     1  0 20:11 ?        00:00:00 [afsd]
root      3399     1  0 20:11 ?        00:00:00 [afs_checkserver]
root      3401     1  0 20:11 ?        00:00:00 [afs_background]
root      3403     1  0 20:11 ?        00:00:00 [afs_background]
root      3405     1  0 20:11 ?        00:00:00 [afs_background]
root      3407     1  0 20:11 ?        00:00:00 [afs_background]
root      3409     1  0 20:11 ?        00:00:00 [afs_background]
root      3411     1  0 20:11 ?        00:00:00 [afs_background]
root      3413     1  0 20:11 ?        00:00:00 [afs_cachetrim]
----------------------------------------------


Jason