All of lore.kernel.org
 help / color / mirror / Atom feed
* Errors ...
@ 2005-11-08 13:41 Alan Glait
  2005-11-08 14:35 ` Errors Trond Myklebust
  2005-11-08 14:53 ` Errors Steve Dickson
  0 siblings, 2 replies; 8+ messages in thread
From: Alan Glait @ 2005-11-08 13:41 UTC (permalink / raw)
  To: nfs

Hi !
I have an Fedora core 4 exporting a directory. It have 2.6.13 kernel.
I mount it on Red Hat Enterprise Linux AS release 3 with 2.4.21-4.ELsmp 
kernel. In the server, I get "svc: unknown version (0)" everytime. In 
the client i get :nfsd: last server has exited
                                                             nfsd: 
unexporting all filesystems
                                                             nfsd: last 
server has exited
                                                             nfsd: 
unexporting all filesystems
                                                             portmap: 
server localhost not responding, timed out
all time.
There is no problem but sometimes in the client it start to consume a 
lot of the processors and I cant to stop it. The service stop ok but it 
doesnt "release the usage" of th precessors ... in a top, a see iowait 
at 100% or 98% .

What can I do ??
thanx for any help



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Errors ...
  2005-11-08 13:41 Errors Alan Glait
@ 2005-11-08 14:35 ` Trond Myklebust
  2005-11-08 15:29   ` Errors Alan Glait
  2005-11-08 14:53 ` Errors Steve Dickson
  1 sibling, 1 reply; 8+ messages in thread
From: Trond Myklebust @ 2005-11-08 14:35 UTC (permalink / raw)
  To: Alan Glait; +Cc: nfs

On Tue, 2005-11-08 at 10:41 -0300, Alan Glait wrote:
> Hi !
> I have an Fedora core 4 exporting a directory. It have 2.6.13 kernel.
> I mount it on Red Hat Enterprise Linux AS release 3 with 2.4.21-4.ELsmp 
> kernel. In the server, I get "svc: unknown version (0)" everytime. In 
> the client i get :nfsd: last server has exited

That is probably 2.6.13 probing for ACL support on the server. It should
be harmless.

>                                                              nfsd: 
> unexporting all filesystems
>                                                              nfsd: last 
> server has exited
>                                                              nfsd: 
> unexporting all filesystems
>                                                              portmap: 
> server localhost not responding, timed out
> all time.
> There is no problem but sometimes in the client it start to consume a 
> lot of the processors and I cant to stop it. The service stop ok but it 
> doesnt "release the usage" of th precessors ... in a top, a see iowait 
> at 100% or 98% .

Could you explain what you mean by "iowait at 100%"? Normally, iowait is
a process state, (a sleep state actually).

Which process is in this state?

Cheers,
  Trond



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Errors ...
  2005-11-08 13:41 Errors Alan Glait
  2005-11-08 14:35 ` Errors Trond Myklebust
@ 2005-11-08 14:53 ` Steve Dickson
  1 sibling, 0 replies; 8+ messages in thread
From: Steve Dickson @ 2005-11-08 14:53 UTC (permalink / raw)
  To: Alan Glait; +Cc: nfs



Alan Glait wrote:
> I have an Fedora core 4 exporting a directory. It have 2.6.13 kernel.
> I mount it on Red Hat Enterprise Linux AS release 3 with 2.4.21-4.ELsmp 
> kernel. 
I have to admit... this gave be a bit of a scare...
but this seem to work for me...

> In the server, I get "svc: unknown version (0)" everytime. 
This basically means your server it getting garbage instead
of a valid RPC message...

> In the client i get :nfsd: last server has exited
>                                                             nfsd: 
> unexporting all filesystems
>                                                             nfsd: last 
> server has exited
>                                                             nfsd: 
> unexporting all filesystems
>   
This does not make much sense they are happening on your
client since they happen when you bring down the NFS server.

> portmap: server localhost not responding, timed out
I would guess this means your network is down...


steved.


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Errors ...
  2005-11-08 14:35 ` Errors Trond Myklebust
@ 2005-11-08 15:29   ` Alan Glait
  2005-11-08 15:50     ` Errors Trond Myklebust
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Glait @ 2005-11-08 15:29 UTC (permalink / raw)
  To: nfs

That the strange thing... There is not a process at 100% ... and the 
first 10 process are at most 1% but the nfs doesnt respond.

Alan

Trond Myklebust wrote:

>On Tue, 2005-11-08 at 10:41 -0300, Alan Glait wrote:
>  
>
>>Hi !
>>I have an Fedora core 4 exporting a directory. It have 2.6.13 kernel.
>>I mount it on Red Hat Enterprise Linux AS release 3 with 2.4.21-4.ELsmp 
>>kernel. In the server, I get "svc: unknown version (0)" everytime. In 
>>the client i get :nfsd: last server has exited
>>    
>>
>
>That is probably 2.6.13 probing for ACL support on the server. It should
>be harmless.
>
>  
>
>>                                                             nfsd: 
>>unexporting all filesystems
>>                                                             nfsd: last 
>>server has exited
>>                                                             nfsd: 
>>unexporting all filesystems
>>                                                             portmap: 
>>server localhost not responding, timed out
>>all time.
>>There is no problem but sometimes in the client it start to consume a 
>>lot of the processors and I cant to stop it. The service stop ok but it 
>>doesnt "release the usage" of th precessors ... in a top, a see iowait 
>>at 100% or 98% .
>>    
>>
>
>Could you explain what you mean by "iowait at 100%"? Normally, iowait is
>a process state, (a sleep state actually).
>
>Which process is in this state?
>
>Cheers,
>  Trond
>
>
>
>-------------------------------------------------------
>SF.Net email is sponsored by:
>Tame your development challenges with Apache's Geronimo App Server. Download
>it for free - -and be entered to win a 42" plasma tv or your very own
>Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
>_______________________________________________
>NFS maillist  -  NFS@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/nfs
>
>
>  
>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Errors ...
  2005-11-08 15:29   ` Errors Alan Glait
@ 2005-11-08 15:50     ` Trond Myklebust
  2005-11-08 15:59       ` Errors Alan Glait
  0 siblings, 1 reply; 8+ messages in thread
From: Trond Myklebust @ 2005-11-08 15:50 UTC (permalink / raw)
  To: Alan Glait; +Cc: nfs

On Tue, 2005-11-08 at 12:29 -0300, Alan Glait wrote:
> That the strange thing... There is not a process at 100% ... and the 
> first 10 process are at most 1% but the nfs doesnt respond.

Sounds to me as if Steve is right: your network access from that machine
is somehow broken.
Are you able to ping the server from the client when this happens? Can
you also, for instance, log in from that client?

Cheers,
  Trond

> Alan
> 
> Trond Myklebust wrote:
> 
> >On Tue, 2005-11-08 at 10:41 -0300, Alan Glait wrote:
> >  
> >
> >>Hi !
> >>I have an Fedora core 4 exporting a directory. It have 2.6.13 kernel.
> >>I mount it on Red Hat Enterprise Linux AS release 3 with 2.4.21-4.ELsmp 
> >>kernel. In the server, I get "svc: unknown version (0)" everytime. In 
> >>the client i get :nfsd: last server has exited
> >>    
> >>
> >
> >That is probably 2.6.13 probing for ACL support on the server. It should
> >be harmless.
> >
> >  
> >
> >>                                                             nfsd: 
> >>unexporting all filesystems
> >>                                                             nfsd: last 
> >>server has exited
> >>                                                             nfsd: 
> >>unexporting all filesystems
> >>                                                             portmap: 
> >>server localhost not responding, timed out
> >>all time.
> >>There is no problem but sometimes in the client it start to consume a 
> >>lot of the processors and I cant to stop it. The service stop ok but it 
> >>doesnt "release the usage" of th precessors ... in a top, a see iowait 
> >>at 100% or 98% .
> >>    
> >>
> >
> >Could you explain what you mean by "iowait at 100%"? Normally, iowait is
> >a process state, (a sleep state actually).
> >
> >Which process is in this state?
> >
> >Cheers,
> >  Trond
> >
> >
> >
> >-------------------------------------------------------
> >SF.Net email is sponsored by:
> >Tame your development challenges with Apache's Geronimo App Server. Download
> >it for free - -and be entered to win a 42" plasma tv or your very own
> >Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> >_______________________________________________
> >NFS maillist  -  NFS@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/nfs
> >
> >
> >  
> >
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> NFS maillist  -  NFS@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Errors ...
  2005-11-08 15:50     ` Errors Trond Myklebust
@ 2005-11-08 15:59       ` Alan Glait
  2005-11-08 16:12         ` Errors Trond Myklebust
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Glait @ 2005-11-08 15:59 UTC (permalink / raw)
  Cc: nfs

Ok ... when it happend i will test the comunication between the servers 
....

I will add to the kernel :
Provide client support for the NFSv3 ACL protocol extension
Provide server support for the NFSv3 ACL protocol extension

its ok ??

Trond Myklebust wrote:

>On Tue, 2005-11-08 at 12:29 -0300, Alan Glait wrote:
>  
>
>>That the strange thing... There is not a process at 100% ... and the 
>>first 10 process are at most 1% but the nfs doesnt respond.
>>    
>>
>
>Sounds to me as if Steve is right: your network access from that machine
>is somehow broken.
>Are you able to ping the server from the client when this happens? Can
>you also, for instance, log in from that client?
>
>Cheers,
>  Trond
>
>  
>
>>Alan
>>
>>Trond Myklebust wrote:
>>
>>    
>>
>>>On Tue, 2005-11-08 at 10:41 -0300, Alan Glait wrote:
>>> 
>>>
>>>      
>>>
>>>>Hi !
>>>>I have an Fedora core 4 exporting a directory. It have 2.6.13 kernel.
>>>>I mount it on Red Hat Enterprise Linux AS release 3 with 2.4.21-4.ELsmp 
>>>>kernel. In the server, I get "svc: unknown version (0)" everytime. In 
>>>>the client i get :nfsd: last server has exited
>>>>   
>>>>
>>>>        
>>>>
>>>That is probably 2.6.13 probing for ACL support on the server. It should
>>>be harmless.
>>>
>>> 
>>>
>>>      
>>>
>>>>                                                            nfsd: 
>>>>unexporting all filesystems
>>>>                                                            nfsd: last 
>>>>server has exited
>>>>                                                            nfsd: 
>>>>unexporting all filesystems
>>>>                                                            portmap: 
>>>>server localhost not responding, timed out
>>>>all time.
>>>>There is no problem but sometimes in the client it start to consume a 
>>>>lot of the processors and I cant to stop it. The service stop ok but it 
>>>>doesnt "release the usage" of th precessors ... in a top, a see iowait 
>>>>at 100% or 98% .
>>>>   
>>>>
>>>>        
>>>>
>>>Could you explain what you mean by "iowait at 100%"? Normally, iowait is
>>>a process state, (a sleep state actually).
>>>
>>>Which process is in this state?
>>>
>>>Cheers,
>>> Trond
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>SF.Net email is sponsored by:
>>>Tame your development challenges with Apache's Geronimo App Server. Download
>>>it for free - -and be entered to win a 42" plasma tv or your very own
>>>Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
>>>_______________________________________________
>>>NFS maillist  -  NFS@lists.sourceforge.net
>>>https://lists.sourceforge.net/lists/listinfo/nfs
>>>
>>>
>>> 
>>>
>>>      
>>>
>>
>>-------------------------------------------------------
>>SF.Net email is sponsored by:
>>Tame your development challenges with Apache's Geronimo App Server. Download
>>it for free - -and be entered to win a 42" plasma tv or your very own
>>Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
>>_______________________________________________
>>NFS maillist  -  NFS@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/nfs
>>    
>>
>
>
>
>  
>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Errors ...
  2005-11-08 15:59       ` Errors Alan Glait
@ 2005-11-08 16:12         ` Trond Myklebust
  2005-11-08 18:45           ` Errors Alan Glait
  0 siblings, 1 reply; 8+ messages in thread
From: Trond Myklebust @ 2005-11-08 16:12 UTC (permalink / raw)
  To: Alan Glait; +Cc: nfs

On Tue, 2005-11-08 at 12:59 -0300, Alan Glait wrote:
> Ok ... when it happend i will test the comunication between the servers 
> ....

Thanks.

> I will add to the kernel :
> Provide client support for the NFSv3 ACL protocol extension
> Provide server support for the NFSv3 ACL protocol extension

This isn't really necessary unless you want to use ACLs. The server
should be able to return the appropriate error to the client, and the
client will stop probing.

Cheers,
  Trond



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Errors ...
  2005-11-08 16:12         ` Errors Trond Myklebust
@ 2005-11-08 18:45           ` Alan Glait
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Glait @ 2005-11-08 18:45 UTC (permalink / raw)
  Cc: nfs

Now, everything is ok:
in the client: load average: 0.06, 0.15, 0.18
and I can see the nfs`s filesystem. But in the server I steel getting:
svc: unknown version (0)

I will change the on-board ethernet card in this server. May be this the 
problem??

Trond Myklebust wrote:

>On Tue, 2005-11-08 at 12:59 -0300, Alan Glait wrote:
>  
>
>>Ok ... when it happend i will test the comunication between the servers 
>>....
>>    
>>
>
>Thanks.
>
>  
>
>>I will add to the kernel :
>>Provide client support for the NFSv3 ACL protocol extension
>>Provide server support for the NFSv3 ACL protocol extension
>>    
>>
>
>This isn't really necessary unless you want to use ACLs. The server
>should be able to return the appropriate error to the client, and the
>client will stop probing.
>
>Cheers,
>  Trond
>
>
>
>-------------------------------------------------------
>SF.Net email is sponsored by:
>Tame your development challenges with Apache's Geronimo App Server. Download
>it for free - -and be entered to win a 42" plasma tv or your very own
>Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
>_______________________________________________
>NFS maillist  -  NFS@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/nfs
>
>
>  
>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-11-08 18:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08 13:41 Errors Alan Glait
2005-11-08 14:35 ` Errors Trond Myklebust
2005-11-08 15:29   ` Errors Alan Glait
2005-11-08 15:50     ` Errors Trond Myklebust
2005-11-08 15:59       ` Errors Alan Glait
2005-11-08 16:12         ` Errors Trond Myklebust
2005-11-08 18:45           ` Errors Alan Glait
2005-11-08 14:53 ` Errors Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.