<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problems with SAMBA in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056378#M64519</link>
    <description>Another thought...&lt;BR /&gt;&lt;BR /&gt;Maybe the computer account for your Samba server got disabled or deleted.&lt;BR /&gt;&lt;BR /&gt;See whether you're still part of the domain with&lt;BR /&gt;&lt;BR /&gt;# net rpc testjoin&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
    <pubDate>Wed, 04 Jul 2007 11:31:09 GMT</pubDate>
    <dc:creator>Rob Leadbeater</dc:creator>
    <dc:date>2007-07-04T11:31:09Z</dc:date>
    <item>
      <title>Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056370#M64511</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We have a problem with our samba sever.&lt;BR /&gt;&lt;BR /&gt;Every user that connects to samba, on the server appears as "nobody". The fs is writeable, but users can only create new files but not delete or modify them.&lt;BR /&gt;&lt;BR /&gt;Every user appears in /etc/samba/smbpasswd (but not mapped to nobody in /etc/samba/smbusers).&lt;BR /&gt;&lt;BR /&gt;What can be a problem?&lt;BR /&gt;&lt;BR /&gt;Thanx.</description>
      <pubDate>Wed, 04 Jul 2007 02:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056370#M64511</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2007-07-04T02:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056371#M64512</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;There are many different ways of configuring security in Samba.&lt;BR /&gt;&lt;BR /&gt;What have you got for the security parameter in smb.conf ?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 04 Jul 2007 02:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056371#M64512</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-07-04T02:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056372#M64513</link>
      <description>Hello Rob,&lt;BR /&gt;the issue is that smb.conf was not changed.&lt;BR /&gt;&lt;BR /&gt;smb.conf attached.</description>
      <pubDate>Wed, 04 Jul 2007 03:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056372#M64513</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2007-07-04T03:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056373#M64514</link>
      <description>Ok, I'm going to go with the assumption that users are accessing the 'public' share with 'Guest' access.&lt;BR /&gt;&lt;BR /&gt;If the users aren't properly authenticating, and being mapped via 'smbusers' to a Unix user, then the permissions are going to be all over the place.&lt;BR /&gt;&lt;BR /&gt;You've not defined a specific 'guest user', so they get to use 'nobody'.&lt;BR /&gt;&lt;BR /&gt;I'm picking that 'nobody' doesn't have permission to write to '/appl/public'.  This is why you're having issues.&lt;BR /&gt;&lt;BR /&gt;A few ways around it.&lt;BR /&gt;&lt;BR /&gt;1) Ensure that everybody authenticates properly and has a mapped unix username in '/etc/samba/smbusers'.&lt;BR /&gt;&lt;BR /&gt;2) Set up a guest user properly for the 'public' share, ensuring it has UNIX write permissions to '/appl/public'.&lt;BR /&gt;&lt;BR /&gt;.. Well, they're basically it come to think of it .. ;)</description>
      <pubDate>Wed, 04 Jul 2007 03:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056373#M64514</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-07-04T03:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056374#M64515</link>
      <description>Shalom Alex,&lt;BR /&gt;&lt;BR /&gt;Mah Shalomchah?&lt;BR /&gt;&lt;BR /&gt;security = domain&lt;BR /&gt;&lt;BR /&gt;This will not use the smbpasswd file&lt;BR /&gt;&lt;BR /&gt;To complete integration with windows domain:&lt;BR /&gt;&lt;BR /&gt;system-config-authentication&lt;BR /&gt;&lt;BR /&gt;Use toe GUI to join the domain, you will need a windows admin password to do this.&lt;BR /&gt;&lt;BR /&gt;or change security=user and then the smbpasswd file will start to get used.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Jul 2007 04:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056374#M64515</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-04T04:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056375#M64516</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I take it things have worked in the past...&lt;BR /&gt;&lt;BR /&gt;Did the Windows guys change anything on the domain controllers ?  Maybe a mixed mode Active Directory domain got changed to native mode...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 04 Jul 2007 04:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056375#M64516</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-07-04T04:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056376#M64517</link>
      <description>Hello all and thanx for the replies.&lt;BR /&gt;&lt;BR /&gt;Changing all config files will probably solve the problem and if there is no other chose we'll do it. The weird thing that it stopped working early this morning without any changes that I'm aware of.&lt;BR /&gt;&lt;BR /&gt;We'll dig a bit more with current configuration and then probably will change the configs and maps files.</description>
      <pubDate>Wed, 04 Jul 2007 05:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056376#M64517</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2007-07-04T05:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056377#M64518</link>
      <description>Hmmm. Nothing changed on Linux. Functionality stopped working.&lt;BR /&gt;&lt;BR /&gt;Blame the Windows or network guys!&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Jul 2007 06:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056377#M64518</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-04T06:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056378#M64519</link>
      <description>Another thought...&lt;BR /&gt;&lt;BR /&gt;Maybe the computer account for your Samba server got disabled or deleted.&lt;BR /&gt;&lt;BR /&gt;See whether you're still part of the domain with&lt;BR /&gt;&lt;BR /&gt;# net rpc testjoin&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 04 Jul 2007 11:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056378#M64519</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-07-04T11:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056379#M64520</link>
      <description>After many tries all suggestions that I found failed to work ....&lt;BR /&gt;&lt;BR /&gt;Since it's RedHat 7.3 "server" with 30GB of data on it, files were copied to another file server and this one will be reinstalled with Fedora 6 tomorrow.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx for the replies,&lt;BR /&gt;Alex.</description>
      <pubDate>Wed, 04 Jul 2007 12:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056379#M64520</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2007-07-04T12:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056380#M64521</link>
      <description>shalom again Alex,&lt;BR /&gt;&lt;BR /&gt;May I suggest CentOS 4 instead of Fedora 6. Fedora is not production quality code in my opinion. CentOS meets the same price criteria and is a repackage of AS 4 from Red Hat with the trademarks removed.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.centos.org" target="_blank"&gt;http://www.centos.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 05 Jul 2007 04:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-samba/m-p/5056380#M64521</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-05T04:17:00Z</dc:date>
    </item>
  </channel>
</rss>

