<?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: Install Samba Server on Ubuntu</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 22 Nov 2009 18:52:07 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: arben</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-79991</link>
		<dc:creator>arben</dc:creator>
		<pubDate>Sat, 14 Nov 2009 16:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-79991</guid>
		<description>to hadje: you need to remove the  around username...they are not meant to be typed in.</description>
		<content:encoded><![CDATA[<p>to hadje: you need to remove the  around username&#8230;they are not meant to be typed in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-77354</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-77354</guid>
		<description>HOW DO I GO ABOUT TRANSFERING FILES FROM ONE NODE TO ANOTHER USING SAMBA</description>
		<content:encoded><![CDATA[<p>HOW DO I GO ABOUT TRANSFERING FILES FROM ONE NODE TO ANOTHER USING SAMBA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-71688</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sun, 10 May 2009 02:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-71688</guid>
		<description>I tried these steps in Ubuntu 9.04 Desktop Edition (32bit). I can succesfuly map a share folder from Windows Desktop via samba user account. But do not have write access to the folder. Don&#039;t know why? I don&#039;t want other people or guest account to access this folder. Can Geek halp on this?</description>
		<content:encoded><![CDATA[<p>I tried these steps in Ubuntu 9.04 Desktop Edition (32bit). I can succesfuly map a share folder from Windows Desktop via samba user account. But do not have write access to the folder. Don&#8217;t know why? I don&#8217;t want other people or guest account to access this folder. Can Geek halp on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logics</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-67298</link>
		<dc:creator>Logics</dc:creator>
		<pubDate>Fri, 20 Feb 2009 15:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-67298</guid>
		<description>@Roque
a comment is any line that begins with a &quot;#&quot; or a &quot;;&quot;

To &#039;uncomment&#039; a line means to remove the preceding &quot;#&quot; or &quot;;&quot; from the start. In your case, the line
   ;security = user
should become
   security = user
with the &quot;;&quot; at the start removed.</description>
		<content:encoded><![CDATA[<p>@Roque<br />
a comment is any line that begins with a &#8220;#&#8221; or a &#8220;;&#8221;</p>
<p>To &#8216;uncomment&#8217; a line means to remove the preceding &#8220;#&#8221; or &#8220;;&#8221; from the start. In your case, the line<br />
   ;security = user<br />
should become<br />
   security = user<br />
with the &#8220;;&#8221; at the start removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roque</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-66813</link>
		<dc:creator>Roque</dc:creator>
		<pubDate>Sat, 14 Feb 2009 20:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-66813</guid>
		<description>Ok, Im new on this, I barely have a guess on what uncomment means,,,

I tried this:
sudo gedit /etc/samba/smb.conf



Made this:
####### Authentication #######

  &quot;security = user&quot; is always a good idea. This will require a Unix account
  in this server for every user accessing the server. See
  /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
  in the samba-doc package for details.
 ;  security = user
    username map = /etc/samba/smbusers

I saved and closed.

Then tried this on the terminal:
    sudo smbpasswd -a 

and I got this:
bash: syntax error near unexpected token `newline&#039;


Can&#039;t continue, please help for newbies.</description>
		<content:encoded><![CDATA[<p>Ok, Im new on this, I barely have a guess on what uncomment means,,,</p>
<p>I tried this:<br />
sudo gedit /etc/samba/smb.conf</p>
<p>Made this:<br />
####### Authentication #######</p>
<p>  &#8220;security = user&#8221; is always a good idea. This will require a Unix account<br />
  in this server for every user accessing the server. See<br />
  /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html<br />
  in the samba-doc package for details.<br />
 ;  security = user<br />
    username map = /etc/samba/smbusers</p>
<p>I saved and closed.</p>
<p>Then tried this on the terminal:<br />
    sudo smbpasswd -a </p>
<p>and I got this:<br />
bash: syntax error near unexpected token `newline&#8217;</p>
<p>Can&#8217;t continue, please help for newbies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-60682</link>
		<dc:creator>george</dc:creator>
		<pubDate>Tue, 11 Nov 2008 09:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-60682</guid>
		<description>Hi Ambika,

You need to enable the repository for this error. follow the instructions from this web link 
&quot;http://www.howtogeek.com/howto/ubuntu/adding-extra-repositories-on-ubuntu/&quot; .  After editing the /etc/apt/sources.list file don&#039;t forget to issue the below command 

sudo apt-get update

and then try to install the samba software by issuing sudo apt-get install samba smbfs, you will be done.

rgds
george</description>
		<content:encoded><![CDATA[<p>Hi Ambika,</p>
<p>You need to enable the repository for this error. follow the instructions from this web link<br />
&#8220;http://www.howtogeek.com/howto/ubuntu/adding-extra-repositories-on-ubuntu/&#8221; .  After editing the /etc/apt/sources.list file don&#8217;t forget to issue the below command </p>
<p>sudo apt-get update</p>
<p>and then try to install the samba software by issuing sudo apt-get install samba smbfs, you will be done.</p>
<p>rgds<br />
george</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shane</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-58942</link>
		<dc:creator>shane</dc:creator>
		<pubDate>Wed, 08 Oct 2008 14:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-58942</guid>
		<description>I&#039;m new also, can I get more detailed commands like how to save the the part where we change the &quot;security = user
username map = /etc/samba/smbusers&quot;
I can get the recording to come up, but just not sure what keys to press.
Thanks!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m new also, can I get more detailed commands like how to save the the part where we change the &#8220;security = user<br />
username map = /etc/samba/smbusers&#8221;<br />
I can get the recording to come up, but just not sure what keys to press.<br />
Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ambika</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-58361</link>
		<dc:creator>Ambika</dc:creator>
		<pubDate>Fri, 26 Sep 2008 18:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-58361</guid>
		<description>Can any body inform me what is wrong with samba setup. It is showing below logs during installation.
root@BHUWS042:~# sudo apt-get install samba smbfs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package samba is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  smbclient samba-common
E: Package samba has no installation candidate
root@BHUWS042:~# sudo apt-get install sambaclient smbfs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn&#039;t find package sambaclient
root@BHUWS042:~# sudo apt-get install samba-common smbfs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
samba-common is already the newest version.
Package smbfs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package smbfs has no installation candidate
root@BHUWS042:~#</description>
		<content:encoded><![CDATA[<p>Can any body inform me what is wrong with samba setup. It is showing below logs during installation.<br />
<a href="mailto:root@BHUWS042:~#">root@BHUWS042:~#</a> sudo apt-get install samba smbfs<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
Package samba is not available, but is referred to by another package.<br />
This may mean that the package is missing, has been obsoleted, or<br />
is only available from another source<br />
However the following packages replace it:<br />
  smbclient samba-common<br />
E: Package samba has no installation candidate<br />
<a href="mailto:root@BHUWS042:~#">root@BHUWS042:~#</a> sudo apt-get install sambaclient smbfs<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
E: Couldn&#8217;t find package sambaclient<br />
<a href="mailto:root@BHUWS042:~#">root@BHUWS042:~#</a> sudo apt-get install samba-common smbfs<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
samba-common is already the newest version.<br />
Package smbfs is not available, but is referred to by another package.<br />
This may mean that the package is missing, has been obsoleted, or<br />
is only available from another source<br />
E: Package smbfs has no installation candidate<br />
<a href="mailto:root@BHUWS042:~#">root@BHUWS042:~#</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ghofur</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-57983</link>
		<dc:creator>ghofur</dc:creator>
		<pubDate>Sat, 20 Sep 2008 13:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-57983</guid>
		<description>&quot;cannot  locate remote server&quot; after install samba what goes wrong??? any idea?</description>
		<content:encoded><![CDATA[<p>&#8220;cannot  locate remote server&#8221; after install samba what goes wrong??? any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ogomoe</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/comment-page-1/#comment-57020</link>
		<dc:creator>ogomoe</dc:creator>
		<pubDate>Wed, 03 Sep 2008 02:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/#comment-57020</guid>
		<description>Installing Samba on Opensuse 11.0 is different and I had to use nano as a text editor instead of gedit, but everything after the installation step in this how-to is spot-on.

Anyway, the point I&#039;m trying to make is that this Ubuntu how-to is the most simple answer I found to get Samba working with Opensuse 11.0, imagine that! ;)

Thank you, Geek!</description>
		<content:encoded><![CDATA[<p>Installing Samba on Opensuse 11.0 is different and I had to use nano as a text editor instead of gedit, but everything after the installation step in this how-to is spot-on.</p>
<p>Anyway, the point I&#8217;m trying to make is that this Ubuntu how-to is the most simple answer I found to get Samba working with Opensuse 11.0, imagine that! <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thank you, Geek!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
