Re: lockd problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tiziana Manfroni wrote:
I have a NFS server with kernel-2.6.13-1.1526_FC4smp on fedora4
Sometime I have an error such as:
Sep 25 12:32:39 x.x.x.x kernel: RPC: error 5 connecting to server x.x.x.x
Sep 25 12:32:39 x.x.x.x kernel: lockd: couldn't create RPC handle for x.x.x.x
every one minutes. What is the problem?
When I restart nfs I have the same message so I can't kill it.
Do you have any idea to resolve these problems?

Thanks in advance

	Tiziana

Sounds like no lockd statd on the CLIENT machine.
If there are writes to the file system from the client then lockd and statd need to be running on the client. If the client is mounting the file system read only then you can ignore the errors.

On the client: (assumes a Linux client)
sudo chkconfig --list nfslock

should report:
nfslock         0:off   1:off   2:off   3:on    4:on    5:on    6:off

if not:
sudo chkconfig --level 345 nfslock
sudo service nfslock start

Good luck!

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux