<?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: SWAT and RH 7.2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796247#M88718</link>
    <description>"/etc/xinetd.d/swat" has the following:&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 192.168.0&lt;BR /&gt;user = {my account} {a friends account}&lt;BR /&gt;server = /usr/sbin/swat &lt;BR /&gt;log_on_failure += USERID &lt;BR /&gt;disable = no &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;and "netstat -ntlp | grep :901 " returns nothing</description>
    <pubDate>Thu, 29 Aug 2002 03:45:27 GMT</pubDate>
    <dc:creator>John Schultz_3</dc:creator>
    <dc:date>2002-08-29T03:45:27Z</dc:date>
    <item>
      <title>SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796245#M88716</link>
      <description>Im at a loss with this error. SWAT was working just fine up until yesterday. I have not changed anything except added additional share mappings to my smb.conf file and added additional entries to my hosts file. However Samba is working just fine.&lt;BR /&gt;Ok, here are some stats that may help with this issue.&lt;BR /&gt;&lt;BR /&gt;Running "cat /etc/services | grep swat", gives me this: "swat 901/tcp # Samba Web Administration Tool". Running "ps -ax | grep swat" Gives me this "1526 pts/0 S 0:00 grep swat". Running " cat hosts.allow | grep swat" returns nothing. And running "cat hosts.deny | grep swat" also returns nothing.&lt;BR /&gt;My version of RH is 7.2&lt;BR /&gt;&lt;BR /&gt;Thanx for any assistance with this one :)</description>
      <pubDate>Wed, 28 Aug 2002 20:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796245#M88716</guid>
      <dc:creator>John Schultz_3</dc:creator>
      <dc:date>2002-08-28T20:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796246#M88717</link>
      <description>Swat isn't a running process, it's launched from the Super daemon (xinetd).&lt;BR /&gt;&lt;BR /&gt;What does:&lt;BR /&gt;&lt;BR /&gt;   chkconfig --list swat&lt;BR /&gt;&lt;BR /&gt;return? On or Off?&lt;BR /&gt;&lt;BR /&gt;Check to make sure the binary '/usr/sbin/swat' exists, and is executable.  Make sure that your '/etc/xinetd.d/swat' file looks something like this:&lt;BR /&gt;&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 = no&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;If so, then we'll need to make sure that there's a LISTEN socket open for port 901:&lt;BR /&gt;&lt;BR /&gt;   netstat -ntlp | grep :901&lt;BR /&gt;&lt;BR /&gt;Which machine are you trying to access it from? your local machine, or another machine on the network?  If not the local, then some changes will need to be made to the superdaemon configuration (shown below), and possibly your firewall.&lt;BR /&gt;&lt;BR /&gt;If all of this looks ok, then you'll need to check to see if any errors show up in /var/log/messages</description>
      <pubDate>Wed, 28 Aug 2002 22:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796246#M88717</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-08-28T22:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796247#M88718</link>
      <description>"/etc/xinetd.d/swat" has the following:&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 192.168.0&lt;BR /&gt;user = {my account} {a friends account}&lt;BR /&gt;server = /usr/sbin/swat &lt;BR /&gt;log_on_failure += USERID &lt;BR /&gt;disable = no &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;and "netstat -ntlp | grep :901 " returns nothing</description>
      <pubDate>Thu, 29 Aug 2002 03:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796247#M88718</guid>
      <dc:creator>John Schultz_3</dc:creator>
      <dc:date>2002-08-29T03:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796248#M88719</link>
      <description>The 'user' value is not the users that can access it.  That field is for the user the service runs as.  Change it back to root.&lt;BR /&gt;&lt;BR /&gt;If you only want a few users to access it, then you'll need to look at configuring things considerably differently.&lt;BR /&gt;&lt;BR /&gt;For instance, creating a specific user that has permissions to access the 'smb.conf' etc.</description>
      <pubDate>Thu, 29 Aug 2002 03:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796248#M88719</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-08-29T03:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796249#M88720</link>
      <description>Ok, I have changed the user back to root, now when I attempt to check the page I get a DNS error. I have also checked netstat and apparantly the port is not even open. What else should I do?&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 04:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796249#M88720</guid>
      <dc:creator>John Schultz_3</dc:creator>
      <dc:date>2002-08-29T04:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796250#M88721</link>
      <description>Alrighty..  What does:&lt;BR /&gt;&lt;BR /&gt;  chkconfig --list swat&lt;BR /&gt;&lt;BR /&gt;return?&lt;BR /&gt;&lt;BR /&gt;If you issue:&lt;BR /&gt;&lt;BR /&gt;   service swat restart&lt;BR /&gt;&lt;BR /&gt;What messages come up in /var/log/messages (in particular ones mentioning 'swat') ?</description>
      <pubDate>Thu, 29 Aug 2002 04:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796250#M88721</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-08-29T04:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796251#M88722</link>
      <description>Alrighty..  What does:&lt;BR /&gt;&lt;BR /&gt;  chkconfig --list swat&lt;BR /&gt;&lt;BR /&gt;return?&lt;BR /&gt;&lt;BR /&gt;If you issue:&lt;BR /&gt;&lt;BR /&gt;   service xinetd restart&lt;BR /&gt;&lt;BR /&gt;What messages come up in /var/log/messages (in particular ones mentioning 'swat') ?</description>
      <pubDate>Thu, 29 Aug 2002 04:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796251#M88722</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-08-29T04:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796252#M88723</link>
      <description>ok&lt;BR /&gt;chkconfig --list swat =&amp;gt; "swat            on"&lt;BR /&gt;&lt;BR /&gt;/var/log/messages =&amp;gt;&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[988]: Exiting...&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd: xinetd shutdown succeeded&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: amanda disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: amandaidx disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: amidxtape disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: chargen disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: chargen disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: comsat disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: daytime disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: daytime disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: skkserv disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: echo disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: echo disabled, removing&lt;BR /&gt;Aug 28 23:48:52 {hostname} xinetd[2793]: eklogin disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: finger disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: ftp disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: imap disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: imaps disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: pop2 disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: pop3 disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: klogin disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: telnet disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: kshell disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: linuxconf disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: ntalk disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: pop3s disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: exec disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: login disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: shell disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: rsync disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: talk disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: telnet disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: tftp disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: time disabled, removing&lt;BR /&gt;Aug 28 23:48:53 {hostname} xinetd[2793]: time disabled, removing&lt;BR /&gt;Aug 28 23:48:54 {hostname} xinetd[2793]: xinetd Version 2.3.3 started with libwrap options compiled in.&lt;BR /&gt;Aug 28 23:48:54 {hostname} xinetd[2793]: Started working: 3 available services&lt;BR /&gt;Aug 28 23:48:55 {hostname} xinetd: xinetd startup succeeded&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 04:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796252#M88723</guid>
      <dc:creator>John Schultz_3</dc:creator>
      <dc:date>2002-08-29T04:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796253#M88724</link>
      <description>Nothing in regards to swat</description>
      <pubDate>Thu, 29 Aug 2002 04:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796253#M88724</guid>
      <dc:creator>John Schultz_3</dc:creator>
      <dc:date>2002-08-29T04:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796254#M88725</link>
      <description>.. sorry about the double post btw .. and the typo :P&lt;BR /&gt;&lt;BR /&gt;That being said, strange.&lt;BR /&gt;&lt;BR /&gt;I'm assuming the file lives in /etc/xinetd.d/, called 'swat'.&lt;BR /&gt;&lt;BR /&gt;What permissions does the file have?  Given that it isn't listing swat as either disabled or enabled, I'm assuming that xinetd can't find or access the configuration file.&lt;BR /&gt;&lt;BR /&gt;The RH7.2 box I have here has it as 0600 permissions, owner:group of 'root'.&lt;BR /&gt;&lt;BR /&gt;Possibly also try doing:&lt;BR /&gt;&lt;BR /&gt;rpm -V samba-swat&lt;BR /&gt;&lt;BR /&gt;and see if anything other than the /etc/xinetd.d/swat file has changed.</description>
      <pubDate>Thu, 29 Aug 2002 05:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796254#M88725</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-08-29T05:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: SWAT and RH 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796255#M88726</link>
      <description>Tahnk you again. i guess the phrase "Patience is a virtue" applies (LOL). before I got your last post, I attempted the connection and now it works :). hehe.&lt;BR /&gt;&lt;BR /&gt;Thanx again :)</description>
      <pubDate>Thu, 29 Aug 2002 05:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/swat-and-rh-7-2/m-p/2796255#M88726</guid>
      <dc:creator>John Schultz_3</dc:creator>
      <dc:date>2002-08-29T05:18:34Z</dc:date>
    </item>
  </channel>
</rss>

