<?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: Samba in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836263#M24508</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A problem with Microsoft's Domain Controller has been blocking various versions of the Samba software from making proper connections to microsoft shares.&lt;BR /&gt;&lt;BR /&gt;The problem was so severe, some people put in a  special domain controller to manage this situation.&lt;BR /&gt;&lt;BR /&gt;The options are not very good.&lt;BR /&gt;&lt;BR /&gt;1) You can pick a version of Samba that works with your microsoft environment. The stuck version with RH4 should work but apparently not.&lt;BR /&gt;&lt;BR /&gt;2) You can provide an alternate domain controller to permit network access to Linux clients.&lt;BR /&gt;&lt;BR /&gt;3) Microsoft can release a fix, because they caused the problem. That may have been done, you should have the domain admins check into it.&lt;BR /&gt;&lt;BR /&gt;The documentation you have been provided is sufficient.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 03 Aug 2006 07:49:21 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-08-03T07:49:21Z</dc:date>
    <item>
      <title>Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836259#M24504</link>
      <description>Hi Admins,&lt;BR /&gt;After Samba server configuration in my RHEL4 server , i tried this command to check the configuration is done properly &lt;BR /&gt;# smbclient //localhost/backup -U thomas&lt;BR /&gt;but iam getting this error&lt;BR /&gt;tree connect failed: NT_STATUS_BAD_NETWORK_NAME&lt;BR /&gt;can anyone  tell me how to solve this.&lt;BR /&gt;Next i need step by step procedure to implement a linux-samba server used as a domain controller for windows network&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 15:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836259#M24504</guid>
      <dc:creator>M.Thomas</dc:creator>
      <dc:date>2006-08-02T15:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836260#M24505</link>
      <description>The best documentation is the SAMBA3 HOWTO included in the samba package. Go to /usr/share/docs/samba-&lt;VERSION&gt;.&lt;BR /&gt;&lt;BR /&gt;Then, for your problem, try this:&lt;BR /&gt;&lt;BR /&gt;run "testparm" to ensure that you configuration file is valid.&lt;BR /&gt;&lt;BR /&gt;Ensure that the services started with "service smb restart" and "service smb status".&lt;BR /&gt;&lt;BR /&gt;Use smbclient -L //servername -U username to list the shares configured. Then try to access the share.&lt;/VERSION&gt;</description>
      <pubDate>Wed, 02 Aug 2006 17:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836260#M24505</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-02T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836261#M24506</link>
      <description>try use smbmount&lt;BR /&gt;man smbmount&lt;BR /&gt;man mount</description>
      <pubDate>Thu, 03 Aug 2006 07:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836261#M24506</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-08-03T07:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836262#M24507</link>
      <description>try:&lt;BR /&gt;&lt;BR /&gt;smbclient -L localhost&lt;BR /&gt;&lt;BR /&gt;this will show you what shares you have on that machine. NT_STATUS_BAD_NETWORK_NAME usually means that you are refering to a wrong sharename (i.e. backup)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers!&lt;BR /&gt;George</description>
      <pubDate>Thu, 03 Aug 2006 07:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836262#M24507</guid>
      <dc:creator>George Georgiev</dc:creator>
      <dc:date>2006-08-03T07:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836263#M24508</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A problem with Microsoft's Domain Controller has been blocking various versions of the Samba software from making proper connections to microsoft shares.&lt;BR /&gt;&lt;BR /&gt;The problem was so severe, some people put in a  special domain controller to manage this situation.&lt;BR /&gt;&lt;BR /&gt;The options are not very good.&lt;BR /&gt;&lt;BR /&gt;1) You can pick a version of Samba that works with your microsoft environment. The stuck version with RH4 should work but apparently not.&lt;BR /&gt;&lt;BR /&gt;2) You can provide an alternate domain controller to permit network access to Linux clients.&lt;BR /&gt;&lt;BR /&gt;3) Microsoft can release a fix, because they caused the problem. That may have been done, you should have the domain admins check into it.&lt;BR /&gt;&lt;BR /&gt;The documentation you have been provided is sufficient.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Aug 2006 07:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836263#M24508</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-03T07:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836264#M24509</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;try to mount the share using smbfs as follows .&lt;BR /&gt;&lt;BR /&gt;mount -t smbfs //&lt;SERVER&gt;/&lt;SHARENAME&gt; &lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;BR /&gt;if u want to mount someones share(say 10.0.3.22)&lt;BR /&gt;first see the share details using ..&lt;BR /&gt;&lt;BR /&gt;$smbclient -L 10.0.3.22&lt;BR /&gt;&lt;BR /&gt;dis will display the share names and types etc..&lt;BR /&gt;so that u can easily mount any share u want .&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;vinay kumar&lt;/MOUNT&gt;&lt;/SHARENAME&gt;&lt;/SERVER&gt;</description>
      <pubDate>Fri, 18 Aug 2006 16:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3836264#M24509</guid>
      <dc:creator>vnykr</dc:creator>
      <dc:date>2006-08-18T16:08:56Z</dc:date>
    </item>
  </channel>
</rss>

