06-15-2013, 02:34 AM
This error has nothing to do with the ISP, it's about a hung process in linux still having some leftover resources. Have a look if MCServer is still in the process list ("ps uxaw" command in the shell); if it is, kill it ("kill -9 <PID>" command). In the very last, restarting the system should help.