All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Sporadic timeout problems during streaming to nfs server
@ 2005-09-14 14:00 Lever, Charles
  2005-09-14 21:10 ` Stefan Wuerthner
  0 siblings, 1 reply; 7+ messages in thread
From: Lever, Charles @ 2005-09-14 14:00 UTC (permalink / raw)
  To: Stefan Wuerthner; +Cc: nfs

> In message=20
> <044B81DE141D7443BCE91E8F44B3C1E288E43C@exsvl02.hq.netapp.com>
>  you wrote:
>=20
> > don't use the "soft" option -- use "hard" instead.  "soft"=20
> with "udp" is
> > a sure recipe for data corruption and the very symptoms you describe
> > below.=20
> >=20
>=20
> I already tried "hard", but without success:
>=20
> The serial log tells me:
>=20
> [Fri Sep  9 11:50:20 2005]
> nfs: server 192.168.24.50 not responding, still trying
> [Fri Sep  9 12:58:53 2005]
> PANIC: not enough space in ringbuffer, available 42887, needed 93225
>=20
>=20
> E.g. the client cannot reach the server and therefore the=20
> client ringbuffer
> overflows. This results in a total lockup of the client...

a ring buffer overflow is a NIC driver problem.  the NFS timeout issues
suggest a network problem (either the link or the NICs or...).  i would
start looking closely at your client-side network (driver version,
hardware, cabling, switch, etc).

in the long run you want to use NFS over TCP rather than UDP (and don't
use "soft").

> > > -----Original Message-----
> > > From: Stefan Wuerthner [mailto:trash.wuerthner@gmx.de]=20
> > > Sent: Tuesday, September 13, 2005 8:02 PM
> > > To: nfs@lists.sourceforge.net
> > > Subject: [NFS] Sporadic timeout problems during streaming to=20
> > > nfs server
> > >=20
> > > - I have the following setup:
> > >=20
> > > DBox (DVB-C receiver, 10BaseT) connected to
> > > 100MBit-Switch connected over 10m TP to
> > > 100MBit-Switch connected over 5m TP to
> > > Netwinder (Linux server, 100BaseT)
> > >=20
> > > - Export options on the Netwinder (Kernel 2.4.19-rmk7-nw1):
> > >=20
> > > dbox2(rw,insecure,all_squash)
> > >=20
> > > - Mount options on the DBox (Kernel 2.4.31-dbox2) to stream=20
> > > the DVB-TS:
> > >=20
> > > rw,soft,udp,nolock,rsize=3D8192,wsize=3D8192
> > >=20
> > > - This results in:
> > >=20
> > > 192.168.24.50:/home/wuerthne on /mnt/filme type nfs=20
> (rw,v3,rsize=3D8192,
> > > wsize=3D8192,soft,udp,nolock,addr=3D192.168.24.50)
> > >=20
> > >=20
> > > Unfortunately, I sometimes get a timeout error in the serial=20
> > > logfile of my
> > > DBox:
> > >=20
> > > [Tue Sep 13 19:15:49 2005]nfs: server 192.168.24.50 not=20
> > > responding, timed out
> > > [Tue Sep 13 19:15:49 2005][stream2file]: error in write:=20
> > > Input/output error
> > > [Tue Sep 13 19:15:51 2005][stream2file] pthreads exit=20
> code: 4294967293
> > > [Tue Sep 13 19:15:56 2005][neutrino.cpp] executing=20
> > > /var/tuxbox/config/recording.start.
> > > [Tue Sep 13 19:15:57 2005]Record channel_id: 44d00016dcd epg:=20
> > > 44d00016dcda60c, apids  mode 1
> > > [Tue Sep 13 19:46:43 2005]nfs: server 192.168.24.50 not=20
> > > responding, timed out
> > > [Tue Sep 13 19:46:43 2005][stream2file]: error in write:=20
> > > Input/output error
> > > [Tue Sep 13 19:46:44 2005][stream2file] pthreads exit=20
> code: 4294967293
> > > [Tue Sep 13 19:46:49 2005][neutrino.cpp] executing=20
> > > /var/tuxbox/config/recording.start.
> > >=20
> > > E.g. the client recognizes a timeout and restarts the=20
> recording. This
> > > results in two ore more fragments which is not desirable.
> > >=20
> > > For some time now, I played with different NFS options,=20
> > > changed switches and
> > > so on but to no avail. Sometimes I can stream 5GB without=20
> problems,
> > > sometimes the timeout occurs after a short period of time.
> > >=20
> > >=20
> > > Any ideas what I can change or how I can diagnose this=20
> > > problem further to
> > > avoid the timeouts?
> > >=20
> > >=20
> > > Stefan
> > >=20
>=20
>=20
> --=20
> --------------------------------------------------------------
> ---------------
> Stefan Wuerthner                             web =20
http://wuerthner.dyndns.org
------------------------------------------------------------------------
-----


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.=20
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] 7+ messages in thread
* RE: Sporadic timeout problems during streaming to nfs server
@ 2005-09-14  2:17 Lever, Charles
  2005-09-14  9:58 ` Stefan Wuerthner
  0 siblings, 1 reply; 7+ messages in thread
From: Lever, Charles @ 2005-09-14  2:17 UTC (permalink / raw)
  To: stefan.wuerthner; +Cc: nfs

don't use the "soft" option -- use "hard" instead.  "soft" with "udp" is
a sure recipe for data corruption and the very symptoms you describe
below.=20

> -----Original Message-----
> From: Stefan Wuerthner [mailto:trash.wuerthner@gmx.de]=20
> Sent: Tuesday, September 13, 2005 8:02 PM
> To: nfs@lists.sourceforge.net
> Subject: [NFS] Sporadic timeout problems during streaming to=20
> nfs server
>=20
> - I have the following setup:
>=20
> DBox (DVB-C receiver, 10BaseT) connected to
> 100MBit-Switch connected over 10m TP to
> 100MBit-Switch connected over 5m TP to
> Netwinder (Linux server, 100BaseT)
>=20
> - Export options on the Netwinder (Kernel 2.4.19-rmk7-nw1):
>=20
> dbox2(rw,insecure,all_squash)
>=20
> - Mount options on the DBox (Kernel 2.4.31-dbox2) to stream=20
> the DVB-TS:
>=20
> rw,soft,udp,nolock,rsize=3D8192,wsize=3D8192
>=20
> - This results in:
>=20
> 192.168.24.50:/home/wuerthne on /mnt/filme type nfs =
(rw,v3,rsize=3D8192,
> wsize=3D8192,soft,udp,nolock,addr=3D192.168.24.50)
>=20
>=20
> Unfortunately, I sometimes get a timeout error in the serial=20
> logfile of my
> DBox:
>=20
> [Tue Sep 13 19:15:49 2005]nfs: server 192.168.24.50 not=20
> responding, timed out
> [Tue Sep 13 19:15:49 2005][stream2file]: error in write:=20
> Input/output error
> [Tue Sep 13 19:15:51 2005][stream2file] pthreads exit code: 4294967293
> [Tue Sep 13 19:15:56 2005][neutrino.cpp] executing=20
> /var/tuxbox/config/recording.start.
> [Tue Sep 13 19:15:57 2005]Record channel_id: 44d00016dcd epg:=20
> 44d00016dcda60c, apids  mode 1
> [Tue Sep 13 19:46:43 2005]nfs: server 192.168.24.50 not=20
> responding, timed out
> [Tue Sep 13 19:46:43 2005][stream2file]: error in write:=20
> Input/output error
> [Tue Sep 13 19:46:44 2005][stream2file] pthreads exit code: 4294967293
> [Tue Sep 13 19:46:49 2005][neutrino.cpp] executing=20
> /var/tuxbox/config/recording.start.
>=20
> E.g. the client recognizes a timeout and restarts the recording. This
> results in two ore more fragments which is not desirable.
>=20
> For some time now, I played with different NFS options,=20
> changed switches and
> so on but to no avail. Sometimes I can stream 5GB without problems,
> sometimes the timeout occurs after a short period of time.
>=20
>=20
> Any ideas what I can change or how I can diagnose this=20
> problem further to
> avoid the timeouts?
>=20
>=20
> Stefan
>=20
> --=20
> --------------------------------------------------------------
> ---------------
> Stefan Wuerthner                             web =20
> http://wuerthner.dyndns.org
> --------------------------------------------------------------
> ---------------
>=20
>=20
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.=20
> Download it for free - -and be entered to win a 42" plasma tv=20
> or your very
> own Sony(tm)PSP.  Click here to play:=20
> http://sourceforge.net/geronimo.php
> _______________________________________________
> NFS maillist  -  NFS@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs
>=20


-------------------------------------------------------
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] 7+ messages in thread
[parent not found: <twig.1074096221.40393@mail.uni-tuebingen.de>]

end of thread, other threads:[~2005-09-14 21:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-14 14:00 Sporadic timeout problems during streaming to nfs server Lever, Charles
2005-09-14 21:10 ` Stefan Wuerthner
2005-09-14 21:17   ` Peter Staubach
  -- strict thread matches above, loose matches on Subject: below --
2005-09-14  2:17 Lever, Charles
2005-09-14  9:58 ` Stefan Wuerthner
     [not found] <twig.1074096221.40393@mail.uni-tuebingen.de>
     [not found] ` <20040114161124.GD31464@gw.netwinder.org>
     [not found]   ` <756bb8704c.stefan@wuerthner.dyndns.org>
     [not found]     ` <20040114171148.GA761@gw.netwinder.org>
2005-09-13 23:41       ` Stefan Wuerthner
2005-09-14  0:01       ` Stefan Wuerthner

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.