[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

237.0. "kinit error" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Tue Jul 27 1993 15:47

Date Of Receipt: 	26-JUL-1993 14:01:57.10
From: 	ABYSS::rps "Robert Scott USG"
To: 	abyss::odehelp
CC: 	abyss::rps
Subj: 	kinit error

Hello all,

This morning when I did a kinit, I got back:

	kinit: Generic error (get_intkt)

What am I missing?
Robert

T.RTitleUserPersonal
Name
DateLines
237.1Re: kinit errorSMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Jul 27 1993 15:4919
Date Of Receipt: 	26-JUL-1993 14:56:51.35
From: 	FLAMBE::johnf "John Flanagan OSG Test Johnf Tools Group  26-Jul-1993 1456"
To: 	"Robert P. Scott - Won't work without a net." <[email protected]>
CC: 	johnf@DEC:.zko.flambe, odehelp@DEC:.zko.flambe
Subj: 	Re: kinit error

Make sure your kerberos ticket directory exists.

ls -l /usr/var/dss/kerberos/tkt


If this doesn't exist, then

mkdir -p /usr/var/dss/kerberos/tkt

chmod 777 /usr/var/dss/kerberos/tkt

John

237.2Re: kinit errorSMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Jul 27 1993 16:2015
Date Of Receipt: 	27-JUL-1993 11:16:44.76
From: 	ABYSS::rps "Robert Scott USG"
To: 	John Flanagan <abyss::johnf>
CC: 	"Robert P. Scott - Won't work without a net." <[email protected]>,
	abyss::odehelp, abyss::rps
Subj: 	Re: kinit error

Hello John,

I just checked, there isn't a /usr/var/dss let alone anything underneath it.
I thought dss went away with ULTRIX.  

Thanks,
Robert

237.3Re: kinit errorSMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Jul 27 1993 16:2154
Date Of Receipt: 	27-JUL-1993 11:19:54.80
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	"Robert P. Scott - Won't work without a net." <[email protected]>
CC: 	John Flanagan <[email protected]>, [email protected]
Subj: 	Re: kinit error

6). copy krb.conf file from /usr/local/config/ode
    to /etc/krb.conf

    cp /usr/local/config/ode/krb.conf /etc/krb.conf

    Or if one exists on your system, compare and add
    any missing entries.


7). Look for the directory /var/dss/kerberos/tkt,
    if it does not exist, enter:

        mkdir -p /var/dss/kerberos/tkt

8). In any event, be sure to:

        chmod 01777 /var/dss/kerberos/tkt


9). Insure that your system time is close to correct.
    One way to check this is to enter:

    /usr/sbin/timedc clock buffer.gsf.dec.com

    If the time is off by more than one minute, correct it.

	-Grant

8). In any event, be sure to:

        chmod 01777 /var/dss/kerberos/tkt


9). Insure that your system time is close to correct.
    One way to check this is to enter:

    /usr/sbin/timedc clock buffer.gsf.dec.com

    If the time is off by more than one minute, correct it.

| Hello John,
| 
| I just checked, there isn't a /usr/var/dss let alone anything underneath it.
| I thought dss went away with ULTRIX.  
| 
| Thanks,
| Robert