intermittant LaunchAgent issue

nkalister
Valued Contributor

We meet again, JAMFnation . . . . Today's question is about my ADPassMon launch agent.
Generally, it works fine. But about 20% of the time on a user's first login, OS X brings up a window asking me to locate System Events.app. Once I browse to CoreServices and point it at the app, ADPassmon launches.
I can't seem to find any rhyme or reason as to why this happens sometimes and not others. Also, once it's happened once for a particular user, it won't happen again.

Here's the contents of the launchagent i'm using . . . . Anything look wrong to you all?

<?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>KeepAlive</key>
    <dict>
        <key>SuccessfulExit</key>
        <false/>
    </dict>
    <key>Label</key>
    <string>com.wordpress.yourmacguy.adpassmon</string>
    <key>ProgramArguments</key>
    <array>
        <string>/Applications/ADPassMon.app/Contents/MacOS/ADPassMon</string>
    </array>
</dict>
</plist>

edit:
Oh, so embarrassing that I can't correct the typo in the title! :0

0 REPLIES 0