March 19, 2024, 11:47:29 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Where is Swat?  (Read 10231 times)

Offline indigo

  • Linux Noob !
  • *
  • Posts: 16
Where is Swat?
« on: October 23, 2003, 12:01:58 PM »
I had webmin installed on my linux pc but when i upgraded to newer version of Webmin the swat is no longer available which earlier was available through webmin!.
How can I run swat with out webmin?

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Where is Swat?
« Reply #1 on: October 26, 2003, 04:50:35 PM »
Is httpd is running on your machine..

Also check for the following..
Do u have following lines about swat in /etc/services files. If not the add them at the end.
Code: [Select]
swat 901/tcp
Also check your /etc/xinetd.conf/swat file for the follwoing lines..If they are not there add them!
Code: [Select]
service swat
{
port = 901
socket_type= stream
wait= no
only_from = localhost
user =root
server= /usr/local/samba/bin/swat
log_on_failure = USERID
disable = no
}