home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.sysadmin
- Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
- From: gcolello@biosphere.Stanford.EDU (Greg Colello)
- Subject: Re: PC NFS
- Message-ID: <1992Dec19.005147.26841@leland.Stanford.EDU>
- Sender: news@leland.Stanford.EDU (Mr News)
- Organization: DSO, Stanford University
- References: <1gs1j3INNm3t@news.cerf.net>
- Date: Sat, 19 Dec 92 00:51:47 GMT
- Lines: 40
-
- In article <1gs1j3INNm3t@news.cerf.net> murshid@unit.edu (murshid) writes:
- >
- >
- > Has anyone tried running pcnfs? I'm getting some compile errors with
- > pcnfsd. I would think that it might have some problems with netinfo
- > as well.
- >
- > Steve
- > steve@unit.edu protocol
-
- Compile errors? Are you trying to compile a non-Next pcnfsd? The daemon is
- already compiled with NS3.0. All we did was run it. However, running it
- had one trick. We had to add the following directory:
-
- /private/spool/lp.
-
- Then we added the following to /etc/rc.local:
-
- # Run your own commands here
- #
- if [ -f /usr/etc/rpc.pcnfsd ]; then
- /usr/etc/rpc.pcnfsd; echo 'rpc.pcnfsd' >/dev/console
- fi
-
- Whenever you reboot, it will be run. To start for the first time either
- reboot or simply type at the root account command line:
-
- /usr/etc/rpc.pcnfsd
-
- We use the Next pcnfsd to allow a Next virtual E: disk with user security
- to be created on the PC running PCNFS as well as print on the Next printer
- from the PC.
-
- I hope this is what you meant.
-
- -----------------------------------------------------------------
- Greg Colello
- Carnegie Institution, Department of Plant Biology
- Stanford University
- gcolello@biosphere.stanford.edu (NeXT mail OK)
-