Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. bind failed on port 137 socket_addr = 0.0.0.0.
  2. Error = Address already in use
  3.  
  4. # lsof -i :137
  5. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
  6. launchd 1 root 32u IPv4 0xfa74f673adc87d2f 0t0 UDP *:netbios-ns
  7. sh-3.2#
  8.  
  9. -p=AnotherAvailablePortValue
  10.  
  11. sudo launchctl stop com.apple.netbiosd
  12. sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.netbiosd.plist
  13.  
  14. sudo launchctl stop com.apple.smb.preferences
  15. sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.smb.preferences.plist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement