The Samba-Bugzilla – Attachment 12941 Details for
Bug 12584
CIFS client sends wrong SMB2 TREE_CONNECT request on reconnect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
test script to reproduce the trace
test-cifs.sh (text/plain), 369 bytes, created by
Jan-Marek Glogowski
on 2017-02-15 15:00:56 UTC
(
hide
)
Description:
test script to reproduce the trace
Filename:
MIME Type:
Creator:
Jan-Marek Glogowski
Created:
2017-02-15 15:00:56 UTC
Size:
369 bytes
patch
obsolete
>#!/bin/bash > >FILE="/tmp/samba/delme_glg" >SIZE=300000000 > >cleanup() >{ > rm -f "$FILE" > exit 0 >} > >trap cleanup ERR HUP INT > >set -e > >date >./seekwrite "$FILE" $SIZE & >sleep 0.1 >sudo -b tcpkill -i lo -9 port 445 >#echo $? >sleep 0.1 >sudo killall tcpkill >sleep 0.01 >killall seekwrite >#ls -l "$FILE" > >sleep 0.1 >./seekwrite "$FILE" $SIZE & >sleep 0.01 >killall seekwrite > >cleanup
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12584
:
12937
|
12938
|
12939
|
12940
| 12941