03-23-2005, 07:51 PM
i had this problem to and it really fudged the performance of my servers once i got them up. do this
in root type "ps aux --forest" it should list all running process and there PIDs and some more info
Look for srcds running kill any ones you dont running by typing
"kill -9 PID"
I did the ps aux and found out i had about 10 srcds running thats why those ports couldnt get used, i killed all the ones i didnt want running and server runs faster and i can use the ports
in root type "ps aux --forest" it should list all running process and there PIDs and some more info
Look for srcds running kill any ones you dont running by typing
"kill -9 PID"
I did the ps aux and found out i had about 10 srcds running thats why those ports couldnt get used, i killed all the ones i didnt want running and server runs faster and i can use the ports