home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / ultrix / 8475 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1.5 KB

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