[3363] in testers
O2 warts
daemon@ATHENA.MIT.EDU (Dan Winship)
Tue Dec 2 16:26:33 1997
Date: Tue, 2 Dec 1997 16:26:25 -0500
From: Dan Winship <danw@MIT.EDU>
To: testers@MIT.EDU
1) When you install, it sets your hostname to be in all caps, which is
ugly (and non-athena-standard).
2) in /etc/athena/rc.conf:
MACHINE=INDY; export MACHINE # Type of machine
SYSTEM=IRIX53; export SYSTEM # Type of operating system
3) Trying to attach an NFS locker gives:
danw@antharia:~> attach bitbucket
mount: JASON.MIT.EDU:/u1/bitbucket server not responding: Program/version mismatch; low version = 1, high version = 1
NFS version 3 mount failed, trying NFS version 2
mount: JASON.MIT.EDU:/u1/bitbucket server ok
attach: filesystem bitbucket (JASON.MIT.EDU:/u1/bitbucket) mounted on /mit/bitbucket (read-write)
But I don't think we can fix this without assuming all NFS mounts
should be NFSv2 not v3, which we probably don't want to do.