Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with SWAT

Status
Not open for further replies.

jasmjaso

MIS
May 23, 2001
35
US
I have RH 7.1 machine, I'm trying to run samba from swat. I cannot get in keep telling me the server is busy, it will not allow me to login. What do i have to do to get this functioning please
 
Make sure you are not filtering 901:
Make sure that smbd and nmbd are running,
Make sure that swat is activated and uncommented
in your *netd.
Make sure that you have correct permissions to run the application and access the swat service.
Aside from this send some logged errors and we will
try to help you.
 
Hi,







As alluded to by marsd, the most common problem with swat on redhat is that it is disabled by default at the time of install (i.e. just installing the samba-swat rpm is not enough). You need to activate it under xinetd as root with the command :







/sbin/chkconfig swat on







By default it will only work from the localhost, i.e. or




You should get a login prompt appear and you would sign-in as root with the root password.



It is also necessary to have xinetd running in the first place.


/etc/rc.d/init.d/xinetd restart




Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top