<?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 for boltblog</title>
	<atom:link href="http://blog.dhampir.no/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dhampir.no</link>
	<description>all hail my brain!</description>
	<pubDate>Thu, 29 Jul 2010 19:23:51 +0000</pubDate>
	
		<item>
		<title>Comment on CIFS VFS No response for cmd n mid&#8230; 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>Comment on CIFS VFS No response for cmd n mid&#8230; 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>Comment on CIFS VFS No response for cmd n mid&#8230; 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>Comment on CIFS VFS No response for cmd n mid&#8230; 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>Comment on Fun with &#8220;beep&#8221; by bolt</title>
		<link>http://blog.dhampir.no/content/fun-with-beep#comment-52</link>
		<dc:creator>bolt</dc:creator>
		<pubDate>Fri, 25 Jun 2010 14:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhampir.no/?p=163#comment-52</guid>
		<description>Please do :)</description>
		<content:encoded><![CDATA[<p>Please do <img src='http://blog.dhampir.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The stuff I always install on a Debian box by Tristan Grimaux</title>
		<link>http://blog.dhampir.no/content/the-stuff-i-always-install-on-a-debian-box#comment-51</link>
		<dc:creator>Tristan Grimaux</dc:creator>
		<pubDate>Fri, 25 Jun 2010 12:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=67#comment-51</guid>
		<description>midnight-commander ? I also install acpid to catch the power button among other things.</description>
		<content:encoded><![CDATA[<p>midnight-commander ? I also install acpid to catch the power button among other things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with &#8220;beep&#8221; by Tristan Grimaux</title>
		<link>http://blog.dhampir.no/content/fun-with-beep#comment-50</link>
		<dc:creator>Tristan Grimaux</dc:creator>
		<pubDate>Fri, 25 Jun 2010 12:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhampir.no/?p=163#comment-50</guid>
		<description>I'm getting to the same conclusion: I have multiple computers and I need to know when something goes wrong. I love to get them making a beep when they have completed the boot process, and now I'm adding a beep to know they have acknowledge when I manually push the power down button.  But I wanted to do it with style, so I'm searching for nice beep tunes. Yours is splendid!!! I'm going to search in your blog if you have posted more tunes. Now, I'm trying to find short tunes, like the power rangers clock, or the star trek communicator. If I make my list, I'll let you know!</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting to the same conclusion: I have multiple computers and I need to know when something goes wrong. I love to get them making a beep when they have completed the boot process, and now I&#8217;m adding a beep to know they have acknowledge when I manually push the power down button.  But I wanted to do it with style, so I&#8217;m searching for nice beep tunes. Yours is splendid!!! I&#8217;m going to search in your blog if you have posted more tunes. Now, I&#8217;m trying to find short tunes, like the power rangers clock, or the star trek communicator. If I make my list, I&#8217;ll let you know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMWare mouse problems - mouse stuck in bottom right corner by Vitto</title>
		<link>http://blog.dhampir.no/content/vmware-mouse-problems-mouse-stuck-in-bottom-right-corner#comment-49</link>
		<dc:creator>Vitto</dc:creator>
		<pubDate>Fri, 18 Jun 2010 02:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.dhampir.no/?p=50#comment-49</guid>
		<description>This was awesome! thanks!</description>
		<content:encoded><![CDATA[<p>This was awesome! thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on irssi auto-connect and auto-identify by Bill</title>
		<link>http://blog.dhampir.no/content/irssi-auto-connect-and-auto-identify#comment-46</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sun, 06 Jun 2010 01:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhampir.no/?p=120#comment-46</guid>
		<description>it works! I used it and it works great
now I am a genius</description>
		<content:encoded><![CDATA[<p>it works! I used it and it works great<br />
now I am a genius</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CIFS VFS No response for cmd n mid&#8230; 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>
</channel>
</rss>
