[539] in arla-drinkers
Re: NT client?
daemon@ATHENA.MIT.EDU (Love)
Thu Jan 28 11:17:40 1999
From owner-arla-drinkers@stacken.kth.se Thu Jan 28 16:17:39 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 23339 invoked from network); 28 Jan 1999 16:17:39 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 28 Jan 1999 16:17:39 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id RAA08445
for arla-drinkers-list; Thu, 28 Jan 1999 17:12:36 +0100 (MET)
Received: from elixir.e.kth.se (1073744992@elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id RAA08441
for <arla-drinkers@stacken.kth.se>; Thu, 28 Jan 1999 17:12:30 +0100 (MET)
Received: from hummel.e.kth.se (hummel.e.kth.se [130.237.43.135])
by elixir.e.kth.se (8.9.2/8.9.2) with ESMTP id RAA23338;
Thu, 28 Jan 1999 17:12:29 +0100 (MET)
Received: (from lha@localhost)
by hummel.e.kth.se (8.9.2/8.9.2) id RAA21224;
Thu, 28 Jan 1999 17:12:26 +0100 (MET)
From: Love <lha@stacken.kth.se>
To: Dr A V Le Blanc <LeBlanc@mcc.ac.uk>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: NT client?
References: <19990128155510.B24792@afs.mcc.ac.uk>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 28 Jan 1999 17:12:26 +0100
In-Reply-To: Dr A V Le Blanc's message of Thu, 28 Jan 1999 15:55:10 +0000
Message-ID: <amiudrfkb9.fsf@hummel.e.kth.se>
Lines: 50
X-Mailer: Gnus v5.5/Emacs 20.2
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Dr A V Le Blanc <LeBlanc@mcc.ac.uk> writes:
> assar@stacken.kth.se wrote:
> >The current code works in test mode (--test) under NT with
> >cygnus-win32.
>
> Well, here is a report about this. I found that I could get
> KTH Kerberos to compile, once I compiled gdbm and fiddled one
> statement which called the non-existent ruserok() function.
> (Although it compiles, kinit does not work; but this is more
> of a problem for KTH Kerberos than for arla.)
The problem is (if you are using B20.1) that gettimeofday() doesn't return
time of day (but rather 7 Jan 1970). Dummy implemation with time()
worked. (Its a known bug).
> I then tried to compile arlad. In lib/roken I had to add an
> '#include <sys/socket.h>' to recmesg.c and to sendmesg.c.
Hmm, we didn't need this.
> In lib/ko/gensysname.c, an enum uses the constant O_TEXT,
> which already has a meaning from fcntl.h; I just redefined
> it to O_TTEXTT.
Already fixed in the tree.
> Finally, in xfs/unknown/xfs/xfs_deb.h I
> had to comment out the #include line, which has nothing
> to include.
It should include xfs/include/xfs/xfs_debug.h.
> And in doing a 'make install', I had to
> edit the Makefiles in appl and in arlad, which had created
> zzz.exe, but were trying to install zzz for each of the programs.
*Sigh* don't know if I want to add that glue yet.
> At this point, I tried running arlad in test mode. Despite
> not having a ticket, it did indeed see the root of /afs and
> allowed me to cd and to cat files.
*Wow* that is better then us, assar patched up rx to do more sane things,
and after that is worked. (recvmsg returned a strange errno that it
wasn't supposted to return but want the only sane thing to report
when converting it from Winsock).
Love