Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!pipex!uknet!EU.net!sun4nl!hermes.bouw.tno.nl!walter From: walter@hermes.bouw.tno.nl (Walter Lohman) Subject: rpc.pcnfsd Message-ID: <1993Dec14.130203.17650@hermes.bouw.tno.nl> Organization: TNO Building and Construction Research X-Newsreader: TIN [version 1.2 PL0] Date: Tue, 14 Dec 1993 13:02:03 GMT Lines: 19 Hello, I didn't run PCNFS version 5 but used version 4.0a. This shouldn't be too different. The sources for pcnfsd indeed need to be compiled. I modified the Makefile to not include YP and one of the sources then complainted about a unknown constant. (Something to do with Maximum open files).With the man pages I found the BSD equivalent. Another thing is the malloc routine. This is not defined in the malloc.h header file, but elsewhere. Do a man malloc to find that out. Make sure you link the pcnfsd with the -lcrypt option if you have crypt installed. I run the pcnfsd from the rc.local startup script and it works good. I run this at home, so I don't have the diff here. If you're insterested in the pcnfs 4.x solution, mail me. If you need the binary let me know also. I'm running FreeBSD-current (1.0.10 I think) with shared libs, however the pcnfsd is compiled static. very best regards, Walter