<?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: Greater AD Integration via NFS and Automounts</title>
	<atom:link href="http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Fri, 21 Nov 2008 04:58:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Eric</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-42444</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 19 Nov 2008 21:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-42444</guid>
		<description>it's not the problem of permission but the fact that VNC is creating a file name with colon (:) in it, and windows won't allow colon in the filename.  Anyone have a fix?</description>
		<content:encoded><![CDATA[<p>it&#8217;s not the problem of permission but the fact that VNC is creating a file name with colon (:) in it, and windows won&#8217;t allow colon in the filename.  Anyone have a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farris</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-33718</link>
		<dc:creator>Farris</dc:creator>
		<pubDate>Thu, 11 Oct 2007 22:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-33718</guid>
		<description>My slowness issue has gone away. Still no idea why. :) If anybody else ever has this issue, I'll tell you the steps I took to resolve it:

1) Whine on someone's well-thought-out blog post.
2) Contact someone at Microsoft for their opinion.
3) Wait a few days, but change nothing.

VOILA, it's fixed. :)

Joking aside, did Chris W. ever determine what permissions issue was stopping VNC server from starting? I'm in the same boat now.</description>
		<content:encoded><![CDATA[<p>My slowness issue has gone away. Still no idea why. <img src='http://blog.scottlowe.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> If anybody else ever has this issue, I&#8217;ll tell you the steps I took to resolve it:</p>
<p>1) Whine on someone&#8217;s well-thought-out blog post.<br />
2) Contact someone at Microsoft for their opinion.<br />
3) Wait a few days, but change nothing.</p>
<p>VOILA, it&#8217;s fixed. <img src='http://blog.scottlowe.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Joking aside, did Chris W. ever determine what permissions issue was stopping VNC server from starting? I&#8217;m in the same boat now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farris</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-33517</link>
		<dc:creator>Farris</dc:creator>
		<pubDate>Fri, 28 Sep 2007 03:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-33517</guid>
		<description>Scott,

Thanks for the suggestion. I've done just that, and I'm sure it will help with other areas. However it doesn't appear to have much of an affect on this particular source of NFS slowness:

-bash-3.00$ time ls

real    0m5.986s
user    0m0.000s
sys     0m0.002s
-bash-3.00$ time mkdir 1111

real    0m1.494s
user    0m0.000s
sys     0m0.001s
-bash-3.00$ time cd 1111

real    0m1.496s
user    0m0.000s
sys     0m0.000s

One puzzling bit is that I've seen quite a few blog/forum posts about this kind of slowness, but no definitive explanation or remedy.</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>Thanks for the suggestion. I&#8217;ve done just that, and I&#8217;m sure it will help with other areas. However it doesn&#8217;t appear to have much of an affect on this particular source of NFS slowness:</p>
<p>-bash-3.00$ time ls</p>
<p>real    0m5.986s<br />
user    0m0.000s<br />
sys     0m0.002s<br />
-bash-3.00$ time mkdir 1111</p>
<p>real    0m1.494s<br />
user    0m0.000s<br />
sys     0m0.001s<br />
-bash-3.00$ time cd 1111</p>
<p>real    0m1.496s<br />
user    0m0.000s<br />
sys     0m0.000s</p>
<p>One puzzling bit is that I&#8217;ve seen quite a few blog/forum posts about this kind of slowness, but no definitive explanation or remedy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-33515</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Thu, 27 Sep 2007 22:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-33515</guid>
		<description>Farris,

This may just be a wild guess, but I would make sure that that whatever AD attribute you have mapped as UID (which may be UID, since it's included in the R2 schema) is indexed in AD.  By default, UID is *not* indexed, and it can make a world of difference in how quickly AD responds.  This is just a guess....

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Farris,</p>
<p>This may just be a wild guess, but I would make sure that that whatever AD attribute you have mapped as UID (which may be UID, since it&#8217;s included in the R2 schema) is indexed in AD.  By default, UID is *not* indexed, and it can make a world of difference in how quickly AD responds.  This is just a guess&#8230;.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farris</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-33514</link>
		<dc:creator>Farris</dc:creator>
		<pubDate>Thu, 27 Sep 2007 21:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-33514</guid>
		<description>As others have said, these are excellent articles and got me up and running in no time. However, something I haven't seen addressed is annoyingly slow access to shares mounted on a linux client to a Windows host using NFS. I don't know if it's just that the MS implementation of NFS is very slow, or what. It can't be my network hardware, as it's wall-to-wall GigE, and all other protocols between these boxes are as expected.

Here are some examples from within a user homedir that is mounted via NFS from my Win2003R2 file server:

-bash-3.00$ time ls
1234

real    0m1.504s
user    0m0.001s
sys     0m0.001s
-bash-3.00$ time mkdir 4321

real    0m3.021s
user    0m0.000s
sys     0m0.000s
-bash-3.00$ time cd 4321

real    0m3.009s
user    0m0.000s
sys     0m0.000s

Any ideas?</description>
		<content:encoded><![CDATA[<p>As others have said, these are excellent articles and got me up and running in no time. However, something I haven&#8217;t seen addressed is annoyingly slow access to shares mounted on a linux client to a Windows host using NFS. I don&#8217;t know if it&#8217;s just that the MS implementation of NFS is very slow, or what. It can&#8217;t be my network hardware, as it&#8217;s wall-to-wall GigE, and all other protocols between these boxes are as expected.</p>
<p>Here are some examples from within a user homedir that is mounted via NFS from my Win2003R2 file server:</p>
<p>-bash-3.00$ time ls<br />
1234</p>
<p>real    0m1.504s<br />
user    0m0.001s<br />
sys     0m0.001s<br />
-bash-3.00$ time mkdir 4321</p>
<p>real    0m3.021s<br />
user    0m0.000s<br />
sys     0m0.000s<br />
-bash-3.00$ time cd 4321</p>
<p>real    0m3.009s<br />
user    0m0.000s<br />
sys     0m0.000s</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-33167</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Thu, 30 Aug 2007 02:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-33167</guid>
		<description>Chris W,

It's surely a permissions issue, but I can't tell you exactly what the issue is.  It's probably something like the permissions allow other users to read (at least, that's what Linux thinks) and therefore VNC won't use the password file.  I know I've run into a number of issues where file permissions that were too lax caused things not to work properly.</description>
		<content:encoded><![CDATA[<p>Chris W,</p>
<p>It&#8217;s surely a permissions issue, but I can&#8217;t tell you exactly what the issue is.  It&#8217;s probably something like the permissions allow other users to read (at least, that&#8217;s what Linux thinks) and therefore VNC won&#8217;t use the password file.  I know I&#8217;ve run into a number of issues where file permissions that were too lax caused things not to work properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris W</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-33166</link>
		<dc:creator>Chris W</dc:creator>
		<pubDate>Thu, 30 Aug 2007 01:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-33166</guid>
		<description>Your articles have been a great resource!  I do have one issue though...  When an AD user logs into an AD domain member linux host the home directory automounts correctly; however, that user cannot use VNC.  An input/output error is recorded and the gnome session does not start properly.  I am guessing that it is a permissions issue since by moving the password file to a directory other than home solves the problem.  

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Your articles have been a great resource!  I do have one issue though&#8230;  When an AD user logs into an AD domain member linux host the home directory automounts correctly; however, that user cannot use VNC.  An input/output error is recorded and the gnome session does not start properly.  I am guessing that it is a permissions issue since by moving the password file to a directory other than home solves the problem.  </p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-33102</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Wed, 22 Aug 2007 19:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-33102</guid>
		<description>I'm not sure I understand your question.  Check out the reference materials for Samba; they can give you more details on configuring smb.conf to meet your particular needs.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I understand your question.  Check out the reference materials for Samba; they can give you more details on configuring smb.conf to meet your particular needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helder Pereira</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-33098</link>
		<dc:creator>Helder Pereira</dc:creator>
		<pubDate>Wed, 22 Aug 2007 17:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-33098</guid>
		<description>So, if I want to map a server share to an home directory all I have to do is specify tje home directory option in the smb.com to \server\user ?
Thanks, great article...</description>
		<content:encoded><![CDATA[<p>So, if I want to map a server share to an home directory all I have to do is specify tje home directory option in the smb.com to \server\user ?<br />
Thanks, great article&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2006/11/21/greater-ad-integration-via-nfs-and-automounts/#comment-33031</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Thu, 16 Aug 2007 01:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=367#comment-33031</guid>
		<description>Mel,

If I recall correctly, I'm afraid that's exactly what you're going to have to do.

However, I'm fairly confident that you could whip up a shell script...er, batch file...that could help automate that process.

Good luck!</description>
		<content:encoded><![CDATA[<p>Mel,</p>
<p>If I recall correctly, I&#8217;m afraid that&#8217;s exactly what you&#8217;re going to have to do.</p>
<p>However, I&#8217;m fairly confident that you could whip up a shell script&#8230;er, batch file&#8230;that could help automate that process.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
