Graham Pugh
Graham Pugh
As explained in Slack, the Run Processes field always returns 0. There is a PR open which provides an example script for adding to your Jamf policy to run erase-install.sh...
Hi Rich. The error says "problem with package". That usually means the package that's been added to the policy doesn't exist. Can we look earlier in the run to see...
From what I understand it can take up to a minute for cluster sync to happen, so not working with cookies has a major impact. Sure, we could write a...
Could you post the contents of the file `/tmp/jamf_upload/curl_cookies_from_jamf_upload.txt` after a run?. Hopefully it will give some clues about the cookies. Also, running with `-vvv` shows cookie information for the...
Just to let you know, I'm on vacation for a fe more days. I'll look into this next week. the headers file looks helpful, at least some cookies are being...
@rtrouton just taking another look at this and specifically the repeated `No existing cookie found - starting new session` messages. The only circumstance that should generate that output is if...
Hmm this is very strange. I have now noticed in your output that no cookie is being set. There should be `--cookie-jar /tmp/jamf_upload/curl_cookies_from_jamf_upload.txt` and `--cookie /tmp/jamf_upload/curl_cookies_from_jamf_upload.txt` in each `curl` output....
Hi @rtrouton Thanks for the output. It looks like the cookies are working as intended now. I've also had confirmation from Jamf that the processors "do the right thing" in...
This is basically resolved, but I'll leave the issue open until the `Sleep` processor is released, as a reminder to put that in the wiki once it's done. (Hint: if...
FYI, I'm integrating `sleep` into JamfUploader processors. I've tested with `JamfComputerGroupUploader` and it's working well for me - I needed to add a 2-second sleep since upgrading to Jamf Pro...