Re: launchd daemon Throttling respawn log messages

2008-06-12 Thread Alexander Reichstadt
Thank you, the process needs to be running permanently, the script was just for testing. It works on both, 10.4 and 10.5 without throttling now. I had used Lingon but that doesn't create the plist the way it needed to be. Alexander On Jun 11, 2008, at 16:58 , Jens Alfke wrote: On 11 J

Re: launchd daemon Throttling respawn log messages

2008-06-11 Thread Jens Alfke
On 11 Jun '08, at 12:05 AM, Alexander Reichstadt wrote: launchd gives me a hard time with a daemon I need to keep running. It prints "Throttling respawn" to my console forever. Because of that I wrote a script that does nothing but print "test" and sleep before exiting to somehow understan

launchd daemon Throttling respawn log messages

2008-06-11 Thread Alexander Reichstadt
Hi, launchd gives me a hard time with a daemon I need to keep running. It prints "Throttling respawn" to my console forever. Because of that I wrote a script that does nothing but print "test" and sleep before exiting to somehow understand why launchd does that. The script looks like this