[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

2531.0. "Re: Can t get a kerberos ticket" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Tue Sep 03 1996 17:17

Date Of Receipt: 	 3-SEP-1996 15:53:20.65
From: 	FLUME::"[email protected]" "03-Sep-1996 1551"
To: 	Richard June USG <[email protected]>
CC: 	[email protected]
Subj: 	Re: Can't get a kerberos ticket

Sounds like a setup problem. Updated your OS lately? Are you running bind?

Look at etc/krb.conf and see what the ordered list looks like, then see if you 
can do an nslookup of the entries in there.

You can also try:

 kinit -d $PRINCIPAL

	-Grant

A note: please send this stuff to odehelp instead of individuals.  


		-Grant

| When I try to get a kerberos ticket via kinit, I'm getting the 
| following results:
| 
| $ /usr/sde/tools/alpha_osf1/bin/kinit Richard_June
| Kerberos Initialization for "Richard_June"
| Password:
| kinit: Generic error (get_intkt)
| 
| Any ideas how to fix it?  I need to get a submission done
| this week.  Thanks,
| 
| Rich



T.RTitleUserPersonal
Name
DateLines
2531.1Re: Can t get a kerberos ticketAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Sep 03 1996 18:1930
Date Of Receipt: 	 3-SEP-1996 16:42:06.74
From: 	QUARRY::june "Richard June USG"
To: 	[email protected], odehelp@DEC:.zko.quarry
CC: 	
Subj: 	Re: Can't get a kerberos ticket
>You can also try: 	

>
> kinit -d $PRINCIPAL

Thanks, that really helped.  When I tried it, I got:

aceshi$ kinit -d Richard_June
Kerberos Initialization for "Richard_June"
lrealm is ZONE
krb_udp_port is 60930
Getting host entry for kerberos1.zk3.dec.com...Got it.
Sending message to 16.140.112.75...Sent
Waiting for reply...received packet from 16.140.112.75
Received it
Clen is 88
Password:
Error initializing /var/dss/kerberos/tkt/tkt1272kinit: Generic error (get_intkt)

I looked under /var, and there was no dss subdirectory.  When I created
one, along with /var/dss/kerberos and /var/dss/kerberos/tkt
subdirectories, kinit started working again.  Thanks for the help!

Rich