From: Haakon Riiser <haakon.riiser@fys.uio.no>
To: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: nfs@lists.sourceforge.net
Subject: Re: read(2) hangs on the client side
Date: Sun, 15 May 2005 00:39:04 +0200 [thread overview]
Message-ID: <20050514223904.GA580@fox> (raw)
In-Reply-To: <1115821422.13483.0.camel@lade.trondhjem.org>
Trond,
>> Should I run tcpdump on the server or the client, or perhaps it
>> doesn't matter?
>
> Please try on the client first.
Done. I tcpdump'd all data (-s0) to file, and opened it up in
Ethereal to make some sense of it. I think these packets are the
ones of interest to you: (10.0.0.2 is the NFS server and 10.0.0.4
is the NFS client)
-------------------------------------------------------------------------------
No. Time Source Destination Protocol Info
51 8.020185 10.0.0.4 10.0.0.2 NFS V3 READ Call (Reply In 52), FH:0x2322d19a Offset:0 Len:4096
Frame 51 (190 bytes on wire, 190 bytes captured)
Ethernet II, Src: 00:01:02:fa:af:5f, Dst: 00:50:04:55:8c:44
Internet Protocol, Src Addr: 10.0.0.4 (10.0.0.4), Dst Addr: 10.0.0.2 (10.0.0.2)
Transmission Control Protocol, Src Port: 799 (799), Dst Port: nfsd (2049), Seq: 2048, Ack: 6256, Len: 124
Remote Procedure Call, Type:Call XID:0x70cf1c9d
Network File System, READ Call FH:0x2322d19a Offset:0 Len:4096
Program Version: 3
V3 Procedure: READ (6)
file
offset: 0
count: 4096
No. Time Source Destination Protocol Info
52 8.020731 10.0.0.2 10.0.0.4 NFS V3 READ Reply (Call In 51) Error:Unknown error:10008
Frame 52 (186 bytes on wire, 186 bytes captured)
Ethernet II, Src: 00:50:04:55:8c:44, Dst: 00:01:02:fa:af:5f
Internet Protocol, Src Addr: 10.0.0.2 (10.0.0.2), Dst Addr: 10.0.0.4 (10.0.0.4)
Transmission Control Protocol, Src Port: nfsd (2049), Dst Port: 799 (799), Seq: 6256, Ack: 2172, Len: 120
Remote Procedure Call, Type:Reply XID:0x70cf1c9d
Network File System, READ Reply Error:Unknown error:10008
Program Version: 3
V3 Procedure: READ (6)
Status: ERR_JUKEBOX (10008)
file_attributes
No. Time Source Destination Protocol Info
53 8.059968 10.0.0.4 10.0.0.2 TCP 799 > nfsd [ACK] Seq=2172 Ack=6376 Win=17376 Len=0 TSV=4294774881 TSER=1928447303
Frame 53 (66 bytes on wire, 66 bytes captured)
Ethernet II, Src: 00:01:02:fa:af:5f, Dst: 00:50:04:55:8c:44
Internet Protocol, Src Addr: 10.0.0.4 (10.0.0.4), Dst Addr: 10.0.0.2 (10.0.0.2)
Transmission Control Protocol, Src Port: 799 (799), Dst Port: nfsd (2049), Seq: 2172, Ack: 6376, Len: 0
-------------------------------------------------------------------------------
As you can see in the above, I'm running NFS over TCP, but I have
also tried UDP, and it still hangs. Anyway, have you seen this
before? ERR_JUKEBOX (10008) has only three hits on Google, and all
of them point to the patches to Ethereal that made it recognize this
error. :-)
--
Haakon
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
next prev parent reply other threads:[~2005-05-14 22:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-08 11:33 read(2) hangs on the client side Haakon Riiser
2005-05-08 12:54 ` Trond Myklebust
2005-05-08 13:21 ` Haakon Riiser
2005-05-08 13:59 ` Trond Myklebust
2005-05-08 14:37 ` Haakon Riiser
2005-05-09 10:38 ` Trond Myklebust
2005-05-09 14:13 ` Haakon Riiser
2005-05-11 14:23 ` Trond Myklebust
2005-05-14 22:39 ` Haakon Riiser [this message]
2005-05-14 23:38 ` Trond Myklebust
2005-05-15 6:21 ` Haakon Riiser
2005-05-15 6:39 ` Trond Myklebust
2005-05-15 6:54 ` Haakon Riiser
2005-05-15 7:00 ` Trond Myklebust
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050514223904.GA580@fox \
--to=haakon.riiser@fys.uio.no \
--cc=nfs@lists.sourceforge.net \
--cc=trond.myklebust@fys.uio.no \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.