Created
March 18, 2014 21:11
-
-
Save grahamgilbert/9629740 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| AppleSoftwareUpdatesOnly = 0; | |
| ClientIdentifier = ""; | |
| LastCheckDate = "2014-03-18 20:50:21 +0000"; | |
| LastCheckResult = 1; | |
| LogFile = "/Library/Managed Installs/Logs/ManagedSoftwareUpdate.log"; | |
| LoggingLevel = 1; | |
| ManagedInstallDir = "/Library/Managed Installs"; | |
| PackageVerificationMode = hash; | |
| SoftwareRepoURL = "https://munki.grahamgilbert.com/repo"; | |
| SoftwareUpdateServerURL = ""; | |
| SuppressStopButtonOnInstall = 0; | |
| UseClientCertificate = 1; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| AppleSoftwareUpdatesOnly = 0; | |
| ClientIdentifier = ""; | |
| CurlPath = "/usr/local/bin/curl"; | |
| InstallAppleSoftwareUpdates = 0; | |
| LastCheckDate = "2014-03-18 21:03:36 +0000"; | |
| LastCheckResult = 0; | |
| LogFile = "/Library/Managed Installs/Logs/ManagedSoftwareUpdate.log"; | |
| LoggingLevel = 1; | |
| ManagedInstallDir = "/Library/Managed Installs"; | |
| SoftwareRepoURL = "https://munki.grahamgilbert.com/repo"; | |
| UseClientCertificate = 1; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Managed Software Update Tool | |
| Copyright 2010-2014 The Munki Project | |
| http://code.google.com/p/munki | |
| Starting... | |
| Checking for available updates... | |
| Manifest base URL is: https://munki.grahamgilbert.com/repo/manifests/ | |
| No client id specified. Requesting Grahams-Mac.local... | |
| Manifest base URL is: https://munki.grahamgilbert.com/repo/manifests/ | |
| Getting manifest client_manifest... | |
| follow_redirects is False | |
| curl: (58) SSL: Can't load the certificate "/Library/Managed Installs/certs/munki.pem" and its private key: OSStatus -25299 | |
| Retrieving list of software for this machine... | |
| Download error: https://munki.grahamgilbert.com/repo/manifests/Grahams-Mac.local. Failed (58) with: | |
| Headers: {'http_result_code': '000', 'http_result_description': '', 'curl': '(58) SSL: Can\'t load the certificate "/Library/Managed Installs/certs/munki.pem" and its private key: OSStatus -25299'} | |
| Request failed. Trying Grahams-Mac... | |
| Manifest base URL is: https://munki.grahamgilbert.com/repo/manifests/ | |
| Getting manifest client_manifest... | |
| follow_redirects is False | |
| curl: (58) SSL: Can't load the certificate "/Library/Managed Installs/certs/munki.pem" and its private key: OSStatus -25299 | |
| Retrieving list of software for this machine... | |
| Download error: https://munki.grahamgilbert.com/repo/manifests/Grahams-Mac. Failed (58) with: | |
| Headers: {'http_result_code': '000', 'http_result_description': '', 'curl': '(58) SSL: Can\'t load the certificate "/Library/Managed Installs/certs/munki.pem" and its private key: OSStatus -25299'} | |
| Request failed. Trying VMimc2Wox//E... | |
| Manifest base URL is: https://munki.grahamgilbert.com/repo/manifests/ | |
| Getting manifest client_manifest... | |
| follow_redirects is False | |
| curl: (58) SSL: Can't load the certificate "/Library/Managed Installs/certs/munki.pem" and its private key: OSStatus -25299 | |
| Retrieving list of software for this machine... | |
| Download error: https://munki.grahamgilbert.com/repo/manifests/VMimc2Wox//E. Failed (58) with: | |
| Headers: {'http_result_code': '000', 'http_result_description': '', 'curl': '(58) SSL: Can\'t load the certificate "/Library/Managed Installs/certs/munki.pem" and its private key: OSStatus -25299'} | |
| Request failed. Trying site_default... | |
| Manifest base URL is: https://munki.grahamgilbert.com/repo/manifests/ | |
| Getting manifest client_manifest... | |
| follow_redirects is False | |
| curl: (58) SSL: Can't load the certificate "/Library/Managed Installs/certs/munki.pem" and its private key: OSStatus -25299 | |
| Retrieving list of software for this machine... | |
| Download error: https://munki.grahamgilbert.com/repo/manifests/site_default. Failed (58) with: | |
| Headers: {'http_result_code': '000', 'http_result_description': '', 'curl': '(58) SSL: Can\'t load the certificate "/Library/Managed Installs/certs/munki.pem" and its private key: OSStatus -25299'} | |
| ERROR: Could not retrieve manifest client_manifest from the server: Error 58: | |
| ERROR: Could not retrieve managed install primary manifest. | |
| Finishing... | |
| Getting info on currently installed applications... | |
| Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment