Posted on 07-06-2016 09:09 AM
Hi Guys does any advise on setting up Patchoo as we are stuck on creating the Smart group with the Patchoo criteria , in addition what smart groups are people running . In addition which guide did you find best to set up Patchoo
Posted on 07-06-2016 09:43 AM
You'll have to be more specific mate. Which smart group(s) are you stuck with?
I found @loceee 's guide to be more than sufficient. It's part of the patchoo wiki.
Keep in mind the original code hasn't been maintained in a while. I have a fork that's a little more up to date. I also know @loceee wants to write it's replacement at some point too.
Posted on 07-06-2016 08:33 PM
I have merged in the outstanding PRs, so the master branch should be pretty good to roll on all current versions of OS X. Sorry for my tardiness! Back to the world of MacAdmining, but have some other priorities on DEP/VPP for iOS before I sink my teeth back into the macOS. Thanks so much for contributions!
Let us know what you are stuck on around the smart groups @casareanderson
Posted on 07-07-2016 02:08 AM
Let me start from the start and tell you what i have done where i am stuck
i have completed the following steps
configuring patchoo.sh
set up my categories
I am now stuck on installing the triggers and setting up my smart groups as i dont have patchoo install and patchoo defer count as a criteria or no how to make a new search criteria i have imported the script demons
Posted on 07-07-2016 05:47 AM
and were working on JAMF Cloud
Posted on 08-09-2016 02:30 AM
@loceee Could i please have some advice implementing Patchoo with JAMF cloud as i am having issues setting up the smart groups as i can create Patchoo as a criteria
Posted on 08-09-2016 04:04 AM
Following the documentation, the triggers are installed via pkgs you can download here, you can then get the two extension attributes you need to put into the JSS from here.
Posted on 01-30-2017 06:53 AM
I have been testing Patchoo as well and found that the triggers that are on the site will not work correctly as they are pointing to the old location of the JAMF binary.
Where they packaged triggers point to:
/usr/bin/jamf policy -trigger every120 -randomDelaySeconds 300
/usr/bin/jamf policy -trigger patchoo -randomDelaySeconds 1800
Where they should point to to work:
/usr/local/jamf/bin/jamf policy -trigger every120 -randomDelaySeconds 300
/usr/local/jamf/bin/jamf policy -trigger patchoo -randomDelaySeconds 1800
Used LaunchContorol v1.28.4 to edit the settings and packaged them back up to be pushed out. Suggest that you add the icons its looking for in the 0patchoo.sh as well.
Posted on 05-22-2017 11:39 AM
Anybody know how to fix this? In this example, Adobe Flash and Google Chrome both have updates. I have manually added names in the Info section of the Packages, but still nothing. ASU updates do show up correctly, however.
Posted on 05-22-2017 11:39 AM
Anybody know how to fix this? In this example, Adobe Flash and Google Chrome both have updates. I have manually added names in the Info section of the Packages, but still nothing. ASU updates do show up correctly, however.
Posted on 05-22-2017 11:42 AM
It's working nicely for me, but I'm using my own cocoadialog based fork of Patchoo. https://github.com/franton/patchoo
Posted on 05-22-2017 12:38 PM
I'm using 3.0.999 of CD and 0.9960 of Patchoo.
Posted on 05-22-2017 02:16 PM
Definitely take a look at @franton 's fork. It's received far more love than the main repo for a while.
Posted on 06-29-2017 10:50 AM
Has anyone experienced the .pkg icon disappearing from the notification window? It use to display, but at some point just stopped working. Not sure what changed.
Posted on 06-29-2017 10:58 AM
@nvandam I've found that occurs with api user permissions being at fault. I'm still working on narrowing things down but that's the root cause.
Posted on 06-29-2017 10:59 AM
@nimoyjohnson That's a cocoaDialog bug. Not much we can do about that.
Posted on 04-22-2019 07:41 AM
Has anyone converted their Patchoo script to use something other than CocoaDailog? I'd hate to reinvent the wheel with this one if someone wouldn't mind sharing.