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>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 <<mailto:[email protected]>[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
<mailto:[email protected]>[email protected]
<http://news.gmane.org/gmane.network.freenet.support>http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at <http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support>http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:<mailto:[email protected]>[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

Reply via email to