Created
November 22, 2010 14:53
-
-
Save glarizza/710066 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##Getting Errors Like This | |
Nov 22 09:47:17 lagando-shawstaff-shel com.apple.launchd[1] (com.huronhs.mcollective): Throttling respawn: Will start in 10 seconds | |
Nov 22 09:47:17 lagando-shawstaff-shel com.apple.launchd[1] (0x1004015a0.anonymous.ruby[1644]): Failed to add kevent for PID 1644. Will unload at MIG return | |
Nov 22 09:47:27 lagando-shawstaff-shel com.apple.launchd[1] (com.huronhs.mcollective): Throttling respawn: Will start in 10 seconds | |
Nov 22 09:47:47: --- last message repeated 2 times --- | |
Nov 22 09:47:47 lagando-shawstaff-shel com.apple.launchd[1] (0x100406640.anonymous.ruby[1663]): Failed to add kevent for PID 1663. Will unload at MIG return | |
## Here's the plist | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>EnvironmentVariables</key> | |
<dict> | |
<key>PATH</key> | |
<string>/sbin:/usr/sbin:/bin:/usr/bin</string> | |
<key>RUBYLIB</key> | |
<string>/Library/Ruby/Site/1.8</string> | |
</dict> | |
<key>Label</key> | |
<string>com.huronhs.mcollective</string> | |
<key>OnDemand</key> | |
<false/> | |
<key>KeepAlive</key> | |
<false/> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/usr/sbin/mcollectived</string> | |
<string>--config=/etc/mcollective/server.cfg</string> | |
<string>--pidfile=/etc/mcollective/mcollective.pid</string> | |
</array> | |
<key>RunAtLoad</key> | |
<true/> | |
<key>ServiceDescription</key> | |
<string>MCollective Server</string> | |
<key>ServiceIPC</key> | |
<false/> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment