home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / sysadmin / 7132 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.6 KB  |  52 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
  3. From: gcolello@biosphere.Stanford.EDU (Greg Colello)
  4. Subject: Re: PC NFS
  5. Message-ID: <1992Dec19.005147.26841@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSO, Stanford University
  8. References: <1gs1j3INNm3t@news.cerf.net>
  9. Date: Sat, 19 Dec 92 00:51:47 GMT
  10. Lines: 40
  11.  
  12. In article <1gs1j3INNm3t@news.cerf.net> murshid@unit.edu (murshid) writes:
  13. > Has anyone tried running pcnfs? I'm getting some compile errors with
  14. > pcnfsd. I would think that it might have some problems with netinfo
  15. > as well.
  16. > Steve
  17. > steve@unit.edu protocol
  18.  
  19. Compile errors? Are you trying to compile a non-Next pcnfsd? The daemon is  
  20. already compiled with NS3.0. All we did was run it. However, running it  
  21. had one trick. We had to add the following directory:
  22.  
  23. /private/spool/lp.
  24.  
  25. Then we added the following to /etc/rc.local:
  26.  
  27. # Run your own commands here
  28. #
  29. if [ -f /usr/etc/rpc.pcnfsd ]; then
  30.    /usr/etc/rpc.pcnfsd; echo 'rpc.pcnfsd'   >/dev/console
  31. fi
  32.  
  33. Whenever you reboot, it will be run. To start for the first time either  
  34. reboot or simply type at the root account command line:
  35.  
  36. /usr/etc/rpc.pcnfsd
  37.  
  38. We use the Next pcnfsd to allow a Next virtual E: disk with user security  
  39. to be created on the PC running PCNFS as well as print on the Next printer  
  40. from the PC.
  41.  
  42. I hope this is what you meant.
  43.  
  44. -----------------------------------------------------------------
  45. Greg Colello
  46. Carnegie Institution, Department of Plant Biology
  47. Stanford University
  48. gcolello@biosphere.stanford.edu (NeXT mail OK)
  49.