[1126] in arla-drinkers
Re: Odd bug in arla-0.27 on linux (i386) 2.2.12
daemon@ATHENA.MIT.EDU (Jeffrey Hutzelman)
Fri Sep 3 14:57:18 1999
From owner-arla-drinkers@stacken.kth.se Fri Sep 03 18:57:17 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 29453 invoked from network); 3 Sep 1999 18:57:16 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 3 Sep 1999 18:57:16 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id UAA13301
for arla-drinkers-list; Fri, 3 Sep 1999 20:45:19 +0200 (MET DST)
Received: from minbar.fac.cs.cmu.edu (MINBAR.FAC.CS.CMU.EDU [128.2.185.161])
by sundance.stacken.kth.se (8.8.8/8.8.8) with SMTP id UAA13297
for <arla-drinkers@stacken.kth.se>; Fri, 3 Sep 1999 20:45:14 +0200 (MET DST)
Received: from AFSTEST-2.FAC.CS.CMU.EDU by minbar.fac.cs.cmu.edu id aa10831;
3 Sep 99 14:44 EDT
Date: Fri, 03 Sep 1999 10:26:12 -0400
From: Jeffrey Hutzelman <jhutz+@cmu.edu>
To: Dr A V Le Blanc <LeBlanc@mcc.ac.uk>
cc: arla-drinkers@stacken.kth.se
Subject: Re: Odd bug in arla-0.27 on linux (i386) 2.2.12
Message-ID: <51502292.936354372@AFSTEST-2.FAC.CS.CMU.EDU>
In-Reply-To: <19990903152128.B1362@afs.mcc.ac.uk>
Originator-Info: login-token=Mulberry:01+L/TsGInSCREClIzPUFEEoMkP906OFtu7TYj+C1POfgyOSE=;
token_authority=postmaster@andrew.cmu.edu
X-Mailer: Mulberry (Win32) [1.4.4, s/n S-100002]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
On Friday, September 03, 1999, 3:21 PM +0100 Dr A V Le Blanc
<LeBlanc@mcc.ac.uk> wrote:
> Here is an odd problem:
>
> avl 14:52:12 > cat /usr/arla/etc/ThisCell
> mcc.ac.gb
> avl 14:52:50 > cat /etc/krb.realms
> mcc.ac.gb MCC.AC.GB
> .mcc.ac.gb MCC.AC.GB
> avl 15:19:30 > vos exa user.zlsiial
> Can't get a ticket for realm MCC.AC.UK: No ticket file (tf_util)
> user.zlsiial 536871027 RW 106303 K On-line
> rock.mcc.ac.uk /vicepd
> ...
>
> The cell is named mcc.ac.gb because we were supposed to change
> all of our DNS registrations years ago, and never did. There
> should be nothing to tell arla that the cell or realm is or
> should be mcc.ac.uk, but still it seems to try to look at that
> cell. Why?
Your database servers are {rock,ice,snow}.mcc.ac.uk. My guess is that the
tools are trying to figure out what Kerberos realm those are in, and get
tickets for that. Since there is no krb.realms entry, the realm is being
constructed by chopping off the first hostname component.
If I'm correct, the solution is to add the following line to
/etc/krb.realms:
mcc.ac.uk MCC.AC.GB
-- Jeff