You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nsonogcofpa
on linux or mac the port thats blocked will emulator-id + 1 so 5555 so:sudo lsof -i :5555will show you the pid of process that are taking the port (should be the second column) so to kill it:sudo lsof -i :5555 awk 'print $2' xargs kill