Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA10516; Fri, 15 Mar 96 17:26:51 EST
Received: from cygnus.com by MIT.EDU with SMTP
	id AA17456; Fri, 15 Mar 96 17:25:53 EST
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by cygnus.com (8.6.12/8.6.9) with SMTP id OAA13454; Fri, 15 Mar 1996 14:26:26 -0800
Received: from YAZ-PISTACHIO.MIT.EDU by MIT.EDU with SMTP
	id AA13095; Fri, 15 Mar 96 17:25:22 EST
Received: by yaz-pistachio.MIT.EDU (5.57/4.7) id AA16507; Fri, 15 Mar 96 17:26:06 -0500
Message-Id: <9603152226.AA16507@yaz-pistachio.MIT.EDU>
To: "Mark W. Eichin" <eichin@cygnus.com>
Cc: proven@cygnus.com, nlgilman@cygnus.com
Subject: Re: what to start on 
In-Reply-To: Your message of "Fri, 15 Mar 1996 01:36:00 EST."
             <9603150634.AA23261@tweedledumb.cygnus.com> 
Date: Fri, 15 Mar 1996 17:26:04 EST
From: Christopher Provenzano  <proven@MIT.EDU>


> 1) you're in /.klogin and /etc/passwd on scuba. In group cygnus by
> default; as yourself you should be able to create a directory in
> /scuba/home/build/ for workspace.

No, but eventually I got root and was able to add a directory for myself.

> 2) you're in /.klogin on tito. also changed your group to 1002/cygnus.
> 3) /.klogin on tweedledumber, also changed your group to 1002/cygnus.
> 
> >> One of the bugs we need to test is whether or not rsh -f works and
> >> whether or not rcp -x works at all.
> 
> To do this, install cns5 on tito and dumber. /9h/eichin/parc/96q2 has
> sparc-sunos build tree; you should be able to do a make install DESTDIR=...
> to get stuff to install. /9h/cns5 is where the binaries should go;
> look at how stuff is set up now. (/usr/cygnus/cns5-96q1 will be the
> place they get installed; just move stuff that's there now, and don't
> lose the lib/krbkdc directory - feel free to start a new kdc using it
> though.)
> 
> /scuba/home/build/eichin/v5/cust has a solaris build tree; same bit
> with make install, for dumber.

Well the install process needs some work. Here are a few things.

    DESTDIR=... is useless. The DESTDIR is prefixed to whatever the current
    install dir is (currently /usr/cygnus/cns5-96q1/). It does not override it.
    I.e. make install DESTDIR=/usr/cygnus/cns5-96q1/ installed everything in
    /usr/cygnus/cns5-96q1/usr/cygnus/cns5-96q1/

    In util/send-pr: don't install scripts with the -s flag. Under SunOS 
    this produces a warning but who knows what other OS's will do.

    The makefile for send-pr needs to create the destination directories
    lib/emacs/lisp and lib/prms/cygnus, before trying to install stuff
    into them.

    /9h/eichin/parc/96q2/krb5/appl/bsd/*.M
    /9h/eichin/parc/96q2/krb5/appl/rdist/doc/*.man
        were mode 600 making it difficult for make install to succeed.
        I got the root password from Ken and changed them to mode 644.

    Also no krlogind was installed but a klogind was and no kshd was
    installed but a kshd was. I point this out because /etc/inetd.conf
    tends to point to the former names.


After all that I got to run a test with rsh and kshd and it failed.
I don't know why and I'll continue to look into it, but here is what I did
and what I got.

On dumber the server as root (it didn't matter which was what, I got the 
same result)
	kshd -D 10000

On tito the client
	kinit
	klist

Ticket cache: /tmp/krb5cc_ttyp2
Default principal: proven@CYGNUS.COM

Valid starting     Expires            Service principal
03/15/96 17:07:39  03/16/96 03:07:31  krbtgt/CYGNUS.COM@CYGNUS.COM

	rsh -D 10000 dumber ls

./kshd: Permission denied.rsh: kcmd to host dumber failed - Unknown
code ____ 255
trying normal rsh (/usr/ucb/rsh)

	klist

Ticket cache: /tmp/krb5cc_ttyp2
Default principal: proven@CYGNUS.COM

Valid starting     Expires            Service principal
03/15/96 17:07:39  03/16/96 03:07:31  krbtgt/CYGNUS.COM@CYGNUS.COM
03/15/96 17:08:04  03/16/96 03:07:31  host/tweedledumber.cygnus.com@CYGNUS.COM


More later
CAP
