| wassy121
I posted my swat file for you. I also checked the var/messages fiile and posted them below. Let me know what you think. Thanks for all the help.
Rob
[root@localhost xinetd.d]# cat swat
# 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
}
[root@localhost xinetd.d]#
*****
Dec 22 13:24:54 localhost smb: smbd startup succeeded
Dec 22 13:24:54 localhost smb: nmbd startup succeeded
Dec 22 13:30:34 localhost xinetd[3186]: Exiting...
Dec 22 13:30:35 localhost xinetd: xinetd shutdown succeeded
Dec 22 13:30:36 localhost xinetd[12812]: Server /usr/sbin/swat is not executable [line=13]
Dec 22 13:30:36 localhost xinetd[12812]: chargen disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: chargen disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: daytime disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: daytime disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: echo disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: echo disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: finger disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: ntalk disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: exec disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: login disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: shell disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: rsync disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: talk disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: telnet disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: time disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: time disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: ftp disabled, removing
Dec 22 13:30:36 localhost xinetd[12812]: Service swat missing attribute server
Dec 22 13:30:37 localhost xinetd[12812]: xinetd Version 2.3.3 started with libwrap options compiled in.
Dec 22 13:30:37 localhost xinetd[12812]: Started working: 1 available service
Dec 22 13:30:39 localhost xinetd: xinetd startup succeeded
Dec 22 13:38:49 localhost xinetd[12856]: warning: can't get client address: Transport endpoint is not connected
Dec 22 13:38:49 localhost fam[12856]: fd 4 message length 1195725856 bytes exceeds max of 4135.
Dec 22 13:39:20 localhost last message repeated 3379 times
Dec 22 13:40:10 localhost last message repeated 5789 times
Dec 22 13:49:50 localhost xinetd[12871]: warning: can't get client address: Transport endpoint is not connected
Dec 22 13:49:50 localhost fam[12871]: fd 4 message length 1195725856 bytes exceeds max of 4135.
Dec 22 13:50:21 localhost last message repeated 3287 times
Dec 22 13:51:17 localhost last message repeated 6048 times
Dec 23 04:02:23 localhost syslogd 1.4.1: restart.
[root@localhost log]#
__________________
Thanks
Rj
|