Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yarrina.connect.com.au!news.mira.net.au!news.netspace.net.au!serval.net.wsu.edu!netnews.nwnet.net!oracle.pnl.gov!osi-east2.es.net!lll-winken.llnl.gov!uwm.edu!math.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!darkstar.UCSC.EDU!news.hal.COM!olivea!uunet!zib-berlin.de!news.th-darmstadt.de!hotb.RoBIN.de!flinx.RoBIN.de!alvman.RoBIN.de!usenet From: ah@alvman.robin.de (Andreas Haakh) Newsgroups: comp.os.386bsd.questions Subject: Re: Has anybody got pcnfsd up and running on FR2.0 ? Date: 12 Jan 1995 17:35:14 GMT Organization: A poorly-installed InterNetNews site Lines: 35 Message-ID: <3f3p8i$5rc@alvman.RoBIN.de> References: <3eth76$e6a@mamunx.werries.de> Reply-To: ah@alvman.robin.de (Andreas Haakh) NNTP-Posting-Host: barney.robin.de X-Newsreader: IBM NewsReader/2 v1.02 In <3eth76$e6a@mamunx.werries.de>, mam@werries.de (Michael A Meiszl) writes: >The subject says it all :-) > >I've picked up various versions of pcnfsd, compiled and installed them, >but was not able to connect a pc client successfully. >I allways get "RPC Authentication" errors, even if I comment out all >user/password checking in pcnfsd. >The same clients connect to SCO and SUN boxes fine (anonymous mounts), >but refuse to work with FreeBSD. You should start the mountdaemon with the n-option mountd -n in order to get non-root mounts working. I had exactly the same problem until I finaly found this solution. It should be in the FAQ or the instructions to pcnfsd. > >When running the clnt_pcnfsd test program, everything looks fine. It can >determine the user, list the printers, print jobs (cannot cancel them, >the printer is too fast :_). I had to add to use a define (don't remember which one - probably a BSDsomething) in order to have a working testprogram. I use pcnfsd from the ports-section ;-)) >The pcs do use FTP's ONNET 1.1 in case it matters... I use os/2 with the tcp/ip base-kit and nfs-kit and it works just fine. Andreas