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, [EMAIL PROTECTED]
------------------------------------------------
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to