<html><head><meta DEFANGED_name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:DejaVu Sans">
<p>Sorry to reply to my own reply, but I think I have the answer.</p>
<p></p>
<p>OK, so I gave swat a try on my Kubuntu machine and found a clue. At the end of the installation process, apt gave me the message:</p>
<p></p>
<p><DEFANGED_span style="font-family:Courier New">Setting up swat (3.0.22-1ubuntu3.1) ...</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">--------- IMPORTANT INFORMATION FOR XINETD USERS ----------</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">The following line will be added to your /etc/inetd.conf file:</DEFANGED_span></p>
<p></p>
<p><DEFANGED_span style="font-family:Courier New">swat\t\tstream\ttcp\tnowait.400\troot\t/usr/sbin/tcpd\t/usr/sbin/swat</DEFANGED_span></p>
<p></p>
<p><DEFANGED_span style="font-family:Courier New">If you are indeed using xinetd, you will have to convert the</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">above into /etc/xinetd.conf format, and add it manually. See</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">/usr/share/doc/xinetd/README.Debian for more information.</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">-----------------------------------------------------------</DEFANGED_span></p>
<p></p>
<p>Now if you prefer to install using Adept, I think messages like that aren't exposed unless you click a drop-down or something, so it would be easy to miss. </p>
<p></p>
<p>I restarted xinetd and tried to go to http://localhost:901 and indeed it didn't work. I check the /etc/xinetd.conf and there was no swat entry. I checked /etc/xinetd.d and there was no swat file.</p>
<p></p>
<p>So I did a &quot;sudo nano /etc/xinetd.d/swat&quot; and inserted the following content (gleaned from the swat page in my previous email):</p>
<p></p>
<p><DEFANGED_span style="font-family:Courier New"># default: off</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New"># description: SWAT is the Samba Web Admin Tool. Use swat \</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">#              to configure your Samba server. To use SWAT, \</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">#              connect to port 901 with your favorite web browser.</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">service swat</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">{</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">        port    = 901</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">        socket_type     = stream</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">        wait    = no</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">        only_from = localhost</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">        user    = root</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">        server  = /usr/sbin/swat</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">        log_on_failure  += USERID</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">        disable = no</DEFANGED_span></p>
<p><DEFANGED_span style="font-family:Courier New">}</DEFANGED_span></p>
<p></p>
<p>A restart of xinetd and swat is now working!</p>
<p></p>
<p></p>
<p>On Friday 25 August 2006 08:36, Ben Rousch wrote:</p>
<p>&gt; Is the samba server itself working? You don't actually need swat to use</p>
<p>&gt; samba, especialy since you already have a working smb.conf (posting it here</p>
<p>&gt; may help with the troubleshooting). Maybe once samba is working, swat will</p>
<p>&gt; be easier to troubleshoot ...</p>
<p>&gt;</p>
<p>&gt; I am currently using samba server on a few Ubuntu server and Kubuntu setups</p>
<p>&gt; and haven't had any trouble with it.</p>
<p>&gt;</p>
<p>&gt; I have never actually used swat, since I am a config file kind of guy. I</p>
<p>&gt; did a Google search to find out a little about it and found this page:</p>
<p>&gt; http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html</p>
<p>&gt;</p>
<p>&gt; It bothers me a bit that swat will strip out any comments or configurations</p>
<p>&gt; it doesn't understand. I can see that causing difficult-to-discover</p>
<p>&gt; problems.</p>
<p>&gt;</p>
<p>&gt; On Thursday 24 August 2006 18:33, Bob Kline wrote:</p>
<p>&gt; &gt; On 8/24/06, Justin Denick &lt;justin.denick@gmail.com&gt; wrote:</p>
<p>&gt; &gt; &gt; On 8/24/06, Roberto Villarreal &lt;rvillarreal@mktec.com&gt; wrote:</p>
<p>&gt; &gt; &gt; &gt; I've never used swat before, but based on your own diagnostics, have</p>
<p>&gt; &gt; &gt; &gt; you checked the following:</p>
<p>&gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; - The swat service is actually running?  ( i.e. 'ps ax | grep swat' )</p>
<p>&gt; &gt; &gt; &gt; - If so, have you verified that it is actually listening?  (</p>
<p>&gt; &gt; &gt; &gt; i.e. 'netstat -ant | grep 901)</p>
<p>&gt; &gt;</p>
<p>&gt; &gt; I've done the things you mention.   swat is not running.</p>
<p>&gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; - Also, this might be an ignorant question, but what is the</p>
<p>&gt; &gt; &gt; &gt; significance</p>
<p>&gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; of</p>
<p>&gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; port 631?  According to my services file, it is IPP (Interenet</p>
<p>&gt; &gt; &gt; &gt; Printing Protocol)</p>
<p>&gt; &gt; &gt;</p>
<p>&gt; &gt; &gt;  I suppose it means the person can get to the CUPS web interface, which</p>
<p>&gt; &gt; &gt; tells them that the box is resloving localhost and allowing connections</p>
<p>&gt; &gt; &gt; to it (at least to that port)</p>
<p>&gt; &gt;</p>
<p>&gt; &gt; That was my intention - show that at least something</p>
<p>&gt; &gt; was working.  I concede it's perhaps a thin point,  but</p>
<p>&gt; &gt; that is what I had in mind.</p>
<p>&gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; Roberto</p>
<p>&gt; &gt;</p>
<p>&gt; &gt; I could easily be missing something simple yet.</p>
<p>&gt; &gt; In my own defense in a small way,  I have never</p>
<p>&gt; &gt; had a lot of trouble getting samba to work on</p>
<p>&gt; &gt; Mandrake,  so I assume there are things set up</p>
<p>&gt; &gt; there that I'm not aware of.  What I read on the</p>
<p>&gt; &gt; Internet says that Kubuntu often presents a real</p>
<p>&gt; &gt; challenge for  many users of samba.</p>
<p>&gt; &gt;</p>
<p>&gt; &gt;      -Bob</p>
<p>&gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; On Thursday 24 August 2006 12:52 am, Bob Kline wrote:</p>
<p>&gt; &gt; &gt; &gt; &gt; Somewhat in the spirit of &quot;if first you</p>
<p>&gt; &gt; &gt; &gt; &gt; don't succeed,  you probably won't</p>
<p>&gt; &gt; &gt; &gt; &gt; the second time either,&quot;  I'm still having</p>
<p>&gt; &gt; &gt; &gt; &gt; a problem with Samba on a system</p>
<p>&gt; &gt; &gt; &gt; &gt; running Kubuntu 6.06.</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt; What I know:</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt; * There is an entry for port 901</p>
<p>&gt; &gt; &gt; &gt; &gt;    in /etc/services,  and the line</p>
<p>&gt; &gt; &gt; &gt; &gt;   contains swat.</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt; * /etc/xinetd.conf contain a line with</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt; swat  stream tcp nowait:400 root /usr/sbin/tcpd /usr/sbin/swat</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt; * There is a smb.conf file in /etc/samba</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt;    The same one that works fine on a</p>
<p>&gt; &gt; &gt; &gt; &gt;    system running Mandrake 10.1</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt; *  Putting the URL  http://localhost:901/  in Firefox,</p>
<p>&gt; &gt; &gt; &gt; &gt;    I get &quot;Problem loading page.&quot;  Port 631 runs as</p>
<p>&gt; &gt; &gt; &gt; &gt;    expected.</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt; What I don't know:</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt; * Why localhost:901 doesn't work.</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt; Anyone see something,  or perhaps many</p>
<p>&gt; &gt; &gt; &gt; &gt; things,  that I'm missing yet?</p>
<p>&gt; &gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; &gt;    -Bob</p>
<p>&gt; &gt; &gt; &gt; &gt; _______________________________________________</p>
<p>&gt; &gt; &gt; &gt; &gt; grlug mailing list</p>
<p>&gt; &gt; &gt; &gt; &gt; grlug@grlug.org</p>
<p>&gt; &gt; &gt; &gt; &gt; http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</p>
<p>&gt; &gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; &gt; _______________________________________________</p>
<p>&gt; &gt; &gt; &gt; grlug mailing list</p>
<p>&gt; &gt; &gt; &gt; grlug@grlug.org</p>
<p>&gt; &gt; &gt; &gt; http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</p>
<p>&gt; &gt; &gt;</p>
<p>&gt; &gt; &gt; --</p>
<p>&gt; &gt; &gt; In vino veritas.</p>
<p>&gt; &gt; &gt;         [In wine there is truth.]</p>
<p>&gt; &gt; &gt;                 -- Pliny</p>
<p>&gt; &gt; &gt; _______________________________________________</p>
<p>&gt; &gt; &gt; grlug mailing list</p>
<p>&gt; &gt; &gt; grlug@grlug.org</p>
<p>&gt; &gt; &gt; http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</p>
<p>&gt; &gt;</p>
<p>&gt; &gt; _______________________________________________</p>
<p>&gt; &gt; grlug mailing list</p>
<p>&gt; &gt; grlug@grlug.org</p>
<p>&gt; &gt; http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</p>
<p></p>
<p>-- </p>
<p>Ben Rousch</p>
<p>Manager of Information Systems</p>
<p>Van Dam Iron Works</p>
<p>1813 Chicago Dr SW</p>
<p>Grand Rapids, MI 49519</p>
<p>(616) 452-8627</p>
</body></html>