[65] in SIPB_Linux_Development
new stuff: kerberos, sendmail, lilo
daemon@ATHENA.MIT.EDU (Mark W. Eichin)
Mon Jul 5 12:26:31 1993
Date: Mon, 5 Jul 93 12:26:14 -0400
From: "Mark W. Eichin" <eichin@athena.mit.edu>
To: linux-dev@athena.mit.edu
Cc: metcalf@catfish.lcs.mit.edu
I've rebuilt kerberos to use the athena path set, so you don't need to
look in /usr/kerberos any more. (I haven't rebuilt the afs-nfs stuff
but I just moved them in place instead.)
I've installed sendmail-5.67, built from orignal sources plus my
patches, installed it, and dropped in the athena workstation
sendmail.cf. Personal mail did in fact leave the machine; however, I
suspect mail to root actually went somewhere -- it's supposed to go
out via the mailer "/bin/echo", and sendmail -bt showed the right
thing happenning, but I'll see if I hear back from the postmasters
about the root mail test I sent :-)
I found /usr/src/linux/make.out, which told me how long the kernel on
disk was; I dd'ed it into /Image, put the old one in /Image.old (it's
useless there, oh well), fixed the "boot" entry in /etc/lilo/config,
and ran /etc/lilo/lilo -C config -v -v -v, and it now boots fine from
the hard drive. In the future, if you wish to update the kernel, do a
make Image (or make zImage), copy the file into /Image, and run
/etc/lilo/lilo -C config -v -v -v
in the /etc/lilo directory, and it will be bootable. (Testing from
floppies first is of course preferable.)
Next stop -- mh-6.8.
_Mark_