[freenet-support] Auto restart on Mac

2009-06-08 Thread Mel Charters
Auto restart of Freenet when I reboot the system does not work on my Mac. Console log is as follows. Starting Freenet 0.7... launchd[207]: com.freenet.startup.plist: respawning too quickly! throttling launchd[207]: com.freenet.startup.plist: 6 more failures without living at least 60 seconds

Re: [freenet-support] Auto restart on Mac

2009-06-08 Thread steve
Can you check the contents of the plist? It should be in ~/Library/LaunchAgents/ It should have an item called LaunchOnlyOnce that should be set to true, that should prevent the item from starting more than once, like this: ?xml version=1.0 encoding=UTF-8? !DOCTYPE plist PUBLIC -//Apple//DTD

Re: [freenet-support] Auto restart on Mac

2009-06-08 Thread Mel Charters
The plist is: ?xml version=1.0 encoding=UTF-8? !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd; plist version=1.0 dict keyLabel/key stringcom.freenet.startup.plist/string keyProgramArguments/key array

Re: [freenet-support] Auto restart on Mac

2009-06-08 Thread steve
Ok i will do some testing here. Does Freenet actually start at all? Or does freenet start and then the launchd item keeps cycling? There may be something in the wrapper.log file to give us a clue as to what is happening if the node is not starting correctly. I don't think there should be any

Re: [freenet-support] Auto restart on Mac

2009-06-08 Thread steve
What i means is, launchd loaded this com.freenet.start.plist item and tried to carry out what it requests. Launchd items normally stay loaded and start the program in question in response to events or demand, or in some cases, they are supposed to keep the program running even if it quits or