[971] in arla-drinkers
random problems, mostly relating to dependencies on kth-krb?
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Tue Jul 13 11:14:23 1999
From owner-arla-drinkers@stacken.kth.se Tue Jul 13 15:14:22 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 13074 invoked from network); 13 Jul 1999 15:14:20 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 13 Jul 1999 15:14:20 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id RAA13106
for arla-drinkers-list; Tue, 13 Jul 1999 17:05:29 +0200 (MET DST)
Received: from raeburn.org (r93aag001418.sbo-smr.ma.cable.rcn.com [209.6.183.211])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id RAA13102
for <arla-drinkers@stacken.kth.se>; Tue, 13 Jul 1999 17:05:24 +0200 (MET DST)
Received: (from raeburn@localhost) by raeburn.org (8.8.8/8.6.9) id LAA11819; Tue, 13 Jul 1999 11:05:18 -0400 (EDT)
Date: Tue, 13 Jul 1999 11:05:18 -0400 (EDT)
Message-Id: <199907131505.LAA11819@raeburn.org>
X-Authentication-Warning: raeburn.org: raeburn set sender to raeburn@raeburn.org using -f
From: Ken Raeburn <raeburn@raeburn.org>
To: arla-drinkers@stacken.kth.se
Subject: random problems, mostly relating to dependencies on kth-krb?
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
I updated to 0.25 last night, and had arlad hang on me the first time
I tried it. When I sent a SIGHUP, it died because cm_store_state
called fclose on a pointer that was null. (I.e., it had hung before
initialization was finished. A stack trace showed a thread in select,
apparently called from the LWP code, but that could just be a bug in
the netbsd gdb.)
I switched to the current CVS sources as of last night US/Eastern time
(had to mirror the repository first because normal CVS wants to write
to the history file on checkout), and tried building and installing
arla and milko, which went okay except for what I believe are
dependencies on the KTH version of Kerberos specifically.
If the type `krb_principal' doesn't exist (as in Cygnus or MIT
versions), it's a good bet that functions manipulating krb_principal
objects aren't available either:
krb_parse_name
krb_unparse_name_r
krb_unparse_name_long_r
Also missing were
krb_life_to_time
krb_kdctimeofday
KRB_TICKET_GRANTING_TICKET
So, basically, I'm not building klog, tokens, or milko. But arlad
seems to be running okay. If I get some time, maybe I'll look at
working around these problems, but it won't be right away. Probably
the simple fix is to drop in the KTH versions to compile specially for
Arla when a different Kerberos package is in use.
Ken