Posted on 03-14-2022 12:52 PM
Hi all,
Anyone else see the issues where installing / upgrading to JAMF connect 2.10.0 .. they are meeting with a keychain error message ...
The app seems to be installing or running as root after you install and upgrade to from version 2.9.0 or lower ..
Thanks
Posted on 03-15-2022 03:15 AM
I have a ticket open for this. You can reference it if you want: CS0798685.
Only workaround: Make use of the launchagent (disables auto open through the pkg).
Also you could just restart the app which fixes the issue.
Posted on 03-15-2022 04:20 AM
@lawinski Thanks for coming back..
Can you give more details on the launchagent piece?
With regards the restating of app - just a script to run after to restart the app?
rk
Posted on 03-15-2022 04:34 AM
Hey @rkeleghan,
inside the Jamf Connect dmg that you can download from your account there is a LaunchAgent.pkg file in the "Resources" folder. This installs a user daemon that keeps the app open (from user context).
When you restart the app it has to be done in user context (Best user restarts it himself). Programatically I am not sure if it is possible. You could try:
launchctl asuser $(id -u "$(/usr/sbin/scutil <<<"show State:/Users/ConsoleUser" | /usr/bin/awk -F': ' '/[[:space:]]+Name[[:space:]]:/ { print $2 }')") /usr/bin/open "/Applications/Jamf Connect.app"
However asuser is deprecated.
Posted on 03-17-2022 03:21 AM
Hey @rkeleghan,
I just had a chat with their support. There is an internal PI for that already.
We should see this fixed at some point. Just giving you the update. Unfortunately I forgot to copy the PI number.