Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Archived > gmane.linux.redhat.fedora.general

gmane.linux.redhat.fedora.general gmane.linux.redhat.fedora.general newsgroup archive.

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2006-10-25, 04:21 PM CDT
Tiziana Manfroni
Guest
 
Posts: n/a
lockd problem

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

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

  #2  
Old 2006-10-25, 04:24 PM CDT
Phil Meyer
Guest
 
Posts: n/a
Re: lockd problem

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@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

  #3  
Old 2006-10-25, 04:24 PM CDT
Phil Meyer
Guest
 
Posts: n/a
Re: lockd problem

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@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

  #4  
Old 2006-10-25, 04:24 PM CDT
Phil Meyer
Guest
 
Posts: n/a
Re: lockd problem

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@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

  #5  
Old 2006-10-25, 04:35 PM CDT
Tiziana Manfroni
Guest
 
Posts: n/a
Re: lockd problem


On Mon, 25 Sep 2006, Phil Meyer wrote:

> 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 my linux client
nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off

so, why I have this problem?
Maybe is kernel (2.6.13-1.1526_FC4smp) or nfs-util (nfs-utils-1.0.7-11)?

Thanks.

Tiziana
>
> 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@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

  #6  
Old 2006-10-25, 04:36 PM CDT
Tiziana Manfroni
Guest
 
Posts: n/a
Re: lockd problem


On Mon, 25 Sep 2006, Phil Meyer wrote:

> 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 my linux client
nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off

so, why I have this problem?
Maybe is kernel (2.6.13-1.1526_FC4smp) or nfs-util (nfs-utils-1.0.7-11)?

Thanks.

Tiziana
>
> 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@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

  #7  
Old 2006-10-25, 04:36 PM CDT
Tiziana Manfroni
Guest
 
Posts: n/a
Re: lockd problem


On Mon, 25 Sep 2006, Phil Meyer wrote:

> 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 my linux client
nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off

so, why I have this problem?
Maybe is kernel (2.6.13-1.1526_FC4smp) or nfs-util (nfs-utils-1.0.7-11)?

Thanks.

Tiziana
>
> 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@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

  #8  
Old 2006-10-25, 04:36 PM CDT
Tiziana Manfroni
Guest
 
Posts: n/a
Re: lockd problem


On Mon, 25 Sep 2006, Phil Meyer wrote:

> 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 my linux client
nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off

so, why I have this problem?
Maybe is kernel (2.6.13-1.1526_FC4smp) or nfs-util (nfs-utils-1.0.7-11)?

Thanks.

Tiziana
>
> 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@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 7 problem with lockd mlblandf Servers 5 2007-08-15 08:31 AM CDT
lockd problem Tiziana Manfroni gmane.linux.redhat.fedora.general 1 2006-10-25 04:21 PM CDT
lockd problem Tiziana Manfroni gmane.linux.redhat.fedora.general 0 2006-10-25 04:21 PM CDT
lockd problem Tiziana Manfroni gmane.linux.redhat.fedora.general 0 2006-10-25 04:21 PM CDT
specify nfs lockd port Herbert Gasiorowski gmane.linux.redhat.fedora.general 0 2005-02-02 02:41 PM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 12:08 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vBET gives automatic translations