13.1. Locked Processes
If for some reason you find your processes are always locked in your home node and you can't find the reason, you can put the following lines into your ~/.profile as a stop-gap measure to automatically enable migration:
if [ -x /proc/$$/lock ]; then echo 0 > /proc/$$/lock fi |