osx - Throttling respawn - Error message in Console.app -


i'm getting error message every 10 seconds.

2011-02-09 05.54.37 com.apple.launchd.peruser.501[153]  (com.mysql.mysqld) throttling respawn: start in 10 seconds 

i'm running os x 10.6.6.

anyone knows problem may , how solve it?

this situation that's been around in unices donkey's years. program exiting invoked, leading restarted on , on launchd. launchd has noticed , stopped respawning program. standard advice on goes many years, too: find out why daemon process exiting rather running, , fix cause of that. (it's daemon misconfiguration of kind.)

yes, technically, in mac os 10 speak "agent" rather "daemon", doesn't change either nature of problem or have fix it.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -