April 19, 2024, 10:56:19 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: rpc timed out in nfs for redhat 9 linux  (Read 11941 times)

Offline koh84

  • New Member
  • Posts: 1
Help!!!
« Reply #15 on: August 31, 2005, 04:42:40 AM »
to anyone esspecially gauravbajaj

I tried what you have listed down:

open /etc/exports file
/home 192.168.2.180(rw)

save this file
restart the services as:
#service portmap restart
#service nfs restart
After that go to ur client (ip-192.168.2.180)
give following command there as
#mount 192.168.2.182:/home /mnt

{ where 192.168.2.182 is ip-address of ur NFS server}


but a message error was displayed:
lockd_up: no pids, xx user??
portmap: sendmsg returned error 101
RPC: sendmsg returned error 101
portmap RPC call returned error 101
RPC: sendmsg returned error 101
portmap:RPC call returned error 101

can anyone tell me what is wrong? I am connecting a m/c to linux 9

thanks..