Posted on 08-26-2019 11:55 PM
jamf recon command when run in verbose mode shows that it works upto JSS is available and doesnot update inventory.
When check the JAMF client logs, there is a couple of error messages.
Posted on 08-27-2019 05:07 AM
Just out of curiosity, if you do a
Sudo jamf enroll -prompt
Can you reestablish a connection?
Posted on 08-27-2019 03:48 PM
@easyedc Yes, I can do the re-enrolment and its gives message that the certificate is installed successful and then again 'sudo jamf recon' doesn't work.
01-24-2022 12:13 PM - edited 01-24-2022 12:21 PM
I know this is an old post but did you ever figure this out? I'm getting a similar issue on some computers:
verbose: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.jamf.management.daemon.binary was invalidated from this process." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.jamf.management.daemon.binary was invalidated from this process.}
Can't figure out what's causing it.
Posted on 02-09-2022 02:12 PM
Try this "sudo jamf enroll -prompt" that will enforce to install the JSS apps.
Posted on 06-12-2024 02:13 AM
Check if jamf daemon loaded: sudo launchctl list | grep jamf
Load daemon if not: sudo launchctl load -w /Library/LaunchDaedom/com.jamf.management.daemon.plist
Then run: sudo jamf manage, sudo jamf recon, sudo jamf policy to check if everything ok.
Restart computer and check if jamf daemon loaded automatically.