Whenever any of my servers crash or is kill -9'ed, UDP:23073 (or whatever the join port is) stays bound, but none of the other things do (like port or port+10 TCP)
Has anyone else seen this? It prevents servers from being started after they're crashed or forcefully shut down, and this only started in 1.4.1 (or maybe 1.4.0, but I don't think so)
for those of you uninitiated in the ways of linux, you can view if a port is still bound by doing lsof | grep <port>
It might even happen when shut down properly, I'll be doing a lot more testing this weekend.