Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!ucbvax!TRANSARC.COM!Craig_Everhart From: Craig_Everhart@TRANSARC.COM Newsgroups: comp.soft-sys.andrew Subject: Re: console gets bus error, other nasties -- PL 6 Message-ID: Date: 21 Aug 90 15:08:56 GMT References: <14951@csli.Stanford.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 47 Those are great bug reports. The guys actually supporting Andrew should take them seriously. I can help with only a few of these. Excerpts from internet.info-andrew: 18-Aug-90 console gets bus error, oth.. Carl Witty@decwrl.dec.co (2083) > 4) .../ams/demo/gendemo doesn't work if you don't set ANDREWDIR and > you don't build andrew in /usr/andrew. The Imakefile should be passing in a correct value for DESTDIR via the following hack: -${CSHELL} gendemo -force -DESTDIR ${DESTDIR} ${DESTDIR}/.MESSAGES/demo I've always ignored any problems with ams/gendemo since I don't want an AMS demo folder created where this thing wants to put it, anyway. But running this thing assumes that you have CUI configured properly (i.e. assumes that you have an AndrewSetup file that will make things work). Generally, the time when you're building the software is not the time that you want to get AMS running, so it's an inconvenient interruption. Sigh. > 6) .../overhead/snap2/guardian/cmd/Imakefile and > .../overhead/snap2/pcserver/Imakefile refer to > ${AFSBASEDIR}/lib/librauth.a, which is not part of AFS 3.0. Things > seem to work fine if that library is removed from the compile > line--evidently AFS 3.0 has the necessary functions from that library, > but has moved them to some other library. Yup, the AFS 3.0 distribution no longer generates librauth.a, and there are backward-compatibility functions available. Last November, which is the last time I tested this, using these backward-compatibility functions prevented PC users from authenticating with their cleartext passwords, though it was possible to authenticate by copying tokens from one process to another with no problems. With dozens of other things to do, I didn't pursue the problems further. Sorry. > 8) Is the AFS monitoring for console supposed to work under AFS 3.0? > The sample consoles that claim to monitor the file system always claim > "There has been no file system activity." Yes, it works fine, but you have to say ``fs monitor localhost'' or its equivalent. (It used to be ``fs monitor ''.) This gets the local cache manager to send the messages that Console will monitor. Craig