WardsParadox / Munki-Overnight

Run Munki Overnight (so laptops can update with lid closed) via Python and lack of NoSleep Extension.
10 stars 0 forks source link

Wait for network connection? #2

Closed flammable closed 9 years ago

flammable commented 9 years ago

Thanks for the script! We have five Mac laptop computer labs, and I'm really hopeful that this will help us keep them up to date (two of them are connected to ethernet, the other three are wireless). I'm having some trouble getting it to work, though.

I've installed it on a test MacBook Air, for the wireless scenario. We have a loginwindow configuration profile that provides Wi-Fi access without any users logged in - I'm using @keeleysam's method, documented here. The test machine is running OS X 10.10.3 - I haven't updated it in a while, so I want to see if I can get it to work with this script.

I'm going to pull logs tomorrow to confirm, but it's looking like the laptop does the following:

  1. Boots up at exactly 1 AM.
  2. Starts running Munki immediately.
  3. Can't reach the Munki server, since the wireless hasn't initialized yet.
  4. The Munki run fails.
  5. Just as the network connection comes online, MunkiReport checks in with our server and notes the failures.
  6. The laptop shuts down.

I see errors like this in MunkiReport:

managedsoftwareupdate: server check for http://server.example/repo failed: [Errno 8] nodename nor servname provided, or not known

Could not download Apple SUS catalog: Error -1009: The Internet connection appears to be offline.

I noticed that in @jmartinez0837's original script, there are lines that check for the Munki server to be reachable. Is this something you'd be willing to incorporate? I have no idea how to accomplish this in Python, unfortunately.

Since ethernet is available immediately at the login window, I imagine this works great for those two MacBook Pro labs - but I'd love to have this working for the wireless MacBook Air labs, too. I'll pull logs tomorrow to make sure I understand what's happening,

Thanks!

Mike

WardsParadox commented 9 years ago

Thanks for catching this. I didn't think about it so I will look into as soon as I can. Work has picked up quite a ton lately as they have us moving around the building (over dramatic eye roll here) so it might get placed on a back burner. I haven't had an issue with this so I didn't think about it. Glad it has been a little helpful so I will look into asap :)

flammable commented 9 years ago

No worries! Getting this to work has been on my list for a while. Thanks for considering this!

If it helps, here are the logs:

Jul 17 2015 01:00:11 -0400 ### Starting managedsoftwareupdate run: auto ###
Jul 17 2015 01:00:11 -0400 Starting...
Jul 17 2015 01:00:11 -0400     Performing preflight tasks...
Jul 17 2015 01:00:12 -0400     Munkireport: # Executing scripts in preflight_abort.d
Jul 17 2015 01:00:12 -0400     Munkireport: # Executing scripts in preflight.d
Jul 17 2015 01:00:12 -0400     Munkireport: Running bluetooth.sh
Jul 17 2015 01:00:13 -0400     Munkireport: Running directoryservice.sh
Jul 17 2015 01:00:13 -0400     Munkireport: Running disk_info
Jul 17 2015 01:00:13 -0400     Munkireport: Running displays.py
Jul 17 2015 01:00:14 -0400     Munkireport: Running filevaultstatus
Jul 17 2015 01:00:14 -0400     Munkireport: filevaultstatus Error: Error: FileVault is Off.
Jul 17 2015 01:00:14 -0400     Munkireport: Running init_ard
Jul 17 2015 01:00:14 -0400     Munkireport: Running localadmin
Jul 17 2015 01:00:14 -0400     Munkireport: Running networkinfo.sh
Jul 17 2015 01:00:14 -0400     Munkireport: Running power.sh
Jul 17 2015 01:00:15 -0400     Munkireport: Running profile.py
Jul 17 2015 01:00:15 -0400     Munkireport: Running warranty
Jul 17 2015 01:00:15 -0400     Munkireport: Running submit.preflight
Jul 17 2015 01:00:16 -0400 ERROR: Munkireport: https://mr-php.example/index.php?/report/hash_check
Jul 17 2015 01:00:16 -0400 ERROR: Munkireport: We failed to reach a server
Jul 17 2015 01:00:16 -0400 ERROR: Munkireport: Reason: [Errno 8] nodename nor servname provided, or not known
Jul 17 2015 01:00:16 -0400     Munkireport: submit.preflight Error: ERROR: Munkireport: https://mr-php.example/index.php?/report/hash_check
ERROR: Munkireport: We failed to reach a server
ERROR: Munkireport: Reason: [Errno 8] nodename nor servname provided, or not known
Jul 17 2015 01:00:16 -0400 ERROR: managedsoftwareupdate: server check for http://munki.example/repo failed: [Errno 8] nodename nor servname provided, or not known
Jul 17 2015 01:00:16 -0400 Checking Apple Software Update catalog...
Jul 17 2015 01:00:16 -0400     Caching CatalogURL http://reposado.example/index_release.sucatalog
Jul 17 2015 01:00:16 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 17 2015 01:00:16 -0400     Headers: None
Jul 17 2015 01:00:16 -0400 WARNING: Could not download Apple SUS catalog:
Jul 17 2015 01:00:16 -0400 WARNING:     Error -1009: The Internet connection appears to be offline.
Jul 17 2015 01:00:16 -0400 Finishing...
Jul 17 2015 01:00:16 -0400 Saving application inventory...
Jul 17 2015 01:00:26 -0400     Performing postflight tasks...
Jul 17 2015 01:00:26 -0400     Munkireport: # Executing scripts in postflight.d
Jul 17 2015 01:00:26 -0400     Munkireport: Running inventory_add_plugins.py
Jul 17 2015 01:00:26 -0400     Munkireport: Adding 13 plugins
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting ard_model
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting filevault_status
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting installhistory
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting profile
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting munkireport
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting displays_info
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting inventory
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting disk_report
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting power
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting localadmin
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting directory_service
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting network
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting bluetooth
Jul 17 2015 01:00:27 -0400     Munkireport: Requesting warranty
Jul 17 2015 01:00:27 -0400     Munkireport: Need to update reportdata
Jul 17 2015 01:00:27 -0400     Munkireport: Need to update power
Jul 17 2015 01:00:27 -0400     Munkireport: Need to update munkireport
Jul 17 2015 01:00:27 -0400     Munkireport: Sending items
Jul 17 2015 01:00:27 -0400     Munkireport: Server info: starting: reportdata
Server info: starting: power
Server info: starting: munkireport
Jul 17 2015 01:00:27 -0400 ### Ending managedsoftwareupdate run ###

The data actually does get sent to the MunkiReport server, so I imagine 30 seconds is probably enough.

jmartinez0837 commented 9 years ago

I'm on vacation now but when I get back I can help if you still need it.

Sent from my iPhone

On Jul 17, 2015, at 12:00 PM, Mike Solin notifications@github.com wrote:

No worries! Getting this to work has been on my list for a while. Thanks for considering this!

If it helps, here are the logs:

Jul 17 2015 01:00:11 -0400 ### Starting managedsoftwareupdate run: auto ### Jul 17 2015 01:00:11 -0400 Starting... Jul 17 2015 01:00:11 -0400 Performing preflight tasks... Jul 17 2015 01:00:12 -0400 Munkireport: # Executing scripts in preflight_abort.d Jul 17 2015 01:00:12 -0400 Munkireport: # Executing scripts in preflight.d Jul 17 2015 01:00:12 -0400 Munkireport: Running bluetooth.sh Jul 17 2015 01:00:13 -0400 Munkireport: Running directoryservice.sh Jul 17 2015 01:00:13 -0400 Munkireport: Running disk_info Jul 17 2015 01:00:13 -0400 Munkireport: Running displays.py Jul 17 2015 01:00:14 -0400 Munkireport: Running filevaultstatus Jul 17 2015 01:00:14 -0400 Munkireport: filevaultstatus Error: Error: FileVault is Off. Jul 17 2015 01:00:14 -0400 Munkireport: Running init_ard Jul 17 2015 01:00:14 -0400 Munkireport: Running localadmin Jul 17 2015 01:00:14 -0400 Munkireport: Running networkinfo.sh Jul 17 2015 01:00:14 -0400 Munkireport: Running power.sh Jul 17 2015 01:00:15 -0400 Munkireport: Running profile.py Jul 17 2015 01:00:15 -0400 Munkireport: Running warranty Jul 17 2015 01:00:15 -0400 Munkireport: Running submit.preflight Jul 17 2015 01:00:16 -0400 ERROR: Munkireport: https://mr-php.example/index.php?/report/hash_check Jul 17 2015 01:00:16 -0400 ERROR: Munkireport: We failed to reach a server Jul 17 2015 01:00:16 -0400 ERROR: Munkireport: Reason: [Errno 8] nodename nor servname provided, or not known Jul 17 2015 01:00:16 -0400 Munkireport: submit.preflight Error: ERROR: Munkireport: https://mr-php.example/index.php?/report/hash_check ERROR: Munkireport: We failed to reach a server ERROR: Munkireport: Reason: [Errno 8] nodename nor servname provided, or not known Jul 17 2015 01:00:16 -0400 ERROR: managedsoftwareupdate: server check for http://munki.example/repo failed: [Errno 8] nodename nor servname provided, or not known Jul 17 2015 01:00:16 -0400 Checking Apple Software Update catalog... Jul 17 2015 01:00:16 -0400 Caching CatalogURL http://reposado.example/index_release.sucatalog Jul 17 2015 01:00:16 -0400 Download error -1009: The Internet connection appears to be offline. Jul 17 2015 01:00:16 -0400 Headers: None Jul 17 2015 01:00:16 -0400 WARNING: Could not download Apple SUS catalog: Jul 17 2015 01:00:16 -0400 WARNING: Error -1009: The Internet connection appears to be offline. Jul 17 2015 01:00:16 -0400 Finishing... Jul 17 2015 01:00:16 -0400 Saving application inventory... Jul 17 2015 01:00:26 -0400 Performing postflight tasks... Jul 17 2015 01:00:26 -0400 Munkireport: # Executing scripts in postflight.d Jul 17 2015 01:00:26 -0400 Munkireport: Running inventory_add_plugins.py Jul 17 2015 01:00:26 -0400 Munkireport: Adding 13 plugins Jul 17 2015 01:00:27 -0400 Munkireport: Requesting ard_model Jul 17 2015 01:00:27 -0400 Munkireport: Requesting filevault_status Jul 17 2015 01:00:27 -0400 Munkireport: Requesting installhistory Jul 17 2015 01:00:27 -0400 Munkireport: Requesting profile Jul 17 2015 01:00:27 -0400 Munkireport: Requesting munkireport Jul 17 2015 01:00:27 -0400 Munkireport: Requesting displays_info Jul 17 2015 01:00:27 -0400 Munkireport: Requesting inventory Jul 17 2015 01:00:27 -0400 Munkireport: Requesting disk_report Jul 17 2015 01:00:27 -0400 Munkireport: Requesting power Jul 17 2015 01:00:27 -0400 Munkireport: Requesting localadmin Jul 17 2015 01:00:27 -0400 Munkireport: Requesting directory_service Jul 17 2015 01:00:27 -0400 Munkireport: Requesting network Jul 17 2015 01:00:27 -0400 Munkireport: Requesting bluetooth Jul 17 2015 01:00:27 -0400 Munkireport: Requesting warranty Jul 17 2015 01:00:27 -0400 Munkireport: Need to update reportdata Jul 17 2015 01:00:27 -0400 Munkireport: Need to update power Jul 17 2015 01:00:27 -0400 Munkireport: Need to update munkireport Jul 17 2015 01:00:27 -0400 Munkireport: Sending items Jul 17 2015 01:00:27 -0400 Munkireport: Server info: starting: reportdata Server info: starting: power Server info: starting: munkireport Jul 17 2015 01:00:27 -0400 ### Ending managedsoftwareupdate run ###

The data actually does get sent to the MunkiReport server, so I imagine 30 seconds is probably enough.

— Reply to this email directly or view it on GitHub https://github.com/WardsParadox/Munki-Overnight/issues/2#issuecomment-122326627 .

WardsParadox commented 9 years ago

Proabably will. Working on a function now but having trouble with it so I'm gonna put this on the Tomorrow Burner and work on it Tomorrow when I'm off. -1 for procrastination.

Zack McCauley

On Fri, Jul 17, 2015 at 12:55 PM, jmartinez0837 notifications@github.com wrote:

I'm on vacation now but when I get back I can help if you still need it.

Sent from my iPhone

On Jul 17, 2015, at 12:00 PM, Mike Solin notifications@github.com wrote:

No worries! Getting this to work has been on my list for a while. Thanks for considering this!

If it helps, here are the logs:

Jul 17 2015 01:00:11 -0400 ### Starting managedsoftwareupdate run: auto ### Jul 17 2015 01:00:11 -0400 Starting... Jul 17 2015 01:00:11 -0400 Performing preflight tasks... Jul 17 2015 01:00:12 -0400 Munkireport: # Executing scripts in preflight_abort.d Jul 17 2015 01:00:12 -0400 Munkireport: # Executing scripts in preflight.d Jul 17 2015 01:00:12 -0400 Munkireport: Running bluetooth.sh Jul 17 2015 01:00:13 -0400 Munkireport: Running directoryservice.sh Jul 17 2015 01:00:13 -0400 Munkireport: Running disk_info Jul 17 2015 01:00:13 -0400 Munkireport: Running displays.py Jul 17 2015 01:00:14 -0400 Munkireport: Running filevaultstatus Jul 17 2015 01:00:14 -0400 Munkireport: filevaultstatus Error: Error: FileVault is Off. Jul 17 2015 01:00:14 -0400 Munkireport: Running init_ard Jul 17 2015 01:00:14 -0400 Munkireport: Running localadmin Jul 17 2015 01:00:14 -0400 Munkireport: Running networkinfo.sh Jul 17 2015 01:00:14 -0400 Munkireport: Running power.sh Jul 17 2015 01:00:15 -0400 Munkireport: Running profile.py Jul 17 2015 01:00:15 -0400 Munkireport: Running warranty Jul 17 2015 01:00:15 -0400 Munkireport: Running submit.preflight Jul 17 2015 01:00:16 -0400 ERROR: Munkireport: https://mr-php.example/index.php?/report/hash_check Jul 17 2015 01:00:16 -0400 ERROR: Munkireport: We failed to reach a server Jul 17 2015 01:00:16 -0400 ERROR: Munkireport: Reason: [Errno 8] nodename nor servname provided, or not known Jul 17 2015 01:00:16 -0400 Munkireport: submit.preflight Error: ERROR: Munkireport: https://mr-php.example/index.php?/report/hash_check ERROR: Munkireport: We failed to reach a server ERROR: Munkireport: Reason: [Errno 8] nodename nor servname provided, or not known Jul 17 2015 01:00:16 -0400 ERROR: managedsoftwareupdate: server check for http://munki.example/repo failed: [Errno 8] nodename nor servname provided, or not known Jul 17 2015 01:00:16 -0400 Checking Apple Software Update catalog... Jul 17 2015 01:00:16 -0400 Caching CatalogURL http://reposado.example/index_release.sucatalog Jul 17 2015 01:00:16 -0400 Download error -1009: The Internet connection appears to be offline. Jul 17 2015 01:00:16 -0400 Headers: None Jul 17 2015 01:00:16 -0400 WARNING: Could not download Apple SUS catalog: Jul 17 2015 01:00:16 -0400 WARNING: Error -1009: The Internet connection appears to be offline. Jul 17 2015 01:00:16 -0400 Finishing... Jul 17 2015 01:00:16 -0400 Saving application inventory... Jul 17 2015 01:00:26 -0400 Performing postflight tasks... Jul 17 2015 01:00:26 -0400 Munkireport: # Executing scripts in postflight.d Jul 17 2015 01:00:26 -0400 Munkireport: Running inventory_add_plugins.py Jul 17 2015 01:00:26 -0400 Munkireport: Adding 13 plugins Jul 17 2015 01:00:27 -0400 Munkireport: Requesting ard_model Jul 17 2015 01:00:27 -0400 Munkireport: Requesting filevault_status Jul 17 2015 01:00:27 -0400 Munkireport: Requesting installhistory Jul 17 2015 01:00:27 -0400 Munkireport: Requesting profile Jul 17 2015 01:00:27 -0400 Munkireport: Requesting munkireport Jul 17 2015 01:00:27 -0400 Munkireport: Requesting displays_info Jul 17 2015 01:00:27 -0400 Munkireport: Requesting inventory Jul 17 2015 01:00:27 -0400 Munkireport: Requesting disk_report Jul 17 2015 01:00:27 -0400 Munkireport: Requesting power Jul 17 2015 01:00:27 -0400 Munkireport: Requesting localadmin Jul 17 2015 01:00:27 -0400 Munkireport: Requesting directory_service Jul 17 2015 01:00:27 -0400 Munkireport: Requesting network Jul 17 2015 01:00:27 -0400 Munkireport: Requesting bluetooth Jul 17 2015 01:00:27 -0400 Munkireport: Requesting warranty Jul 17 2015 01:00:27 -0400 Munkireport: Need to update reportdata Jul 17 2015 01:00:27 -0400 Munkireport: Need to update power Jul 17 2015 01:00:27 -0400 Munkireport: Need to update munkireport Jul 17 2015 01:00:27 -0400 Munkireport: Sending items Jul 17 2015 01:00:27 -0400 Munkireport: Server info: starting: reportdata Server info: starting: power Server info: starting: munkireport Jul 17 2015 01:00:27 -0400 ### Ending managedsoftwareupdate run ###

The data actually does get sent to the MunkiReport server, so I imagine 30 seconds is probably enough.

Reply to this email directly or view it on GitHub < https://github.com/WardsParadox/Munki-Overnight/issues/2#issuecomment-122326627

.

Reply to this email directly or view it on GitHub https://github.com/WardsParadox/Munki-Overnight/issues/2#issuecomment-122372612 .

flammable commented 9 years ago

You guys rock, thank you so much!

Mike

WardsParadox commented 9 years ago

So try this code out. I have commented out the shutdown's for testing but this seems to work now. Let me know if so. I might have missed somethings and this is rough but hey. New Branch networkconnection

WardsParadox commented 9 years ago

Ok. Code is set. Please let me know if this fixes it. Any changes welcome.

flammable commented 9 years ago

Awesome, thanks! I'll try it out tonight and see what happens!

WardsParadox commented 9 years ago

Also I approve greatly of the Claptrap icon :+1: haha Please do. I don't have it in use at the moment as our infrastructure is not up to par for it yet.

flammable commented 9 years ago

Haha, thanks! Claptrap is the best!

I don't see anything on our MunkiReport server for the MacBook Air last night. I'm not sure if it booted properly or not (maybe it did updates, but didn't check in). I might stop by the office today and see what's up.

flammable commented 9 years ago

I found the reason it didn't run last night: user error. I had pmset configured to boot only Monday-Friday, and today is Saturday. Switched to every day - I'll check again tomorrow or Monday. :)

WardsParadox commented 9 years ago

Well that's good I had a mini heart attack before seeing the response xD Have a good weekend!

flammable commented 9 years ago

You too, thanks!

Looks like it ran at 1 AM last night, but didn't reach the Munki or Reposado servers. MunkiReport has the same errors about the internet connection being offline. I'll pull logs and see what's up.

I appreciate all of the help with this!

WardsParadox commented 9 years ago

Ok. I need some time to think about this. I'm contimplating trying the same loop @jmartinez0837 uses's in his, but in the LaunchDaemon plist file instead. Just need to do some research and testing.

flammable commented 9 years ago

Here's the logs from July 18th (when I swapped out the script with the test version) up until today:

Jul 19 2015 01:00:22 -0400 ### Starting managedsoftwareupdate run: auto ###
Jul 19 2015 01:00:22 -0400 Starting...
Jul 19 2015 01:00:22 -0400     Performing preflight tasks...
Jul 19 2015 01:00:23 -0400     Munkireport: # Executing scripts in preflight_abort.d
Jul 19 2015 01:00:23 -0400     Munkireport: # Executing scripts in preflight.d
Jul 19 2015 01:00:23 -0400     Munkireport: Running bluetooth.sh
Jul 19 2015 01:00:23 -0400     Munkireport: Running directoryservice.sh
Jul 19 2015 01:00:24 -0400     Munkireport: Running disk_info
Jul 19 2015 01:00:24 -0400     Munkireport: Running displays.py
Jul 19 2015 01:00:24 -0400     Munkireport: Running filevaultstatus
Jul 19 2015 01:00:24 -0400     Munkireport: filevaultstatus Error: Error: FileVault is Off.
Jul 19 2015 01:00:24 -0400     Munkireport: Running init_ard
Jul 19 2015 01:00:25 -0400     Munkireport: Running localadmin
Jul 19 2015 01:00:25 -0400     Munkireport: Running networkinfo.sh
Jul 19 2015 01:00:25 -0400     Munkireport: Running power.sh
Jul 19 2015 01:00:25 -0400     Munkireport: Running profile.py
Jul 19 2015 01:00:26 -0400     Munkireport: Running warranty
Jul 19 2015 01:00:26 -0400     Munkireport: Running submit.preflight
Jul 19 2015 01:00:26 -0400     Munkireport: Need to update reportdata
Jul 19 2015 01:00:26 -0400     Munkireport: Sending items
Jul 19 2015 01:00:27 -0400     Munkireport: Server info: starting: reportdata
Jul 19 2015 01:00:27 -0400 ### Beginning managed software check ###
Jul 19 2015 01:00:27 -0400 Checking for available updates...
Jul 19 2015 01:00:27 -0400     No client id specified. Requesting me-174-air-11...
Jul 19 2015 01:00:27 -0400     Getting manifest me-174-air-11...
Jul 19 2015 01:00:27 -0400     Using manifest: me-174-air-11
Jul 19 2015 01:00:27 -0400     **Checking for installs**
Jul 19 2015 01:00:27 -0400     Getting catalog release...
Jul 19 2015 01:00:27 -0400     Retrieving catalog "release"...
Jul 19 2015 01:00:28 -0400     Getting manifest ___core_software...
Jul 19 2015 01:00:28 -0400     Retrieving list of software for this machine...
Jul 19 2015 01:00:28 -0400     Running installcheck_script for ad_bind
Jul 19 2015 01:00:28 -0400     ad_bind version 1.0.3 (or newer) is already installed.
Jul 19 2015 01:00:28 -0400     Need to install Adobe Flash Player
Jul 19 2015 01:00:28 -0400     Downloading Adobe Flash Player-18.0.0.209.dmg from plugins/Adobe Flash Player-18.0.0.209.dmg
Jul 19 2015 01:00:28 -0400     Downloading Adobe Flash Player-18.0.0.209.dmg from plugins/Adobe Flash Player-18.0.0.209.dmg
Jul 19 2015 01:00:29 -0400     Downloading Adobe Flash Player-18.0.0.209.dmg...
Jul 19 2015 01:00:32 -0400     Verifying package integrity...
Jul 19 2015 01:00:32 -0400     Adobe Flash Player-18.0.0.209.dmg downloaded at 5346 KB/s
Jul 19 2015 01:00:32 -0400     banner_whitelist version 1.0 (or newer) is already installed.
Jul 19 2015 01:00:32 -0400     dockutil version 2.0.2 (or newer) is already installed.
Jul 19 2015 01:00:32 -0400     Need to install Firefox_ESR
Jul 19 2015 01:00:32 -0400     Downloading Firefox_ESR-38.1.0.dmg from apps/Firefox_ESR-38.1.0.dmg
Jul 19 2015 01:00:32 -0400     Downloading Firefox_ESR-38.1.0.dmg from apps/Firefox_ESR-38.1.0.dmg
Jul 19 2015 01:00:33 -0400     Downloading Firefox_ESR-38.1.0.dmg...
Jul 19 2015 01:00:39 -0400     Verifying package integrity...
Jul 19 2015 01:00:39 -0400     Firefox_ESR-38.1.0.dmg downloaded at 12167 KB/s
Jul 19 2015 01:00:39 -0400     Need to install Java 8 Update
Jul 19 2015 01:00:39 -0400     Downloading Java 8 Update-1.8.51.16.pkg from plugins/Java 8 Update-1.8.51.16.pkg
Jul 19 2015 01:00:39 -0400     Downloading Java 8 Update-1.8.51.16.pkg from plugins/Java 8 Update-1.8.51.16.pkg
Jul 19 2015 01:00:39 -0400     Downloading Java 8 Update-1.8.51.16.pkg...
Jul 19 2015 01:00:44 -0400     Verifying package integrity...
Jul 19 2015 01:00:44 -0400     Java 8 Update-1.8.51.16.pkg downloaded at 14848 KB/s
Jul 19 2015 01:00:44 -0400     JavaForOSX version 1.0.0.0.1.1247562015 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     kaseya_pkg version 7.0.0.4 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     Need to install munkireport
Jul 19 2015 01:00:44 -0400     munkitools-4.0.2413 requires munkitools_core. Getting info on munkitools_core...
Jul 19 2015 01:00:44 -0400     munkitools_core-2.2.4.2431 requires munkitools_launchd. Getting info on munkitools_launchd...
Jul 19 2015 01:00:44 -0400     munkitools_launchd version 2.0.0.1969 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     munkitools_core version 2.2.4.2431 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     munkitools_admin version 2.2.4.2431 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     munkitools-4.0.2413 requires munkitools_launchd. Getting info on munkitools_launchd...
Jul 19 2015 01:00:44 -0400     munkitools version 4.0.2413 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     Running installcheck_script for outset
Jul 19 2015 01:00:44 -0400     Need to install outset
Jul 19 2015 01:00:44 -0400     Downloading outset-1.0.1.pkg from apps/outset-1.0.1.pkg
Jul 19 2015 01:00:44 -0400     Downloading outset-1.0.1.pkg from apps/outset-1.0.1.pkg
Jul 19 2015 01:00:44 -0400     Downloading outset-1.0.1.pkg...
Jul 19 2015 01:00:44 -0400     Verifying package integrity...
Jul 19 2015 01:00:44 -0400 WARNING: Rejected item removeapplejavaplugin, version 1.0 with maximum os version required 10.6.99. Our OS version is 10.10.3.
Jul 19 2015 01:00:44 -0400 WARNING: Could not process item removeapplejavaplugin for install. No pkginfo found in catalogs: release
Jul 19 2015 01:00:44 -0400 WARNING: Rejected item scriptRunnerPkg, version 1.1 with maximum os version required 10.8.99. Our OS version is 10.10.3.
Jul 19 2015 01:00:44 -0400 WARNING: Could not process item scriptRunnerPkg for install. No pkginfo found in catalogs: release
Jul 19 2015 01:00:44 -0400     SEP-12.1.5337.5000 requires SJU_SyLink. Getting info on SJU_SyLink...
Jul 19 2015 01:00:44 -0400     SJU_SyLink version 20131205 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     SEP version 12.1.5337.5000 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     Need to install SetupAssistant
Jul 19 2015 01:00:44 -0400     Downloading SetupAssistant-10.10.4.mobileconfig from scripts/SetupAssistant-10.10.4.mobileconfig
Jul 19 2015 01:00:44 -0400     Downloading SetupAssistant-10.10.4.mobileconfig from scripts/SetupAssistant-10.10.4.mobileconfig
Jul 19 2015 01:00:44 -0400     Downloading SetupAssistant-10.10.4.mobileconfig...
Jul 19 2015 01:00:44 -0400     Verifying package integrity...
Jul 19 2015 01:00:44 -0400     Silverlight version 5.1.40416.0 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     VLC version 2.2.1 (or newer) is already installed.
Jul 19 2015 01:00:44 -0400     Getting manifest __labs-laptops-wifi...
Jul 19 2015 01:00:44 -0400     Retrieving list of software for this machine...
Jul 19 2015 01:30:52 -0400     Need to install Acrobat
Jul 19 2015 01:30:52 -0400     Downloading Acrobat_Install-15.007.20033.dmg from apps/Acrobat_Install-15.007.20033.dmg
Jul 19 2015 01:30:52 -0400     Downloading Acrobat_Install-15.007.20033.dmg from apps/Acrobat_Install-15.007.20033.dmg
Jul 19 2015 01:30:52 -0400     Downloading Acrobat_Install-15.007.20033.dmg...
Jul 19 2015 01:31:46 -0400     Verifying package integrity...
Jul 19 2015 01:31:46 -0400     Acrobat_Install-15.007.20033.dmg downloaded at 14817 KB/s
Jul 19 2015 01:31:46 -0400     Running installcheck_script for removeadobepdfplugin
Jul 19 2015 01:31:46 -0400     removeadobepdfplugin version 1.1 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     Need to install Acrobat_license
Jul 19 2015 01:31:46 -0400     Downloading Acrobat_license-2015.07.14.pkg from apps/Acrobat_license-2015.07.14.pkg
Jul 19 2015 01:31:46 -0400     Downloading Acrobat_license-2015.07.14.pkg from apps/Acrobat_license-2015.07.14.pkg
Jul 19 2015 01:31:46 -0400     Downloading Acrobat_license-2015.07.14.pkg...
Jul 19 2015 01:31:46 -0400     Verifying package integrity...
Jul 19 2015 01:31:46 -0400     Apple_Menu version 1.0 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     auto_logout version 1.5.4 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     Blackboard Collaborate Launcher version 1.1.0 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     Running installcheck_script for create_administrator_lab
Jul 19 2015 01:31:46 -0400     create_administrator_lab version 1.1 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     configure_ssh version 1.1.1 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     configure_ard version 1.0.1 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     disable_screen_lock version 1.0 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     dont_save_new_documents_to_icloud version 1.0 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     energy_saver_labs version 1.0 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     Fetch version 5.7.1476 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     Fetch_license version 1.0 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     fix_hostname version 1.1 (or newer) is already installed.
Jul 19 2015 01:31:46 -0400     Need to install GarageBand
Jul 19 2015 01:31:46 -0400     Downloading GarageBand-10.1.0.dmg from apps/GarageBand-10.1.0.dmg
Jul 19 2015 01:31:46 -0400     Downloading GarageBand-10.1.0.dmg from apps/GarageBand-10.1.0.dmg
Jul 19 2015 01:31:46 -0400     Downloading GarageBand-10.1.0.dmg...
Jul 19 2015 01:33:21 -0400     Download error -1005: The network connection was lost.
Jul 19 2015 01:33:21 -0400     Headers: {u'Content-Length': u'934321850', u'Accept-Ranges': u'bytes', u'Server': u'Microsoft-IIS/8.0', u'Last-Modified': u'Wed, 01 Jul 2015 17:35:12 GMT', u'Etag': u'"8e25f54824b4d01:0"', u'Date': u'Sun, 19 Jul 2015 05:31:45 GMT', u'Content-Type': u'application/octet-stream'}
Jul 19 2015 01:33:21 -0400 WARNING: Download of GarageBand failed: Error -1005: The network connection was lost.
Jul 19 2015 01:33:21 -0400     Need to install iMovie
Jul 19 2015 01:33:21 -0400     Downloading iMovie-10.0.9.dmg from apps/iMovie-10.0.9.dmg
Jul 19 2015 01:33:21 -0400     Downloading iMovie-10.0.9.dmg from apps/iMovie-10.0.9.dmg
Jul 19 2015 01:33:22 -0400     Downloading iMovie-10.0.9.dmg...
Jul 20 2015 01:00:00 -0400     Download error -1005: The network connection was lost.
Jul 20 2015 01:00:00 -0400     Headers: {u'Content-Length': u'2053545205', u'Accept-Ranges': u'bytes', u'Server': u'Microsoft-IIS/8.0', u'Last-Modified': u'Fri, 26 Jun 2015 23:29:41 GMT', u'Etag': u'"55d6cdf967b0d01:0"', u'Date': u'Sun, 19 Jul 2015 05:33:21 GMT', u'Content-Type': u'application/octet-stream'}
Jul 20 2015 01:00:00 -0400 WARNING: Download of iMovie failed: Error -1005: The network connection was lost.
Jul 20 2015 01:00:00 -0400     Inspiration version 9.2.2 (or newer) is already installed.
Jul 20 2015 01:00:00 -0400     Keynote version 6.5.3 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Komodo Edit version 9.1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     LabStats version 5.2.40506.162 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     loginwindow_settings version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Media_Settings version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     mount_homes version 1.0.1 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     munki_config_labs_laptops version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Numbers version 3.5.3 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Office2011-14.4.2 requires Office2011_license. Getting info on Office2011_license...
Jul 20 2015 01:00:01 -0400     Office2011_license version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Office2011 version 14.4.2 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Office2011_config version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Office2011_update-14.5.3 requires Office2011. Getting info on Office2011...
Jul 20 2015 01:00:01 -0400     Need to install Office2011_update
Jul 20 2015 01:00:01 -0400     Downloading Office2011-1453Update_EN-US-14.5.3.dmg from apps/Office2011-1453Update_EN-US-14.5.3.dmg
Jul 20 2015 01:00:01 -0400     Downloading Office2011-1453Update_EN-US-14.5.3.dmg from apps/Office2011-1453Update_EN-US-14.5.3.dmg
Jul 20 2015 01:00:01 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:01 -0400     Headers: None
Jul 20 2015 01:00:01 -0400 WARNING: Download of Office2011_update failed: Error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:01 -0400     Pages version 5.5.3 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Pref_Panes version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Running installcheck_script for removemcx
Jul 20 2015 01:00:01 -0400     removemcx version 1.0.1 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     safari_defaults version 1.0.2 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     screen_saver_labs version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     set_crashreport_autosubmit_false version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     sju_background_labs version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400 WARNING: Rejected item SJU_branding, version 10.9 with maximum os version required 10.9.99. Our OS version is 10.10.3.
Jul 20 2015 01:00:01 -0400 WARNING: Rejected item SJU_branding, version 10.8 with maximum os version required 10.8.99. Our OS version is 10.10.3.
Jul 20 2015 01:00:01 -0400 WARNING: Could not process item SJU_branding for install. No pkginfo found in catalogs: release
Jul 20 2015 01:00:01 -0400     Need to install TextMate
Jul 20 2015 01:00:01 -0400     Downloading TextMate-2.0-beta.7.4.dmg from apps/TextMate-2.0-beta.7.4.dmg
Jul 20 2015 01:00:01 -0400     Downloading TextMate-2.0-beta.7.4.dmg from apps/TextMate-2.0-beta.7.4.dmg
Jul 20 2015 01:00:01 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:01 -0400     Headers: None
Jul 20 2015 01:00:01 -0400 WARNING: Download of TextMate failed: Error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:01 -0400     TextWrangler version 4.5.12 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     wi-fi_enable version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:01 -0400     Getting manifest _ME-174...
Jul 20 2015 01:00:02 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     Headers: None
Jul 20 2015 01:00:02 -0400 ERROR: Could not retrieve manifest _ME-174 from the server: Error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     add_local_admin_comm-1.0 requires ad_bind. Getting info on ad_bind...
Jul 20 2015 01:00:02 -0400     add_local_admin_comm version 1.0 (or newer) is already installed.
Jul 20 2015 01:00:02 -0400     **Checking for removals**
Jul 20 2015 01:00:02 -0400     customize_office_2011 doesn't appear to be installed.
Jul 20 2015 01:00:02 -0400     Flip4Mac doesn't appear to be installed.
Jul 20 2015 01:00:02 -0400     mail_mac_info doesn't appear to be installed.
Jul 20 2015 01:00:02 -0400     iPhoto doesn't appear to be installed.
Jul 20 2015 01:00:02 -0400     sju_background doesn't appear to be installed.
Jul 20 2015 01:00:02 -0400     Getting manifest _ME-174...
Jul 20 2015 01:00:02 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     Headers: None
Jul 20 2015 01:00:02 -0400 ERROR: Could not retrieve manifest _ME-174 from the server: Error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     **Checking for managed updates**
Jul 20 2015 01:00:02 -0400 WARNING: Rejected item WorkgroupManager, version 10.9.0.0.1.1306847324 with maximum os version required 10.9.99. Our OS version is 10.10.3.
Jul 20 2015 01:00:02 -0400 WARNING: Rejected item WorkgroupManager, version 10.8.0.0.1.1306847324 with maximum os version required 10.8.99. Our OS version is 10.10.3.
Jul 20 2015 01:00:02 -0400 WARNING: Could not process item WorkgroupManager for update. No pkginfo found in catalogs: release
Jul 20 2015 01:00:02 -0400     Getting manifest _ME-174...
Jul 20 2015 01:00:02 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     Headers: None
Jul 20 2015 01:00:02 -0400 ERROR: Could not retrieve manifest _ME-174 from the server: Error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400 WARNING: Rejected item WorkgroupManager, version 10.9.0.0.1.1306847324 with maximum os version required 10.9.99. Our OS version is 10.10.3.
Jul 20 2015 01:00:02 -0400 WARNING: Rejected item WorkgroupManager, version 10.8.0.0.1.1306847324 with maximum os version required 10.8.99. Our OS version is 10.10.3.
Jul 20 2015 01:00:02 -0400 WARNING: Could not process item WorkgroupManager for optional install. No pkginfo found in catalogs: release
Jul 20 2015 01:00:02 -0400     Getting manifest _ME-174...
Jul 20 2015 01:00:02 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     Headers: None
Jul 20 2015 01:00:02 -0400 ERROR: Could not retrieve manifest _ME-174 from the server: Error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     Headers: None
Jul 20 2015 01:00:02 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     Headers: None
Jul 20 2015 01:00:02 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:02 -0400     Headers: None
Jul 20 2015 01:00:03 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:03 -0400     Headers: None
Jul 20 2015 01:00:03 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:03 -0400     Headers: None
Jul 20 2015 01:00:03 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:03 -0400     Headers: None
Jul 20 2015 01:00:03 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:03 -0400     Headers: None
Jul 20 2015 01:00:03 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:03 -0400     Headers: None
Jul 20 2015 01:00:03 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:03 -0400     Headers: None
Jul 20 2015 01:00:03 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:03 -0400     Headers: None
Jul 20 2015 01:00:03 -0400 ###    End managed software check    ###
Jul 20 2015 01:00:03 -0400 Checking Apple Software Update catalog...
Jul 20 2015 01:00:03 -0400     Caching CatalogURL http://reposado.example/index_release.sucatalog
Jul 20 2015 01:00:03 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:03 -0400     Headers: None
Jul 20 2015 01:00:03 -0400 WARNING: Could not download Apple SUS catalog:
Jul 20 2015 01:00:03 -0400 WARNING:     Error -1009: The Internet connection appears to be offline.
Jul 20 2015 01:00:03 -0400     
Jul 20 2015 01:00:03 -0400     The following items will be installed or upgraded:
Jul 20 2015 01:00:03 -0400         + Adobe Flash Player-18.0.0.209
Jul 20 2015 01:00:03 -0400             Adobe® Flash® Player is a cross-platform browser-based application runtime that delivers uncompromised viewing of expressive applications, content, and videos across screens and browsers.
Jul 20 2015 01:00:03 -0400         + Firefox_ESR-38.1.0
Jul 20 2015 01:00:03 -0400             Mozilla Firefox is a free and open source web browser.
Jul 20 2015 01:00:03 -0400         + Java 8 Update-1.8.51.16
Jul 20 2015 01:00:03 -0400             Java SE Runtime Environment 8 enables support for running Java-powered applets and applications.
Jul 20 2015 01:00:03 -0400         + munkireport-2.4.3
Jul 20 2015 01:00:03 -0400             Installs scripts for Munki reporting.
Jul 20 2015 01:00:03 -0400         + outset-1.0.1
Jul 20 2015 01:00:03 -0400             outset triggers scripts to run at various points of the login or boot process.
Jul 20 2015 01:00:03 -0400            *Restart required
Jul 20 2015 01:00:03 -0400         + SetupAssistant-10.10.4
Jul 20 2015 01:00:03 -0400             Suppresses iCloud as part of the OS X Setup Assistant.
Jul 20 2015 01:00:03 -0400         + Acrobat-15.007.20033
Jul 20 2015 01:00:03 -0400             Adobe Acrobat Pro DC with Adobe Document Cloud services is here. Completely reimagined PDF tools let you create, edit, sign, and track PDFs from anywhere. It will change the way you work with design layouts, press-ready files, and all your important documents forever.
Jul 20 2015 01:00:03 -0400         + Acrobat_license-2015.07.14
Jul 20 2015 01:00:03 -0400             License file for Adobe Acrobat DC.
Jul 20 2015 01:00:03 -0400 Skipping auto install because SuppressAutoInstall is true.
Jul 20 2015 01:00:03 -0400 Finishing...
Jul 20 2015 01:00:03 -0400 Saving application inventory...
Jul 20 2015 01:00:03 -0400     Performing postflight tasks...
Jul 20 2015 01:00:04 -0400     Munkireport: # Executing scripts in postflight.d
Jul 20 2015 01:00:04 -0400     Munkireport: Running inventory_add_plugins.py
Jul 20 2015 01:00:04 -0400     Munkireport: Adding 13 plugins
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting ard_model
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting filevault_status
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting installhistory
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting profile
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting munkireport
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting displays_info
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting inventory
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting disk_report
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting power
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting localadmin
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting directory_service
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting network
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting bluetooth
Jul 20 2015 01:00:04 -0400     Munkireport: Requesting warranty
Jul 20 2015 01:00:04 -0400 ERROR: Munkireport: https://mr-php.example/index.php?/report/hash_check
Jul 20 2015 01:00:04 -0400 ERROR: Munkireport: We failed to reach a server
Jul 20 2015 01:00:04 -0400 ERROR: Munkireport: Reason: [Errno 8] nodename nor servname provided, or not known
Jul 20 2015 01:00:04 -0400 ### Ending managedsoftwareupdate run ###
Jul 20 2015 13:35:50 -0400 ### Starting managedsoftwareupdate run: auto ###
Jul 20 2015 13:35:50 -0400 Starting...
Jul 20 2015 13:35:50 -0400     Performing preflight tasks...
Jul 20 2015 13:35:50 -0400     Munkireport: # Executing scripts in preflight_abort.d
Jul 20 2015 13:35:50 -0400     Munkireport: # Executing scripts in preflight.d
Jul 20 2015 13:35:50 -0400     Munkireport: Running bluetooth.sh
Jul 20 2015 13:35:51 -0400     Munkireport: Running directoryservice.sh
Jul 20 2015 13:35:51 -0400     Munkireport: Running disk_info
Jul 20 2015 13:35:52 -0400     Munkireport: Running displays.py
Jul 20 2015 13:35:52 -0400     Munkireport: Running filevaultstatus
Jul 20 2015 13:35:52 -0400     Munkireport: filevaultstatus Error: Error: FileVault is Off.
Jul 20 2015 13:35:52 -0400     Munkireport: Running init_ard
Jul 20 2015 13:35:52 -0400     Munkireport: Running localadmin
Jul 20 2015 13:35:52 -0400     Munkireport: Running networkinfo.sh
Jul 20 2015 13:35:53 -0400     Munkireport: Running power.sh
Jul 20 2015 13:35:53 -0400     Munkireport: Running profile.py
Jul 20 2015 13:35:53 -0400     Munkireport: Running warranty
Jul 20 2015 13:35:53 -0400     Munkireport: Running submit.preflight
Jul 20 2015 13:35:54 -0400     Munkireport: Need to update reportdata
Jul 20 2015 13:35:54 -0400     Munkireport: Sending items
Jul 20 2015 13:35:54 -0400     Munkireport: Server info: starting: reportdata
Jul 20 2015 13:35:55 -0400 ### Beginning managed software check ###
Jul 20 2015 13:35:55 -0400 Checking for available updates...
Jul 20 2015 13:35:55 -0400     No client id specified. Requesting me-174-air-11...
Jul 20 2015 13:35:55 -0400     Getting manifest me-174-air-11...
Jul 20 2015 13:35:55 -0400     Using manifest: me-174-air-11
Jul 20 2015 13:35:55 -0400     **Checking for installs**
Jul 20 2015 13:35:55 -0400     Getting catalog release...
Jul 20 2015 13:35:55 -0400     Retrieving catalog "release"...
Jul 20 2015 13:35:55 -0400     Getting manifest ___core_software...
Jul 20 2015 13:35:55 -0400     Running installcheck_script for ad_bind
Jul 20 2015 13:35:55 -0400     id: software: no such user
Jul 20 2015 13:35:55 -0400     Need to install ad_bind
Jul 20 2015 13:35:55 -0400     Downloading ad_bind-1.0.3.dmg from scripts/ad_bind-1.0.3.dmg
Jul 20 2015 13:35:55 -0400     Downloading ad_bind-1.0.3.dmg from scripts/ad_bind-1.0.3.dmg
Jul 20 2015 13:35:56 -0400     Downloading ad_bind-1.0.3.dmg...
Jul 20 2015 13:35:56 -0400     Verifying package integrity...
Jul 20 2015 13:35:56 -0400     Need to install Adobe Flash Player
Jul 20 2015 13:35:56 -0400     Downloading Adobe Flash Player-18.0.0.209.dmg from plugins/Adobe Flash Player-18.0.0.209.dmg
Jul 20 2015 13:35:56 -0400     banner_whitelist version 1.0 (or newer) is already installed.
Jul 20 2015 13:35:56 -0400     dockutil version 2.0.2 (or newer) is already installed.
Jul 20 2015 13:35:56 -0400     Need to install Firefox_ESR
Jul 20 2015 13:35:56 -0400     Downloading Firefox_ESR-38.1.0.dmg from apps/Firefox_ESR-38.1.0.dmg
Jul 20 2015 13:35:56 -0400     Need to install Java 8 Update
Jul 20 2015 13:35:56 -0400     Downloading Java 8 Update-1.8.51.16.pkg from plugins/Java 8 Update-1.8.51.16.pkg
Jul 20 2015 13:35:56 -0400     JavaForOSX version 1.0.0.0.1.1247562015 (or newer) is already installed.
Jul 20 2015 13:35:56 -0400     kaseya_pkg version 7.0.0.4 (or newer) is already installed.
Jul 20 2015 13:35:56 -0400     Need to install munkireport
Jul 20 2015 13:35:56 -0400     munkitools-4.0.2413 requires munkitools_core. Getting info on munkitools_core...
Jul 20 2015 13:35:56 -0400     munkitools_core-2.2.4.2431 requires munkitools_launchd. Getting info on munkitools_launchd...
Jul 20 2015 13:35:57 -0400     munkitools_launchd version 2.0.0.1969 (or newer) is already installed.
Jul 20 2015 13:35:57 -0400     munkitools_core version 2.2.4.2431 (or newer) is already installed.
Jul 20 2015 13:35:57 -0400     munkitools_admin version 2.2.4.2431 (or newer) is already installed.
Jul 20 2015 13:35:57 -0400     munkitools-4.0.2413 requires munkitools_launchd. Getting info on munkitools_launchd...
Jul 20 2015 13:35:57 -0400     munkitools version 4.0.2413 (or newer) is already installed.
Jul 20 2015 13:35:57 -0400     Running installcheck_script for outset
Jul 20 2015 13:35:57 -0400     Need to install outset
Jul 20 2015 13:35:57 -0400     Downloading outset-1.0.1.pkg from apps/outset-1.0.1.pkg
Jul 20 2015 13:35:57 -0400 WARNING: Rejected item removeapplejavaplugin, version 1.0 with maximum os version required 10.6.99. Our OS version is 10.10.3.
Jul 20 2015 13:35:57 -0400 WARNING: Could not process item removeapplejavaplugin for install. No pkginfo found in catalogs: release
Jul 20 2015 13:35:57 -0400 WARNING: Rejected item scriptRunnerPkg, version 1.1 with maximum os version required 10.8.99. Our OS version is 10.10.3.
Jul 20 2015 13:35:57 -0400 WARNING: Could not process item scriptRunnerPkg for install. No pkginfo found in catalogs: release
Jul 20 2015 13:35:57 -0400     SEP-12.1.5337.5000 requires SJU_SyLink. Getting info on SJU_SyLink...
Jul 20 2015 13:35:57 -0400     SJU_SyLink version 20131205 (or newer) is already installed.
Jul 20 2015 13:35:58 -0400     SEP version 12.1.5337.5000 (or newer) is already installed.
Jul 20 2015 13:35:58 -0400     Need to install SetupAssistant
Jul 20 2015 13:35:58 -0400     Downloading SetupAssistant-10.10.4.mobileconfig from scripts/SetupAssistant-10.10.4.mobileconfig
Jul 20 2015 13:35:58 -0400     Silverlight version 5.1.40416.0 (or newer) is already installed.
Jul 20 2015 13:35:58 -0400     VLC version 2.2.1 (or newer) is already installed.
Jul 20 2015 13:35:58 -0400     Getting manifest __labs-laptops-wifi...
Jul 20 2015 13:36:14 -0400     Need to install Acrobat
Jul 20 2015 13:36:14 -0400     Downloading Acrobat_Install-15.007.20033.dmg from apps/Acrobat_Install-15.007.20033.dmg
Jul 20 2015 13:36:14 -0400     Running installcheck_script for removeadobepdfplugin
Jul 20 2015 13:36:14 -0400     removeadobepdfplugin version 1.1 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     Need to install Acrobat_license
Jul 20 2015 13:36:14 -0400     Downloading Acrobat_license-2015.07.14.pkg from apps/Acrobat_license-2015.07.14.pkg
Jul 20 2015 13:36:14 -0400     Apple_Menu version 1.0 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     auto_logout version 1.5.4 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     Blackboard Collaborate Launcher version 1.1.0 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     Running installcheck_script for create_administrator_lab
Jul 20 2015 13:36:14 -0400     create_administrator_lab version 1.1 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     configure_ssh version 1.1.1 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     configure_ard version 1.0.1 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     disable_screen_lock version 1.0 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     dont_save_new_documents_to_icloud version 1.0 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     energy_saver_labs version 1.0 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     Fetch version 5.7.1476 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     Fetch_license version 1.0 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     fix_hostname version 1.1 (or newer) is already installed.
Jul 20 2015 13:36:14 -0400     Need to install GarageBand
Jul 20 2015 13:36:14 -0400     Downloading GarageBand-10.1.0.dmg from apps/GarageBand-10.1.0.dmg
Jul 20 2015 13:36:14 -0400     Downloading GarageBand-10.1.0.dmg from apps/GarageBand-10.1.0.dmg
Jul 20 2015 13:36:15 -0400     Downloading GarageBand-10.1.0.dmg...

It looks like it's kinda working - that the network connection dropped at 1:30 AM on the 19th. I'm not sure what the reason is. Same thing happened on the 20th, but very quickly - in fact, so quickly, I wonder if the computer went to sleep on the 19th and awoke 24 hours later.

When I came in today and checked on the computer, it was powered off - which seems to line up with where the logs end on the 20th.

I wish I could help - I don't know any Python, so all I can do is help test. I have a second laptop, so I put @jmartinez0837's shell script on there, with the same caffeinate command, wrapped in a LaunchDaemon. I'm curious to see if that'll work, without NoSleep. I know enough Bash that I could probably understand what's happening if that didn't work. :)

Thanks again for the help with this! I've grown to really dislike laptop labs, because they're so hard to manage (they're very popular with faculty, though, because they can have students close the lids and pay attention). This would make things much, much easier for me.

WardsParadox commented 9 years ago

Okay just committed a new change. It seems to be working for me. Now this isn't exactly a clean test, but I run the utility while my wifi is off and then turn it on. It them checks out.

It seems more like it's unable to stay awake. Would you see if the console retains the Overnight Munki Updater log? I haven't made it a hard .log file but it does log to console.

Thanks for all your help with testing though :smile:

flammable commented 9 years ago

Thanks! Just put it in place - will check on both laptops tomorrow - both Munki's log and system.log. :)

WardsParadox commented 9 years ago

Awesome.

Zack McCauley

On Mon, Jul 20, 2015 at 3:39 PM, Mike Solin notifications@github.com wrote:

Thanks! Just put it in place - will check on both laptops tomorrow - both Munki's log and system.log. :)

Reply to this email directly or view it on GitHub https://github.com/WardsParadox/Munki-Overnight/issues/2#issuecomment-123051829 .

flammable commented 9 years ago

Update: this looks promising. Not perfect yet - it looks like both the Bash and Python scripts both dropped off the network after ~30 minutes of downloading - but 30 minutes each night should be enough, I think.

Full disclosure: both are wireless, and both have a lot of updates pending, including: the OS X 10.10.4 update, the full Adobe CC 2014 suite, and various other updates, such as Adobe Flash Player and Google Chrome. This might be too much, but I wanted to test real-world usage for us (and, these laptops actually need this stuff).

I don't think it's a sleep issue at this point. If it were, I've considered going with NoSleep, but I'm concerned that might not work with 10.11 and SIP.

II see that running managedsoftwareupdate --auto respects the SuppressAutoInstall flag that we use for the laptops. Would it be possible to do a managedsoftwareupdate check first, then managedsoftwareupdate --installonly instead? For desktop labs, we suppress Munki while logged in - and for laptop labs, we also suppress Munki at the login window (because there's no way of telling if a student just woke the laptop and is about to login).

I'll modify the Bash script and see if that improves things tonight. This could still be a sleep issue, if the computer sleeps while installing software. I hope not!

Here are the logs from last night's run, in case I'm missing something. Thanks!

ManagedSoftwareUpdate.log:

Jul 21 2015 01:00:24 -0400 ### Starting managedsoftwareupdate run: auto ###
Jul 21 2015 01:00:24 -0400 Starting...
Jul 21 2015 01:00:24 -0400     Performing preflight tasks...
Jul 21 2015 01:00:24 -0400     Munkireport: # Executing scripts in preflight_abort.d
Jul 21 2015 01:00:24 -0400     Munkireport: # Executing scripts in preflight.d
Jul 21 2015 01:00:24 -0400     Munkireport: Running bluetooth.sh
Jul 21 2015 01:00:25 -0400     Munkireport: Running directoryservice.sh
Jul 21 2015 01:00:25 -0400     Munkireport: Running disk_info
Jul 21 2015 01:00:25 -0400     Munkireport: Running displays.py
Jul 21 2015 01:00:26 -0400     Munkireport: Running filevaultstatus
Jul 21 2015 01:00:26 -0400     Munkireport: filevaultstatus Error: Error: FileVault is Off.
Jul 21 2015 01:00:26 -0400     Munkireport: Running init_ard
Jul 21 2015 01:00:26 -0400     Munkireport: Running localadmin
Jul 21 2015 01:00:26 -0400     Munkireport: Running networkinfo.sh
Jul 21 2015 01:00:26 -0400     Munkireport: Running power.sh
Jul 21 2015 01:00:27 -0400     Munkireport: Running profile.py
Jul 21 2015 01:00:27 -0400     Munkireport: Running warranty
Jul 21 2015 01:00:27 -0400     Munkireport: Running submit.preflight
Jul 21 2015 01:00:28 -0400     Munkireport: Need to update reportdata
Jul 21 2015 01:00:28 -0400     Munkireport: Sending items
Jul 21 2015 01:00:28 -0400     Munkireport: Server info: starting: reportdata
Jul 21 2015 01:00:29 -0400 ### Beginning managed software check ###
Jul 21 2015 01:00:29 -0400 Checking for available updates...
Jul 21 2015 01:00:29 -0400     No client id specified. Requesting me-174-air-11...
Jul 21 2015 01:00:29 -0400     Getting manifest me-174-air-11...
Jul 21 2015 01:00:29 -0400     Using manifest: me-174-air-11
Jul 21 2015 01:00:29 -0400     **Checking for installs**
Jul 21 2015 01:00:29 -0400     Getting catalog release...
Jul 21 2015 01:00:29 -0400     Retrieving catalog "release"...
Jul 21 2015 01:00:29 -0400     Getting manifest ___core_software...
Jul 21 2015 01:00:29 -0400     Running installcheck_script for ad_bind
Jul 21 2015 01:00:30 -0400     ad_bind version 1.0.3 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     Need to install Adobe Flash Player
Jul 21 2015 01:00:30 -0400     Downloading Adobe Flash Player-18.0.0.209.dmg from plugins/Adobe Flash Player-18.0.0.209.dmg
Jul 21 2015 01:00:30 -0400     banner_whitelist version 1.0 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     dockutil version 2.0.2 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     Need to install Firefox_ESR
Jul 21 2015 01:00:30 -0400     Downloading Firefox_ESR-38.1.0.dmg from apps/Firefox_ESR-38.1.0.dmg
Jul 21 2015 01:00:30 -0400     Need to install Java 8 Update
Jul 21 2015 01:00:30 -0400     Downloading Java 8 Update-1.8.51.16.pkg from plugins/Java 8 Update-1.8.51.16.pkg
Jul 21 2015 01:00:30 -0400     JavaForOSX version 1.0.0.0.1.1247562015 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     kaseya_pkg version 7.0.0.4 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     Need to install munkireport
Jul 21 2015 01:00:30 -0400     munkitools-4.0.2413 requires munkitools_core. Getting info on munkitools_core...
Jul 21 2015 01:00:30 -0400     munkitools_core-2.2.4.2431 requires munkitools_launchd. Getting info on munkitools_launchd...
Jul 21 2015 01:00:30 -0400     munkitools_launchd version 2.0.0.1969 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     munkitools_core version 2.2.4.2431 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     munkitools_admin version 2.2.4.2431 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     munkitools-4.0.2413 requires munkitools_launchd. Getting info on munkitools_launchd...
Jul 21 2015 01:00:30 -0400     munkitools version 4.0.2413 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     Running installcheck_script for outset
Jul 21 2015 01:00:30 -0400     Need to install outset
Jul 21 2015 01:00:30 -0400     Downloading outset-1.0.1.pkg from apps/outset-1.0.1.pkg
Jul 21 2015 01:00:30 -0400 WARNING: Rejected item removeapplejavaplugin, version 1.0 with maximum os version required 10.6.99. Our OS version is 10.10.3.
Jul 21 2015 01:00:30 -0400 WARNING: Could not process item removeapplejavaplugin for install. No pkginfo found in catalogs: release
Jul 21 2015 01:00:30 -0400 WARNING: Rejected item scriptRunnerPkg, version 1.1 with maximum os version required 10.8.99. Our OS version is 10.10.3.
Jul 21 2015 01:00:30 -0400 WARNING: Could not process item scriptRunnerPkg for install. No pkginfo found in catalogs: release
Jul 21 2015 01:00:30 -0400     SEP-12.1.5337.5000 requires SJU_SyLink. Getting info on SJU_SyLink...
Jul 21 2015 01:00:30 -0400     SJU_SyLink version 20131205 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     SEP version 12.1.5337.5000 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     Need to install SetupAssistant
Jul 21 2015 01:00:30 -0400     Downloading SetupAssistant-10.10.4.mobileconfig from scripts/SetupAssistant-10.10.4.mobileconfig
Jul 21 2015 01:00:30 -0400     Silverlight version 5.1.40416.0 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     VLC version 2.2.1 (or newer) is already installed.
Jul 21 2015 01:00:30 -0400     Getting manifest __labs-laptops-wifi...
Jul 21 2015 01:00:41 -0400     Need to install Acrobat
Jul 21 2015 01:00:41 -0400     Downloading Acrobat_Install-15.007.20033.dmg from apps/Acrobat_Install-15.007.20033.dmg
Jul 21 2015 01:00:41 -0400     Running installcheck_script for removeadobepdfplugin
Jul 21 2015 01:00:41 -0400     removeadobepdfplugin version 1.1 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     Need to install Acrobat_license
Jul 21 2015 01:00:41 -0400     Downloading Acrobat_license-2015.07.14.pkg from apps/Acrobat_license-2015.07.14.pkg
Jul 21 2015 01:00:41 -0400     Apple_Menu version 1.0 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     auto_logout version 1.5.4 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     Blackboard Collaborate Launcher version 1.1.0 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     Running installcheck_script for create_administrator_lab
Jul 21 2015 01:00:41 -0400     create_administrator_lab version 1.1 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     configure_ssh version 1.1.1 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     configure_ard version 1.0.1 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     disable_screen_lock version 1.0 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     dont_save_new_documents_to_icloud version 1.0 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     energy_saver_labs version 1.0 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     Fetch version 5.7.1476 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     Fetch_license version 1.0 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     fix_hostname version 1.1 (or newer) is already installed.
Jul 21 2015 01:00:41 -0400     Need to install GarageBand
Jul 21 2015 01:00:41 -0400     Downloading GarageBand-10.1.0.dmg from apps/GarageBand-10.1.0.dmg
Jul 21 2015 01:00:42 -0400     Need to install iMovie
Jul 21 2015 01:00:42 -0400     Downloading iMovie-10.0.9.dmg from apps/iMovie-10.0.9.dmg
Jul 21 2015 01:00:42 -0400     Downloading iMovie-10.0.9.dmg from apps/iMovie-10.0.9.dmg
Jul 21 2015 01:00:42 -0400     Downloading iMovie-10.0.9.dmg...
Jul 21 2015 01:30:46 -0400     Download error -1005: The network connection was lost.
Jul 21 2015 01:30:46 -0400     Headers: {u'Content-Length': u'661226381', u'Accept-Ranges': u'bytes', u'Server': u'Microsoft-IIS/8.0', u'Last-Modified': u'Fri, 26 Jun 2015 23:29:41 GMT', u'Content-Range': u'bytes 1392318824-2053545204/2053545205', u'Etag': u'"55d6cdf967b0d01:0"', u'Date': u'Tue, 21 Jul 2015 05:00:41 GMT', u'Content-Type': u'application/octet-stream'}
Jul 21 2015 01:30:46 -0400 WARNING: Download of iMovie failed: Error -1005: The network connection was lost.
Jul 21 2015 01:30:46 -0400     Inspiration version 9.2.2 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     Keynote version 6.5.3 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     Komodo Edit version 9.1.0 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     LabStats version 5.2.40506.162 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     loginwindow_settings version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     Media_Settings version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     mount_homes version 1.0.1 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     munki_config_labs_laptops version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     Numbers version 3.5.3 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     Office2011-14.4.2 requires Office2011_license. Getting info on Office2011_license...
Jul 21 2015 01:30:46 -0400     Office2011_license version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     Office2011 version 14.4.2 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     Office2011_config version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:46 -0400     Office2011_update-14.5.3 requires Office2011. Getting info on Office2011...
Jul 21 2015 01:30:46 -0400     Need to install Office2011_update
Jul 21 2015 01:30:46 -0400     Downloading Office2011-1453Update_EN-US-14.5.3.dmg from apps/Office2011-1453Update_EN-US-14.5.3.dmg
Jul 21 2015 01:30:46 -0400     Downloading Office2011-1453Update_EN-US-14.5.3.dmg from apps/Office2011-1453Update_EN-US-14.5.3.dmg
Jul 21 2015 01:30:47 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     Headers: None
Jul 21 2015 01:30:47 -0400 WARNING: Download of Office2011_update failed: Error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     Pages version 5.5.3 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400     Pref_Panes version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400     Running installcheck_script for removemcx
Jul 21 2015 01:30:47 -0400     removemcx version 1.0.1 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400     safari_defaults version 1.0.2 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400     screen_saver_labs version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400     set_crashreport_autosubmit_false version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400     sju_background_labs version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400 WARNING: Rejected item SJU_branding, version 10.9 with maximum os version required 10.9.99. Our OS version is 10.10.3.
Jul 21 2015 01:30:47 -0400 WARNING: Rejected item SJU_branding, version 10.8 with maximum os version required 10.8.99. Our OS version is 10.10.3.
Jul 21 2015 01:30:47 -0400 WARNING: Could not process item SJU_branding for install. No pkginfo found in catalogs: release
Jul 21 2015 01:30:47 -0400     Need to install TextMate
Jul 21 2015 01:30:47 -0400     Downloading TextMate-2.0-beta.7.4.dmg from apps/TextMate-2.0-beta.7.4.dmg
Jul 21 2015 01:30:47 -0400     Downloading TextMate-2.0-beta.7.4.dmg from apps/TextMate-2.0-beta.7.4.dmg
Jul 21 2015 01:30:47 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     Headers: None
Jul 21 2015 01:30:47 -0400 WARNING: Download of TextMate failed: Error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     TextWrangler version 4.5.12 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400     wi-fi_enable version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400     Getting manifest _ME-174...
Jul 21 2015 01:30:47 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     Headers: None
Jul 21 2015 01:30:47 -0400 ERROR: Could not retrieve manifest _ME-174 from the server: Error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     add_local_admin_comm-1.0 requires ad_bind. Getting info on ad_bind...
Jul 21 2015 01:30:47 -0400     add_local_admin_comm version 1.0 (or newer) is already installed.
Jul 21 2015 01:30:47 -0400     **Checking for removals**
Jul 21 2015 01:30:47 -0400     customize_office_2011 doesn't appear to be installed.
Jul 21 2015 01:30:47 -0400     Flip4Mac doesn't appear to be installed.
Jul 21 2015 01:30:47 -0400     mail_mac_info doesn't appear to be installed.
Jul 21 2015 01:30:47 -0400     iPhoto doesn't appear to be installed.
Jul 21 2015 01:30:47 -0400     sju_background doesn't appear to be installed.
Jul 21 2015 01:30:47 -0400     Getting manifest _ME-174...
Jul 21 2015 01:30:47 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     Headers: None
Jul 21 2015 01:30:47 -0400 ERROR: Could not retrieve manifest _ME-174 from the server: Error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     **Checking for managed updates**
Jul 21 2015 01:30:47 -0400 WARNING: Rejected item WorkgroupManager, version 10.9.0.0.1.1306847324 with maximum os version required 10.9.99. Our OS version is 10.10.3.
Jul 21 2015 01:30:47 -0400 WARNING: Rejected item WorkgroupManager, version 10.8.0.0.1.1306847324 with maximum os version required 10.8.99. Our OS version is 10.10.3.
Jul 21 2015 01:30:47 -0400 WARNING: Could not process item WorkgroupManager for update. No pkginfo found in catalogs: release
Jul 21 2015 01:30:47 -0400     Getting manifest _ME-174...
Jul 21 2015 01:30:47 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     Headers: None
Jul 21 2015 01:30:47 -0400 ERROR: Could not retrieve manifest _ME-174 from the server: Error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400 WARNING: Rejected item WorkgroupManager, version 10.9.0.0.1.1306847324 with maximum os version required 10.9.99. Our OS version is 10.10.3.
Jul 21 2015 01:30:47 -0400 WARNING: Rejected item WorkgroupManager, version 10.8.0.0.1.1306847324 with maximum os version required 10.8.99. Our OS version is 10.10.3.
Jul 21 2015 01:30:47 -0400 WARNING: Could not process item WorkgroupManager for optional install. No pkginfo found in catalogs: release
Jul 21 2015 01:30:47 -0400     Getting manifest _ME-174...
Jul 21 2015 01:30:47 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     Headers: None
Jul 21 2015 01:30:47 -0400 ERROR: Could not retrieve manifest _ME-174 from the server: Error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:47 -0400     Headers: None
Jul 21 2015 01:30:48 -0400     Download error -1009: The Internet connection appears to be offline.
Jul 21 2015 01:30:48 -0400     Headers: None
Jul 21 2015 01:30:48 -0400     Getting icon Java 8 Update.png for Java 8 Update...
Jul 21 2015 01:30:48 -0400     Getting icon munkireport.png for Munkireport Install and config...
Jul 21 2015 01:30:48 -0400     Bytes received: 1245
Jul 21 2015 01:30:48 -0400     Getting icon outset.png for outset...
Jul 21 2015 01:30:48 -0400     Bytes received: 1245
Jul 21 2015 01:30:48 -0400     Getting icon SetupAssistant.png for Setup Assistant...
Jul 21 2015 01:30:48 -0400     Bytes received: 1245
Jul 21 2015 01:30:48 -0400     Getting icon Acrobat-15.007.20033.png for Acrobat Pro DC...
Jul 21 2015 01:30:49 -0400     Getting icon GarageBand.png for GarageBand...
Jul 21 2015 01:30:49 -0400     Getting client resources...
Jul 21 2015 01:30:49 -0400     Bytes received: 1245
Jul 21 2015 01:30:49 -0400     Getting client resources...
Jul 21 2015 01:30:49 -0400     Removing ad_bind-1.0.3.dmg from cache
Jul 21 2015 01:30:49 -0400 ###    End managed software check    ###
Jul 21 2015 01:30:49 -0400     
Jul 21 2015 01:30:49 -0400     The following items will be installed or upgraded:
Jul 21 2015 01:30:49 -0400         + Adobe Flash Player-18.0.0.209
Jul 21 2015 01:30:49 -0400             Adobe® Flash® Player is a cross-platform browser-based application runtime that delivers uncompromised viewing of expressive applications, content, and videos across screens and browsers.
Jul 21 2015 01:30:49 -0400         + Firefox_ESR-38.1.0
Jul 21 2015 01:30:49 -0400             Mozilla Firefox is a free and open source web browser.
Jul 21 2015 01:30:49 -0400         + Java 8 Update-1.8.51.16
Jul 21 2015 01:30:49 -0400             Java SE Runtime Environment 8 enables support for running Java-powered applets and applications.
Jul 21 2015 01:30:49 -0400         + munkireport-2.4.3
Jul 21 2015 01:30:49 -0400             Installs scripts for Munki reporting.
Jul 21 2015 01:30:49 -0400         + outset-1.0.1
Jul 21 2015 01:30:49 -0400             outset triggers scripts to run at various points of the login or boot process.
Jul 21 2015 01:30:49 -0400            *Restart required
Jul 21 2015 01:30:49 -0400         + SetupAssistant-10.10.4
Jul 21 2015 01:30:49 -0400             Suppresses iCloud as part of the OS X Setup Assistant.
Jul 21 2015 01:30:49 -0400         + Acrobat-15.007.20033
Jul 21 2015 01:30:49 -0400             Adobe Acrobat Pro DC with Adobe Document Cloud services is here. Completely reimagined PDF tools let you create, edit, sign, and track PDFs from anywhere. It will change the way you work with design layouts, press-ready files, and all your important documents forever.
Jul 21 2015 01:30:49 -0400         + Acrobat_license-2015.07.14
Jul 21 2015 01:30:49 -0400             License file for Adobe Acrobat DC.
Jul 21 2015 01:30:49 -0400         + GarageBand-10.1.0
Jul 21 2015 01:30:49 -0400             Rebuilt from the ground up with a fresh new look and amazing new features, GarageBand is the easiest way to create a great-sounding song on your Mac. Add realistic, impeccably produced and performed drum grooves to your song with Drummer. Easily shape the sound of any instrument in the Sound Library with Smart Controls. Crank up the bottom end with brand-new bass amps, or mix and match electric guitar amps, cabinets, and pedals with Amp Designer and Pedalboard. Control GarageBand and play any software instrument wirelessly on your iPad using the Logic Remote app. Use iCloud to keep your GarageBand projects updated across multiple Mac computers, or even import GarageBand for iOS songs directly from iCloud.
Jul 21 2015 01:30:49 -0400 Skipping auto install because SuppressAutoInstall is true.
Jul 21 2015 01:30:49 -0400 Finishing...
Jul 21 2015 01:30:49 -0400 Saving application inventory...
Jul 21 2015 01:30:49 -0400     Performing postflight tasks...
Jul 21 2015 01:30:49 -0400     Munkireport: # Executing scripts in postflight.d
Jul 21 2015 01:30:49 -0400     Munkireport: Running inventory_add_plugins.py
Jul 21 2015 01:30:50 -0400     Munkireport: Adding 13 plugins
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting ard_model
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting filevault_status
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting installhistory
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting profile
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting munkireport
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting displays_info
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting inventory
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting disk_report
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting power
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting localadmin
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting directory_service
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting network
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting bluetooth
Jul 21 2015 01:30:50 -0400     Munkireport: Requesting warranty
Jul 21 2015 01:30:50 -0400     Munkireport: Need to update installhistory
Jul 21 2015 01:30:50 -0400     Munkireport: Need to update reportdata
Jul 21 2015 01:30:50 -0400     Munkireport: Need to update network
Jul 21 2015 01:30:50 -0400     Munkireport: Need to update power
Jul 21 2015 01:30:50 -0400     Munkireport: Need to update disk_report
Jul 21 2015 01:30:50 -0400     Munkireport: Need to update munkireport
Jul 21 2015 01:30:50 -0400     Munkireport: Need to update warranty
Jul 21 2015 01:30:50 -0400     Munkireport: Sending items
Jul 21 2015 01:30:51 -0400     Munkireport: Server info: starting: installhistory
Server info: starting: reportdata
Server info: starting: network
Server info: starting: power
Server info: starting: disk_report
Server info: starting: munkireport
Server info: starting: warranty
Server info: warranty: current status: Supported
Jul 21 2015 01:30:51 -0400 ### Ending managedsoftwareupdate run ###

system.log:

Jul 21 01:00:06 localhost bootlog[0]: BOOT_TIME 1437454806 0
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.AccountPolicyHelper" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/asl" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.awdd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.callhistory.asl.conf" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.cloudd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.clouddocs" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.commerce.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.CoreDuetAdmissionControl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.family.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.ical" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.icloud.FindMyDevice" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 --- last message repeated 1 time ---
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.sandbox.telemetry" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.secinitd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 localhost syslogd[38]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Jul 21 01:00:07 --- last message repeated 6 times ---
Jul 21 01:00:07 localhost kernel[0]: Longterm timer threshold: 1000 ms
Jul 21 01:00:07 localhost kernel[0]: PMAP: PCID enabled
Jul 21 01:00:07 localhost kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
Jul 21 01:00:07 localhost kernel[0]: PMAP: Supervisor Mode Access Protection enabled
Jul 21 01:00:07 localhost kernel[0]: Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
Jul 21 01:00:07 localhost kernel[0]: vm_page_bootstrap: 1918256 free pages and 162512 wired pages
Jul 21 01:00:07 localhost kernel[0]: kext submap [0xffffff7f80a00000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000a00000]
Jul 21 01:00:07 localhost kernel[0]: zone leak detection enabled
Jul 21 01:00:07 localhost kernel[0]: "vm_compressor_mode" is 4
Jul 21 01:00:07 localhost kernel[0]: multiq scheduler config: deep-drain 0, urgent first 1, depth limit 4, band limit 127, sanity check 0
Jul 21 01:00:07 localhost kernel[0]: standard timeslicing quantum is 10000 us
Jul 21 01:00:07 localhost kernel[0]: standard background quantum is 2500 us
Jul 21 01:00:07 localhost kernel[0]: mig_table_max_displ = 13
Jul 21 01:00:07 localhost kernel[0]: TSC Deadline Timer supported and enabled
Jul 21 01:00:07 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
Jul 21 01:00:07 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
Jul 21 01:00:07 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
Jul 21 01:00:07 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
Jul 21 01:00:07 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
Jul 21 01:00:07 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
Jul 21 01:00:07 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
Jul 21 01:00:07 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
Jul 21 01:00:07 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
Jul 21 01:00:07 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
Jul 21 01:00:07 localhost kernel[0]: calling mpo_policy_init for AMFI
Jul 21 01:00:07 localhost kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
Jul 21 01:00:07 localhost kernel[0]: calling mpo_policy_init for Sandbox
Jul 21 01:00:07 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
Jul 21 01:00:07 localhost kernel[0]: calling mpo_policy_init for Quarantine
Jul 21 01:00:07 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
Jul 21 01:00:07 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
Jul 21 01:00:07 localhost kernel[0]: The Regents of the University of California. All rights reserved.
Jul 21 01:00:07 localhost kernel[0]: MAC Framework successfully initialized
Jul 21 01:00:07 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
Jul 21 01:00:07 localhost kernel[0]: AppleKeyStore starting (BUILT: Mar 23 2015 11:37:46)
Jul 21 01:00:07 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:103
Jul 21 01:00:07 localhost kernel[0]: ACPI: sleep states S0 S3 S4 S5
Jul 21 01:00:07 localhost kernel[0]: pci (build 11:38:56 Mar 23 2015), flags 0xe3400, pfm64 (39 cpu) 0x7f80000000, 0x80000000
Jul 21 01:00:07 localhost kernel[0]: [ PCI configuration begin ]
Jul 21 01:00:07 localhost kernel[0]: console relocated to 0x7f90000000
Jul 21 01:00:07 localhost kernel[0]: [ PCI configuration end, bridges 12, devices 15 ]
Jul 21 01:00:07 localhost kernel[0]: AppleHSSPIController::start Start Succeeded
Jul 21 01:00:07 localhost kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - notification based runtime power management
Jul 21 01:00:07 localhost kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
Jul 21 01:00:07 localhost kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
Jul 21 01:00:07 localhost kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
Jul 21 01:00:07 localhost kernel[0]: [AppleMultitouchDevice::start] entered
Jul 21 01:00:07 localhost kernel[0]: Apple Internal Keyboard / Trackpad::start Start Succeeded
Jul 21 01:00:07 localhost kernel[0]: rooting via boot-uuid from /chosen: 6B60A0B8-F52C-3A82-AE3C-B949B559B1E3
Jul 21 01:00:07 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
Jul 21 01:00:07 localhost kernel[0]: NDCEngine Started
Jul 21 01:00:07 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
Jul 21 01:00:07 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
Jul 21 01:00:07 localhost kernel[0]: Loading IPS Engine kext: ndcengine
Jul 21 01:00:07 localhost kernel[0]: Pointer initialized successfully
Jul 21 01:00:07 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
Jul 21 01:00:07 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
Jul 21 01:00:07 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP06@1C,5/IOPP/SSD0@0/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/APPLE SSD SM0128G Media/IOGUIDPartitionScheme/Macintosh HD@2
Jul 21 01:00:07 localhost kernel[0]: BSD root: disk0s2, major 1, minor 1
Jul 21 01:00:07 localhost kernel[0]: ARPT: 1.628794: srom rev:11
Jul 21 01:00:07 localhost kernel[0]: ARPT: 1.629415: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
Jul 21 01:00:07 localhost kernel[0]: ARPT: 1.629439: Data written into the PLL_CNTRL_ADDR2: 00000c31
Jul 21 01:00:07 localhost kernel[0]: ARPT: 1.629491: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
Jul 21 01:00:07 localhost kernel[0]: USB (XHCI Root Hub USB 2.0 Simulation):Port 3 on bus 0xa connected or disconnected: portSC(0xe0206e1)
Jul 21 01:00:07 localhost kernel[0]: ARPT: 1.641841: BRCM tunables:
Jul 21 01:00:07 localhost kernel[0]: ARPT: 1.641861:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
Jul 21 01:00:07 localhost kernel[0]: ARPT: 1.642820: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xc1200004]
Jul 21 01:00:07 localhost kernel[0]: 7.15.166.24 (r541488)
Jul 21 01:00:07 localhost kernel[0]: hfs: mounted Macintosh HD on device root_device
Jul 21 01:00:07 localhost kernel[0]: XCPM: registered
Jul 21 01:00:07 localhost kernel[0]: VM Swap Subsystem is ON
Jul 21 01:00:07 localhost kernel[0]: USBMSC Identifier (non-unique): 000000000820 0x5ac 0x8406 0x820, 3
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.audio.coreaudiod): Unknown key for array: seatbelt-profiles
Jul 21 01:00:07 localhost hidd[99]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
Jul 21 01:00:07 localhost hidd[99]: IOHIDService compatibility thread running at priority 63 and schedule 2.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.alf): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.backupd-status): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.backupd.status.xpc): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.bsd.dirhelper): The TimeOut key is no longer respected. It never did anything anyway.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.cmio.VDCAssistant): ThrottleInterval set to zero. You're not that important. Ignoring.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.cmio.IIDCVideoAssistant): ThrottleInterval set to zero. You're not that important. Ignoring.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.cmio.AVCAssistant): ThrottleInterval set to zero. You're not that important. Ignoring.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.autofsd): This service is defined to be constantly running and is inherently inefficient.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.auditd): The TimeOut key is no longer respected. It never did anything anyway.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.configd): This service is defined to be constantly running and is inherently inefficient.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.CoreRAID): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.CoreRAID): The ServiceIPC key is no longer respected. Please remove it.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.coreservicesd): The HopefullyExitsLast key is no longer respected. Please remove it.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.networking.discoveryd): This service is defined to be constantly running and is inherently inefficient.
Jul 21 01:00:07 localhost com.apple.SecurityServer[80]: Session 100000 created
Jul 21 01:00:07 localhost iconservicesagent[61]: iconservicesagent launched.
Jul 21 01:00:07 localhost powerd[50]: Failed to read current rating(0xe00002f0)
Jul 21 01:00:07 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
Jul 21 01:00:07 localhost kernel[0]: IO80211Interface::efiNVRAMPublished():  
Jul 21 01:00:07 localhost kernel[0]: bpfAttach len 64 dlt 12
Jul 21 01:00:07 localhost watchdogd[54]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
Jul 21 01:00:07 localhost watchdogd[54]:  [watchdog_daemon] @(      wd_daemon_init) - could not initialize the hardware watchdog
Jul 21 01:00:07 localhost watchdogd[54]:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.watchdogd): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.FileSyncAgent.PHD.isRunning): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.mbloginhelper.user): This key does not do anything: OnDemand
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.mbpluginhost.user): This key does not do anything: OnDemand
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.secd): This key does not do anything: OnDemand
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.secd): The ServiceIPC key is no longer respected. Please remove it.
Jul 21 01:00:07 localhost com.apple.SecurityServer[80]: Entering service
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.speech.speechsynthesisd): This key does not do anything: OnDemand
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.TrustEvaluationAgent): This key does not do anything: OnDemand
Jul 21 01:00:07 localhost powerd[50]: Activity changes from 0xffff to 0x0. Assertions:1 HidState:0
Jul 21 01:00:07 localhost com.apple.xpc.launchd[1] (com.apple.DataDetectorsDynamicData): The JoinExistingSession key is only available to Application services.
Jul 21 01:00:07 localhost kernel[0]: IOGraphics flags 0x43
Jul 21 01:00:07 localhost kernel[0]: fUseGPUBusy = 0 fPPPMSupport = 1
Jul 21 01:00:07 localhost kernel[0]: AppleCamIn::init
Jul 21 01:00:07 localhost kernel[0]: AppleCamIn::probe
Jul 21 01:00:07 localhost kernel[0]: AppleCamIn::start
Jul 21 01:00:07 localhost kernel[0]: virtual bool AppleCamIn::start(IOService *): about to configure DDR
Jul 21 01:00:07 localhost kernel[0]: AppleCamIn::start - S2 DDR Frequency set to 450 MHz (default) 
Jul 21 01:00:07 localhost kernel[0]: IOBluetoothUSBDFU::probe
Jul 21 01:00:07 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828F FirmwareVersion - 0x0103
Jul 21 01:00:07 localhost kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xc800 ****
Jul 21 01:00:07 localhost kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed (matched on Device) -- 0xc800 ****
Jul 21 01:00:07 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xc800 
Jul 21 01:00:07 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
Jul 21 01:00:07 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
Jul 21 01:00:07 localhost kernel[0]: **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0x5a80 -- 0xf800 -- 0xc800 ****
Jul 21 01:00:07 localhost powerd[50]: Failed to read current rating(0xe00002f0)
Jul 21 01:00:07 localhost distnoted[105]: # distnote server daemon  absolute time: 3.431281868   civil time: Tue Jul 21 01:00:07 2015   pid: 105 uid: 241  root: yes
Jul 21 01:00:08 localhost kernel[0]: [IGPU] Graphics accelerator is running in ExecutionList mode.
Jul 21 01:00:08 localhost kernel[0]: [IGPU] Graphics accelerator is using scheduler interface revision 1
Jul 21 01:00:08 localhost kernel[0]: [IGPU] Scheduler: Single channel index per command streamer
Jul 21 01:00:08 localhost kernel[0]: [IGPU] Scheduler: Process CSB using HWS.
Jul 21 01:00:08 localhost kernel[0]: [IGPU] Scheduler: PM notify enabled
Jul 21 01:00:08 localhost kernel[0]: [IGPU] Graphics Address: PPGTT, Separate Address Space
Jul 21 01:00:08 localhost kernel[0]: [IGPU] MultiForceWake Enabled: Using 3D Driver
Jul 21 01:00:08 localhost kernel[0]: Previous shutdown cause: 5
Jul 21 01:00:08 localhost kernel[0]: DSMOS has arrived
Jul 21 01:00:08 localhost kernel[0]: IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0
Jul 21 01:00:08 localhost kernel[0]: save_ddr_phy_regs: saving 127 DDR PHY shmoo-calibrated registers 
Jul 21 01:00:08 localhost kernel[0]: AppleCamIn::start - link control offset in PCI bridge = 0x50
Jul 21 01:00:08 localhost kernel[0]: AppleCamIn::start - pmcsr offset in PCI bridge = 0xa4
Jul 21 01:00:08 localhost kernel[0]: AppleCamIn::power_off_hardware
Jul 21 01:00:07 localhost opendirectoryd[71]: BUG in libdispatch: 14D136 - 2004 - 0x5
Jul 21 01:00:08 localhost hidd[99]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x1049f3000
Jul 21 01:00:08 localhost hidd[99]: HID Session async scheduling initiated.
Jul 21 01:00:08 localhost hidd[99]: HID Session async root queue running at priority 63 and schedule 2.
Jul 21 01:00:08 localhost kernel[0]: Unrecognized reportID 0x02
Jul 21 01:00:08 localhost hidd[99]: HID Session async scheduling complete.
Jul 21 01:00:08 localhost hidd[99]: Successfully opened the IOHIDSession
Jul 21 01:00:08 localhost hidd[99]: MultitouchHID: device bootloaded
Jul 21 01:00:08 localhost com.apple.usbmuxd[79]: usbmuxd-344.6 on Mar 16 2015 at 23:31:17, running 64 bit
Jul 21 01:00:08 localhost loginwindow[94]: Login Window Application Started
Jul 21 01:00:08 localhost iconservicesagent[61]: Starting service with cache path: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.iconservices
Jul 21 01:00:08 localhost thermald[46]: Waiting for OSTT support notification
Jul 21 01:00:08 localhost UserEventAgent[39]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
Jul 21 01:00:08 localhost com.apple.xpc.launchd[1] (com.apple.CoreRAID[44]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.CoreRAID
Jul 21 01:00:08 localhost kdc[89]: label: default
Jul 21 01:00:08 localhost kdc[89]:  dbname: od:/Local/Default
Jul 21 01:00:08 localhost kdc[89]:  mkey_file: /var/db/krb5kdc/m-key
Jul 21 01:00:08 localhost kdc[89]:  acl_file: /var/db/krb5kdc/kadmind.acl
Jul 21 01:00:08 localhost kernel[0]: AppleCamIn::initForPM
Jul 21 01:00:08 localhost kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
Jul 21 01:00:08 localhost kdc[89]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
Jul 21 01:00:08 localhost com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.system): Service "com.apple.ManagedClient.startup" tried to hijack endpoint "com.apple.ManagedClient.agent" from owner: com.apple.ManagedClient
Jul 21 01:00:08 localhost secinitd[159]: UID[0]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
Jul 21 01:00:08 localhost secinitd[159]: ctkd[158]: unable to get root path for bundle of main executable: /System/Library/Frameworks/CryptoTokenKit.framework/ctkd
Jul 21 01:00:08 localhost digest-service[143]: label: default
Jul 21 01:00:08 localhost digest-service[143]:  dbname: od:/Local/Default
Jul 21 01:00:08 localhost digest-service[143]:  mkey_file: /var/db/krb5kdc/m-key
Jul 21 01:00:08 localhost digest-service[143]:  acl_file: /var/db/krb5kdc/kadmind.acl
Jul 21 01:00:08 localhost digest-service[143]: digest-request: uid=0
Jul 21 01:00:08 localhost LUTool[97]: objc[97]: Class XByteCountFormatter is implemented in both /Library/PrivateFrameworks/SymAppKitAdditions.framework/Versions/B/SymAppKitAdditions and /Library/Application Support/Symantec/LiveUpdate/LUTool. One of the two will be used. Which one is undefined.
Jul 21 01:00:08 localhost digest-service[143]: digest-request: netr probe 1
Jul 21 01:00:08 localhost digest-service[143]: digest-request: init request
Jul 21 01:00:08 localhost apsd[76]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
Jul 21 01:00:08 localhost kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
Jul 21 01:00:08 localhost kernel[0]: en0: channel changed to 1
Jul 21 01:00:08 localhost kernel[0]: en0::IO80211Interface::postMessage bssid changed
Jul 21 01:00:08 localhost kernel[0]: bpfAttach len 94 dlt 163
Jul 21 01:00:08 localhost kernel[0]: bpfAttach len 30 dlt 105
Jul 21 01:00:08 localhost kernel[0]: bpfAttach len 52 dlt 127
Jul 21 01:00:08 localhost kernel[0]: bpfAttach len 38 dlt 192
Jul 21 01:00:08 localhost configd[49]: preference: no sharing preferences
Jul 21 01:00:08 localhost configd[49]: network changed.
Jul 21 01:00:08 localhost kernel[0]: [IGPU] Scheduler Throttle Cap = 100ms.
Jul 21 01:00:08 localhost LabStatsClient[72]: Client starting up
Jul 21 01:00:08 me-174-air-11 configd[49]: setting hostname to "me-174-air-11"
Jul 21 01:00:08 me-174-air-11 kernel[0]: IOPPF: XCPM mode
Jul 21 01:00:08 me-174-air-11 kernel[0]: X86PlatformShim::sendPStates - Success!
Jul 21 01:00:08 --- last message repeated 3 times ---
Jul 21 01:00:08 me-174-air-11 thermald[46]: OSTT is supported.
Jul 21 01:00:08 me-174-air-11 LabStatsClient[72]: Mainbundle: is found. Running at '/Applications/LabStats'. UserTracker.bundle found; running version 5.2.40506.162. InfoDictionary is found
Jul 21 01:00:08 me-174-air-11 kernel[0]: en1: promiscuous mode enable succeeded
Jul 21 01:00:08 me-174-air-11 blued[87]: Release the WiFi lock
Jul 21 01:00:08 me-174-air-11 blued[87]: HID Page timeout 2710
Jul 21 01:00:08 me-174-air-11 LabStatsClient[72]: Detected MAC: 98:e0:d9:a0:3d:a7
Jul 21 01:00:08 me-174-air-11 UserEventAgent[39]: Captive: CNPluginHandler en0: Inactive
Jul 21 01:00:08 me-174-air-11 LabStatsClient[72]: +[SBJsonStreamWriter initialize] NSCache supported
Jul 21 01:00:08 me-174-air-11 kernel[0]: ARPT: 4.284931: createVirtIf(): ifRole = 1
Jul 21 01:00:08 me-174-air-11 kernel[0]: AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
Jul 21 01:00:08 me-174-air-11 kernel[0]: AirPort_Brcm4360_P2PInterface::init <p2p> role 1
Jul 21 01:00:08 me-174-air-11 kernel[0]: setVIRTUAL_IF_CREATE: AWDL interface role (4)
Jul 21 01:00:08 me-174-air-11 kernel[0]: ARPT: 4.285487: createVirtIf(): ifRole = 1
Jul 21 01:00:08 me-174-air-11 kernel[0]: ARPT: 4.285495: Create AWDL virtif(AWDL): unit = 2, ifRole = 4
Jul 21 01:00:08 me-174-air-11 kernel[0]: AirPort_Brcm4360_P2PInterface::init name <awdl0> role 4
Jul 21 01:00:08 me-174-air-11 kernel[0]: AirPort_Brcm4360_P2PInterface::attachToBpf name <awdl0> role 4 successful attach to bpf type 147
Jul 21 01:00:08 me-174-air-11 kernel[0]: AirPort_Brcm4360_P2PInterface::init <awdl> role 4
Jul 21 01:00:08 me-174-air-11 WindowServer[157]: Server is starting up
Jul 21 01:00:08 me-174-air-11 WindowServer[157]: Session 257 retained (2 references)
Jul 21 01:00:08 me-174-air-11 WindowServer[157]: Session 257 released (1 references)
Jul 21 01:00:08 me-174-air-11 mds[56]: (FMW.Normal:1428) FMW 0 0
Jul 21 01:00:08 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/com.computerlabsolutions.${PRODUCT_NAME:rfc1034Identifier}
Jul 21 01:00:08 me-174-air-11 nsurlstoraged[163]: The read-connection to the DB=/var/root/Library/Caches/com.computerlabsolutions.${PRODUCT_NAME:rfc1034Identifier}/Cache.db is NOT valid.  Unable to determine schema version.
Jul 21 01:00:08 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/com.computerlabsolutions.${PRODUCT_NAME:rfc1034Identifier}
Jul 21 01:00:08 --- last message repeated 1 time ---
Jul 21 01:00:08 me-174-air-11 nsurlstoraged[163]: ERROR: unable to determine file-system usage for FS-backed cache at /var/root/Library/Caches/com.computerlabsolutions.${PRODUCT_NAME:rfc1034Identifier}/fsCachedData. Errno=13
Jul 21 01:00:08 me-174-air-11 WindowServer[157]: Session 257 retained (2 references)
Jul 21 01:00:08 me-174-air-11 WindowServer[157]: init_page_flip: page flip mode is on
Jul 21 01:00:08 me-174-air-11 iconservicesd[60]: iconservicesd launched.
Jul 21 01:00:08 me-174-air-11 iconservicesd[60]: Cache path: /Library/Caches/com.apple.iconservices.store
Jul 21 01:00:08 me-174-air-11 networkd[165]: networkd-412.20.3 pid 165
Jul 21 01:00:08 me-174-air-11 lsregister[164]: LaunchServices: Begin database seeding
Jul 21 01:00:08 me-174-air-11 blued[87]: hciControllerOnline; HID devices? 0
Jul 21 01:00:08 me-174-air-11 airportd[53]: airportdProcessDLILEvent: en0 attached (up)
Jul 21 01:00:08 me-174-air-11 blued[87]: hostControllerOnline - Number of Paired devices = 0, List of Paired devices = (null)
Jul 21 01:00:08 me-174-air-11 kernel[0]: en0: channel changed to 1
Jul 21 01:00:08 me-174-air-11 lsregister[164]: LaunchServices: Completed database seeding
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Found 16 modes for display 0x00000000 [16, 0]
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Found 1 modes for display 0x00000000 [1, 0]
Jul 21 01:00:09 --- last message repeated 1 time ---
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: mux_initialize: Couldn't find any matches
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Found 16 modes for display 0x00000000 [16, 0]
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Found 1 modes for display 0x00000000 [1, 0]
Jul 21 01:00:09 --- last message repeated 1 time ---
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: WSMachineUsesNewStyleMirroring: true
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Display 0x04273c00: GL mask 0x1; bounds (0, 0)[1440 x 900], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cf0, S/N 0, Unit 0, Rotation 0
    UUID 0x933c106c08bc09aaf750c2a74a119def
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Set a breakpoint at CGSLogError to catch errors as they are logged.
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: WSSetWindowTransform: Singular matrix
Jul 21 01:00:09 --- last message repeated 1 time ---
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Display 0x04273c00: GL mask 0x1; bounds (0, 0)[1440 x 900], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cf0, S/N 0, Unit 0, Rotation 0
    UUID 0x933c106c08bc09aaf750c2a74a119def
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Display 0x003f003f: GL mask 0x8; bounds (2464, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Display 0x003f003e: GL mask 0x4; bounds (2465, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: Display 0x003f003d: GL mask 0x2; bounds (2466, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: CGXPerformInitialDisplayConfiguration
Jul 21 01:00:09 me-174-air-11 WindowServer[157]:   Display 0x04273c00: Unit 0; Vendor 0x610 Model 0x9cf0 S/N 0 Dimensions 11.42 x 7.09; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
Jul 21 01:00:09 me-174-air-11 WindowServer[157]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
Jul 21 01:00:09 me-174-air-11 WindowServer[157]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
Jul 21 01:00:09 me-174-air-11 WindowServer[157]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.FileSyncAgent.PHD.isRunning): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: GLCompositor: GL renderer id 0x01024506, GL mask 0x0000000f, accelerator 0x00003ea3, unit 0, caps QEX|MIPMAP, vram 1536 MB
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.mbloginhelper.user): This key does not do anything: OnDemand
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.mbpluginhost.user): This key does not do anything: OnDemand
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.secd): This key does not do anything: OnDemand
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.secd): The ServiceIPC key is no longer respected. Please remove it.
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.speech.speechsynthesisd): This key does not do anything: OnDemand
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.TrustEvaluationAgent): This key does not do anything: OnDemand
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: GLCompositor: GL renderer id 0x01024506, GL mask 0x0000000f, texture max 16384, viewport max {16384, 16384}, extensions NPOT|GLSL|FLOAT
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: GLCompositor enabled for tile size [256 x 256]
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: CGXGLInitMipMap: mip map mode is on
Jul 21 01:00:09 me-174-air-11 systemkeychain[144]: done file: /var/run/systemkeychaincheck.done
Jul 21 01:00:09 me-174-air-11 mds[56]: (Server.Warning:445) No stores registered for metascope "kMDQueryScopeComputer"
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic Sockets GetProcessNameFromSocket() failed errno[57] err[-1]
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic Sockets Unknown(-1), errno 0 UDS FD=3
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic Sockets UDS FD=3 ERROR: failed to get effective user ID, errno 0
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic SleepProxy BSP Server Disabled. Metric = 3373
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: AwdlD2d AwdlD2dInitialize: Initialized
Jul 21 01:00:09 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::updateLocalRequests Deletion of all services requested (discoveryd crash)
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: D2D_IPC: Loaded
Jul 21 01:00:09 me-174-air-11 discoveryd_helper[177]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server
Jul 21 01:00:09 me-174-air-11 discoveryd_helper[177]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fe9937005e0: start (pid=75, <unknown> not root)
Jul 21 01:00:09 me-174-air-11 SymSharedSettingsd[176]: Settings server starting up.
Jul 21 01:00:09 me-174-air-11 configd[49]: network changed.
Jul 21 01:00:09 me-174-air-11 apsd[76]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic WABServer NetResolverEvent no resolvers, resetting domains
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic DNSResolver etc/hosts file changed: Event 0x7ff93bf08010 Flushed /etc/hosts cache
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic RemoteControl com.apple.discoveryd Starting XPC Server
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic SleepProxy Could not get the primary interface
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic RemoteControl com.apple.discoveryd.dnsproxy Starting XPC Server
Jul 21 01:00:09 me-174-air-11 discoveryd[75]: Basic SleepProxy Sleep Proxy Server is not enabled
Jul 21 01:00:09 me-174-air-11 apsd[76]: Attempt to set push wake topics without dark wake enabled: ()
Jul 21 01:00:09 me-174-air-11 apsd[76]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
Jul 21 01:00:09 me-174-air-11 apsd[76]: <APSConnectionServer: 0x7fbe8ac18e90> Invalid mach port - Cleaning up this named port's topics. com.apple.askpermission.aps
Jul 21 01:00:09 me-174-air-11 LabStatsClient[72]: Unable to communicate with server http://labstats.example:8083/LabStatsService/.
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.appkit.xpc.sandboxedServiceRunner): The JoinExistingSession key is only available to Application services.
Jul 21 01:00:09 me-174-air-11 digest-service[143]: digest-request: init return domain: SJU-VMAD server: ME-174-AIR-11 indomain was: <NULL>
Jul 21 01:00:09 me-174-air-11 com.apple.AmbientDisplayAgent[185]: AmbientDisplayAgent started
Jul 21 01:00:09 me-174-air-11 com.apple.AmbientDisplayAgent[185]: AMBD initializing devices
Jul 21 01:00:09 me-174-air-11 kdc[89]: KDC started
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: CGXSetDisplayColorProfileAndTransfer: Display 0x04273c00: Unit 0; ColorProfile { -1988210181 }; TransferTable (256, 12)
Jul 21 01:00:09 me-174-air-11 com.apple.AmbientDisplayAgent[185]: AMBD Agent: xpc connection became invalid during event handler
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.AssistiveControl.running): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.btsa): This key does not do anything: OnDemand
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.coreservices.lsactivity): Unknown key for Boolean: DrainMessagesAfterFailedInit
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.helpd): This key does not do anything: OnDemand
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.noticeboard.agent): This key does not do anything: OnDemand
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.speech.speechsynthesisd): This key does not do anything: OnDemand
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.inputswitcher.running): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.universalaccessd.running): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.UserEventAgent-LoginWindow): This service is defined to be constantly running and is inherently inefficient.
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.universalaccesscontrol.running): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.VoiceOver.running): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:09 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.ZoomWindow.running): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:09 me-174-air-11 PowerChime[194]: objc[194]: Class BUIPowerSource is implemented in both /System/Library/PrivateFrameworks/BatteryUIKit.framework/Versions/A/BatteryUIKit and /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime. One of the two will be used. Which one is undefined.
Jul 21 01:00:09 me-174-air-11 PowerChime[194]: PowerChime: chime enabled by hardware: 0
Jul 21 01:00:09 me-174-air-11 PowerChime[194]: PowerChime disabled - ChimeOnNoHardware default: 0
Jul 21 01:00:09 me-174-air-11 loginwindow[94]: Setting the initial value of the magsave brightness level 1
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04273c00 device: 0x7f9e38f12cd0  isBackBuffered: 1 numComp: 3 numDisp: 3
Jul 21 01:00:09 me-174-air-11 WindowServer[157]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7f9e38f12cd0) - enabling OpenGL
Jul 21 01:00:10 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.DataDetectorsDynamicData): The JoinExistingSession key is only available to Application services.
Jul 21 01:00:10 me-174-air-11 loginwindow[94]: Login Window Started Security Agent
Jul 21 01:00:10 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.appkit.xpc.sandboxedServiceRunner): The JoinExistingSession key is only available to Application services.
Jul 21 01:00:10 me-174-air-11 SecurityAgent[210]: This is the first run
Jul 21 01:00:10 me-174-air-11 SecurityAgent[210]: MacBuddy was run = 0
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedServiceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XPCServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.SpeechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCServices/DataDetectorsDynamicData.xpc/Contents/MacOS/DataDetectorsDynamicData error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 --- last message repeated 1 time ---
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedServiceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCTimeStampingService.xpc/Contents/MacOS/XPCTimeStampingService error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/XPCServices/com.apple.DictionaryServiceHelper.xpc/Contents/MacOS/com.apple.DictionaryServiceHelper error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCKeychainSandboxCheck.xpc/Contents/MacOS/XPCKeychainSandboxCheck error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/IOKit.framework/Versions/A/XPCServices/IOServiceAuthorizeAgent.xpc/Contents/MacOS/IOServiceAuthorizeAgent error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XPCServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.SpeechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCTimeStampingService.xpc, error = 1: Operation not permitted
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Failed to bootstrap path: path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCServices/DataDetectorsDynamicData.xpc, error = 1: Operation not permitted
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Failed to bootstrap path: path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XPCServices/com.apple.SpeechRecognitionCore.brokerd.xpc, error = 1: Operation not permitted
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Failed to bootstrap path: path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedServiceRunner.xpc, error = 1: Operation not permitted
Jul 21 01:00:11 me-174-air-11 AgentMon[84]: Kaseya Agent preferences plist path: /Library/Kaseya/Preferences/AgentMonPrefs.plist
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Failed to bootstrap path: path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/XPCServices/com.apple.DictionaryServiceHelper.xpc, error = 1: Operation not permitted
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Failed to bootstrap path: path = /System/Library/Frameworks/IOKit.framework/Versions/A/XPCServices/IOServiceAuthorizeAgent.xpc, error = 1: Operation not permitted
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCKeychainSandboxCheck.xpc, error = 1: Operation not permitted
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedServiceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XPCServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.SpeechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCServices/DataDetectorsDynamicData.xpc/Contents/MacOS/DataDetectorsDynamicData error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.SecurityAgent.210): Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAgent.xpc
Jul 21 01:00:11 me-174-air-11 AgentMon[84]: AgentMon started 84
Jul 21 01:00:11 me-174-air-11 WindowServer[157]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -discovery
Jul 21 01:00:11 me-174-air-11 WindowServer[157]: CGXSetDisplayColorProfileAndTransfer: Display 0x04273c00: Unit 0; ColorProfile { -1988210181 }; TransferTable (256, 12)
Jul 21 01:00:11 me-174-air-11 com.apple.AmbientDisplayAgent[185]: AMBD Agent: xpc connection became invalid during event handler
Jul 21 01:00:11 me-174-air-11 DMProxy[232]: AMBD Services: connection interrupted: com.apple.AmbientDisplayAgent (Connection interrupted)
Jul 21 01:00:11 me-174-air-11 com.apple.AmbientDisplayAgent[185]: AmbientDisplayAgent started
Jul 21 01:00:11 me-174-air-11 com.apple.AmbientDisplayAgent[185]: AMBD initializing devices
Jul 21 01:00:11 me-174-air-11 WindowServer[157]: CGXSetDisplayColorProfileAndTransfer: Display 0x04273c00: Unit 0; ColorProfile { -1988210181 }; TransferTable (256, 12)
Jul 21 01:00:11 me-174-air-11 com.apple.AmbientDisplayAgent[185]: AMBD Agent: xpc connection became invalid during event handler
Jul 21 01:00:11 me-174-air-11 askpermissiond[190]: objc[190]: Class FALogging is implemented in both /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircle and /System/Library/PrivateFrameworks/FamilyNotification.framework/Versions/A/FamilyNotification. One of the two will be used. Which one is undefined.
Jul 21 01:00:11 me-174-air-11 sandboxd[161] ([160]): rpcsvchost(160) deny file-read-data /private/var/root/Library/Preferences/.GlobalPreferences.plist
Jul 21 01:00:11 me-174-air-11 com.apple.SecurityServer[80]: Session 100005 created
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.lakitu): The JoinExistingSession key is only available to Application services.
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.accounts.dom): The _DirtyJetsamMemoryLimit key is not available on this platform.
Jul 21 01:00:11 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
Jul 21 01:00:11 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from AUTO to SUSPENDED
Jul 21 01:00:11 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlSuspendedMode() Suspending AWDL, enterQuietMode(true)
Jul 21 01:00:11 me-174-air-11 UserEventAgent[39]: nsurlsessiond_events plugin: adding token 1 for client softwareupdate_download_service
Jul 21 01:00:12 me-174-air-11 AgentMon[84]: AgentMon offline
Jul 21 01:00:12 me-174-air-11 kernel[0]: awdl0: promiscuous mode enable succeeded
Jul 21 01:00:12 me-174-air-11 kernel[0]: AirPort: Link Up on awdl0
Jul 21 01:00:12 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::configure Dynamic country code not supported on this device
Jul 21 01:00:12 me-174-air-11 kernel[0]: awdl0: promiscuous mode disable succeeded
Jul 21 01:00:12 me-174-air-11 kernel[0]: awdl0: promiscuous mode enable succeeded
Jul 21 01:00:12 me-174-air-11 SecurityAgent[210]: spawn_via_launchd() failed, errno=1 label=[0x0-0x8008].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0 : LaunchApplicationClient.cp #963 LaunchApplicationWithSpawnViaLaunchD() q=NSTextCheckingOperationQueue :: NSOperation 0x7fccf0c68d40 (QOS: USER_INITIATED)
Jul 21 01:00:12 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.system): Caller not allowed to perform action: SecurityAgent.210, action = legacy spawn, code = 1: Operation not permitted, uid = 92, euid = 92, gid = 92, egid = 92, asid = 100005
Jul 21 01:00:12 me-174-air-11 SecurityAgent[210]: spawn_via_launchd() failed, errno=1 label=[0x0-0x8008].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0
Jul 21 01:00:12 me-174-air-11 SecurityAgent[210]: Error launching spell checker for U.S. English:  Error Domain=NSCocoaErrorDomain Code=256 "The application “AppleSpell” could not be launched because a miscellaneous error occurred (OSStatus -10810)." UserInfo=0x7fccf0d88710 {NSURL=file:///System/Library/Services/AppleSpell.service/, NSLocalizedDescription=The application “AppleSpell” could not be launched because a miscellaneous error occurred (OSStatus -10810)., NSUnderlyingError=0x7fccf0d8e760 "The operation couldn’t be completed. (OSStatus error -10810.)"}
Jul 21 01:00:12 me-174-air-11 kernel[0]: en0: 802.11d country code set to 'US'.
Jul 21 01:00:12 me-174-air-11 kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 144 149 153 157 161 165
Jul 21 01:00:12 me-174-air-11 askpermissiond[190]: StoreTransport: Resetting APS Connection using environment name production
Jul 21 01:00:12 me-174-air-11 apsd[76]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
Jul 21 01:00:12 me-174-air-11 UserEventAgent[196]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
Jul 21 01:00:12 me-174-air-11 locationd[82]: Logging binary sensor data to /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/locationdSensors.bin
Jul 21 01:00:12 me-174-air-11 locationd[82]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
Jul 21 01:00:12 me-174-air-11 locationd[82]: NBB-Could not get UDID for stable refill timing, falling back on random
Jul 21 01:00:12 me-174-air-11 locationd[82]: Location icon should now be in state 'Inactive'
Jul 21 01:00:13 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.FileSyncAgent.PHD.isRunning): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:13 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.mbloginhelper.user): This key does not do anything: OnDemand
Jul 21 01:00:13 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.mbpluginhost.user): This key does not do anything: OnDemand
Jul 21 01:00:13 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.secd): This key does not do anything: OnDemand
Jul 21 01:00:13 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.secd): The ServiceIPC key is no longer respected. Please remove it.
Jul 21 01:00:13 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.speech.speechsynthesisd): This key does not do anything: OnDemand
Jul 21 01:00:13 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.TrustEvaluationAgent): This key does not do anything: OnDemand
Jul 21 01:00:13 me-174-air-11 WiFiAgent[197]: [NO client logger] <Sep  9 2014 16:12:26> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
Jul 21 01:00:13 me-174-air-11 WiFiAgent[197]: [NO client logger] <Sep  9 2014 16:12:26> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiAgent
Jul 21 01:00:13 me-174-air-11 WiFiAgent[197]:  securityd_message_with_reply_sync Failed to talk to secd after 4 attempts.
Jul 21 01:00:13 me-174-air-11 UserEventAgent[196]: user agent networkd: built Feb 12 2015 17:21:33
Jul 21 01:00:13 me-174-air-11 kernel[0]: ARPT: 9.182754: MacAuthEvent en0   Auth result for: 2c:e6:cc:43:ce:9c Auth timed out
Jul 21 01:00:13 me-174-air-11 UserEventAgent[39]: Registered Workstation service - me-174-air-11 [98:e0:d9:a0:3d:a7]._workstation._tcp.
Jul 21 01:00:13 me-174-air-11 blued[87]: Logging disabled
Jul 21 01:00:14 me-174-air-11 SymDaemon[78]: Version of Kernel Extension is: 14
Jul 21 01:00:14 me-174-air-11 SymDaemon[78]: Unsigned Kernel Extension will lead to warning if loaded
Jul 21 01:00:14 me-174-air-11 SymDaemon[78]: Loading Signed version of Kext in 10.9 OS X: /Library/Application Support/Symantec/AntiVirus/Signed/SymAPComm.kext
Jul 21 01:00:14 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/ocspd
Jul 21 01:00:14 me-174-air-11 nsurlstoraged[163]: The read-connection to the DB=/var/root/Library/Caches/ocspd/Cache.db is NOT valid.  Unable to determine schema version.
Jul 21 01:00:14 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/ocspd
Jul 21 01:00:14 --- last message repeated 1 time ---
Jul 21 01:00:14 me-174-air-11 nsurlstoraged[163]: ERROR: unable to determine file-system usage for FS-backed cache at /var/root/Library/Caches/ocspd/fsCachedData. Errno=13
Jul 21 01:00:14 me-174-air-11 SymDaemon[78]: Version of Kernel Extension is: 14
Jul 21 01:00:14 me-174-air-11 SymDaemon[78]: Unsigned Kernel Extension will lead to warning if loaded
Jul 21 01:00:14 me-174-air-11 SymDaemon[78]: Initializing ndc engine signed version of Kext in 10.9 OS X: /Library/Extensions/ndcengine.kext
Jul 21 01:00:14 me-174-air-11 LUTool[316]: objc[316]: Class XByteCountFormatter is implemented in both /Library/PrivateFrameworks/SymAppKitAdditions.framework/Versions/B/SymAppKitAdditions and /Library/Application Support/Symantec/LiveUpdate/LUTool. One of the two will be used. Which one is undefined.
Jul 21 01:00:14 me-174-air-11 BezelServices 250.15[94]: ASSERTION FAILED: dvcAddrRef != ((void *)0) -[DriverServices getDeviceAddress:] line: 2727
Jul 21 01:00:15 --- last message repeated 1 time ---
Jul 21 01:00:15 me-174-air-11 discoveryd[75]: AwdlD2d AwdlD2dStartAdvertisingPair: 'me-174-air-11' Advertising service started
Jul 21 01:00:15 --- last message repeated 1 time ---
Jul 21 01:00:15 me-174-air-11 discoveryd[75]: AwdlD2d AwdlD2dStartAdvertisingPair: 'cfcc5cefff6eb30b00000000000008efip6arpa' Advertising service started
Jul 21 01:00:16 me-174-air-11 kernel[0]: ARPT: 12.331922: MacAuthEvent en0   Auth result for: 2c:e6:cc:43:ce:9c Auth timed out
Jul 21 01:00:17 me-174-air-11 kernel[0]: ARPT: 12.642970: MacAuthEvent en0   Auth result for: 2c:e6:cc:43:ce:98 Auth timed out
Jul 21 01:00:17 me-174-air-11 kernel[0]: ARPT: 13.335147: MacAuthEvent en0   Auth result for: 2c:e6:cc:43:ce:9c Auth timed out
Jul 21 01:00:17 me-174-air-11 kernel[0]: ARPT: 13.336563: MacAuthEvent en0   Auth result for: 2c:e6:cc:43:ce:98  MAC AUTH succeeded
Jul 21 01:00:17 me-174-air-11 kernel[0]: AirPort: Link Up on en0
Jul 21 01:00:17 me-174-air-11 kernel[0]: en0: BSSID changed to 2c:e6:cc:43:ce:98
Jul 21 01:00:17 me-174-air-11 kernel[0]: en0: channel changed to 6
Jul 21 01:00:17 me-174-air-11 kernel[0]: en0::IO80211Interface::postMessage bssid changed
Jul 21 01:00:17 me-174-air-11 kernel[0]: ARPT: 13.463086: AWDL Sync Enabled 0
Jul 21 01:00:17 me-174-air-11 kernel[0]: AirPort: RSN handshake complete on en0
Jul 21 01:00:21 me-174-air-11 discoveryd[75]: Basic SleepProxy Could not get the primary interface
Jul 21 01:00:21 me-174-air-11 SymDaemon[78]: Version of Kernel Extension is: 14
Jul 21 01:00:21 me-174-air-11 SymDaemon[78]: Unsigned Kernel Extension will lead to warning if loaded
Jul 21 01:00:21 me-174-air-11 SymDaemon[78]: checking new ndc engine signed version of Kext in 10.9 OS X: /Library/Application Support/Symantec/IntrusionPrevention/NewNDCEngine/Signed/ndcengine.kext
Jul 21 01:00:21 me-174-air-11 kernel[0]: Symantec Vulnerability Protection loaded new signatures successfully.
Jul 21 01:00:23 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/$(CFBundleIdentifier)
Jul 21 01:00:23 me-174-air-11 nsurlstoraged[163]: The read-connection to the DB=/var/root/Library/Caches/$(CFBundleIdentifier)/Cache.db is NOT valid.  Unable to determine schema version.
Jul 21 01:00:23 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/$(CFBundleIdentifier)
Jul 21 01:00:23 --- last message repeated 1 time ---
Jul 21 01:00:23 me-174-air-11 nsurlstoraged[163]: ERROR: unable to determine file-system usage for FS-backed cache at /var/root/Library/Caches/$(CFBundleIdentifier)/fsCachedData. Errno=13
Jul 21 01:00:23 me-174-air-11 AppleIDAuthAgent[191]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
    {
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookAir7,2> <Mac OS X;10.10.3;14D136> <com.apple.AOSKit/217>";
        "X-Mme-Country" = US;
        "X-Mme-Device-Id" = "4EEFFA90-04E5-526E-A8FD-4B4966E7A6E5";
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Setup-FCE048DE-F34F-4FAF-A6DD-6C8AC9DF0C54" = true;
        "X-Mme-Timezone" = EDT;
    },
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc353d208b0 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSErrorFailingURLKey=https://setup.icloud.com/configurations/init, _kCFStreamErrorCodeKey=8, _kCFStreamErrorDomainKey=12, NSLocalizedDescription=The Internet connection appears to be offline.}, httpStatusCode=-1, responseHeaders=
    (null)
Jul 21 01:00:23 me-174-air-11 AppleIDAuthAgent[191]: AppleIdAuth URL Error: Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)"
Jul 21 01:00:23 me-174-air-11 UserEventAgent[39]: Captive: [CNInfoNetworkActive:1709] en0: SSID 'sjucomlab' making interface primary (protected network)
Jul 21 01:00:23 me-174-air-11 configd[49]: network changed: DNS*
Jul 21 01:00:23 me-174-air-11 UserEventAgent[39]: Captive: CNPluginHandler en0: Evaluating
Jul 21 01:00:23 me-174-air-11 UserEventAgent[39]: Captive: en0: Probing 'sjucomlab'
Jul 21 01:00:23 me-174-air-11 discoveryd[75]: Basic SleepProxy Could not get the primary interface
Jul 21 01:00:23 me-174-air-11 configd[49]: network changed: v4(en0!:129.68.190.108) DNS+ Proxy SMB+
Jul 21 01:00:23 me-174-air-11 kernel[0]: en0: BSSID changed to 2c:e6:cc:43:ce:98
Jul 21 01:00:23 me-174-air-11 kernel[0]: en0: channel changed to 6
Jul 21 01:00:23 me-174-air-11 UserEventAgent[39]: Captive: CNPluginHandler en0: Authenticated
Jul 21 01:00:23 me-174-air-11 sntp[523]: time set -0.631003 s
Jul 21 01:00:23 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.appkit.xpc.sandboxedServiceRunner): The JoinExistingSession key is only available to Application services.
Jul 21 01:00:23 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.DataDetectorsDynamicData): The JoinExistingSession key is only available to Application services.
Jul 21 01:00:23 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.FileSyncAgent.PHD.isRunning): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul 21 01:00:23 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.mbloginhelper.user): This key does not do anything: OnDemand
Jul 21 01:00:23 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.mbpluginhost.user): This key does not do anything: OnDemand
Jul 21 01:00:23 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.secd): This key does not do anything: OnDemand
Jul 21 01:00:23 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.secd): The ServiceIPC key is no longer respected. Please remove it.
Jul 21 01:00:23 me-174-air-11 Overnight Munki Updater V 1.3.0[41]: The battery is at 100 % 
Jul 21 01:00:23 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.speech.speechsynthesisd): This key does not do anything: OnDemand
Jul 21 01:00:23 me-174-air-11 com.apple.xpc.launchd[1] (com.apple.TrustEvaluationAgent): This key does not do anything: OnDemand
Jul 21 01:00:23 me-174-air-11 Overnight Munki Updater V 1.3.0[41]: Running ManagedSoftwareUpdate
Jul 21 01:00:23 me-174-air-11 ntpd[265]: peer time.apple.com @ 17.253.24.125
Jul 21 01:00:23 me-174-air-11 netbiosd[522]: __net_helper_get_connection_block_invoke_3 could not connect to networkd
Jul 21 01:00:24 me-174-air-11 sandboxd[161] ([522]): netbiosd(522) deny mach-lookup com.apple.networkd
Jul 21 01:00:25 me-174-air-11 blued[87]: Release the WiFi lock
Jul 21 01:00:25 me-174-air-11 watchdogd[382]: [watchdog_daemon] @(         pm_callback) - ref=0x0 msg_type=0xe0000280 msg=0x2a0010
Jul 21 01:00:25 me-174-air-11 watchdogd[382]: [watchdog_daemon] @(    wd_daemon_thread) - events buffer: 13r2630 21s2630 
Jul 21 01:00:25 me-174-air-11 discoveryd[75]: Basic DNSResolver UDNSServer:: PowerState is DarkWake
Jul 21 01:00:25 me-174-air-11 airportd[53]: WARNING: networksetup (649) is not entitled for com.apple.wifi.set_power, temporarily allowing request with background priority —— all entitlement requirements will be strictly enforced in a future release
Jul 21 01:00:25 me-174-air-11 kernel[0]: en0: BSSID changed to 2c:e6:cc:43:ce:98
Jul 21 01:00:25 me-174-air-11 kernel[0]: en0: channel changed to 6
Jul 21 01:00:26 me-174-air-11 WindowServer[157]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
Jul 21 01:00:26 me-174-air-11 WindowServer[157]: device_generate_lock_screen_screenshot: authw 0x0(0)[inf, inf, 0, 0] shield 0x0(0), dev [1440,900]
Jul 21 01:00:27 me-174-air-11 logind[95]: -[SessionManager getClient:withRole:inAuditSession:]:241: ERROR: No session dictionary for audit session 100000
Jul 21 01:00:27 me-174-air-11 logind[95]: _SMGetSessionAgent:73: ERROR: __SMGetClientForAuditSessionAgent failed 2
Jul 21 01:00:29 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/org.python.python
Jul 21 01:00:29 me-174-air-11 nsurlstoraged[163]: The read-connection to the DB=/var/root/Library/Caches/org.python.python/Cache.db is NOT valid.  Unable to determine schema version.
Jul 21 01:00:29 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/org.python.python
Jul 21 01:00:29 --- last message repeated 1 time ---
Jul 21 01:00:29 me-174-air-11 nsurlstoraged[163]: ERROR: unable to determine file-system usage for FS-backed cache at /var/root/Library/Caches/org.python.python/fsCachedData. Errno=13
Jul 21 01:00:38 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/com.symantec.liveupdate.daemon
Jul 21 01:00:38 me-174-air-11 nsurlstoraged[163]: The read-connection to the DB=/var/root/Library/Caches/com.symantec.liveupdate.daemon/Cache.db is NOT valid.  Unable to determine schema version.
Jul 21 01:00:38 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/com.symantec.liveupdate.daemon
Jul 21 01:00:38 --- last message repeated 1 time ---
Jul 21 01:00:38 me-174-air-11 nsurlstoraged[163]: ERROR: unable to determine file-system usage for FS-backed cache at /var/root/Library/Caches/com.symantec.liveupdate.daemon/fsCachedData. Errno=13
Jul 21 01:00:40 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from AUTO to SUSPENDED
Jul 21 01:00:40 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlSuspendedMode() Suspending AWDL, enterQuietMode(true)
Jul 21 01:00:42 me-174-air-11 nsurlstoraged[163]: realpath() returned NULL for /var/root/Library/Caches/org.python.python
Jul 21 01:00:43 me-174-air-11 kernel[0]: ARPT: 39.922297: MacAuthEvent en0   Auth result for: 2c:e6:cc:43:ce:9c  MAC AUTH succeeded
Jul 21 01:00:43 me-174-air-11 kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 2c:e6:cc:43:ce:9c, last RSSI -32
Jul 21 01:00:43 me-174-air-11 kernel[0]: en0: BSSID changed to 2c:e6:cc:43:ce:9c
Jul 21 01:00:43 me-174-air-11 kernel[0]: en0: channel changed to 157,+1
Jul 21 01:00:43 me-174-air-11 kernel[0]: en0::IO80211Interface::postMessage bssid changed
Jul 21 01:00:43 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from SUSPENDED to AUTO
Jul 21 01:00:43 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlAutoMode Resuming AWDL
Jul 21 01:00:44 me-174-air-11 kernel[0]: AirPort: RSN handshake complete on en0
Jul 21 01:00:46 me-174-air-11 kernel[0]: PM response took 20618 ms (78, SymDaemon)
Jul 21 01:00:46 me-174-air-11 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
Jul 21 01:00:46 --- last message repeated 1 time ---
Jul 21 01:00:46 me-174-air-11 discoveryd[75]: Basic BTMMServer Sleep offload failed. Start deregistering
Jul 21 01:00:49 me-174-air-11 kernel[0]: PM response took 3009 ms (50, powerd)
Jul 21 01:00:49 me-174-air-11 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000280
Jul 21 01:00:49 me-174-air-11 kernel[0]: [0x92c805000, 0x19000000]
Jul 21 01:00:49 me-174-air-11 kernel[0]: [0x19548bf000, 0x19000000]
Jul 21 01:00:49 me-174-air-11 kernel[0]: [0x19bc958000, 0xe000000]
Jul 21 01:00:49 me-174-air-11 kernel[0]: [0x0, 0x0]
Jul 21 01:00:49 me-174-air-11 kernel[0]: ARPT: 45.486155: AirPort_Brcm43xx::powerChange: System Sleep 
Jul 21 01:00:49 me-174-air-11 kernel[0]: ARPT: 45.486163: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
Jul 21 01:00:49 me-174-air-11 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
Jul 21 01:00:49 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::doDisable   source [handleSIOCSIFFLAGS]
Jul 21 01:00:49 me-174-air-11 kernel[0]: en0: BSSID changed to 2c:e6:cc:43:ce:9c
Jul 21 01:00:49 me-174-air-11 kernel[0]: en0: channel changed to 157,+1
Jul 21 01:00:49 me-174-air-11 kernel[0]: AirPort: Link Down on awdl0. Reason 1 (Unspecified).
Jul 21 01:00:49 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::doDisable   source [setLinkState]
Jul 21 01:00:49 me-174-air-11 kernel[0]: ARPT: 46.040021: wl0: leaveModulePoweredForOffloads: Wi-Fi will turn off.
Jul 21 01:00:49 me-174-air-11 kernel[0]: AppleThunderboltNHIType2::prePCIWake - power up complete - took 1780 us
Jul 21 01:00:49 me-174-air-11 kernel[0]: AppleThunderboltGenericHAL::earlyWake - complete - took 0 milliseconds
Jul 21 01:00:49 me-174-air-11 kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
Jul 21 01:00:49 me-174-air-11 kernel[0]: en0::IO80211Interface::postMessage bssid changed
Jul 21 01:00:49 me-174-air-11 kernel[0]: en0: 802.11d country code set to 'X0'.
Jul 21 01:00:49 me-174-air-11 kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 144 149 153 157 161 165
Jul 21 01:00:49 me-174-air-11 airportd[53]: _handleLinkEvent: WiFi is not powered. Resetting state variables.
Jul 21 01:00:49 me-174-air-11 kernel[0]: ARPT: 46.069154: AWDL Sync Enabled 0
Jul 21 01:00:50 me-174-air-11 kernel[0]: IOThunderboltSwitch<0xffffff80281fe000>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
Jul 21 01:00:50 me-174-air-11 kernel[0]: IOThunderboltSwitch<0xffffff80281fe000>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
Jul 21 01:00:50 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 50
Jul 21 01:00:50 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en0, 50
Jul 21 01:00:50 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 50
Jul 21 01:00:50 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en0, 50
Jul 21 01:00:50 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed awdl0, 49
Jul 21 01:00:51 me-174-air-11 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
Jul 21 01:00:51 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 50
Jul 21 01:00:51 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en0, 50
Jul 21 01:00:51 me-174-air-11 kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 13
Jul 21 01:00:51 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed awdl0, 49
Jul 21 01:00:51 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 50
Jul 21 01:00:51 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en0, 50
Jul 21 01:30:46 me-174-air-11 kernel[0]: Wake reason: RTC (Alarm)
Jul 21 01:30:46 me-174-air-11 kernel[0]: RTC: Maintenance 2015/7/21 05:30:46, sleep 2015/7/21 05:00:51
Jul 21 01:30:46 me-174-air-11 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
Jul 21 01:30:46 me-174-air-11 kernel[0]: AppleCamIn::wakeEventHandlerThread
Jul 21 01:30:46 me-174-air-11 kernel[0]: Previous sleep cause: 5
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic DNSResolver UDNSServer:: PowerState is DarkWake
Jul 21 01:30:46 me-174-air-11 kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
Jul 21 01:30:46 me-174-air-11 kernel[0]: AppleThunderboltNHIType2::prePCIWake - power up complete - took 60355 us
Jul 21 01:30:46 me-174-air-11 kernel[0]: AppleThunderboltGenericHAL::earlyWake - complete - took 16 milliseconds
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 50
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en0, 50
Jul 21 01:30:46 me-174-air-11 airportd[53]: Property list invalid for format: 100 (property lists cannot contain objects of type 'CFType')
Jul 21 01:30:46 me-174-air-11 kernel[0]: IOThunderboltSwitch<0xffffff80281fe000>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
Jul 21 01:30:46 me-174-air-11 kernel[0]: TBT W (2): 0x0040 [x]
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 50
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed awdl0, 49
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en0, 50
Jul 21 01:30:46 me-174-air-11 kernel[0]: IOThunderboltSwitch<0xffffff80281fe000>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
Jul 21 01:30:46 me-174-air-11 hidd[99]: MultitouchHID: device bootloaded
Jul 21 01:30:46 me-174-air-11 kernel[0]: en0: channel changed to 1
Jul 21 01:30:46 me-174-air-11 kernel[0]: AirPort: Link Up on awdl0
Jul 21 01:30:46 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from AUTO to SUSPENDED
Jul 21 01:30:46 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlSuspendedMode() Suspending AWDL, enterQuietMode(true)
Jul 21 01:30:46 me-174-air-11 kernel[0]: ARPT: 48.085195: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
Jul 21 01:30:46 me-174-air-11 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
Jul 21 01:30:46 me-174-air-11 kernel[0]: AppleCamIn::wakeEventHandlerThread
Jul 21 01:30:46 me-174-air-11 kernel[0]: en0: 802.11d country code set to 'US'.
Jul 21 01:30:46 me-174-air-11 kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 144 149 153 157 161 165
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic DNSResolver UDNSServer:: PowerState is DarkWake
Jul 21 01:30:46 me-174-air-11 networkd[165]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
Jul 21 01:30:46 me-174-air-11 configd[49]: network changed: v4(en0-:129.68.190.108) DNS- SMB-
Jul 21 01:30:46 me-174-air-11 UserEventAgent[39]: Captive: CNPluginHandler en0: Inactive
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic WABServer NetResolverEvent no resolvers, resetting domains
Jul 21 01:30:46 me-174-air-11 airportd[53]: Property list invalid for format: 100 (property lists cannot contain objects of type 'CFType')
Jul 21 01:30:46 me-174-air-11 kernel[0]: ARPT: 48.199786: MacAuthEvent en0   Auth result for: 2c:e6:cc:43:ce:9c  MAC AUTH succeeded
Jul 21 01:30:46 me-174-air-11 kernel[0]: en0: channel changed to 1
Jul 21 01:30:46 me-174-air-11 kernel[0]: AirPort: Link Up on en0
Jul 21 01:30:46 me-174-air-11 kernel[0]: en0: BSSID changed to 2c:e6:cc:43:ce:9c
Jul 21 01:30:46 me-174-air-11 kernel[0]: en0: channel changed to 157,+1
Jul 21 01:30:46 me-174-air-11 kernel[0]: en0::IO80211Interface::postMessage bssid changed
Jul 21 01:30:46 me-174-air-11 kernel[0]: ARPT: 48.214707: AWDL Sync Enabled 0
Jul 21 01:30:46 me-174-air-11 netbiosd[522]: network_reachability_changed : network is not reachable, netbiosd is shutting down
Jul 21 01:30:46 me-174-air-11 kernel[0]: en0: BSSID changed to 2c:e6:cc:43:ce:9c
Jul 21 01:30:46 me-174-air-11 kernel[0]: en0: channel changed to 157,+1
Jul 21 01:30:46 me-174-air-11 kernel[0]: AirPort: RSN handshake complete on en0
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Failed to enable multicast listener sending for V4 socket en0, 49
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 49
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Failed to enable multicast listener sending for V4 socket en0, 49
Jul 21 01:30:46 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 49
Jul 21 01:30:47 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Failed to enable multicast listener sending for V4 socket en0, 49
Jul 21 01:30:47 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 49
Jul 21 01:30:47 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Failed to enable multicast listener sending for V4 socket en0, 49
Jul 21 01:30:47 --- last message repeated 1 time ---
Jul 21 01:30:47 me-174-air-11 discoveryd[75]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 49
Jul 21 01:30:47 --- last message repeated 1 time ---
Jul 21 01:30:47 me-174-air-11 discoveryd[75]: Basic Bonjour stop listening on en0
Jul 21 01:30:47 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from SUSPENDED to AUTO
Jul 21 01:30:47 me-174-air-11 kernel[0]: IO80211AWDLPeerManager::setAwdlAutoMode Resuming AWDL
Jul 21 01:30:47 me-174-air-11 configd[49]: network changed: DNS*
Jul 21 01:30:47 me-174-air-11 UserEventAgent[39]: Captive: [CNInfoNetworkActive:1709] en0: SSID 'sjucomlab' making interface primary (cache indicates network not captive)
Jul 21 01:30:47 me-174-air-11 UserEventAgent[39]: Captive: CNPluginHandler en0: Evaluating
Jul 21 01:30:47 me-174-air-11 UserEventAgent[39]: Captive: en0: Not probing 'sjucomlab' (cache indicates not captive)
Jul 21 01:30:47 me-174-air-11 networkd[165]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
Jul 21 01:30:47 me-174-air-11 UserEventAgent[39]: Captive: CNPluginHandler en0: Authenticated
Jul 21 01:30:47 me-174-air-11 configd[49]: network changed: v4(en0!:129.68.190.108) DNS+ Proxy SMB+
Jul 21 01:30:47 me-174-air-11 kernel[0]: en0: BSSID changed to 2c:e6:cc:43:ce:9c
Jul 21 01:30:47 me-174-air-11 kernel[0]: en0: channel changed to 157,+1
Jul 21 01:30:47 me-174-air-11 networkd[165]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
Jul 21 01:30:47 me-174-air-11 ntpd[265]: wake time set -0.292818 s
Jul 21 01:30:48 me-174-air-11 AgentMon[84]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.3 instead of 10.10.3. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
    Call location:
Jul 21 01:30:48 me-174-air-11 AgentMon[84]: 0   CarbonCore                          0x94740291 ___Gestalt_SystemVersion_block_invoke + 135
Jul 21 01:30:48 me-174-air-11 AgentMon[84]: 1   libdispatch.dylib                   0x9b85d0b5 dispatch_once_f + 251
Jul 21 01:30:48 me-174-air-11 AgentMon[84]: 2   libdispatch.dylib                   0x9b85e0d8 dispatch_once + 31
Jul 21 01:30:48 me-174-air-11 AgentMon[84]: 3   CarbonCore                          0x946b969d _Gestalt_SystemVersion + 1050
Jul 21 01:30:48 me-174-air-11 AgentMon[84]: 4   CarbonCore                          0x946b87c0 Gestalt + 150
Jul 21 01:30:48 me-174-air-11 AgentMon[84]: 5   AgentMon                            0x0003c412 _Z19doClientTasksThreadPv + 110
Jul 21 01:30:48 me-174-air-11 AgentMon[84]: 6   libsystem_pthread.dylib             0x93ea9e13 _pthread_body + 138
Jul 21 01:30:50 me-174-air-11 AgentMon[84]: AgentMon online
Jul 21 01:30:50 me-174-air-11 kernel[0]: AppleCamIn::handleWakeEvent_gated
Jul 21 01:30:53 --- last message repeated 1 time ---
Jul 21 01:30:53 me-174-air-11 netbiosd[864]: __net_helper_get_connection_block_invoke_3 could not connect to networkd
Jul 21 01:30:54 me-174-air-11 sandboxd[161] ([864]): netbiosd(864) deny mach-lookup com.apple.networkd
Jul 21 01:30:56 me-174-air-11 shutdown[865]: halt by root: 
Jul 21 01:30:56 me-174-air-11 shutdown[865]: SHUTDOWN_TIME: 1437456656 603830
Jul 21 01:30:56 me-174-air-11 kernel[0]: Kext loading now disabled.
Jul 21 01:30:56 me-174-air-11 kernel[0]: Kext unloading now disabled.
Jul 21 01:30:56 me-174-air-11 kernel[0]: Kext autounloading now disabled.
Jul 21 01:30:56 me-174-air-11 kernel[0]: Kernel requests now disabled.
WardsParadox commented 9 years ago

If they are dropping off the network that may be because of those large updates. I know that when ours are background downloading while students are using them, that keeps them downloading it and not getting kicked off the network as much. If the network kicks them off from downloading these massive updates, then I haven't got a clue to fix that. @jmartinez0837 Any ideas on that one?

If you want to fork the script and change it to the msu check and --installonly run method it should be a matter of changing a couple of lines Lines 22-39 specifically line 34. would want to make that two (or three with a delay) lines that consist of

    subprocess.call('/usr/local/munki/managedsoftwareupdate -v',shell=True,stdout=subprocess.PIPE)
    time.sleep(2)
    subprocess.call('/usr/local/munki/managedsoftwareupdate -v --installonly',shell=True,stdout=subprocess.PIPE)
flammable commented 9 years ago

Thanks, man. At this point, I'm going to chalk it up to network issues - and shelve it for the wireless laptops here. I'll run it through testing for the wired laptops and see if it'll help us there.

I'll close this issue. Let me know if you decide to use this in your environment - I'd love to hear if you have success! I really appreciate all of the assistance!

WardsParadox commented 9 years ago

I might need to figure out a way to do a connection keep-alive while the runMunki() function is running. More thoughts more fun :) Mind keeping it open until I do, I have it as a reminder on my calendar to keep my thinking on it.

On Thu, Jul 23, 2015 at 12:47 PM, Mike Solin notifications@github.com wrote:

Thanks, man. At this point, I'm going to chalk it up to network issues - and shelve it for the wireless laptops here. I'll run it through testing for the wired laptops and see if it'll help us there.

I'll close this issue. Let me know if you decide to use this in your environment - I'd love to hear if you have success! I really appreciate all of the assistance!

Reply to this email directly or view it on GitHub https://github.com/WardsParadox/Munki-Overnight/issues/2#issuecomment-124208337 .

flammable commented 9 years ago

Can do! Thank you so much, Zack!

WardsParadox commented 9 years ago

So quick question. Have you enabled keep-alive on your server by any chance? It might be something to look into but there are performance and other risks involved but is is possible to use. Just a thought at the moment.

WardsParadox commented 9 years ago

Also if your running nginx I would enable the gzip compression on the large files but that's your domain not main and milage may very. :+1:

flammable commented 9 years ago

Always up for trying new stuff! I'll look into gzip. I checked out keep-alive, and apparently IIS 7.0+ don't support it anymore (yep, my Munki server is a Windows VM).

Thanks!

WardsParadox commented 9 years ago

Let me know if that helps at all. I'll keep looking into a heart beat type thing.

Zack

On Mon, Jul 27, 2015 at 9:15 AM, Mike Solin notifications@github.com wrote:

Always up for trying new stuff! I'll look into gzip. I checked out keep-alive, and apparently IIS 7.0+ don't support it anymore (yep, my Munki server is a Windows VM).

Thanks!

Reply to this email directly or view it on GitHub https://github.com/WardsParadox/Munki-Overnight/issues/2#issuecomment-125241641 .

jmartinez0837 commented 9 years ago

i just transitioned munki to a linux vm from a mac mini, im not sure yet how well it performs with huge updates as i havent enabled any big ones yet for overnight updating. i have seen in some inconsistensies in munkireport reports of the updates still pending after a couple of overnight updating but i havent really checked out the cause since summer is crazy for me right now. but 95% of the machines update fine

WardsParadox commented 9 years ago

I think any major large downloads in a large lab scenario might come across this regardless and it could be any number of things, network, server, client hardware, etc that could shut this off. I'll keep thinking on it, but @jmartinez0837 what do you think about the code in it's current state? I'm tempted to update for the check for connection step and release that into master and stable. Any issues found let me know.

jmartinez0837 commented 9 years ago

im not a really savvy in python and i use my bash script since i can edit it on the fly if need be. i havent gotten around to testing your update, sorry

WardsParadox commented 9 years ago

That's fine, I misunderstood. I'm gonna move this to Master and declare the 1.3.0 release. Thanks for your help guys. :+1:

flammable commented 9 years ago

Thanks, Zack! As a sidenote: I checked for gzip compression on our Munki server. Looks like it was on, so IIS probably enables it by default.