Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!tut.cis.ohio-state.edu!ucbvax!ccfiris.aedc!c60244 From: c60244@ccfiris.aedc (Kenny McDonald) Newsgroups: comp.sys.sgi Subject: Re: PC-NFS Message-ID: <9102061352.AA04215@ccfiris.aedc> Date: 6 Feb 91 13:52:55 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 42 Here at AEDC we have pcnfsd running. I compiled the source code pcnfsd.c that came with the product by: cc -O -o pcnfsd -I/usr/include/sun -I/usr/include/bsd pcnfsd.c -lc_s -lsun -lbsd It works fine here. I then added lines in the /etc/init.d/network file to start pcnfsd up automatically at reboot. I added the following (noted by >) $ECHO "NFS daemons:\c" /etc/killall nfsd biod pcnfsd # NFS server daemons if test -x $NFS/nfsd; then $NFS/nfsd 4; $ECHO " nfsd\c" fi # NFS client bio daemons if test -x $NFS/biod; then $NFS/biod 4; $ECHO " biod\c" fi > #PCNFS server daemons > if test -x $NFS/pcnfsd; then > $NFS/pcnfsd; $ECHO " pcnfsd\c" > fi .. .. . > RDAEMONS='ypserv ypbind rpc.passwd nfsd biod named pcnfsd gated routed mrouted' vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv | Kenneth M. McDonald * OAO Corp * Arnold Engineering Development Center | | MS 120 * Arnold AFS, TN 37389-9998 * (615) 454-3413 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNET: OO AA OO @aedc-vax.af.mil:c60244@ccfiris.aedc O O A A O O O O AAAA O O LOCAL: O O A A O O c60244@ccfiris OO A A OO ________________ /