Spontaneously started having "Attempting to re-run cron while it is already running." errors. The cron_semaphore variable is left lying around even though cron has failed and is no longer running! Disabling update status module and manually removing the variable fixes the problem. Putting it back makes it break again. Errors on the page appear about "database has gone away". It appears I'm hitting some kind of timeout during update status collection?
Comments
Comment #1
dddave commentedHi,
this is a pretty common problem (update module vs cron) and a search should bring up loads of ressources and most likely a solution.
Comment #2
UNarmed commentedDid you find a solution to this? I am having the same problem, the core update module (i think that the update mode your are refering to) is breaking cron and not allowing it to run =/
Comment #3
UNarmed commentedHey i found a solution that worked for me here
http://drupal.org/node/382682#comment-3483030
Basically disable the update status module and then run this