<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Alfresco and CIFS troubleshooting on Ubuntu</title>
	<atom:link href="http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/</link>
	<description>My site of wonder and personal sandbox</description>
	<lastBuildDate>Sun, 25 Mar 2012 01:05:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tomas</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-2601</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Tue, 31 Jan 2012 18:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-2601</guid>
		<description>You NEED samba for NetBIOS lookup. 

If you dont install samba, other windows machines on the lan must access with the server ip, 

\\192.168.1.100\alfresco

I you install samba the windows machines on the lan can access like this

\\myubuntuserver\alfresco</description>
		<content:encoded><![CDATA[<p>You NEED samba for NetBIOS lookup. </p>
<p>If you dont install samba, other windows machines on the lan must access with the server ip, </p>
<p>\\192.168.1.100\alfresco</p>
<p>I you install samba the windows machines on the lan can access like this</p>
<p>\\myubuntuserver\alfresco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-930</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 13 Apr 2010 10:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-930</guid>
		<description>Hi, beautiful article!
Sorry for my english, but I&#039;m italian..
I&#039;m trying to access Alfresco to FTP, but it doesn&#039;t work!
Have you any solution?

Thank&#039;you very much.</description>
		<content:encoded><![CDATA[<p>Hi, beautiful article!<br />
Sorry for my english, but I&#8217;m italian..<br />
I&#8217;m trying to access Alfresco to FTP, but it doesn&#8217;t work!<br />
Have you any solution?</p>
<p>Thank&#8217;you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helene Klungvik</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-669</link>
		<dc:creator>Helene Klungvik</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-669</guid>
		<description>For some reason things didn&#039;t work until I installed samba, but I don&#039;t know why. I might be wrong, and I would like nothing better because I can&#039;t see a reason why samba has to be installed too :)</description>
		<content:encoded><![CDATA[<p>For some reason things didn&#8217;t work until I installed samba, but I don&#8217;t know why. I might be wrong, and I would like nothing better because I can&#8217;t see a reason why samba has to be installed too <img src='http://klungvik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Raoul</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-668</link>
		<dc:creator>Nicolas Raoul</dc:creator>
		<pubDate>Thu, 26 Nov 2009 07:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-668</guid>
		<description>You don&#039;t need Samba, so the first line is unnecessary. Having samba will probably only bring a conflict, which can be avoided by stopping samba:
sudo /etc/init.d/samba stop

And to stop Samba from starting every time you reboot, remove all files that have &quot;samba&quot; in their names in the /etc/rc*.d directories.

Thanks for the iptables trick!</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need Samba, so the first line is unnecessary. Having samba will probably only bring a conflict, which can be avoided by stopping samba:<br />
sudo /etc/init.d/samba stop</p>
<p>And to stop Samba from starting every time you reboot, remove all files that have &#8220;samba&#8221; in their names in the /etc/rc*.d directories.</p>
<p>Thanks for the iptables trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haridasi</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-459</link>
		<dc:creator>haridasi</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-459</guid>
		<description>The cifs server included in Alfresco doesn&#039;t listen to the smb ports, so that&#039;s why you need to set it up. And then you need to redirect incoming &quot;calls&quot; to the ports afresco&#039;s cifs listen to (therefore adding port forwarding to iptable).</description>
		<content:encoded><![CDATA[<p>The cifs server included in Alfresco doesn&#8217;t listen to the smb ports, so that&#8217;s why you need to set it up. And then you need to redirect incoming &#8220;calls&#8221; to the ports afresco&#8217;s cifs listen to (therefore adding port forwarding to iptable).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-458</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-458</guid>
		<description>I should probably also mention that I am using Alfresco Community Edition 3.2</description>
		<content:encoded><![CDATA[<p>I should probably also mention that I am using Alfresco Community Edition 3.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-457</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-457</guid>
		<description>Thanks for a great article!

I am having some trouble getting this to work.

Sorry if this is a stupid question, but why do you need to install samba for this?  Will that not &quot;clash&quot; with the CIFS server included in Alfresco?</description>
		<content:encoded><![CDATA[<p>Thanks for a great article!</p>
<p>I am having some trouble getting this to work.</p>
<p>Sorry if this is a stupid question, but why do you need to install samba for this?  Will that not &#8220;clash&#8221; with the CIFS server included in Alfresco?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Luke</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-428</link>
		<dc:creator>Larry Luke</dc:creator>
		<pubDate>Fri, 05 Jun 2009 01:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-428</guid>
		<description>I&#039;ve been having problems subscribing to this feed.  It lets me subscribe and it loads in the rss reader program I use (which is netnewswire for mac) but it&#039;s not showing new posts.  A few duplicates too.  Am I using the wrong url perhaps?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been having problems subscribing to this feed.  It lets me subscribe and it loads in the rss reader program I use (which is netnewswire for mac) but it&#8217;s not showing new posts.  A few duplicates too.  Am I using the wrong url perhaps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Buer</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-405</link>
		<dc:creator>Per Buer</dc:creator>
		<pubDate>Tue, 12 May 2009 18:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-405</guid>
		<description>&quot;echo 1 &gt; /proc/sys/net/ipv4/ip_forward&quot; enables forwarding (routing) of packets. Unless your system is a router this is probably not something you want - it can be exploited in a number of ways.</description>
		<content:encoded><![CDATA[<p>&#8220;echo 1 &gt; /proc/sys/net/ipv4/ip_forward&#8221; enables forwarding (routing) of packets. Unless your system is a router this is probably not something you want &#8211; it can be exploited in a number of ways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haridasi</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-350</link>
		<dc:creator>haridasi</dc:creator>
		<pubDate>Wed, 15 Apr 2009 19:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-350</guid>
		<description>Even better :-D</description>
		<content:encoded><![CDATA[<p>Even better <img src='http://klungvik.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolai</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/comment-page-1/#comment-349</link>
		<dc:creator>Nicolai</dc:creator>
		<pubDate>Wed, 15 Apr 2009 19:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://klungvik.com/?p=555#comment-349</guid>
		<description>netstat -p saves you the lsof command :-)

Nicolai</description>
		<content:encoded><![CDATA[<p>netstat -p saves you the lsof command <img src='http://klungvik.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Nicolai</p>
]]></content:encoded>
	</item>
</channel>
</rss>

