-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, 31 Jan 2003 09:07:37 -0000, Ashley Kitson wrote:

> etc/xinetd.d/swat is configured as
> 
> #chkconfig: 35 20 80
> #description: SWAT
> 
> service swat
> {
>     disable = no
>     port = 901
>     socket_type = stream
>     wait = no
>     only_from = localhost
>     user = root
>     log_on_failure += USERID
> )
> 
> I have run chkconfig (and added the swat lines above as result and
> still no joy
> :-(

Huh? It doesn't make any sense to add those two lines there. All
you would need to enable SWAT is to run

  # chkconfig swat on

and optionally (to make sure xinetd is running, too):

  # service xinetd start
  # chkconfig xinetd on

Then have a look at the output of:

  netstat -tpan | grep 901

What does it give?

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Okxy0iMVcrivHFQRAqDCAJ0fZOM3alrFjAoLwKrGwGlmqwJUAgCfaFnY
2NhUkmqMHIOesUo+4jT43H4=
=Jgd3
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to