[1545] in NetBSD-Development
Re: More bugs in the new stuff
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Jan 19 15:34:40 1998
Date: Mon, 19 Jan 1998 15:34:28 -0500 (EST)
From: Greg Hudson <ghudson@MIT.EDU>
To: Greg Hudson <ghudson@MIT.EDU>
Cc: "Nathan J. Williams" <nathanw@MIT.EDU>, netbsd-dev@MIT.EDU
In-Reply-To: "[1543] in NetBSD-Development"
Okay, edsc fixed itself, I fixed dsgrep, I fixed lpr, I fixed tcsh,
and I did part of clusterinfo. (We still have to put a
cluster.fallback file in the source tree and install it in
/etc/athena.) That leaves:
- krb5 is flaky talking to the kdc.
This one is weird. Nathan reported:
> tcpdumping while logging in via krb4 shows the machine talking to
> all four kerberos servers.
I also saw slowness for Kerberos-related things, but saw different
things from tcpdump. Getting tickets paused for about a minute before
sending any packets on port 88; when it did send a packet (to
kerberos-95), it got a response immediately and gave me my prompt
back. Likewise, an rlogin connection to small-gods paused for a bit
before sending any packets on port 88, but again sent only one packet
and got a response back immediately. Then I couldn't get things to be
slow any more. It's like there's some weird network connectivity or
name service issue.
I also noticed aklog being slow sometimes, but not when I wanted it to
be.