home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / nfs / 2168 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.6 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!sun-barr!west.West.Sun.COM!nantucket!dgd
  2. From: dgd@nantucket.West.Sun.COM (Dan Donovan - Sun San Francisco SE)
  3. Newsgroups: comp.protocols.nfs
  4. Subject: Re: pcnfsd for Next?
  5. Date: 27 Aug 1992 16:08:40 GMT
  6. Organization: Sun Microsystems, Inc.
  7. Lines: 24
  8. Distribution: world
  9. Message-ID: <l9pvg8INN1od@west.west.sun.com>
  10. References: <1992Aug27.120822.16459@unibi.uni-bielefeld.de>
  11. Reply-To: dgd@nantucket.West.Sun.COM
  12. NNTP-Posting-Host: nantucket.west.sun.com
  13.  
  14. Anyone using NeXTs as PCNFS servers knows that NeXT's daemon is Version 1.  Those
  15. who have tried to port the Version 2 daemon included with PCNFS 4.0(a) will note
  16. that it assumes a POSIX compliant environment (which NS 2.1 is NOT).  I suggest
  17. getting a copy of Geoff Arnold's .latest release (pcnfsd.92.08.21.tar.Z).  It took
  18. me about 20 minutes to port to NS 2.1.  Here are the steps, once you have a copy.
  19.  
  20. 1.  Change the makefile to indicate you're compiling for SunOS 4.0.3 and not 4.1.1.
  21. 2.  Comment out the "#include <malloc.h>" in pcnfsd_print.c and pcnfsd_test.c.
  22. 3.  Change the two lines containing the function call "strdup" (not my_strdup) in
  23.     pcnfsd_print.c to call my_strdup.
  24. 4.  make
  25.  
  26. Read your PCNFS 4.0 manual carefully since the V2 daemon expects to be started by
  27. inetd and now needs a configuration file (/etc/pcnfsd.conf) to function properly.
  28.  
  29. Testing I've done so far with Windows 3.1 indicates that all of the V2 rpc
  30. mechanisms seem to work.
  31.  
  32. As usual, no warrantee and your mileage may vary.
  33.  
  34. Dan
  35.  
  36. (Standard disclaimer.......)
  37.    
  38.