![]() |
Okay... first off, reading back through, it looks like you have swat enabled in both inetd and xinetd. My first suggestion is to completely disable inetd by commenting out its entry in /System/Library/StartupItems/IPServices/IPServices, then restarting your machine. This will ensure that only xinetd is vying for the port in question.
Now, two things. 1) Make sure you have the DevTools installed. For some reason, I've seen all kinds of issues with swat if they are not installed. Might have something to do with a supporting library. 2) To make swat work on Panther, I had to add an entry to /etc/services that basically contains: Code:
swat 901/tcpJan 22 10:42:54 localhost xinetd[316]: START: swat pid=4741 from=127.0.0.1 One last thing... do you have the root account enabled? If not, enable it. swat tries to authenticate as root. If the root account is disabled, that might cause issues. |
Quote:
Code:
$ ps -auxww | grep [x]inetdYou can see what ports are being listened on with: Code:
$ netstat -na | grep LISTEN |
Quote:
sudo lsof -i :901 |
SWAT is running and I'm accessing it in Safari. Like 'jdera' wrote:
Comment the 'inetd' line in this file and reboot: '/System/Library/StartupItems/IPServices/IPServices' Though I already tried some of the other suggestions before this one, putting 'swat 901/tcp' in the '/etc/services' file etc. This was the final piece of the SWAT puzzle... Even learned some new Unix things along the way, thanx for the help guys!! |
| All times are GMT -5. The time now is 06:13 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.