Date: Thu, 22 Mar 2001 23:32:53 +0100 (CET) From: Martin Blapp <mb@imp.ch> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: Daniel <freebsd@grunblatt.com.ar>, current@FreeBSD.ORG Subject: Re: [FIX] Re: CFS - Portmap Message-ID: <Pine.BSF.4.21.0103222325360.17221-100000@levais.imp.ch> In-Reply-To: <20010323011825.A34839@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Hmm ? # /usr/local/etc/rc.d/cfsd.sh stop # killall mountd # killall -SIGUSR1 nfsd # killall rpcbind # rpcinfo rpcinfo: can't contact rpcbind: RPC: Remote system error - Connection refused # rpcbind -i # mountd -2 # nfsd # /usr/local/etc/rc.d/cfsd.sh start # mount_nfs -o port=3049,intr,nfsv2 localhost:/null /crypt # mount [...] localhost:/null on /crypt (nfs) # umount -v /crypt # localhost:/null: unmount from /crypt Martin Martin Blapp, mb@imp.ch ------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01 ------------------------------------------------ On Fri, 23 Mar 2001, Andrey A. Chernov wrote: > On Thu, Mar 22, 2001 at 23:07:08 +0100, Martin Blapp wrote: > > > > It seems you have to run rpcbind with -i flag: > > > > -i not helps too. Diagnostic is the same. > > > > > # mount_nfs -o port=3049,intr localhost:/null /crypt > > > You miss "nfsv2" switch here. mountd is running with -2 option too. > > To make testing easy, put this into /etc/fstab: > > localhost:/null /crypt nfs rw,noauto,intr,port=3049,nfsv2 0 0 > > Then all you need is "mount /crypt" > > -- > Andrey A. Chernov > http://ache.pp.ru/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0103222325360.17221-100000>