Re: [SLE] SWAT startup
From: Anders Johansson (andjoh_at_rydsbo.net)
Date: 07/27/03
- Previous message: Michael Satterwhite: "Re: [SLE] SWAT startup"
- In reply to: Michael Satterwhite: "[SLE] SWAT startup"
- Next in thread: Michael Satterwhite: "Re: [SLE] SWAT startup"
- Reply: Michael Satterwhite: "Re: [SLE] SWAT startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: SUSE <suse-linux-e@suse.com> Date: 27 Jul 2003 03:25:03 +0200
On Sat, 2003-07-26 at 20:06, Michael Satterwhite wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I'm trying to get SWAT to run, but I'm running into problems. I've made the
> following configuration changes:
>
> I uncommented the line
> swat 901/tcp
> in /etc/services
>
> /etc/inetd.conf file has
> swat stream tcp nowait.400 root /usr/sbin/swat swat
>
> /etc/xinetd.d/swat:
> service swat
> {
> port = 901
> socket_type = stream
> wait = no
> user = root
> server = /usr/sbin/tcpd
> server_args = /usr/local/samba/bin/swat
> log_on_failure += USERID
> disable = no
> }
This all seems mildly schizophrenic, you have inetd pointing to
/usr/sbin/swat and you have xinetd pointing at
/usr/local/samba/bin/swat. Which is it, and which is running, xinetd or
inetd? Or perhaps both?
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Michael Satterwhite: "Re: [SLE] SWAT startup"
- In reply to: Michael Satterwhite: "[SLE] SWAT startup"
- Next in thread: Michael Satterwhite: "Re: [SLE] SWAT startup"
- Reply: Michael Satterwhite: "Re: [SLE] SWAT startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]