Discussion:
[Samba] Cannot access SWAT on Redhat 8.0
Laura West
2003-12-01 18:59:19 UTC
Permalink
Hello,

I would like to use Swat to configure Samba. I installed the Redhat
Samba package from samba.org and entered swat into my /etc/services
file. I am frankly a little confused. I am reading O'Reily's "Red Hat
Linux" it says to issue commands "chkconfig xinetd on", "chkconfig swat
on", and finally "xinetd reload". On the third command fails. When I
try and point my browser to "localhost:901" it says "cannot connect".

Can anyone give me some tips?

Laura
Tiago Cruz
2003-12-01 18:59:19 UTC
Permalink
Hi Laura!

I had problem the same, please I look at this link:
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=46181&highlight=swat+rh8

I wait to have been useful :-)

Brazilian Regard's
Tiago Cruz
Post by Laura West
Hello,
I would like to use Swat to configure Samba. I installed the Redhat
Samba package from samba.org and entered swat into my /etc/services
file. I am frankly a little confused. I am reading O'Reily's "Red Hat
Linux" it says to issue commands "chkconfig xinetd on", "chkconfig swat
on", and finally "xinetd reload". On the third command fails. When I
try and point my browser to "localhost:901" it says "cannot connect".
Can anyone give me some tips?
Laura
David Jackson
2003-12-01 18:59:46 UTC
Permalink
I asked about this a week ago; here the response i got; did i get it
running? I will only say that i got SAMBA running, but not swat.
here is the name of the swat RPM that you will need to install from disk 3
of the set for RH8.0.
Its on CD3 and the package is called;

samba-swat-2.2.5-10.i386.rpm

Let me know if you can get it running; it kept asking me for a newer version
of samba when i had the newest.

Thanks,
David

-----Original Message-----
From: samba-bounces+davidj411=***@lists.samba.org
[mailto:samba-bounces+davidj411=***@lists.samba.org]On Behalf Of
Tiago Cruz
Sent: Wednesday, March 05, 2003 12:13 PM
To: samba-bounces+tiago=***@lists.samba.org
Cc: ***@lists.samba.org
Subject: Re: [Samba] Cannot access SWAT on Redhat 8.0


Hi Laura!

I had problem the same, please I look at this link:
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=46181&hig
hlight=swat+rh8

I wait to have been useful :-)

Brazilian Regard's
Tiago Cruz
Post by Laura West
Hello,
I would like to use Swat to configure Samba. I installed the Redhat
Samba package from samba.org and entered swat into my /etc/services
file. I am frankly a little confused. I am reading O'Reily's "Red Hat
Linux" it says to issue commands "chkconfig xinetd on", "chkconfig swat
on", and finally "xinetd reload". On the third command fails. When I
try and point my browser to "localhost:901" it says "cannot connect".
Can anyone give me some tips?
Laura
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
Sutto Zoltan
2003-12-01 18:59:46 UTC
Permalink
Hi!

You can not run swat as a service (chkconfig swat on)
Edit the following file /etc/xinetd.d/swat to look like this:
# 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
{
disable = no
port = 901
socket_type = stream
wait = no
only_from = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_failure += USERID
}

after this start xinetd:
/etc/init.d/xinetd start

You can enable/disable services with the setup program. Run it as root.
All installed services are listed in the service menu.


Good luck.

Zoltan Sutto

----- Original Message -----
From: "David Jackson" <***@floridaforms.com>
To: <***@grupoking.com.br>;
<samba-bounces+tiago=***@lists.samba.org>
Cc: <***@lists.samba.org>
Sent: Thursday, March 13, 2003 9:36 PM
Subject: RE: [Samba] Cannot access SWAT on Redhat 8.0
Post by David Jackson
I asked about this a week ago; here the response i got; did i get it
running? I will only say that i got SAMBA running, but not swat.
here is the name of the swat RPM that you will need to install from disk 3
of the set for RH8.0.
Its on CD3 and the package is called;
samba-swat-2.2.5-10.i386.rpm
Let me know if you can get it running; it kept asking me for a newer version
of samba when i had the newest.
Thanks,
David
-----Original Message-----
Tiago Cruz
Sent: Wednesday, March 05, 2003 12:13 PM
Subject: Re: [Samba] Cannot access SWAT on Redhat 8.0
Hi Laura!
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=46181&hig
Post by David Jackson
hlight=swat+rh8
I wait to have been useful :-)
Brazilian Regard's
Tiago Cruz
Post by Laura West
Hello,
I would like to use Swat to configure Samba. I installed the Redhat
Samba package from samba.org and entered swat into my /etc/services
file. I am frankly a little confused. I am reading O'Reily's "Red Hat
Linux" it says to issue commands "chkconfig xinetd on", "chkconfig swat
on", and finally "xinetd reload". On the third command fails. When I
try and point my browser to "localhost:901" it says "cannot connect".
Can anyone give me some tips?
Laura
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
Loading...