hola,

habla usted ingles?

bueno, revise bien que 'xinetd' este instalado y corriedo como servicio:
        ps -ae | grep xinetd

si resulta que si, entonces revise el documento de configuracion de swat 
(/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.
# $Header: /var/cvsroot/gentoo/src/patchsets/samba/configs/swat.xinetd,v 1.1 
2005/08/09 12:56:26 seemant Exp $

service swat
{
        port            = 901
        socket_type     = stream
        wait            = no
(quite esta linea | este comentada o que no este si usted quiere usar swat de 
otras computadoras)
                     \|/
        #only_from       = localhost
        user            = root
        server          = /usr/sbin/swat
        log_on_failure += USERID
(asegurese de que 'disable' este en 'no', para que swat sepa que debe iniciar)
        disable         = no
}

hojala y esto resuelva su problema

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Behalf Of bernardino hernandez
Sent: Wednesday, March 08, 2006 11:18 AM
To: [email protected]
Subject: [Samba] swat error


tengo un error con elsamba 901
como se configura de otra forma
-- 
bernardino hernandez <[EMAIL PROTECTED]>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to