2025年 4月5日(土) 05:49 JST

Yosemite iMac 2007 mid

  • 2014年11月1日(土) 19:12 JST
  • 投稿者:
  • 表示回数 88
Yosemiteでの不具合1

 


(com.apple.emond): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
 

Open the /private/etc/emond.d/rules/Sample.plist

Change

    <key>name</key>
    <string>sample rule</string>
    <key>enabled</key>
    <false/>

To

    <key>name</key>
    <string>sample rule</string>
    <key>enabled</key>
    <true/>

The sample rule just logs the startup time for the Event Monitoring daemon, but giving it something to do stops the constant restarts of the daemon.