I should mention that I've currently got the autolockers running in a screen session. If you need to turn them off you should screen -list to get a list of the current screen sessions, then reattach the appropriate session by screen -r [pid] (e.g., right now the relevant screen session has process ID 8517, so you'd type screen -r 8517), and then kill the autolockers by whatever means necessary. |