Skip to content

Commit bfcb9e0

Browse files
castorfhey-august
andauthored
Add debugging hints for launchd / freeswitch conflict.s (#279)
* Add debugging hints for launchd / freeswitch conflict.s Added instructions for finding processes using specific ports and stopping the Apple ftp proxy service. * Update docs/FreeSWITCH-Explained/Installation/macOS/macOS-Testing-and-Diagnostics_13174550.mdx --------- Co-authored-by: August <[email protected]>
1 parent fb9f999 commit bfcb9e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/FreeSWITCH-Explained/Installation/macOS/macOS-Testing-and-Diagnostics_13174550.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,13 @@ All of these tools are supplied with macOS.
144144

145145
To terminate press control+z.
146146

147+
* Find processes using particular ports (e.g. port 8021 used by fs_cli to talk to freeswitch)
148+
```xml
149+
lsof
150+
sudo lsof -i TCP:8021 | grep 8021
151+
```
152+
Note that under some circumstances an Apple ftp proxy service can end up listening to port 8021. In that case `sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ftp-proxy.plist` does the job of stopping the service.
153+
154+
155+
147156
---

0 commit comments

Comments
 (0)