| Article: |
Inside Samba: Windows Sharing for the Mac | |
| Subject: | problem activating SWAT | |
| Date: | 2003-05-23 11:08:26 | |
| From: | jldera | |
|
Response to: problem activating SWAT
|
||
| Sounds like a permissions error. Assuming you're not running xinetd as a user other than root, you probably have some modified permissions on your disk. Run the command sudo diskutil repairPermissions / to restore the Apple designated permissions. | ||
Showing messages 1 through 1 of 1.
-
problem activating SWAT
2003-08-20 11:58:21 anonymous2 [View]



Besides the default OS X install of samba, it turns out that Samba was also installed by Fink on my machine (and /sw/sbin comes before /usr/sbin in my PATH). I edited /etc/xinetd.d/swat, changing the "server=" line from "/usr/sbin/swat" to "/sw/sbin/swat" and then everything was fine.