[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

951.0. "Kerberos troubles (they just keep coming and coming and coming...)" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Wed Sep 14 1994 19:03

Date Of Receipt: 	14-SEP-1994 17:58:29.35
From: 	MINSRV::ftw "Farrell Woods USG  14-Sep-1994 1443"
To: 	admin@DEC:.zko.minsrv
CC: 	schulter@DEC:.zko.minsrv, odehelp@DEC:.zko.minsrv
Subj: 	Kerberos troubles (they just keep coming and coming and coming...)
My kerberos problem du jour: 	
1.24 marvin: 	ftw> bco -u if_otto.c

[ ./kernel/atm/drivers/otto/if_otto.c ]
no authorization to access the server: Can't send request (send_to_kdc)
kxct: Kerberos error: Unknown protocol version number (kerberos)

No longer using cached authorization
bco: The following rcs command failed:
authcover exists ./kernel/atm/drivers/otto/if_otto.c,v
[ unable to access source control information in file: "./kernel/atm/drivers/otto/if_otto.c,v"  ]
1.25 marvin:ftw> kdestroy
Tickets destroyed.
1.26 marvin:ftw> kinit
Kerberos Initialization for "Farrell_Woods"
kinit: Can't send request (send_to_kdc)

0.21 marvin:ftw> more /etc/krb.conf
ZONE
ZONE    kerberos1.zk3.dec.com
ZONE    kerberos2.zk3.dec.com
ZONE    kerberos4.zk3.dec.com
ZONE    kerberos.zk3.dec.com    admin   dummy

0.22 marvin:ftw> ls -Rl /var/dss/kerberos/
total 4
drwxr-xr-x   2 root     system       512 Feb  8  1994 bin/
drwxr-xr-x   2 root     system       512 Feb  8  1994 dbase/
drwxr-xr-x   2 root     system       512 Feb  8  1994 log/
drwxrwxrwt   2 root     system       512 Sep 14 14:38 tkt/

/var/dss/kerberos/bin:
total 0

/var/dss/kerberos/dbase:
total 0

/var/dss/kerberos/log:
total 0

/var/dss/kerberos/tkt:
total 0
0.23 marvin:ftw> fgrep kerb /etc/services
kerberos                750/udp         kdc
kerberos_master         754/tcp
kerberos_master         754/udp

(Big sigh...)

	-- Farrell

T.RTitleUserPersonal
Name
DateLines
951.1Re: Kerberos troubles (they just keep coming and coming and coming...)SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Sep 14 1994 19:0480
Date Of Receipt: 	14-SEP-1994 17:58:43.72
From: 	MINSRV::vandyck "Grant Van Dyck  14-Sep-1994 1517"
To: 	[email protected]
CC: 	[email protected], [email protected],
	[email protected]
Subj: 	Re: Kerberos troubles (they just keep coming and coming and coming...)
Yes that all good, but can you do nslookup kerberos and have it return: 	

root@cardinal [75] nslookup kerberos
Server:  flambe.zk3.dec.com
Address:  16.140.96.19

Name:    yield.zk3.dec.com
Address:  16.140.0.12
Aliases:  kerberos.zk3.dec.com



If not run bindsetup and try again. If you don't choose to run bind, you'll
need to edit krb.conf with the real names of the servers involved and be 
prepared to change it if the servers shift.


	-Grant


| My kerberos problem du jour:
| 
| 
| 1.24 marvin:ftw> bco -u if_otto.c
| 
| [ ./kernel/atm/drivers/otto/if_otto.c ]
| no authorization to access the server: Can't send request (send_to_kdc)
| kxct: Kerberos error: Unknown protocol version number (kerberos)
| 
| No longer using cached authorization
| bco: The following rcs command failed:
| authcover exists ./kernel/atm/drivers/otto/if_otto.c,v
| [ unable to access source control information in file: "./kernel/atm/drivers/
otto/if_otto.c,v"  ]
| 1.25 marvin:ftw> kdestroy
| Tickets destroyed.
| 1.26 marvin:ftw> kinit
| Kerberos Initialization for "Farrell_Woods"
| kinit: Can't send request (send_to_kdc)
| 
| 0.21 marvin:ftw> more /etc/krb.conf
| ZONE
| ZONE    kerberos1.zk3.dec.com
| ZONE    kerberos2.zk3.dec.com
| ZONE    kerberos4.zk3.dec.com
| ZONE    kerberos.zk3.dec.com    admin   dummy
| 
| 0.22 marvin:ftw> ls -Rl /var/dss/kerberos/
| total 4
| drwxr-xr-x   2 root     system       512 Feb  8  1994 bin/
| drwxr-xr-x   2 root     system       512 Feb  8  1994 dbase/
| drwxr-xr-x   2 root     system       512 Feb  8  1994 log/
| drwxrwxrwt   2 root     system       512 Sep 14 14:38 tkt/
| 
| /var/dss/kerberos/bin:
| total 0
| 
| /var/dss/kerberos/dbase:
| total 0
| 
| /var/dss/kerberos/log:
| total 0
| 
| /var/dss/kerberos/tkt:
| total 0
| 0.23 marvin:ftw> fgrep kerb /etc/services
| kerberos                750/udp         kdc
| kerberos_master         754/tcp
| kerberos_master         754/udp
| 
| (Big sigh...)
| 
| 	-- Farrell