RPC: Unable to send

2001-11-13 Thread Erik van der Meulen
Hi All - I have tried to mount an NFS share from my (Potato) server to my (Potato) laptop. Basically this works, however only if I mount manually. If I boot my laptop I see the following messages: - Not starting NFS kernel deamon, no exports - RPC Port mapper Failure - RPC: Unable to send I

Re: Starting NFS servers:Cannot register service: RPC: Unable to send;errno = Operation not permitted

2000-12-09 Thread Mark Phillips
ntd nfsd. Starting NFS servers:Cannot register service: RPC: Unable to send; errno = Operation not permitted # ps aux | grep portmap daemon 79 0.0 0.4 1324 564 ?S13:18 0:00 /sbin/portmap But thanks for the suggestion anyway. Cheers, M

Re: Starting NFS servers:Cannot register service: RPC: Unable to send;errno = Operation not permitted

2000-12-09 Thread Nate Amsden
:Cannot register service: RPC: Unable to send; errno = > Operation not permitted sounds like portmap is not running it is required for NFS. nate -- ::: ICQ: 75132336 http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED]

Starting NFS servers:Cannot register service: RPC: Unable to send; errno = Operation not permitted

2000-12-09 Thread Mark Phillips
If I change my /etc/exports file, I think all I should need to do is run /etc/init.d/nfs-server restart. But when I do this, I get the error message: # init.d/nfs-server restart Stopping NFS servers: mountd nfsd. Starting NFS servers:Cannot register service: RPC: Unable to send; errno

RPC: Unable to send; errno = Operation not permitted

2000-12-02 Thread Mark Phillips
I ran /etc/init.d/nfs-server restart and got: Stopping NFS servers: mountd nfsd. Starting NFS servers:Cannot register service: RPC: Unable to send; errno = Operation not permitted I can't work out what's wrong. Any ideas? Tha