[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

1712.0. "kinit failure" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Thu Aug 17 1995 16:50

Date Of Receipt: 	17-AUG-1995 12:14:52.97
From: 	SMURF::ALPHA::orourke "Patrick O'Rourke USG"
To: 	odehelp@DEC:.zko.alpha
CC: 	
Subj: 	kinit failure
I recently upgraded to Platinum bl7 and I get the following error on kinit: 	

	[badlands] $ type ki
	ki is an alias for kinit Patrick_ORourke
	[badlands] $ ki
	Kerberos Initialization for "Patrick_ORourke"
	kinit: Can't send request (send_to_kdc)

-- 
Patrick O'Rourke                                            DTN: 381-0124
orourke@zk3.dec.com                                      Office: ZK3/3S05

T.RTitleUserPersonal
Name
DateLines
1712.1Re: kinit failureAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Aug 17 1995 16:5229
Date Of Receipt: 	17-AUG-1995 12:20:35.86
From: 	SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE  17-Aug-1995 1219"
To: 	Patrick O'Rourke USG <orourke@DEC:.zko.flume>
CC: 	odehelp@DEC:.zko.flume
Subj: 	Re: kinit failure

Patrick you need to put back /etc/krb.conf and your /var/dss/kerberos/tkt
directory; just run:

	/usr/sde/ode3.0/install/ode install

as root and it'll take care of all that...

-josh

> I recently upgraded to Platinum bl7 and I get the following error on kinit:
> 
> 	[badlands] $ type ki
> 	ki is an alias for kinit Patrick_ORourke
> 	[badlands] $ ki
> 	Kerberos Initialization for "Patrick_ORourke"
> 	kinit: Can't send request (send_to_kdc)
> 
> -- 
> Patrick O'Rourke                                            DTN: 381-0124
> orourke@zk3.dec.com                                      Office: ZK3/3S05



1712.2Re: kinit failureAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Aug 17 1995 16:5751
Date Of Receipt: 	17-AUG-1995 12:42:35.35
From: 	SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE  17-Aug-1995 1241"
To: 	Patrick O'Rourke USG <orourke@DEC:.zko.flume>
CC: 	odehelp@DEC:.zko.flume
Subj: 	Re: kinit failure

can you do a "kinit -d"  and mail the results?

along with 'cat /etc/krb.conf'

thanks...

-j


------
From: Patrick O'Rourke USG <orourke>
Subject: Re: kinit failure
To: jmf@zk3.dec.com (Joshua M. Friedman, OSF/UNIX SDE 381-1548)
Date: Thu, 17 Aug 1995 12:36:41 -0500 (EDT)

Josh,

> Patrick you need to put back /etc/krb.conf and your /var/dss/kerberos/tkt
> directory; just run:
> 
> 	/usr/sde/ode3.0/install/ode install

I already had done this. I did again anyway and still have the error.
According to check_ode, there are no errors:

[badlands] $ check_ode
Check_ode for DECode II V3.0 -- $Revision: 1.1.4.31 $
Thu Aug 17 12:32:44 EDT 1995
Using logfile=tmp3203.logfile
             
    Info -- Checking Client:  badlands        
    Info -- badlands: DECode II client Load=0        
    Info -- Checking nfs locks on badlands        
    Info -- not currently in a sandbox        
             
    Client/sandbox  error count is 0        

-- 
Patrick O'Rourke                                            DTN: 381-0124
orourke@zk3.dec.com                                      Office: ZK3/3S05





1712.3Re: kinit failureAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Aug 17 1995 18:0064
Date Of Receipt: 	17-AUG-1995 12:53:10.63
From: 	SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE  17-Aug-1995 1251"
To: 	Patrick O'Rourke USG <orourke@DEC:.zko.flume>
CC: 	odehelp@DEC:.zko.flume
Subj: 	Re: kinit failure

Patrick, you should replace /etc/krb.conf as follows; also if you did
the ode install it should have given you this automatically - it didn't?
How did you run this install; do you have BIND running; i.e. does
"hostname" show name.zk3.dec.com ?

(you can just do:)
      cp /usr/sde/ode3.0/lib/templates/zk3.dec.com/krb.conf /etc


# cd /usr/sde/ode3.0/lib/templates/zk3.dec.com
# more krb.conf
ZONE
ZONE    kerberos1.zk3.dec.com
ZONE    kerberos2.zk3.dec.com
ZONE    kerberos3.zk3.dec.com
ZONE    kerberos4.zk3.dec.com
ZONE    kerberos.zk3.dec.com
ZONE    kerberos.zk3.dec.com    admin   dummy


Then try it again.	-josh

> Josh,
> 
> > can you do a "kinit -d"  and mail the results?
> 
> [badlands] $ kinit -d $PRINCIPAL
> Kerberos Initialization for "Patrick_ORourke"
> lrealm is ZONE
> krb_udp_port is 60930
> Getting host entry for kerberos1.zk3.dec.com...Didn't get it.
> Getting host entry for kerberos_srv1.zso.dec.com...Didn't get it.
> Getting host entry for odie.unx.dec.com...Didn't get it.
> Getting host entry for ode2.eng.pko.dec.com...Didn't get it.
> Getting host entry for kerberos.zk3.dec.com...Didn't get it.
> Getting host entry for kerberos.zk3.dec.com...Didn't get it.
> send_to_kdc: can't find any Kerberos host.
> kinit: Can't send request (send_to_kdc)
> 
> > along with 'cat /etc/krb.conf'
> 
> [badlands] $ cat /etc/krb.conf
> ZONE
> ZONE    kerberos1.zk3.dec.com
> ZONE    kerberos_srv1.zso.dec.com
> ZONE    odie.unx.dec.com
> ZONE    ode2.eng.pko.dec.com
> ZONE    kerberos.zk3.dec.com
> ZONE    kerberos.zk3.dec.com    admin   dummy
> 
> - Pat
> 
> -- 
> Patrick O'Rourke                                            DTN: 381-0124
> orourke@zk3.dec.com                                      Office: ZK3/3S05



1712.4Re: kinit failureAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Aug 17 1995 18:1231
Date Of Receipt: 	17-AUG-1995 13:25:10.55
From: 	SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE  17-Aug-1995 1323"
To: 	Patrick O'Rourke USG <orourke@DEC:.zko.flume>
CC: 	odehelp@DEC:.zko.flume
Subj: 	Re: kinit failure

Glad you're all set now.  It looked like a network issue when you
couldn't get to any of those hosts.

I'd still update your /etc/krb.conf so you have all local systems.

-josh

> Josh,
> 
> > Patrick, you should replace /etc/krb.conf as follows; also if you did
> > the ode install it should have given you this automatically - it didn't?
> > How did you run this install; do you have BIND running; i.e. does
> 
> No, I forgot to run bindsetup.  Everything seems to be okay.
> 
> Thanks for your help.
> 
> Pat
> 
> -- 
> Patrick O'Rourke                                            DTN: 381-0124
> orourke@zk3.dec.com                                      Office: ZK3/3S05



1712.5kinit failureAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Mar 07 1996 19:1722
Date Of Receipt: 	 7-MAR-1996 15:43:52.62
From: 	SMURF::WASTED::chs "Carol Hackett Sheridan USG  07-Mar-1996 1540"
To: 	odehelp@DEC:.zko.wasted
CC: 	chs@DEC:.zko.wasted
Subj: 	kinit failure

Hi,

I just upgraded to a new workstation which was FIS installed with V3.2C.

I thought I set up my ODE environment correctly, but I'm getting the following
error when I try to do a 'kinit':

kinit: Time is out of bounds (krb_rd_req)

Do you know what the problem is? 


Thanks,

Carol

1712.6Re: kinit failureAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Mar 07 1996 20:2213
Date Of Receipt: 	 7-MAR-1996 16:30:21.44
From: 	SMURF::WASTED::chs "Carol Hackett Sheridan USG  07-Mar-1996 1627"
To: 	D. Sean Davidson <davidson@sean.zk3.dec.com>
CC: 	chs@DEC:.zko.wasted, odehelp@DEC:.zko.wasted
Subj: 	Re: kinit failure

>Make sure you are running ntp when your workstation boots to set the time 
>correctly.

Thanks...that worked.

/Carol

1712.7kinit failureAOSG::FILTERAutomatic Posting Software - mail to flume::puckFri May 24 1996 19:0718
Date Of Receipt: 	24-MAY-1996 14:18:20.89
From: 	QUARRY::"sornson@illusn.enet.dec.com"
To: 	quarry::odehelp
CC: 	SORNSON@DEC:.zko.quarry
Subj: 	kinit failure

        I recently installed Platinum on my office machine, msdazy, (that
    used to be running 3.2).  I'm wondering if I overlooked some kind of
    setup because kinit now fails with this error:

        kinit: File open failed (??? / aap) when parsing name Mark_Sornson

    Is this due to a problem on my machine, or a problem in the development
    environment?

    Thanks in advance.
    -mark sornson.

1712.8Re: kinit failureAOSG::FILTERAutomatic Posting Software - mail to flume::puckFri May 24 1996 19:0740
Date Of Receipt: 	24-MAY-1996 14:29:12.22
From: 	FLUME::"vandyck@lynx.zk3.dec.com" "24-May-1996 1422"
To: 	illusn::sornson (Mark Sornson)
CC: 	odehelp@zk3.dec.com
Subj: 	Re: kinit failure

Did you run /usr/sde/install/ode install after the upgrade?

Try that and also check the content of /etc/krb.conf afterward.

It should look like:

ZONE
ZONE	kerberos1.zk3.dec.com
ZONE	kerberos2.zk3.dec.com
ZONE	kerberos3.zk3.dec.com
ZONE	kerberos4.zk3.dec.com
ZONE	kerberos.zk3.dec.com
ZONE	kerberos.zk3.dec.com	admin	dummy
 


|         I recently installed Platinum on my office machine, msdazy, (that
|     used to be running 3.2).  I'm wondering if I overlooked some kind of
|     setup because kinit now fails with this error:
| 
|         kinit: File open failed (??? / aap) when parsing name Mark_Sornson
| 
|     Is this due to a problem on my machine, or a problem in the development
|     environment?
| 
|     Thanks in advance.
|     -mark sornson.

-- 

				-Grant