Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JET 1.6.1: APNS apsctl Status Unavailable #13

Open
dan-snelson opened this issue Nov 6, 2023 · 4 comments
Open

JET 1.6.1: APNS apsctl Status Unavailable #13

dan-snelson opened this issue Nov 6, 2023 · 4 comments

Comments

@dan-snelson
Copy link

Happy Monday!

Testing JET 1.6.1 with macOS 14.2.0 (23C5030f) and Jamf Pro 11.0.1.

We're observing APNS apsctl Status Unavailable in reports, but executing "Jamf Pro > Computer Record > Management > Enable / Disable Bluetooth" is working nearly instantaneously as expected.

(Happy to open a ticket with Jamf Support if that's preferred.)

Thanks.

@daniel-maclaughlin
Copy link
Collaborator

the grep changed between OS version, a fix is planned for the next release

@dan-snelson
Copy link
Author

Thanks for the update, @daniel-maclaughlin.

(Seems odd to close this issue as "completed" when it's still pending.)

@MacTool
Copy link

MacTool commented Apr 3, 2024

@dan-snelson , @daniel-maclaughlin

I downloaded the script and changed line 1018 to

if [[ ${APSCTL_STATUS_CHECK} == *"courier.push.apple.com"* ]]; then

instead of

if [[ ${APSCTL_STATUS_CHECK} =~ "courier.push.apple.com" ]]; then

The wildcards work much better.

@dan-snelson
Copy link
Author

Noice, @MacTool.

JamfCheck is worth a look.

liquidz00 added a commit to liquidz00/Jamf-Environment-Test that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants