<?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 - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317169#M340263</link>
    <description>I am not sure if you have samba installed. Please go for sudo apt-get install samba smbfs &lt;BR /&gt;to install samba and then try</description>
    <pubDate>Wed, 14 Jan 2009 06:21:24 GMT</pubDate>
    <dc:creator>Karandeep Malik</dc:creator>
    <dc:date>2009-01-14T06:21:24Z</dc:date>
    <item>
      <title>Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317161#M340255</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   from windows xp I want to map to unix server to \\172.19.72.22/home/swaraj&lt;BR /&gt;&lt;BR /&gt;But I am getting error like &lt;BR /&gt;The network path \\172.19.72.22/home/swaraj is not found&lt;BR /&gt;Please help me how to reach there..</description>
      <pubDate>Wed, 03 Dec 2008 13:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317161#M340255</guid>
      <dc:creator>Jayraj</dc:creator>
      <dc:date>2008-12-03T13:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317162#M340256</link>
      <description>Hi Swaraj,&lt;BR /&gt;&lt;BR /&gt;You need samba server to be running on unix if unix filesystem should be shared on windows system.&lt;BR /&gt;&lt;BR /&gt;Likewise samba client needs to be running on unix if windows filesystem should be mounted on unix server.</description>
      <pubDate>Wed, 03 Dec 2008 13:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317162#M340256</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-12-03T13:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317163#M340257</link>
      <description>&lt;BR /&gt; Hi Swaraj,&lt;BR /&gt;&lt;BR /&gt;   Pls check that user is having writes.&lt;BR /&gt;&lt;BR /&gt;check and revert back.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Unixguy.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Dec 2008 14:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317163#M340257</guid>
      <dc:creator>unixguy_1</dc:creator>
      <dc:date>2008-12-03T14:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317164#M340258</link>
      <description>Assuming you have your Samba server correctly configured, then your mapping syntax is wrong - your slashes are going the wrong way.  Here's the right way:&lt;BR /&gt;&lt;BR /&gt;\\172.19.72.22\home\swaraj&lt;BR /&gt;&lt;BR /&gt;Except, if this is a [homes] share, then you do not include the home:&lt;BR /&gt;&lt;BR /&gt;\\172.19.72.22\swaraj&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 03 Dec 2008 16:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317164#M340258</guid>
      <dc:creator>eric roseme</dc:creator>
      <dc:date>2008-12-03T16:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317165#M340259</link>
      <description>Hi,&lt;BR /&gt;I have added the user entry in smb.conf as&lt;BR /&gt;&lt;BR /&gt;[home]&lt;BR /&gt;   comment = Home Directory&lt;BR /&gt;   path = /home/swaraj&lt;BR /&gt;   valid users = swaraj&lt;BR /&gt;   writable = yes&lt;BR /&gt;However when I execute smbpasswd -a swaraj,sh: smbpasswd:  not found.&lt;BR /&gt;&lt;BR /&gt;This user is the real user in the server, now I want him as the samba user .. please help me.</description>
      <pubDate>Mon, 08 Dec 2008 12:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317165#M340259</guid>
      <dc:creator>Jayraj</dc:creator>
      <dc:date>2008-12-08T12:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317166#M340260</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This problem is commonly a permissions problem.&lt;BR /&gt;&lt;BR /&gt;[home]&lt;BR /&gt;comment = Home Directory&lt;BR /&gt;path = /home/swaraj&lt;BR /&gt;valid users = swaraj&lt;BR /&gt;writable = yes&lt;BR /&gt;However when I execute smbpasswd -a swaraj,sh: smbpasswd: not found.&lt;BR /&gt;&lt;BR /&gt;This user is the real user in the server, now I want him as the samba user .. please help me.&lt;BR /&gt;&lt;BR /&gt;There needs to be a user on the system called swaraj&lt;BR /&gt;&lt;BR /&gt;smbpasswd is in the /opt filesystem and you need to run smbpasswd -a (with full path) to set up the samba user. Then XP will be able to connect.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 08 Dec 2008 12:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317166#M340260</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-12-08T12:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317167#M340261</link>
      <description>Hi,&lt;BR /&gt;I have used /opt/samba/bin/smbpasswd -a swaraj.now I have added the samba user successfully.&lt;BR /&gt;&lt;BR /&gt;   I have used /etc/init.d/samba restart to restart the samba service, &lt;BR /&gt;But I am getting error like sh: /etc/init.d/samba:  not found.&lt;BR /&gt;&lt;BR /&gt;what could be the reason..</description>
      <pubDate>Mon, 08 Dec 2008 13:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317167#M340261</guid>
      <dc:creator>Jayraj</dc:creator>
      <dc:date>2008-12-08T13:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317168#M340262</link>
      <description>"But I am getting error like sh: /etc/init.d/samba: not found."&lt;BR /&gt;&lt;BR /&gt;EXACTLY what it says, it can't find the named file.&lt;BR /&gt;&lt;BR /&gt;It probably is "/sbin/init.d/samba"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Dec 2008 14:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317168#M340262</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-12-08T14:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317169#M340263</link>
      <description>I am not sure if you have samba installed. Please go for sudo apt-get install samba smbfs &lt;BR /&gt;to install samba and then try</description>
      <pubDate>Wed, 14 Jan 2009 06:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/4317169#M340263</guid>
      <dc:creator>Karandeep Malik</dc:creator>
      <dc:date>2009-01-14T06:21:24Z</dc:date>
    </item>
  </channel>
</rss>

