<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Dietrich&#039;s Business Technology Blog &#187; Samba</title>
	<atom:link href="http://www.daviddietrich.com/topics/linux/samba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daviddietrich.com</link>
	<description>Business Technology Tips</description>
	<lastBuildDate>Fri, 20 Aug 2010 23:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linux log error &#8211; Could not receive trustdoms : xxx Time(s)</title>
		<link>http://www.daviddietrich.com/2009/05/04/linux-log-error-could-not-receive-trustdoms-xxx-times/</link>
		<comments>http://www.daviddietrich.com/2009/05/04/linux-log-error-could-not-receive-trustdoms-xxx-times/#comments</comments>
		<pubDate>Tue, 05 May 2009 00:32:26 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[bootup]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=98</guid>
		<description><![CDATA[When using Samba with Linux, Red Hat Enterprise Linux attempts to connect to a Windows server that acts as the domain controller. This is called a trustdom; as Linux is attempting to build a trust relationship with a Windows Domain Controller. You will see the following message in your log: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; samba Begin &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; **Unmatched [...]]]></description>
			<content:encoded><![CDATA[<p>When using Samba with Linux, Red Hat Enterprise Linux attempts to connect to a Windows server that acts as the domain controller. This is called a trustdom; as Linux is attempting to build a trust relationship with a Windows Domain Controller. You will see the following message in your log:</p>
<p class="MsoPlainText">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; samba Begin &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p class="MsoPlainText">
<p class="MsoPlainText">**Unmatched Entries**</p>
<p class="MsoPlainText">nsswitch/winbindd_util.c:trustdom_recv(243)<span> </span>Could not receive trustdoms : 288 Time(s)</p>
<p class="MsoPlainText">
<p class="MsoPlainText">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- samba End &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>To stop this error message, you need to stop the winbind service. To do this, run the following commands:</p>
<p><strong>chkconfig winbind off<br />
service winbind stop</strong></p>
<p>This will ensure that upon reboot, the service does not start. And the second command ensures that the service is stopped immediately.</p>
<p>Check your log tomorrow to ensure that you are no longer receiving this message.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/05/04/linux-log-error-could-not-receive-trustdoms-xxx-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount a Windows share in Linux</title>
		<link>http://www.daviddietrich.com/2009/03/01/how-to-mount-a-windows-share-in-linux/</link>
		<comments>http://www.daviddietrich.com/2009/03/01/how-to-mount-a-windows-share-in-linux/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 00:27:07 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=85</guid>
		<description><![CDATA[Here is an example of how to connect to a Windows share from Linux: &#62;mkdir -p /mnt/winShare &#62;mount -t cifs //192.168.x.x/e$ /mnt/winShare -o username=Administrator First put in the connection information in Linux style notation //IP/ShareName. The share can be a root directory, like the e$ above, or it can be any other defined share on [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an example of how to connect to a Windows share from Linux:</p>
<p><strong>&gt;mkdir -p /mnt/winShare<br />
&gt;mount -t cifs //192.168.x.x/e$ /mnt/winShare -o username=Administrator</strong></p>
<p>First put in the connection information in Linux style notation //IP/ShareName. The share can be a root directory, like the e$ above, or it can be any other defined share on the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/03/01/how-to-mount-a-windows-share-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
