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 issues with that specific launchd key, it
is mentioned in apples documentation all the way back in 2004 so it
shouldn't be leopard only.

For now you can set <Key>Disabled</key></true> to turn the launchd item off
and start freenet manually, or just delete the plist to keep it from cycling
like that.

There is a freenet controller application i have written for OS X that may
be of some help to you for starting/stopping the node and managing it, but
it is not a part of the official project and as far as i know the developers
have not actually reviewed the code yet.

On Mon, Jun 8, 2009 at 1:55 PM, Mel Charters <[email protected]>wrote:

>  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>
> <key>Label</key>
>         <string>com.freenet.startup.plist</string>
>       <key>ProgramArguments</key>
>      <array>
>         <string>/Applications/Freenet/run.sh</string>
>         <string>start</string>
>      </array>
>         <key>RunAtLoad</key>
>     <true/>
> <key>OnDemand</key>
>      <false/>
>         <key>LaunchOnlyOnce</key>
>        <true/>
> </dict>
> </plist>
>  Note it was already "true"
>
> 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 PLIST 1.0//EN" "
> http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
> <plist version="1.0">
> <dict>
>     <key>Label</key>
>     <string>com.freenet.startup.plist</string>
>     <key>ProgramArguments</key>
>     <array>
>         <string>/Applications/Freenet/run.sh</string>
>         <string>start</string>
>     </array>
>     <key>RunAtLoad</key>
>     <true/>
>     <key>OnDemand</key>
>     <false/>
>     <key>LaunchOnlyOnce</key>
>     <true/>
> </dict>
> </plist>
>
> On Mon, Jun 8, 2009 at 1:19 PM, Mel Charters <[email protected]>
> wrote:
>
> 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 will cause job removal
> launchd[207]: com.freenet.startup.plist: will restart in 10 seconds
> Starting Freenet 0.7...
> launchd[207]: com.freenet.startup.plist: respawning too quickly! throttling
> launchd[207]: com.freenet.startup.plist: 5 more failures without
> living at least 60 seconds will cause job removal
> launchd[207]: com.freenet.startup.plist: will restart in 10 seconds
> Starting Freenet 0.7...
> Removed stale pid file2: /Applications/Freenet/./Freenet.pid
> launchd[207]: com.freenet.startup.plist: respawning too quickly! throttling
> launchd[207]: com.freenet.startup.plist: 4 more failures without
> living at least 60 seconds will cause job removal
> launchd[207]: com.freenet.startup.plist: will restart in 10 seconds
> Starting Freenet 0.7...
> launchd[207]: com.freenet.startup.plist: respawning too quickly! throttling
> launchd[207]: com.freenet.startup.plist: 3 more failures without
> living at least 60 seconds will cause job removal
> launchd[207]: com.freenet.startup.plist: will restart in 10 seconds
> Starting Freenet 0.7...
> launchd[207]: com.freenet.startup.plist: respawning too quickly! throttling
> launchd[207]: com.freenet.startup.plist: 2 more failures without
> living at least 60 seconds will cause job removal
> launchd[207]: com.freenet.startup.plist: will restart in 10 seconds
> Starting Freenet 0.7...
> Removed stale pid file2: /Applications/Freenet/./Freenet.pid
> launchd[207]: com.freenet.startup.plist: respawning too quickly! throttling
> launchd[207]: com.freenet.startup.plist: 1 more failure without
> living at least 60 seconds will cause job removal
> launchd[207]: com.freenet.startup.plist: will restart in 10 seconds
> Starting Freenet 0.7...
> launchd[207]: com.freenet.startup.plist: respawning too quickly! throttling
> launchd[207]: com.freenet.startup.plist: too many failures in succession
>
> Mac OS 10.4.11, PowerPC, Ti Laptop, Freenet 2015
> --
> Mel Charters
> _______________________________________________
> Support mailing list
> [email protected]
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
>
> Or mailto:[email protected]?subject=unsubscribe
>
>
>
> _______________________________________________
> Support mailing list
> [email protected]
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[email protected]?subject=unsubscribe
>
>
>
> --
>
> Mel Charters
>
> _______________________________________________
> Support mailing list
> [email protected]
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[email protected]?subject=unsubscribe
>
_______________________________________________
Support mailing list
[email protected]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[email protected]?subject=unsubscribe

Reply via email to