RE: CIFS VFS errors

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

 



-----Original Message-----
From: linux-cifs-owner@xxxxxxxxxxxxxxx
[mailto:linux-cifs-owner@xxxxxxxxxxxxxxx] On Behalf Of Shirish Pargaonkar
Sent: Thursday, June 23, 2011 8:43 AM
To: Shane McColman
Cc: linux-cifs@xxxxxxxxxxxxxxx
Subject: Re: CIFS VFS errors

On Thu, Jun 23, 2011 at 9:09 AM, Shane McColman
<smccolman@xxxxxxxxxxxxxxxxxxxx> wrote:
> Adding wsize to fstab did not work.  I restarted things at 4:15 yesterday
> and in less than hour I was back to the same place.
>
>
> Jun 22 16:15:14 fujimoto kernel: [629641.354375] CIFS VFS: Unexpected
lookup
> error -112
> Jun 22 16:15:14 fujimoto kernel: [629641.354383] CIFS VFS: Unexpected
lookup
> error -112
> Jun 22 17:08:42 fujimoto kernel: [632843.214260] CIFS VFS: Autodisabling
the
> use of server inode numbers on \\d7gsjxb1\AOI_1 (F). This server doesn't
> seem to support them properly. Hardlinks will not be recognized on this
> mount. Consider mounting with the "noserverino" option to silence this
> message.
> Jun 22 17:18:11 fujimoto kernel: [633411.476667] CIFS VFS: Send error in
> read = -11
> Jun 22 17:21:11 fujimoto kernel: [633590.919038] CIFS VFS: Send error in
> read = -11
> Jun 22 17:23:11 fujimoto kernel: [633710.706852] CIFS VFS: Send error in
> read = -11
> Jun 22 17:25:11 fujimoto kernel: [633830.436301] CIFS VFS: Send error in
> read = -11
> Jun 22 17:27:41 fujimoto kernel: [633980.129508] CIFS VFS: Send error in
> read = -11
> Jun 22 17:28:11 fujimoto kernel: [634010.077463] CIFS VFS: Send error in
> read = -11
> Jun 22 17:30:11 fujimoto kernel: [634129.838218] CIFS VFS: Send error in
> read = -11
> Jun 22 17:41:10 fujimoto kernel: [634787.992075] CIFS VFS: Send error in
> read = -11
>
> When I came in this morning I did an ls on the directory to check it and
it
> has been 15 minutes and I'm still waiting.
>
>
> Shane McColman PEng.
> Quality Assurance Engineer
> Dynamic Source Manufacturing Inc.
> Calgary AB, Canada
>
> -----Original Message-----
> From: linux-cifs-owner@xxxxxxxxxxxxxxx
> [mailto:linux-cifs-owner@xxxxxxxxxxxxxxx] On Behalf Of Shane McColman
> Sent: Wednesday, June 22, 2011 4:40 PM
> To: 'Jeff Layton'
> Cc: linux-cifs@xxxxxxxxxxxxxxx
> Subject: RE: CIFS VFS errors
>
> I've restarted things and remounted the drive adding wsize to fstab
>
> //d7gsjxb1/AOI_1\040(F)/AOI\040Data     /mnt/AOIData    cifs
> rw,_netdev,guest,uid=1000,gid=100,wsize=16384   0 0
>
> Should have some answers by Monday if not sooner.
>
> Shane McColman PEng.
> Quality Assurance Engineer
> Dynamic Source Manufacturing Inc.
> Calgary AB, Canada
>
> -----Original Message-----
> From: linux-cifs-owner@xxxxxxxxxxxxxxx
> [mailto:linux-cifs-owner@xxxxxxxxxxxxxxx] On Behalf Of Jeff Layton
> Sent: Wednesday, June 22, 2011 2:33 PM
> To: Shane McColman
> Cc: linux-cifs@xxxxxxxxxxxxxxx
> Subject: Re: CIFS VFS errors
>
> On Wed, 22 Jun 2011 14:12:23 -0600
> "Shane McColman" <smccolman@xxxxxxxxxxxxxxxxxxxx> wrote:
>
>> Over the past two days the number of error messages stayed the same but
> now
>> I'm getting the same problems as reported in
>>
>> Bug 36952 -  [2.6.39] CIFS write failures where 2.6.38 works
>>
>> I had to restart my software this morning, but I'm pretty sure I should
be
>> back to the same spot by Monday (if not sooner).  I can turn on debug
>> logging (as suggested by Jeff in reply to Helge's email) if somebody is
>> interested.  Just let me know.  I really need to get this fixed, so just
> let
>> me know what I can do to help.
>>
>
> I suspect that the issue is with signed connections. Are you using
> signed authentication? The patch that I posted earlier today should fix
> this in mainline if so.
>
> We'll need to do something different for 2.6.39 though. A possible
> workaround in the meantime is to set the wsize to something smaller, eg
> wsize=16384. Could you try that and let me know if it makes the problem
> go away?
>
> --
> Jeff Layton <jlayton@xxxxxxxxx>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

> what does command   modinfo cifs   return version of cifs as?

root@fujimoto:/home/mccolman# modinfo cifs
filename:       /lib/modules/2.6.39.1-shane/kernel/fs/cifs/cifs.ko
version:        1.71
description:    VFS to access servers complying with the SNIA CIFS
Specification e.g. Samba and Windows
license:        GPL
author:         Steve French <sfrench@xxxxxxxxxx>
srcversion:     4599E87EC924E5A8F258B49
depends:        
vermagic:       2.6.39.1-shane SMP mod_unload modversions 
parm:           CIFSMaxBufSize:Network buffer size (not including header).
Default: 16384 Range: 8192 to 130048 (int)
parm:           cifs_min_rcv:Network buffers in pool. Default: 4 Range: 1 to
64 (int)
parm:           cifs_min_small:Small network buffers in pool. Default: 30
Range: 2 to 256 (int)
parm:           cifs_max_pending:Simultaneous requests to server. Default:
50 Range: 2 to 256 (int)
parm:           echo_retries:Number of echo attempts before giving up and
reconnecting server. Default: 5. 0 means never reconnect. (ushort)


>I think Jeff's patches are in 1.69 onwards versions of cifs.
>Looks like the requests are timing out which should not be the case.
>Do you see reconnects in /proc/fs/cifs/Stats?

I don't have such a file

root@fujimoto:/home/mccolman# ls /proc/fs/cifs/
cifsFYI  DebugData  LinuxExtensionsEnabled  LookupCacheEnabled
MultiuserMount  OplockEnabled  SecurityFlags  traceSMB

Below is a quick wireshark trace I did this morning.  I've only included
communication with the machine in question and dropped the rest.

No.,Time,Source,Destination,Protocol,Info
811,2.702507,192.168.0.177,192.168.0.118,TCP,"microsoft-ds > 47072 [RST,
ACK] Seq=1 Ack=1 Win=0 Len=0"
812,2.702595,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [SYN]
Seq=0 Win=14600 Len=0 MSS=1460 TSV=172619118 TSER=0 WS=7
813,2.702744,192.168.0.177,192.168.0.118,TCP,"microsoft-ds > 47130 [SYN,
ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1460 WS=0 TSV=0 TSER=0"
814,2.702756,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=1 Ack=1 Win=14720 Len=0 TSV=172619118 TSER=0
815,2.702809,192.168.0.118,192.168.0.177,SMB,Negotiate Protocol Request
816,2.703111,192.168.0.177,192.168.0.118,SMB,Negotiate Protocol Response
817,2.703128,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=83 Ack=120 Win=14720 Len=0 TSV=172619118 TSER=26271488
818,2.703198,192.168.0.118,192.168.0.177,SMB,"Session Setup AndX Request,
User: anonymous"
819,2.704252,192.168.0.177,192.168.0.118,SMB,Session Setup AndX Response
820,2.704344,192.168.0.118,192.168.0.177,SMB,"Tree Connect AndX Request,
Path: \\d7gsjxb1\AOI_1 (F)"
821,2.704572,192.168.0.177,192.168.0.118,SMB,Tree Connect AndX Response
822,2.704595,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#10857R_A_1106.txt"
823,2.704627,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\nspecdl18_Job#10839_A_1106.txt"
824,2.704659,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#10686R_A_1106.txt"
825,2.704715,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI Data\NewDL14_
Job#GoldenR_A_1106.txt"
826,2.704742,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI Data\NewDL14_
Job#10816R_A_1106.txt"
827,2.70479,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI Data\nspec AOI
LINE1_Job#I2982_A_1106.txt"
828,2.704815,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NspecDL14Line2_Job#i2978_A_1106.txt"
829,2.704943,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
830,2.704959,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NspecDL14Line2_Job#I2943_B_1106.txt"
831,2.70514,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47130 [ACK]
Seq=573 Ack=2045 Win=64981 Len=0 TSV=26271488 TSER=172619119
832,2.705219,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47130 [ACK]
Seq=573 Ack=3493 Win=63533 Len=0 TSV=26271488 TSER=172619119
833,2.705283,192.168.0.177,192.168.0.118,TCP,[TCP Window Update]
microsoft-ds > 47130 [ACK] Seq=573 Ack=3493 Win=65079 Len=0 TSV=26271488
TSER=172619119
834,2.705353,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47130 [ACK]
Seq=573 Ack=4941 Win=63631 Len=0 TSV=26271488 TSER=172619119
835,2.705427,192.168.0.177,192.168.0.118,TCP,[TCP Window Update]
microsoft-ds > 47130 [ACK] Seq=573 Ack=4941 Win=65183 Len=0 TSV=26271488
TSER=172619119
836,2.705475,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47130 [ACK]
Seq=573 Ack=6389 Win=63735 Len=0 TSV=26271488 TSER=172619119
837,2.705552,192.168.0.177,192.168.0.118,TCP,[TCP Window Update]
microsoft-ds > 47130 [ACK] Seq=573 Ack=6389 Win=65197 Len=0 TSV=26271488
TSER=172619119
838,2.705599,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47130 [ACK]
Seq=573 Ack=7837 Win=63749 Len=0 TSV=26271488 TSER=172619119
839,2.705691,192.168.0.177,192.168.0.118,TCP,[TCP Window Update]
microsoft-ds > 47130 [ACK] Seq=573 Ack=7837 Win=65253 Len=0 TSV=26271488
TSER=172619119
840,2.705756,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47130 [ACK]
Seq=573 Ack=9285 Win=63805 Len=0 TSV=26271488 TSER=172619119
841,2.705937,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
842,2.705949,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#10773R_B_1106.txt"
843,2.706021,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
844,2.706069,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
845,2.706083,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=10277 Ack=1337 Win=19968 Len=0 TSV=172619119 TSER=26271488
846,2.706207,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
847,2.70622,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#10872R_A_1106.txt"
848,2.706341,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
849,2.706351,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
850,2.706378,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=10851 Ack=2091 Win=23296 Len=0 TSV=172619119 TSER=26271488
851,2.706406,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
852,2.706448,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
853,2.706459,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=10851 Ack=2607 Win=25344 Len=0 TSV=172619119 TSER=26271488
854,2.706572,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
855,2.706587,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI Data\NewDL14_
Job#10773_A_1106.txt"
856,2.70669,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
857,2.706784,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
858,2.706797,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=11825 Ack=3353 Win=28544 Len=0 TSV=172619119 TSER=26271488
859,2.706876,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
860,2.706982,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
861,2.706995,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=11825 Ack=3847 Win=30720 Len=0 TSV=172619119 TSER=26271488
862,2.707097,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
863,2.707126,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI Data\NewDL14_
Job#GoldenR_A_1106.txt"
864,2.707209,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
865,2.707309,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
866,2.707322,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=12787 Ack=4599 Win=33920 Len=0 TSV=172619119 TSER=26271488
867,2.7074,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
868,2.707512,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
869,2.707524,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=12787 Ack=5113 Win=36096 Len=0 TSV=172619119 TSER=26271488
870,2.70761,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
871,2.707624,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#GoldenR_A_1106.txt"
872,2.707721,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
873,2.707817,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
874,2.707831,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=5861 Win=39296 Len=0 TSV=172619120 TSER=26271488
875,2.707917,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
876,2.708046,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
877,2.708059,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=6365 Win=41472 Len=0 TSV=172619120 TSER=26271488
878,2.708139,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
879,2.708252,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
880,2.708264,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=6871 Win=43648 Len=0 TSV=172619120 TSER=26271488
881,2.708353,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
882,2.70846,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
883,2.708472,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=7393 Win=45696 Len=0 TSV=172619120 TSER=26271488
884,2.708554,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
885,2.708665,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
886,2.708676,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=7895 Win=47872 Len=0 TSV=172619120 TSER=26271488
887,2.708762,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
888,2.708871,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
889,2.708898,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=8409 Win=50048 Len=0 TSV=172619120 TSER=26271488
890,2.70897,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
891,2.709078,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
892,2.709092,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=8925 Win=52224 Len=0 TSV=172619120 TSER=26271488
893,2.70917,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
894,2.709286,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
895,2.709297,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=9427 Win=54272 Len=0 TSV=172619120 TSER=26271488
896,2.70938,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
897,2.709489,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
898,2.709502,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=9923 Win=56448 Len=0 TSV=172619120 TSER=26271488
899,2.709586,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
900,2.709697,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
901,2.70971,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=10423 Win=58624 Len=0 TSV=172619120 TSER=26271488
902,2.709784,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
903,2.747585,192.168.0.118,192.168.0.177,TCP,47130 > microsoft-ds [ACK]
Seq=13361 Ack=10649 Win=59648 Len=0 TSV=172619130 TSER=26271488
3910,12.706084,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#10679R_A_1106.txt"
3911,12.707219,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#10686R_A_1106.txt"
3912,12.707686,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47130 [ACK]
Seq=10649 Ack=14999 Win=58091 Len=0 TSV=26271588 TSER=172621619
3913,12.711617,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\nspecdl18_Job#10611R_A_1106.txt"
3914,12.711705,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI Data\nspec AOI LINE1_
Job#i2960_A_1106.txt"
3915,12.712159,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47130 [ACK]
Seq=10649 Ack=17111 Win=55979 Len=0 TSV=26271588 TSER=172621621
3916,12.712171,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NspecDL14Line2_Job#10865R_A_1106.txt"
3983,12.905511,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47130 [ACK]
Seq=10649 Ack=18011 Win=55079 Len=0 TSV=26271591 TSER=172621621
10027,32.702354,192.168.0.177,192.168.0.118,TCP,"microsoft-ds > 47130 [RST,
ACK] Seq=10649 Ack=18011 Win=0 Len=0"
10028,32.702439,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [SYN]
Seq=0 Win=14600 Len=0 MSS=1460 TSV=172626618 TSER=0 WS=7
10029,32.702584,192.168.0.177,192.168.0.118,TCP,"microsoft-ds > 47143 [SYN,
ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1460 WS=0 TSV=0 TSER=0"
10030,32.702595,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=1 Ack=1 Win=14720 Len=0 TSV=172626618 TSER=0
10031,32.702647,192.168.0.118,192.168.0.177,SMB,Negotiate Protocol Request
10032,32.70289,192.168.0.177,192.168.0.118,SMB,Negotiate Protocol Response
10033,32.702907,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=83 Ack=120 Win=14720 Len=0 TSV=172626618 TSER=26271789
10034,32.702975,192.168.0.118,192.168.0.177,SMB,"Session Setup AndX Request,
User: anonymous"
10035,32.704005,192.168.0.177,192.168.0.118,SMB,Session Setup AndX Response
10036,32.704072,192.168.0.118,192.168.0.177,SMB,"Tree Connect AndX Request,
Path: \\d7gsjxb1\AOI_1 (F)"
10037,32.704276,192.168.0.177,192.168.0.118,SMB,Tree Connect AndX Response
10038,32.704302,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#10910R_A_1106.txt"
10039,32.704336,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\nspecdl18_Job#10796R_A_1106.txt"
10040,32.704361,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NspecDL14Line2_Job#i2978_A_1106.txt"
10041,32.704392,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI Data\NewDL14_
Job#GoldenR_A_1106.txt"
10042,32.704417,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\nspecdl18_Job#10611_B_1106.txt"
10043,32.704448,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#10679R_A_1106.txt"
10044,32.704476,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NspecDL14Line2_Job#I2976_B_1106.txt"
10045,32.704642,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10046,32.704658,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NspecDL14Line2_Job#I2943_B_1106.txt"
10047,32.704847,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47143 [ACK]
Seq=565 Ack=2037 Win=65021 Len=0 TSV=26271789 TSER=172626619
10048,32.704999,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47143 [ACK]
Seq=565 Ack=3485 Win=65135 Len=0 TSV=26271789 TSER=172626619
10049,32.705064,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47143 [ACK]
Seq=565 Ack=4933 Win=63687 Len=0 TSV=26271789 TSER=172626619
10050,32.705151,192.168.0.177,192.168.0.118,TCP,[TCP Window Update]
microsoft-ds > 47143 [ACK] Seq=565 Ack=4933 Win=65229 Len=0 TSV=26271789
TSER=172626619
10051,32.7052,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47143 [ACK]
Seq=565 Ack=6381 Win=63781 Len=0 TSV=26271789 TSER=172626619
10052,32.705286,192.168.0.177,192.168.0.118,TCP,[TCP Window Update]
microsoft-ds > 47143 [ACK] Seq=565 Ack=6381 Win=65321 Len=0 TSV=26271789
TSER=172626619
10053,32.705429,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47143 [ACK]
Seq=565 Ack=9277 Win=62425 Len=0 TSV=26271789 TSER=172626619
10054,32.705458,192.168.0.177,192.168.0.118,TCP,[TCP Window Update]
microsoft-ds > 47143 [ACK] Seq=565 Ack=9277 Win=63963 Len=0 TSV=26271789
TSER=172626619
10055,32.7055,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47143 [ACK]
Seq=565 Ack=9679 Win=63561 Len=0 TSV=26271789 TSER=172626619
10056,32.705672,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10057,32.705738,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10058,32.705751,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=9679 Ack=1063 Win=18944 Len=0 TSV=172626619 TSER=26271789
10059,32.705796,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10060,32.705901,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10061,32.705917,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=9679 Ack=1559 Win=21120 Len=0 TSV=172626619 TSER=26271789
10062,32.705928,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10063,32.706008,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10064,32.706018,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=9679 Ack=2057 Win=23296 Len=0 TSV=172626619 TSER=26271789
10065,32.706116,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10066,32.706149,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10067,32.706161,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=9679 Ack=2577 Win=25344 Len=0 TSV=172626619 TSER=26271789
10068,32.706243,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10069,32.70636,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10070,32.706373,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=9679 Ack=3093 Win=27520 Len=0 TSV=172626619 TSER=26271789
10071,32.706454,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10072,32.70657,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10073,32.706582,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=9679 Ack=3595 Win=29696 Len=0 TSV=172626619 TSER=26271789
10074,32.706665,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10075,32.706778,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10076,32.706786,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=9679 Ack=4099 Win=31872 Len=0 TSV=172626619 TSER=26271789
10077,32.706871,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10078,32.706875,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI Data\NspecDL14Line2_
Job#10851R_B_1106.txt"
10079,32.706899,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#10872_A_1106.txt"
10080,32.706921,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI Data\NspecF18 Mac
mini_Job#i2892R_A_1106.txt"
10081,32.706967,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10082,32.707071,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10083,32.707181,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10084,32.707253,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NspecDL14Line2_Job#I2942_B_1106.txt"
10085,32.707278,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10086,32.707372,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10087,32.707379,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=12973 Ack=5619 Win=38272 Len=0 TSV=172626619 TSER=26271789
10088,32.707476,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10089,32.707507,192.168.0.177,192.168.0.118,TCP,microsoft-ds > 47143 [ACK]
Seq=5863 Ack=12973 Win=60267 Len=0 TSV=26271789 TSER=172626619
10090,32.707516,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\NewDL14_Job#GoldenR_A_1106.txt"
10091,32.708183,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10092,32.708189,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10093,32.70819,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10094,32.708192,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10095,32.708193,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10096,32.708195,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10097,32.708204,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=13361 Ack=6617 Win=42496 Len=0 TSV=172626620 TSER=26271789
10098,32.708206,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=13361 Ack=7359 Win=45696 Len=0 TSV=172626620 TSER=26271789
10099,32.70822,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10100,32.708249,192.168.0.118,192.168.0.177,SMB,"Trans2 Request,
QUERY_PATH_INFO, Query File All Info, Path: \AOI
Data\nspecdl18_Job#10679_A_1106.txt"
10101,32.708331,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10102,32.708447,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10103,32.708459,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=13553 Ack=8121 Win=49024 Len=0 TSV=172626620 TSER=26271789
10104,32.708544,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10105,32.708656,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10106,32.708671,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=13553 Ack=8623 Win=51072 Len=0 TSV=172626620 TSER=26271789
10107,32.70875,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10108,32.708863,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10109,32.708873,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=13553 Ack=9129 Win=53248 Len=0 TSV=172626620 TSER=26271789
10110,32.708954,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10111,32.709068,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10112,32.709099,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=13553 Ack=9627 Win=55424 Len=0 TSV=172626620 TSER=26271789
10113,32.709163,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10114,32.709274,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10115,32.709284,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=13553 Ack=10127 Win=57600 Len=0 TSV=172626620 TSER=26271789
10116,32.70937,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10117,32.709483,192.168.0.177,192.168.0.118,SMB,"Trans2 Response,
QUERY_PATH_INFO"
10118,32.709492,192.168.0.118,192.168.0.177,TCP,47143 > microsoft-ds [ACK]
Seq=13553 Ack=10627 Win=59648 Len=0 TSV=172626620 TSER=26271789

--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux