home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!think.com!ames!agate!stolcke
- From: stolcke@ICSI.Berkeley.EDU (Andreas Stolcke)
- Newsgroups: comp.unix.ultrix
- Subject: Re: ** XMETER ** for Ultrix
- Date: 22 Nov 1992 07:27:36 GMT
- Organization: International Computer Science Institute, Berkeley, CA, U.S.A.
- Lines: 22
- Message-ID: <1encp8INNmh7@agate.berkeley.edu>
- References: <1992Nov18.201142.19004@mlb.semi.harris.com> <1992Nov19.081451.18478@reed.edu>
- Reply-To: stolcke@icsi.Berkeley.EDU (Andreas Stolcke)
- NNTP-Posting-Host: icsib30.icsi.berkeley.edu
-
- In article <1992Nov19.081451.18478@reed.edu> bthompso@reed.edu (Benjamin Thompson) writes:
- >I tried the same thing and have not yet had any success. I was able
- >to find a copy of the library rpcsvc on a sun on our local network but
- >have not been able to get it to work properly with ultrix. Anyone
- >had more luck getting this to build on a DecSystems 5000?
- >
- We have it working nicely here.
-
- There is major problem with the rstat interface as delivered in
- ultrix (/usr/include/rpcsvc/rstat.h and the rstat support in /lib/libc.a).
-
- If you look at /usr/include/rpcsvc/rstat.h you'll see see that DK_NDRIVE
- is taken from sys/dk.h instead of being fixed at 4 (as in the Sun version).
- This causes the protocol to become incompatible.
-
- Make sure your code includes rstat.h from the Sun RPC distribution
- and that you link with the Sun rpc_*.o files.
-
- --
- Andreas Stolcke stolcke@icsi.berkeley.edu
- International Computer Science Institute stolcke@ucbicsi.bitnet
- 1947 Center St., Suite 600, Berkeley, CA 94704 (510) 642-4274 ext. 126
-