<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: CIFS VFS No response for cmd n mid&#8230;</title>
	<atom:link href="http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid</link>
	<description>all hail my brain!</description>
	<pubDate>Thu, 29 Jul 2010 19:23:24 +0000</pubDate>
	
		<item>
		<title>By: cnafa</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-56</link>
		<dc:creator>cnafa</dc:creator>
		<pubDate>Mon, 19 Jul 2010 09:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-56</guid>
		<description>My function use cifs protocol to transfer file and it usually occur “CIFS VFS: Send error in read = -11
” error.
I searched the cifs reference and get a ways to resovle it.

http://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf

"
Performance Considerations
Server speed, server disk speed and network speed can constrain the overall performance of a cifs
mount, but in some cases, client client configuration settings can be changed to increase performance:
1) size of file write (wsize). The Linux CIFS client usually sends 56K writes (14 pages) and is
limited to 56K maximum unless mounted forcedirectio.
2) size of file read (rsize). The Linux CIFS client usually sends 16K reads (4 pages). Since CIFS
large network buffers are about 16K in size by default, increasing the rsize would have little
effect unless the setting of module load parameter CIFSMaxBufSize (via insmod) also is
increased.
"

I just lower the block of data what i want to write.

you can use command "modinfo cifs" to get the cifs read or write buffer size and buffersize scope.</description>
		<content:encoded><![CDATA[<p>My function use cifs protocol to transfer file and it usually occur “CIFS VFS: Send error in read = -11<br />
” error.<br />
I searched the cifs reference and get a ways to resovle it.</p>
<p><a href="http://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf" rel="nofollow">http://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf</a></p>
<p>&#8221;<br />
Performance Considerations<br />
Server speed, server disk speed and network speed can constrain the overall performance of a cifs<br />
mount, but in some cases, client client configuration settings can be changed to increase performance:<br />
1) size of file write (wsize). The Linux CIFS client usually sends 56K writes (14 pages) and is<br />
limited to 56K maximum unless mounted forcedirectio.<br />
2) size of file read (rsize). The Linux CIFS client usually sends 16K reads (4 pages). Since CIFS<br />
large network buffers are about 16K in size by default, increasing the rsize would have little<br />
effect unless the setting of module load parameter CIFSMaxBufSize (via insmod) also is<br />
increased.<br />
&#8221;</p>
<p>I just lower the block of data what i want to write.</p>
<p>you can use command &#8220;modinfo cifs&#8221; to get the cifs read or write buffer size and buffersize scope.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cnafa</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-55</link>
		<dc:creator>cnafa</dc:creator>
		<pubDate>Mon, 19 Jul 2010 09:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-55</guid>
		<description>My function use cifs protocol to transfer file and it usually occur "CIFS VFS: Send error in read = -11
" error.
I searched the cifs reference and get a ways to resovle it.

http://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf

I just lower the block of data what i  want to write</description>
		<content:encoded><![CDATA[<p>My function use cifs protocol to transfer file and it usually occur &#8220;CIFS VFS: Send error in read = -11<br />
&#8221; error.<br />
I searched the cifs reference and get a ways to resovle it.</p>
<p><a href="http://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf" rel="nofollow">http://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf</a></p>
<p>I just lower the block of data what i  want to write</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: korman</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-54</link>
		<dc:creator>korman</dc:creator>
		<pubDate>Fri, 02 Jul 2010 14:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-54</guid>
		<description>I should add it was "Cold booted"</description>
		<content:encoded><![CDATA[<p>I should add it was &#8220;Cold booted&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: korman</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-53</link>
		<dc:creator>korman</dc:creator>
		<pubDate>Fri, 02 Jul 2010 14:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-53</guid>
		<description>We just put into production a RHEL5 Linux / Oracle server which uses the CIFS client to injest a number of files located on a Win2k8 Server.  At 8PM I found similar errors and SAR showed %system  cpu at to 99% and staying there until the server had was rebooted 2 hours later.  I am guessing this post might have saved my ass..</description>
		<content:encoded><![CDATA[<p>We just put into production a RHEL5 Linux / Oracle server which uses the CIFS client to injest a number of files located on a Win2k8 Server.  At 8PM I found similar errors and SAR showed %system  cpu at to 99% and staying there until the server had was rebooted 2 hours later.  I am guessing this post might have saved my ass..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Rebey</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-43</link>
		<dc:creator>Bill Rebey</dc:creator>
		<pubDate>Fri, 30 Apr 2010 18:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-43</guid>
		<description>Thanks a million for posting this!  This has been a real nightmare for me ever since upgrading to 9.10 from 9.04 (the problem didn't seem to exist in 9.04).</description>
		<content:encoded><![CDATA[<p>Thanks a million for posting this!  This has been a real nightmare for me ever since upgrading to 9.10 from 9.04 (the problem didn&#8217;t seem to exist in 9.04).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Verleun</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-40</link>
		<dc:creator>Marco Verleun</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-40</guid>
		<description>It is possible to change this setting automatically when loading the CIFS module. modprobe has a nice feature to execute a script when loading a module. Check man 5 modprobe.conf

Add a line to /etc/modprobe.conf or a file in /etc/modprobe.d containing the following line, this is one single line:
install cifs /sbin/modprobe  --ignore-install cifs;  echo 0 &#62; /proc/fs/cifs/OplockEnabled ;</description>
		<content:encoded><![CDATA[<p>It is possible to change this setting automatically when loading the CIFS module. modprobe has a nice feature to execute a script when loading a module. Check man 5 modprobe.conf</p>
<p>Add a line to /etc/modprobe.conf or a file in /etc/modprobe.d containing the following line, this is one single line:<br />
install cifs /sbin/modprobe  &#8211;ignore-install cifs;  echo 0 &gt; /proc/fs/cifs/OplockEnabled ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurice</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-38</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Mon, 14 Sep 2009 23:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-38</guid>
		<description>Touchdown! I use a Nagios server to check the "goodness" of a number of files on Windows servers. Since moving from hard metal to a virtual server the network has been occasionally locking up within minutes of a reboot. I was blaming ntp until I googled the CIFS error message.

I can now get my life back!</description>
		<content:encoded><![CDATA[<p>Touchdown! I use a Nagios server to check the &#8220;goodness&#8221; of a number of files on Windows servers. Since moving from hard metal to a virtual server the network has been occasionally locking up within minutes of a reboot. I was blaming ntp until I googled the CIFS error message.</p>
<p>I can now get my life back!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bolt</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-37</link>
		<dc:creator>bolt</dc:creator>
		<pubDate>Sat, 29 Aug 2009 07:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-37</guid>
		<description>I'm very sorry, but the above solution worked for me. If you've made sure the file exists in the first place and hasn't been renamed or anything in your distro, then I'm afraid I can't help you much more, as the above solution works for me.</description>
		<content:encoded><![CDATA[<p>I&#8217;m very sorry, but the above solution worked for me. If you&#8217;ve made sure the file exists in the first place and hasn&#8217;t been renamed or anything in your distro, then I&#8217;m afraid I can&#8217;t help you much more, as the above solution works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dexter</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-35</link>
		<dc:creator>dexter</dc:creator>
		<pubDate>Fri, 28 Aug 2009 14:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-35</guid>
		<description>The same thing like Monkey Prince.
Help.</description>
		<content:encoded><![CDATA[<p>The same thing like Monkey Prince.<br />
Help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monkey Prince</title>
		<link>http://blog.dhampir.no/content/cifs-vfs-no-response-for-cmd-n-mid#comment-32</link>
		<dc:creator>Monkey Prince</dc:creator>
		<pubDate>Mon, 22 Jun 2009 21:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=88#comment-32</guid>
		<description>I follow your instructions, but still have these errors
CIFS VFS: No response for cmd 50 mid 61463
CIFS VFS: No response for cmd 50 mid 61462
CIFS VFS: No response for cmd 50 mid 61461
CIFS VFS: No response to cmd 46 mid 61460
CIFS VFS: Send error in read = -11
CIFS VFS: No response for cmd 50 mid 61465
CIFS VFS: No response for cmd 50 mid 61466
CIFS VFS: No response for cmd 50 mid 61464
If I cat /proc/fs/cifs/OplockEnabled, it returns 0. Please help me</description>
		<content:encoded><![CDATA[<p>I follow your instructions, but still have these errors<br />
CIFS VFS: No response for cmd 50 mid 61463<br />
CIFS VFS: No response for cmd 50 mid 61462<br />
CIFS VFS: No response for cmd 50 mid 61461<br />
CIFS VFS: No response to cmd 46 mid 61460<br />
CIFS VFS: Send error in read = -11<br />
CIFS VFS: No response for cmd 50 mid 61465<br />
CIFS VFS: No response for cmd 50 mid 61466<br />
CIFS VFS: No response for cmd 50 mid 61464<br />
If I cat /proc/fs/cifs/OplockEnabled, it returns 0. Please help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
