[KLUG Members] Samba, SWAT ; Not Working

Jon Smitley members@kalamazoolinux.org
08 Dec 2002 18:47:46 -0500


On Sun, 2002-12-08 at 17:13, Adam Williams wrote:

> 
> The "netstat -ap | grep -i swat" returned nothing then xinetd (the
> superserver) does have swat as an enabled services.  Look in
> /etc/xinetd.d/swat and see if disabled is set to yes, change to no. 
> Then "service xinetd restart".  And redo the netstat command.

OK. It was disabled, so I did as stated above, still nothing. (And I did
remember to restart xinetd.

Here's a copy of the "/etc/xinetd.d/swat"

# default: off
# description: SWAT is the Samba Web Admin Tool. Use swat \
#              to configure your Samba server. To use SWAT, \
#              connect to port 901 with your favorite web browser.
service swat
{
        port    = 901
        socket_type     = stream
        wait    = no
        only_from = localhost
        user    = root
        server  = /usr/sbin/swat
        log_on_failure  += USERID
        disable = no


}

Again thanks for your help because I just don't understand.
-- 
Jon Smitley <lunitix@earthlink.net>