It sounds like you (or an app in the background) is trying to run SWAT.
check your /etc/inetd.conf file and make sure swat is in there...
something like:
Code:
swat stream tcp nowait root (path to swat)/swat swat
and in the /etc/services have:
NOTE: paths could be different in your Distro
That 'should' get you going further =)
(Also nmbd and smbd need to be started first)