<?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 configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918908#M89367</link>
    <description>Hi,&lt;BR /&gt;if you don't want to use smbpasswd, and want the users share the same passwords that linux box, you can enable plain text passwords in smb.conf file and modify the register in the windows pc's to enable this capabilitie.&lt;BR /&gt;&lt;BR /&gt;I send you the .reg files for different windows OS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
    <pubDate>Thu, 24 Apr 2003 10:58:33 GMT</pubDate>
    <dc:creator>Francisco J. Soler</dc:creator>
    <dc:date>2003-04-24T10:58:33Z</dc:date>
    <item>
      <title>samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918902#M89361</link>
      <description>I have two machines, as close to the same as possible with RH8.&lt;BR /&gt;&lt;BR /&gt;One machine is on the Winblows network and the samba shares are accessible.&lt;BR /&gt;&lt;BR /&gt;On the other PC, the PC appears on network Neighbourhood, but errors when I try to connect to it.&lt;BR /&gt;&lt;BR /&gt;I copied the smb.conf file from the 'working' RH machine to the other, made some minor customizations to it, ie share directories are a little different and still no go.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Tue, 04 Mar 2003 19:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918902#M89361</guid>
      <dc:creator>Nick D'Angelo</dc:creator>
      <dc:date>2003-03-04T19:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918903#M89362</link>
      <description>These two machines can talk to each other right?  No networking problems.&lt;BR /&gt;&lt;BR /&gt;You may need to re-run the process that creates the samba passwords.&lt;BR /&gt;&lt;BR /&gt;Here is a cut and paste version.&lt;BR /&gt;&lt;BR /&gt;As user root.&lt;BR /&gt;&lt;BR /&gt;sbmpasswd username password&lt;BR /&gt;&lt;BR /&gt;The password should be the actual user password.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 00:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918903#M89362</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-05T00:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918904#M89363</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you checked the Samba log files on the machine that is having problems?  If the log files don't provide any clues you can jack up the debug level in the Samba startup script and bounce Samba.  I'd suggest starting at debug level 3 and working up from there.  Samba in debug mode will generate lots of messages in the log file but it can give you some good information.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 02:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918904#M89363</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-03-05T02:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918905#M89364</link>
      <description>Log files are a great idea.  I keep forgetting about those.&lt;BR /&gt;&lt;BR /&gt;If you need to reprocess passwords, here is a more complete procedure now that I have my book in front of me.&lt;BR /&gt;&lt;BR /&gt;1) Add a intended samba user&lt;BR /&gt;&lt;BR /&gt;useradd -m chuckp&lt;BR /&gt;passwd chuckp&lt;BR /&gt;(don't forget to follow good security and not use anything guessable)&lt;BR /&gt;&lt;BR /&gt;cat /etccc/passwd | /usr/bin/mksmbpasswd.sh &amp;gt; /etc/samba/smbpasswd&lt;BR /&gt;&lt;BR /&gt;smbpasswd chuckp&lt;BR /&gt;&lt;BR /&gt;Change the password if you wish.&lt;BR /&gt;&lt;BR /&gt;service smb restart&lt;BR /&gt;&lt;BR /&gt;(that's red hat, probably other dist).&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Mar 2003 03:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918905#M89364</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-05T03:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918906#M89365</link>
      <description>u might have already checked this, but just in case.&lt;BR /&gt;&lt;BR /&gt;1. are any firewall running on the box which is not working.&lt;BR /&gt;2. try using the ipaddress rather than the host name while browsing the share.&lt;BR /&gt;3. try adding the linux box ipaddress to the lmhosts file on the windows box.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;my 2p's.&lt;BR /&gt;-balaji</description>
      <pubDate>Wed, 05 Mar 2003 04:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918906#M89365</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-05T04:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918907#M89366</link>
      <description>I wonder why nobody asked for the type of samba-server. Is it a domain controller or only in workgroup mode?&lt;BR /&gt;&lt;BR /&gt;This is important because as a PDC you must register each workstation and user, it is also not possible to have the same domain/name on another samba server.&lt;BR /&gt;&lt;BR /&gt;What happened if you type in the following commands on the workstations?&lt;BR /&gt;&lt;BR /&gt;net view \\&lt;SERVERNAME&gt;&lt;BR /&gt;net use \\&lt;SERVERNAME&gt;\&lt;SHARE&gt; /user:administrator&lt;BR /&gt;&lt;BR /&gt;Please post your smb.conf for further informations.&lt;BR /&gt;&lt;/SHARE&gt;&lt;/SERVERNAME&gt;&lt;/SERVERNAME&gt;</description>
      <pubDate>Thu, 24 Apr 2003 07:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918907#M89366</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2003-04-24T07:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918908#M89367</link>
      <description>Hi,&lt;BR /&gt;if you don't want to use smbpasswd, and want the users share the same passwords that linux box, you can enable plain text passwords in smb.conf file and modify the register in the windows pc's to enable this capabilitie.&lt;BR /&gt;&lt;BR /&gt;I send you the .reg files for different windows OS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Thu, 24 Apr 2003 10:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918908#M89367</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2003-04-24T10:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918909#M89368</link>
      <description>ok,&lt;BR /&gt;&lt;BR /&gt;try restarting the smb service, check both smbd and nmbd are properly running or not, what error you are getting when trying to connect</description>
      <pubDate>Thu, 24 Apr 2003 11:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918909#M89368</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2003-04-24T11:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918910#M89369</link>
      <description>Interestingly, I have the same problem on a HPUX11.i server now.&lt;BR /&gt;&lt;BR /&gt;It used to be setup as 'test' and now we have moved it to production (changed ip address and hostname).  We used to be able to browse to it from the Winblows world via network neighborhood, but since we moved it to production, we can not.&lt;BR /&gt;&lt;BR /&gt;If I go to my PC and type in:  net view \\hostname, I can see all the shares just fine, however I can NOT browse to it from the net neigh.&lt;BR /&gt;&lt;BR /&gt;Nickd</description>
      <pubDate>Mon, 16 Jun 2003 17:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918910#M89369</guid>
      <dc:creator>Nick D'Angelo</dc:creator>
      <dc:date>2003-06-16T17:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918911#M89370</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Check the permissions for the computers&lt;BR /&gt;that you want to enter your server,&lt;BR /&gt;maybe they don't have the needed permissions&lt;BR /&gt;or the server can't recognise them&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Mon, 16 Jun 2003 18:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918911#M89370</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-16T18:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918912#M89371</link>
      <description>Changing the hostname of the system just prior to going production with it is like putting it in production minus half the tests.&lt;BR /&gt;&lt;BR /&gt;There are a lot of products like oracle that will stop working if the hostname changes.&lt;BR /&gt;&lt;BR /&gt;We do it a little differently since we once had a  rollout, prior to my time as head admin blow up hugely due to this problem.&lt;BR /&gt;&lt;BR /&gt;Among the products that can break with a hostname change:&lt;BR /&gt;&lt;BR /&gt;omniback v 3.X&lt;BR /&gt;openspool&lt;BR /&gt;Veritas backup&lt;BR /&gt;&lt;BR /&gt;We set up the machine from step A-Z with its production hostname.&lt;BR /&gt;&lt;BR /&gt;When its fully tested, we change the DNS record that used to point to the old production system to point to the new production system.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;our current production server is called jufprod&lt;BR /&gt;&lt;BR /&gt;our new production server is going to be moriah&lt;BR /&gt;&lt;BR /&gt;The actual step that puts the server into production is the DNS change.  All the configuration was done in advance with a new production IP address.  The oracle configuration files have IP addresses in them, not host names.&lt;BR /&gt;&lt;BR /&gt;In the world of DNS the system will forever have two hostnames, until we are sure we can drop support for the old one.  HP-UX could care less.&lt;BR /&gt;&lt;BR /&gt;Is this the cause of your problem?  Probably not.  To be sure I'd have to see your smb.conf file.&lt;BR /&gt;&lt;BR /&gt;I'll try and remember to post mine in the morning.&lt;BR /&gt;&lt;BR /&gt;Here is a working Linux one now!!!&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 17 Jun 2003 01:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918912#M89371</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-17T01:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918913#M89372</link>
      <description>But if you check smb.conf file and see that host is correctly set, samba shouldn't complain about this name and Ip changing.&lt;BR /&gt;&lt;BR /&gt;Check if you do not have any access list set on a switch somewhere...&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 17 Jun 2003 04:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918913#M89372</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-06-17T04:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918914#M89373</link>
      <description>Hi there people,&lt;BR /&gt;&lt;BR /&gt;Maybe an option to try,&lt;BR /&gt;&lt;BR /&gt;I've got an RH and installed Samba.(2.2)&lt;BR /&gt;Now 3.0 is out....--&amp;gt;&amp;gt; samba.org ..with intergrated deamons (smbd + nmbd).&lt;BR /&gt;&lt;BR /&gt;But oke i've got problems there because&lt;BR /&gt;the password of the windows user is encrypted.&lt;BR /&gt;and so the samba deamon must accept ecrypted passwords. (or you can make it plain text and have to do it also in the registry of windows --but it's not recommended)&lt;BR /&gt;so once you diceded about the passwords you can configure the username on the samba + linux manager + on the windows mashine (they have to be the same)&lt;BR /&gt;&lt;BR /&gt;Then copy the smb.conf to the propper dir.&lt;BR /&gt;then restart the smbd + nmbd deamons and you will see the redhat server in network neighborhood (on the windows mashine)&lt;BR /&gt;&lt;BR /&gt;That's all folks....&lt;BR /&gt;&lt;BR /&gt;1.password encrypt  YES / NO&lt;BR /&gt;2.SMB.Conf  (chmod 777 / 755 if needed)&lt;BR /&gt;3.check firrewall (allow the server / client)&lt;BR /&gt;4.if it fail rpm -Uhv samba.3.0 install and try again.&lt;BR /&gt;5. option for newbees (like me) go to &lt;A href="http://www.webmin.com" target="_blank"&gt;www.webmin.com&lt;/A&gt; (it's free)install the rpm package.&lt;BR /&gt;Go to the webbrowser and type the ip address of the linux box :10000 on this port and login with root access. you can configure everything there with a mouse click (also the start up fase (boot up segment, wich was asked before).....good luck fellas..&lt;BR /&gt;&lt;BR /&gt;should be working now....</description>
      <pubDate>Wed, 18 Jun 2003 07:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918914#M89373</guid>
      <dc:creator>charlie_20</dc:creator>
      <dc:date>2003-06-18T07:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918915#M89374</link>
      <description>Hi there people,&lt;BR /&gt;&lt;BR /&gt;Maybe an option to try,&lt;BR /&gt;&lt;BR /&gt;I've got an RH and installed Samba.(2.2)&lt;BR /&gt;Now 3.0 is out....--&amp;gt;&amp;gt; samba.org ..with intergrated deamons (smbd + nmbd).&lt;BR /&gt;&lt;BR /&gt;But oke i've got problems there because&lt;BR /&gt;the password of the windows user is encrypted.&lt;BR /&gt;and so the samba deamon must accept ecrypted passwords. (or you can make it plain text and have to do it also in the registry of windows --but it's not recommended)&lt;BR /&gt;so once you diceded about the passwords you can configure the username on the samba + linux manager + on the windows mashine (they have to be the same)&lt;BR /&gt;&lt;BR /&gt;Then copy the smb.conf to the propper dir.&lt;BR /&gt;then restart the smbd + nmbd deamons and you will see the redhat server in network neighborhood (on the windows mashine)&lt;BR /&gt;&lt;BR /&gt;That's all folks....&lt;BR /&gt;&lt;BR /&gt;1.password encrypt  YES / NO&lt;BR /&gt;2.SMB.Conf  (chmod 777 / 755 if needed)&lt;BR /&gt;3.check firrewall (allow the server / client)&lt;BR /&gt;4.if it fail rpm -Uhv samba.3.0 install and try again.&lt;BR /&gt;5. option for newbees (like me) go to &lt;A href="http://www.webmin.com" target="_blank"&gt;www.webmin.com&lt;/A&gt; (it's free)install the rpm package.&lt;BR /&gt;Go to the webbrowser and type the ip address of the linux box :10000 on this port and login with root access. you can configure everything there with a mouse click (also the start up fase (boot up segment, wich was asked before).....good luck fellas..&lt;BR /&gt;&lt;BR /&gt;should be working now.... (or buy the book of O'Reilly samba pocket guide = 7 euro)= oke!!</description>
      <pubDate>Wed, 18 Jun 2003 07:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918915#M89374</guid>
      <dc:creator>charlie_20</dc:creator>
      <dc:date>2003-06-18T07:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918916#M89375</link>
      <description>For the easiest Samba install ever:&lt;BR /&gt;&lt;BR /&gt;install Red Hat 9&lt;BR /&gt;&lt;BR /&gt;Sharing with Samba via RH 9 is almost as easy as creating a share in Windoz&lt;BR /&gt;&lt;BR /&gt;I've tried to configure samba with RH 7.3 and 8 and never had much luck... when i tried with 9 it was SO easy.</description>
      <pubDate>Wed, 18 Jun 2003 11:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918916#M89375</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-06-18T11:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918917#M89376</link>
      <description>Onto RH9. then.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your ideas.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 17:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration/m-p/2918917#M89376</guid>
      <dc:creator>Nick D'Angelo</dc:creator>
      <dc:date>2003-06-23T17:59:03Z</dc:date>
    </item>
  </channel>
</rss>

