<?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 Samba 3 on RH9 -SWAT config in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-3-on-rh9-swat-config/m-p/3163126#M9085</link>
    <description>Hi&lt;BR /&gt;Anyone got any advice on this. I read the Samba docs but RH9 is a bit different, xinetd instead of inetd. Error message I get is either 'the page contains no data' or a message saying I don't have permisions.&lt;BR /&gt;Thanks Deeble.</description>
    <pubDate>Tue, 13 Jan 2004 10:52:37 GMT</pubDate>
    <dc:creator>Deeble Tonkin</dc:creator>
    <dc:date>2004-01-13T10:52:37Z</dc:date>
    <item>
      <title>Samba 3 on RH9 -SWAT config</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-3-on-rh9-swat-config/m-p/3163126#M9085</link>
      <description>Hi&lt;BR /&gt;Anyone got any advice on this. I read the Samba docs but RH9 is a bit different, xinetd instead of inetd. Error message I get is either 'the page contains no data' or a message saying I don't have permisions.&lt;BR /&gt;Thanks Deeble.</description>
      <pubDate>Tue, 13 Jan 2004 10:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-3-on-rh9-swat-config/m-p/3163126#M9085</guid>
      <dc:creator>Deeble Tonkin</dc:creator>
      <dc:date>2004-01-13T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Samba 3 on RH9 -SWAT config</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-3-on-rh9-swat-config/m-p/3163127#M9086</link>
      <description>Hi deeble,&lt;BR /&gt;&lt;BR /&gt;xinetd works exactly like inetd on Unix and works the same way.&lt;BR /&gt;&lt;BR /&gt;If you make changes to xinetd you run &lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;and those changes are implemented.&lt;BR /&gt;&lt;BR /&gt;I can probably help you with this if you post an exact error message.&lt;BR /&gt;&lt;BR /&gt;My thoughts to this point is the swat server doesn't have permissions to use the port its trying to use. Check /etc/services&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 Jan 2004 11:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-3-on-rh9-swat-config/m-p/3163127#M9086</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-13T11:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Samba 3 on RH9 -SWAT config</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-3-on-rh9-swat-config/m-p/3163128#M9087</link>
      <description>The differences between the way you configure xinetd as against inetd are the confusing part.&lt;BR /&gt;&lt;BR /&gt;For swat, you need someting similar to this in '/etc/xinetd.d/swat':&lt;BR /&gt;&lt;BR /&gt;# default: off&lt;BR /&gt;# description: SWAT is the Samba Web Admin Tool. Use swat \&lt;BR /&gt;#              to configure your Samba server. To use SWAT, \&lt;BR /&gt;#              connect to port 901 with your favorite web browser.&lt;BR /&gt;service swat&lt;BR /&gt;{&lt;BR /&gt;        port            = 901&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        wait            = no&lt;BR /&gt;        only_from       = 127.0.0.1&lt;BR /&gt;        user            = root&lt;BR /&gt;        server          = /usr/sbin/swat&lt;BR /&gt;        log_on_failure  += USERID&lt;BR /&gt;        disable         = yes&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;By default, this is turned off (disable = yes), and restricted access so only the localhost can use it (only_from = 127.0.0.1).&lt;BR /&gt;&lt;BR /&gt;You will probably need to comment out that line if you want to access it from other machines.&lt;BR /&gt;&lt;BR /&gt;You may also need to update the 'server' line to point to your swat binary (this is taken from a Fedora box).&lt;BR /&gt;&lt;BR /&gt;Also, to have some level of security, you'll also want to firewall it out.&lt;BR /&gt;&lt;BR /&gt;Add this file, update the entries, start it (chkconfig swat on), and look at your log files (/var/log/messages in particular) for errors.  Then try to access it.&lt;BR /&gt;&lt;BR /&gt;Other than that, give us more details.</description>
      <pubDate>Tue, 13 Jan 2004 23:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-3-on-rh9-swat-config/m-p/3163128#M9087</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-01-13T23:51:44Z</dc:date>
    </item>
  </channel>
</rss>

