Unix security and privacy setting unix command via apple remote desktop

Could someone guide me on the unix command to set System Preferemces Security & Privacy to xx minutes [see screenshot please] via Apple Remote Desktop.
https://dl.dropbox.com/u/5485939/osx_screenshots/sys%20pref%20security%20privacy .png
Thank you,

Pereference tend to be stored for the computer as a whole
/Library/Preferences/
or specifcally for the user
/Users/USERNAME/Library/Preferences/
well when I set required password for XX minutes... I see that
/Users/USERNAME/Library/Preferences/com.apple.screensaver.plist modfication date & time changes to the current time & date... hMMM maybe the setting we want is stored here? Can we test this?
If I check require password and then do the terminal command:
defaults read ~/Library/Preferences/com.apple.screensaver
I see
    askForPassword = 1;
    askForPasswordDelay = 0;
    tokenRemovalAction = 0;
turn it off
run the terminal command;
defaults read ~/Library/Preferences/com.apple.screensaver
I see:
    askForPassword = 0;
    askForPasswordDelay = 0;
    tokenRemovalAction = 0;
so I can turn it on with
defaults write ~/Library/Preferences/com.apple.screensaver askForPassword -bool TRUE
and I can turn it off with
defaults write ~/Library/Preferences/com.apple.screensaver askForPassword -bool FALSE
So if a user is logged into a computer. I could send unix command as current console user.
defaults write ~/Library/Preferences/com.apple.screensaver askForPassword -bool TRUE
BUT what if the user is logged out? or there are more then one user on the computer?
then I could run unix command as user root and send
defaults write /Users/USERNAME/Library/Preferences/com.apple.screensaver askForPassword -bool TRUE
(replace USERNAME with the user's short name.)
but what if I don't know the user name? or names
send unix command as root
ls -al /Users/
get back a list of folders
bob
surely
shares
and then do
send unix command as root
defaults write /Users/bob/Library/Preferences/com.apple.screensaver askForPassword -bool TRUE
defaults write /Users/surely/Library/Preferences/com.apple.screensaver askForPassword -bool TRUE
you could also do some thing like
defaults write ~/Library/Preferences/com.apple.screensaver askForPasswordDelay -integer 5
if you want to change the period of time to lock to 5 seconds
or
defaults write ~/Library/Preferences/com.apple.screensaver askForPasswordDelay -integer 900
(900 seconds  / 60 seconds = 15 minutes)

Similar Messages

  • How to change order of network ports - unix command in Apple Remote Desktop

    I am trying to do a report of 130 machines and I want the IP addresses included in the report. When I do the report a bunch of them are missing because the only selection is "Primary Network IP" but on many of the machines the order of the network connections is such that PPP is the top and therefor primary connection
    Do you know of a unix command I can send to change the network order so that en0 is primary on all machines?

    Hi Brian
    Issue this command:
    sudo networksetup -listnetworkserviceorder
    This will list the current service order as well as giving you an idea of what name to use for each Service. For example en0 will be Ethernet; en1 will be Airport; fw0 will be Firewire and Bluetooth will be Bluetooth DUN.
    To change the order so as Ethernet will be first rather than Bluetooth for example, followed by Airport, Firewire and Bluetooth issue this command:
    sudo networksetup -ordernetworservices Ethernet Airport Firewire "Bluetooth DUN"
    That should be it. Any Service that has a space within the name has to be escaped hence the double quotes. If you want to change the order to something else then alter the Service order to suit. To see a full list of available commands issue:
    networksetup -help
    Tony

  • Distribute Adobe Air Runtime via Apple Remote Desktop

    I've be researching whether or not it's possible to distribute the Adobe Air framework via Apple Remote Desktop, but I haven't found any solutions. The Adobe Air Admin guide has this to say:
    Enterprise deployment
    IT administrators can install Adobe AIR and AIR applications silently using standard desktop deployment tools. IT administrators can deploy the following:
    •Silently install Adobe AIR using tools such as Microsoft SMS, IBM Tivoli, or any deployment tool that allows silent installations that use a bootstrapper
    No mention of Apple Remote Desktop, or any other Apple-related Enterprise deployment methods. Is this possible, or must Mac software vendors bundle the Adobe Air framework with their pkgs (and jump through the necessary licensing hoops) in order for clients to get an Adobe Air app and all it's dependencies (i.e. the Adobe Air framework) distributed to a network of Apple machines.
    Thanks!

    Thanks for the interest in AIR.  You are correct that you would have to wrap everything (runtime and application) up in a .pkg for installation via ARD.  Another alternative would be to get the AIR Runtime installer on to the remote system, and then execute it via ssh.
    Chris

  • Setting up users on Apple Remote Desktop

    I am a relative newbie with the remote desktop functions. I downloaded the administrator for ARD, and I created a client installer. I know each computer I am installing on needs to have remote management turned on in system preferences, and that they need to install the package. I am able to see all the users who are on my network and have gone through these steps. What I am wondering is if I can see these users when they are not on my network? Would binding them to the domain help? Is there a way to access them via their MAC ID or some other way? Basically, I need the ability to remote access my clients even when they are not at work, but are traveling etc.. Is this possible without them having to do something else on their end every time? They will not want to create a static IP or have to tell me what their IP address is in each location. They want to do nothing other than call me and have me fix it.
    Thank you in advance!

    I/ve requested your post be moved to the Maveriks discussion.
    OS X Mavericks
    You may want to try logmein.com
    There are apps around that you can install that will track you dynamic ip address.
    tracker...
    http://www.noip.com/free
    more, google:
    track  dynamic ip address

  • My 'Security and Privacy' settings won't open

    Ever since installing OS X Mountain Lion, when I click on 'Security and Privacy' under 'Settings,' it just continues to say 'Loading Security & Privacy' but nothing loads. I cannot get into it at all (screen shot below)...
    Does anyone have any ideas on what is going on?

    I called Apple and they had me re-install Mountain Lion. As of now, the 'Security and Privacy' setting is working again, but I did check out the console like you advised. Here is what was there after I cleared the display and went back in again:
    8/7/12 7:18:07.000 PM bootlog[0]: BOOT_TIME 1344381487 0
    8/7/12 7:18:51.000 PM kernel[0]: PMAP: PCID enabled
    8/7/12 7:18:51.000 PM kernel[0]: Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    8/7/12 7:18:51.000 PM kernel[0]: vm_page_bootstrap: 863197 free pages and 144419 wired pages
    8/7/12 7:18:51.000 PM kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    8/7/12 7:18:51.000 PM kernel[0]: zone leak detection enabled
    8/7/12 7:18:51.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    8/7/12 7:18:51.000 PM kernel[0]: standard background quantum is 2500 us
    8/7/12 7:18:51.000 PM kernel[0]: mig_table_max_displ = 74
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto kext started!
    8/7/12 7:18:51.000 PM kernel[0]: Running kernel space in FIPS MODE
    8/7/12 7:18:51.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/7/12 7:18:51.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    8/7/12 7:18:51.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    8/7/12 7:18:51.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    8/7/12 7:18:51.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    8/7/12 7:18:51.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    8/7/12 7:18:51.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    8/7/12 7:18:51.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    8/7/12 7:18:51.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    8/7/12 7:18:51.000 PM kernel[0]: MAC Framework successfully initialized
    8/7/12 7:18:51.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    8/7/12 7:18:51.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    8/7/12 7:18:51.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    8/7/12 7:18:51.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0024
    8/7/12 7:18:51.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    8/7/12 7:18:51.000 PM kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration begin ]
    8/7/12 7:18:51.000 PM kernel[0]: Sleep failure code 0x00000000 0x31000000
    8/7/12 7:18:51.000 PM kernel[0]: console relocated to 0xf10030000
    8/7/12 7:18:51.000 PM kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration end, bridges 7 devices 16 ]
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration begin ]
    8/7/12 7:18:51.000 PM kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration end, bridges 8 devices 22 ]
    8/7/12 7:18:51.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    8/7/12 7:18:51.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    8/7/12 7:18:51.000 PM kernel[0]: rooting via boot-uuid from /chosen: EF7397DF-6793-3508-9EEF-D0678915DB72
    8/7/12 7:18:51.000 PM 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>
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    8/7/12 7:18:51.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    8/7/12 7:18:51.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID e80688fffee52076; max speed s800.
    8/7/12 7:18:51.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Untitled@2
    8/7/12 7:18:51.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    8/7/12 7:18:51.000 PM kernel[0]: Kernel is LP64
    8/7/12 7:18:51.000 PM kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    8/7/12 7:18:51.000 PM kernel[0]: hfs: created HFBT on Macintosh HD
    8/7/12 7:18:08.844 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    8/7/12 7:18:08.844 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    8/7/12 7:18:51.298 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    8/7/12 7:18:51.305 PM launchctl[2]: com.apple.RemotePairTool: Already loaded
    8/7/12 7:18:55.431 PM com.apple.SecurityServer[16]: Session 100000 created
    8/7/12 7:18:55.501 PM configd[19]: ioctl(SIOCGIFCAP) failed: Device not configured
    8/7/12 7:18:55.501 PM configd[19]: ioctl(SIOCGIFCAP) failed: Device not configured
    8/7/12 7:18:55.503 PM configd[19]: setting hostname to "MALORIE-JANASEKs-MacBook-Pro.local"
    8/7/12 7:18:55.508 PM configd[19]: network changed.
    8/7/12 7:18:55.684 PM com.apple.SecurityServer[16]: Entering service
    8/7/12 7:18:55.827 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    8/7/12 7:18:55.000 PM kernel[0]: AGC: 3.2.6, HW version=1.9.21, flags:0, features:20600
    8/7/12 7:18:56.398 PM hidd[63]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    8/7/12 7:18:56.482 PM fseventsd[64]: could not open <</.fseventsd/fseventsd-uuid>> (No such file or directory)
    8/7/12 7:18:56.638 PM coreservicesd[37]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    8/7/12 7:18:56.000 PM kernel[0]: macx_swapon SUCCESS
    8/7/12 7:18:56.998 PM com.apple.launchd[1]: (com.apple.bsd.dirhelper) Throttling respawn: Will start in 10 seconds
    8/7/12 7:18:57.489 PM fseventsd[64]: log dir: /.fseventsd getting new uuid: 8DB7FF89-E45E-423B-953C-0DF895D2D798
    8/7/12 7:18:57.728 PM hidd[63]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    8/7/12 7:18:57.000 PM kernel[0]: Waiting for DSMOS...
    8/7/12 7:18:58.024 PM awacsd[73]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    8/7/12 7:18:58.445 PM digest-service[88]: label: default
    8/7/12 7:18:58.445 PM digest-service[88]:           dbname: od:/Local/Default
    8/7/12 7:18:58.446 PM digest-service[88]:           mkey_file: /var/db/krb5kdc/m-key
    8/7/12 7:18:58.446 PM digest-service[88]:           acl_file: /var/db/krb5kdc/kadmind.acl
    8/7/12 7:18:58.884 PM awacsd[73]: InnerStore CopyAllZones: no info in Dynamic Store
    8/7/12 7:18:59.191 PM aosnotifyd[91]: bootstrap_look_up failed (44e)
    8/7/12 7:18:59.000 PM kernel[0]: BTCOEXIST off
    8/7/12 7:18:59.000 PM kernel[0]: BRCM tunables:
    8/7/12 7:18:59.000 PM kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    8/7/12 7:18:59.000 PM kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    8/7/12 7:18:59.923 PM systemkeychain[92]: done file: /var/run/systemkeychaincheck.done
    8/7/12 7:19:00.076 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:00.000 PM kernel[0]: Previous Shutdown Cause: 5
    8/7/12 7:19:02.780 PM rpcsvchost[131]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    8/7/12 7:19:02.785 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:02.791 PM digest-service[88]: digest-request: init return domain: BUILTIN server: MALORIE-JANASEKS-MACBOOK-PRO
    8/7/12 7:19:04.780 PM apsd[75]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:04.780 PM apsd[75]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:07.472 PM mDNSResponder[55]: mDNSResponder mDNSResponder-379.27 (Jun 20 2012 15:40:55) starting OSXVers 12
    8/7/12 7:19:07.477 PM appleeventsd[69]: main: Starting up
    8/7/12 7:19:07.694 PM stackshot[45]: Timed out waiting for IOKit to finish matching.
    8/7/12 7:19:07.681 PM com.apple.usbmuxd[41]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    8/7/12 7:19:08.356 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:08.356 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:08.357 PM digest-service[88]: digest-request: init return domain: TATE-S-IPOD server: MALORIE-JANASEKS-MACBOOK-PRO
    8/7/12 7:19:11.803 PM configd[19]: network changed: DNS*
    8/7/12 7:19:11.960 PM mDNSResponder[55]: D2D_IPC: Loaded
    8/7/12 7:19:11.960 PM mDNSResponder[55]: D2DInitialize succeeded
    8/7/12 7:19:12.011 PM locationd[59]: NOTICE,Location icon should now be in state 0
    8/7/12 7:19:12.000 PM kernel[0]: fNumVRAMBlocks is 4
    8/7/12 7:19:13.000 PM kernel[0]: NVDANV50HAL loaded and registered.
    8/7/12 7:19:13.886 PM awacsd[73]: Exiting
    8/7/12 7:19:14.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    8/7/12 7:19:14.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8218 FirmwareVersion - 0x0041
    8/7/12 7:19:14.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    8/7/12 7:19:14.783 PM apsd[75]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:15.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor8086Device0046
    8/7/12 7:19:15.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice0a29
    8/7/12 7:19:16.350 PM UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 16395
    8/7/12 7:19:16.350 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    8/7/12 7:19:16.355 PM UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 15887
    8/7/12 7:19:16.356 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    8/7/12 7:19:16.359 PM loginwindow[58]: Login Window Application Started
    8/7/12 7:19:16.000 PM kernel[0]: DSMOS has arrived
    8/7/12 7:19:16.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    8/7/12 7:19:16.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    8/7/12 7:19:16.000 PM kernel[0]: BCM5701Enet: Ethernet address c4:2c:03:0a:3d:d4
    8/7/12 7:19:16.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address e4:ce:8f:75:d9:a9
    8/7/12 7:19:16.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    8/7/12 7:19:16.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    8/7/12 7:19:16.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    8/7/12 7:19:18.000 PM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    8/7/12 7:19:18.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 7:19:18.137 PM airportd[154]: _processDLILEvent: en1 attached (up)
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.000 PM kernel[0]: createVirtIf(): ifRole = 1
    8/7/12 7:19:18.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    8/7/12 7:19:18.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff80293e5400
    8/7/12 7:19:18.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    8/7/12 7:19:18.000 PM kernel[0]: Created virtif 0xffffff80293e5400 p2p0
    8/7/12 7:19:19.564 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:19.564 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:19.566 PM digest-service[88]: digest-request: init return domain: MACBOOKPRO server: MALORIE-JANASEKS-MACBOOK-PRO
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8027ac6800][BNBTrackpadDevice::init][75.15] init is complete
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8027ac6800][BNBTrackpadDevice::handleStart][75.15] returning 1
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8029184c00][AppleMultitouchHIDEventDriver::start] entered
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8027b85c00][AppleMultitouchDevice::start] entered
    8/7/12 7:19:22.048 PM mds[54]: (Normal) FMW: FMW 0 0
    8/7/12 7:19:22.051 PM WindowServer[140]: Server is starting up
    8/7/12 7:19:22.124 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    8/7/12 7:19:22.240 PM WindowServer[140]: Session 256 retained (2 references)
    8/7/12 7:19:22.240 PM WindowServer[140]: Session 256 released (1 references)
    8/7/12 7:19:22.290 PM WindowServer[140]: Session 256 retained (2 references)
    8/7/12 7:19:22.335 PM WindowServer[140]: init_page_flip: page flip mode is on
    8/7/12 7:19:23.311 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 7 seconds
    8/7/12 7:19:23.311 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 7 seconds
    8/7/12 7:19:23.591 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:24.343 PM WindowServer[140]: mux_initialize: Mode is dynamic
    8/7/12 7:19:24.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/7/12 7:19:24.000 PM kernel[0]: en1: 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 149 153 157 161 165
    8/7/12 7:19:24.924 PM WindowServer[140]: GLCompositor enabled for tile size [256 x 256]
    8/7/12 7:19:24.924 PM WindowServer[140]: CGXGLInitMipMap: mip map mode is on
    8/7/12 7:19:24.976 PM WindowServer[140]: WSMachineUsesNewStyleMirroring: false
    8/7/12 7:19:24.976 PM WindowServer[140]: Display 0x042728c0: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    8/7/12 7:19:24.977 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (1440, 0)[1920 x 1080], 72 modes available
    Active, on-line, enabled, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000
    8/7/12 7:19:24.986 PM WindowServer[140]: Created shield window 0x7 for display 0x042728c0
    8/7/12 7:19:24.992 PM WindowServer[140]: Created shield window 0x8 for display 0x1a48a351
    8/7/12 7:19:25.201 PM WindowServer[140]: hw_mirror_device_if_possible: driver picks 0x1a48a351 as primary
    8/7/12 7:19:25.217 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (0, 0)[1440 x 900], 72 modes available
    Hardware mirror of 0x42728c0; Main, Active, on-line, enabled, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000
    8/7/12 7:19:25.217 PM WindowServer[140]: Display 0x042728c0: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Master in mirror set; on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    8/7/12 7:19:25.217 PM WindowServer[140]: CGXPerformInitialDisplayConfiguration
    8/7/12 7:19:25.217 PM WindowServer[140]:   Display 0x1a48a351: MappedDisplay Unit 1; Vendor 0x469 Model 0x23f1 S/N 24337 Dimensions 20.51 x 11.54; online enabled, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    8/7/12 7:19:25.217 PM WindowServer[140]:   Display 0x042728c0: MappedDisplay Unit 0; Alias(0, 0x5); Vendor 0x610 Model 0x9ca3 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    8/7/12 7:19:25.218 PM WindowServer[140]: CGXMuxBoot: Boot normal
    8/7/12 7:19:26.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:a4:25:0c:d1  MAC AUTH succeeded
    8/7/12 7:19:26.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/7/12 7:19:26.000 PM kernel[0]: AirPort: Link Up on en1
    8/7/12 7:19:26.000 PM kernel[0]: en1: BSSID changed to 00:22:a4:25:0c:d1
    8/7/12 7:19:26.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 7:19:26.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/7/12 7:19:28.107 PM configd[19]: network changed: v4(en1+:192.168.1.70) DNS+ Proxy+ SMB
    8/7/12 7:19:28.128 PM configd[19]: setting hostname to "tate-s-ipod"
    8/7/12 7:19:28.271 PM UserEventAgent[11]: Captive: en1: Not probing '2WIRE999' (protected network)
    8/7/12 7:19:28.277 PM configd[19]: network changed: v4(en1!:192.168.1.70) DNS Proxy SMB
    8/7/12 7:19:29.032 PM airportd[154]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 7:19:29.379 PM ntpd[85]: proto: precision = 1.000 usec
    8/7/12 7:19:30.016 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:30.016 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:30.018 PM digest-service[88]: digest-request: init return domain: MACBOOKPRO server: TATE-S-IPOD
    8/7/12 7:19:30.236 PM UpdateSettingsTool[42]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:32.226 PM genatsdb[185]: ########## genatsdb Sandboxed. ##########
    8/7/12 7:19:32.435 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003e6b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    8/7/12 7:19:32.516 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 7:19:32.516 PM WindowServer[140]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000004, accelerator 0x00003917, unit 2, caps QEX|QGL|MIPMAP, vram 288 MB
    8/7/12 7:19:32.520 PM WindowServer[140]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000004, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 7:19:32.520 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 7:19:32.526 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 7:19:32.802 PM loginwindow[58]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 7:19:33.158 PM WindowServer[140]: Created shield window 0x9 for display 0x1a48a351
    8/7/12 7:19:33.158 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.158 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.164 PM WindowServer[140]: Created shield window 0xa for display 0x042728c0
    8/7/12 7:19:33.164 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.165 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.385 PM WindowServer[140]: Created shield window 0xb for display 0x1a48a351
    8/7/12 7:19:33.385 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.385 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.386 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.392 PM WindowServer[140]: Created shield window 0xc for display 0x042728c0
    8/7/12 7:19:33.393 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    8/7/12 7:19:33.393 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    8/7/12 7:19:33.393 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    8/7/12 7:19:33.407 PM WindowServer[140]: Unable to open IOHIDSystem (e00002bd)
    8/7/12 7:19:33.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    8/7/12 7:19:33.481 PM launchctl[195]: com.apple.findmymacmessenger: Already loaded
    8/7/12 7:19:33.624 PM com.apple.SecurityServer[16]: Session 100005 created
    8/7/12 7:19:34.287 PM BezelServices 235.55[58]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    8/7/12 7:19:34.340 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:34.342 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:34.430 PM airportd[154]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 7:19:34.597 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:35.143 PM hidd[63]: CGSShutdownServerConnections: Detaching application from window server
    8/7/12 7:19:35.143 PM hidd[63]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    8/7/12 7:19:35.285 PM loginwindow[58]: Login Window Started Security Agent
    8/7/12 7:19:35.930 PM UpdateSettingsTool[42]: [Warning] Bad response from daemon for setup info
    8/7/12 7:19:35.980 PM SecurityAgent[210]: This is the first run
    8/7/12 7:19:35.980 PM SecurityAgent[210]: MacBuddy was run = 0
    8/7/12 7:19:40.606 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:40.606 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:40.607 PM digest-service[88]: digest-request: init return domain: MACBOOKPRO-3DD4 server: TATE-S-IPOD
    8/7/12 7:19:45.121 PM coreaudiod[203]: 2012-08-07 07:19:45.121034 PM [AirPlay] Started browsing for _airplay._tcp.
    8/7/12 7:19:45.122 PM coreaudiod[203]: 2012-08-07 07:19:45.121605 PM [AirPlay] Started browsing for _raop._tcp.
    8/7/12 7:19:45.727 PM UserEventAgent[196]: cannot find useragent 1102
    8/7/12 7:20:04.417 PM genatsdb[185]: *GENATSDB* FontObjects generated = 729
    8/7/12 7:20:17.111 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[231]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:20:17.132 PM com.apple.launchd.peruser.501[225]: (com.apple.distnoted.xpc.agent[232]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:20:17.138 PM com.apple.launchd.peruser.501[225]: (com.apple.cfprefsd.xpc.agent[234]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:20:17.141 PM distnoted[232]: # distnote server agent  absolute time: 130.071035547   civil time: Tue Aug  7 19:20:17 2012   pid: 232 uid: 501  root: no
    8/7/12 7:20:18.157 PM com.apple.SecurityServer[16]: Session 100007 created
    8/7/12 7:20:18.157 PM com.apple.SecurityServer[16]: Session 100008 created
    8/7/12 7:20:42.852 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[237]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:21:01.000 PM kernel[0]: considerRebuildOfPrelinkedKernel com.apple.iokit.IOGraphicsFamily triggered rebuild
    8/7/12 7:21:12.534 PM com.apple.kextcache[238]: Kernel file /mach_kernel does not contain requested arch: i386
    8/7/12 7:21:57.603 PM com.apple.kextcache[238]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    8/7/12 7:22:10.361 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[241]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:22:34.673 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[253]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:22:55.243 PM com.apple.SecurityServer[16]: Session 100009 created
    8/7/12 7:24:26.662 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[278]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:25:27.508 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[285]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:27:28.314 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[306]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:28:36.382 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[318]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:32:38.798 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[334]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:34:23.054 PM WindowServer[140]: Created shield window 0xf for display 0x1a48a351
    8/7/12 7:34:23.059 PM WindowServer[140]: Created shield window 0x10 for display 0x042728c0
    8/7/12 7:34:23.161 PM WindowServer[140]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    8/7/12 7:34:23.171 PM WindowServer[140]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    8/7/12 7:34:39.379 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[338]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:35:24.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/7/12 7:35:24.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    8/7/12 7:35:24.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/7/12 7:35:24.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 88 ms
    8/7/12 7:35:24.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 4294967296, partition base 0x0, maxio 400000 ssd 0
    8/7/12 7:35:24.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 4
    8/7/12 7:35:24.000 PM kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    8/7/12 7:35:24.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_page_list_setall start 0xffffff808325c000, 0xffffff808327b000
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_page_list_setall time: 214 ms
    8/7/12 7:35:29.000 PM kernel[0]: pages 584829, wire 181477, act 58256, inact 0, cleaned 0 spec 15, zf 1047, throt 0, could discard act 54144 inact 17641 purgeable 8394 spec 263855 cleaned 0
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_page_list_setall found pageCount 240795
    8/7/12 7:35:29.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/7/12 7:35:29.000 PM kernel[0]: IOHibernatePollerOpen(0)
    8/7/12 7:35:29.000 PM kernel[0]: encryptStart 13230
    8/7/12 7:35:29.000 PM kernel[0]: writing 239262 pages
    8/7/12 7:35:29.000 PM kernel[0]: encryptEnd a76d800
    8/7/12 7:35:29.000 PM kernel[0]: image1Size 0xe3ba800, encryptStart1 0x13230, End1 0xa76d800
    8/7/12 7:35:29.000 PM kernel[0]: encryptStart e3ba800
    8/7/12 7:35:29.000 PM kernel[0]: encryptEnd 142e4400
    8/7/12 7:35:29.000 PM kernel[0]: PMStats: Hibernate write took 4574 ms
    8/7/12 7:35:29.000 PM kernel[0]: all time: 4574 ms, comp bytes: 980324352 time: 779 ms 1199 Mb/s, crypt bytes: 275268048 time: 427 ms 614 Mb/s,
    8/7/12 7:35:29.000 PM kernel[0]: image 338576384, uncompressed 980324352 (239337), compressed 331378416 (33%), sum1 31fae30e, sum2 b24f226a
    8/7/12 7:35:29.000 PM kernel[0]: wired_pages_encrypted 132776, wired_pages_clear 47243, dirty_pages_encrypted 59318
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_write_image done(0)
    8/7/12 7:35:29.000 PM kernel[0]: sleep
    8/7/12 8:22:46.695 PM WindowServer[140]: handle_will_sleep_auth_and_shield_windows: no lock state data
    8/7/12 8:22:46.697 PM WindowServer[140]: handle_will_sleep_auth_and_shield_windows: no lock state data
    8/7/12 8:22:46.000 PM kernel[0]: Wake reason: EHC2
    8/7/12 8:22:46.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/7/12 8:22:46.000 PM kernel[0]: Previous Sleep Cause: 5
    8/7/12 8:22:46.000 PM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0xfa000000) may have caused a wake by issuing a remote wakeup (2)
    8/7/12 8:22:46.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/7/12 8:22:46.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/7/12 8:22:46.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 8:22:46.000 PM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/7/12 8:22:46.000 PM kernel[0]: en1: 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 149 153 157 161 165
    8/7/12 8:22:46.000 PM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 2 of Hub at 0xfa100000) may have caused a wake by issuing a remote wakeup (3)
    8/7/12 8:22:46.000 PM kernel[0]: HID tickle 156 ms
    8/7/12 8:22:47.685 PM hidd[63]: MultitouchHID: device bootloaded
    8/7/12 8:22:49.822 PM configd[19]: network changed: v4(en1-:192.168.1.70) DNS- Proxy- SMB
    8/7/12 8:22:49.823 PM configd[19]: setting hostname to "MALORIE-JANASEKs-MacBook-Pro.local"
    8/7/12 8:22:49.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/7/12 8:22:49.000 PM kernel[0]: en1: 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 149 153 157 161 165
    8/7/12 8:22:51.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:a4:25:0c:d1  MAC AUTH succeeded
    8/7/12 8:22:51.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/7/12 8:22:51.000 PM kernel[0]: AirPort: Link Up on en1
    8/7/12 8:22:51.000 PM kernel[0]: en1: BSSID changed to 00:22:a4:25:0c:d1
    8/7/12 8:22:51.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 8:22:51.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/7/12 8:22:51.955 PM configd[19]: network changed: v4(en1+:192.168.1.70) DNS+ Proxy+ SMB
    8/7/12 8:22:51.966 PM UserEventAgent[11]: Captive: en1: Not probing '2WIRE999' (protected network)
    8/7/12 8:22:51.970 PM configd[19]: network changed: v4(en1!:192.168.1.70) DNS Proxy SMB
    8/7/12 8:22:51.985 PM configd[19]: setting hostname to "tate-s-ipod"
    8/7/12 8:22:52.391 PM airportd[346]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:22:52.421 PM airportd[346]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:22:52.445 PM airportd[346]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:23:06.672 PM WindowServer[140]: Received display connect changed for display 0x42728c0
    8/7/12 8:23:06.673 PM WindowServer[140]: Received display connect changed for display 0x1a48a351
    8/7/12 8:23:06.780 PM WindowServer[140]: Created shield window 0x11 for display 0x1a48a351
    8/7/12 8:23:06.780 PM WindowServer[140]: handle_will_sleep_auth_and_shield_windows: no lock state data
    8/7/12 8:23:07.333 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (0, 0)[1920 x 1080], 72 modes available
    Hardware mirror of 0x42728c0; Main, Active, on-line, enabled, OpenGL-accel, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000, ColorProfile { 2, "ASUS VH232H"}
    8/7/12 8:23:07.334 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003e6b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 8:23:07.334 PM WindowServer[140]: Display 0x003f003c: GL mask 0x5; bounds (0, 0)[1 x 1], 1 modes available
    Master in mirror set; off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c, ColorProfile { 3, "Color LCD"}
    8/7/12 8:23:07.656 PM WindowServer[140]: Created shield window 0x12 for display 0x1a48a351
    8/7/12 8:23:07.656 PM WindowServer[140]: Created shield window 0x13 for display 0x003f003c
    8/7/12 8:23:07.657 PM WindowServer[140]: Display added
    8/7/12 8:23:07.657 PM WindowServer[140]: Display removed
    8/7/12 8:23:07.682 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (0, 0)[1920 x 1080], 72 modes available
    Main, Active, on-line, enabled, OpenGL-accel, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000, ColorProfile { 2, "ASUS VH232H"}
    8/7/12 8:23:07.683 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003e6b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 8:23:07.683 PM WindowServer[140]: Display 0x003f003c: GL mask 0x5; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c, ColorProfile { 3, "Color LCD"}
    8/7/12 8:23:08.782 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 8:23:08.925 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:08.979 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:09.657 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 8:23:09.691 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:09.708 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:14.978 PM ALSPlugin 235.55[63]: LuxDisplayBacklightManager::updateALSIdleTimer Failed to get current linear brightnes
    8/7/12 8:23:45.219 PM SecurityAgent[210]: User info context values set for maloriejanasek
    8/7/12 8:23:45.393 PM CVMServer[172]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    8/7/12 8:23:46.856 PM SecurityAgent[210]: Login Window login proceeding
    8/7/12 8:23:47.491 PM CVMServer[172]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    8/7/12 8:23:47.506 PM loginwindow[58]: Login Window - Returned from Security Agent
    8/7/12 8:23:47.565 PM CVMServer[172]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    8/7/12 8:23:47.636 PM loginwindow[58]: USER_PROCESS: 58 console
    8/7/12 8:23:47.714 PM airportd[360]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:23:47.784 PM com.apple.launchd.peruser.501[225]: (com.apple.launchctl.Aqua[361]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:47.867 PM com.apple.launchd.peruser.501[225]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    8/7/12 8:23:47.870 PM com.apple.launchd.peruser.501[225]: (0x7f89b3d004b0.anonymous.loginwindow[58]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:47.872 PM loginwindow[58]: Connection with distnoted server was invalidated
    8/7/12 8:23:47.873 PM com.apple.launchd.peruser.501[225]: (com.apple.universalaccessd[362]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:47.876 PM com.apple.launchd.peruser.501[225]: (com.apple.ServiceManagement.LoginItems[363]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.046 PM com.apple.launchd.peruser.501[225]: (com.apple.tccd[365]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.350 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 8:23:48.367 PM com.apple.launchd.peruser.501[225]: (com.apple.talagent[369]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.367 PM com.apple.launchd.peruser.501[225]: (com.apple.Dock.agent[370]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.389 PM com.apple.launchd.peruser.501[225]: (com.apple.SystemUIServer.agent[371]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.475 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:48.501 PM com.apple.launchd.peruser.501[225]: (com.apple.Finder[372]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.760 PM com.apple.launchd.peruser.501[225]: (com.apple.pboard[374]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.854 PM com.apple.launchd.peruser.501[225]: ([0x0-0x30030].activateSettings[375]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:50.667 PM com.apple.launchd.peruser.501[225]: (com.apple.fontd[381]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:51.234 PM com.apple.launchd.peruser.501[225]: (com.apple.NetworkBrowserAgent[384]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:51.329 PM NetworkBrowserAgent[384]: Starting NetworkBrowserAgent
    8/7/12 8:23:52.192 PM com.apple.launchd.peruser.501[225]: (com.apple.FontWorker[385]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.196 PM com.apple.launchd.peruser.501[225]: (com.apple.cvmsCompAgent_x86_64[386]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.267 PM genatsdb[387]: ########## genatsdb Sandboxed. ##########
    8/7/12 8:23:52.514 PM com.apple.launchd.peruser.501[225]: (com.apple.UserEventAgent-Aqua[390]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.515 PM com.apple.launchd.peruser.501[225]: (com.apple.SocialPushAgent[391]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.516 PM com.apple.launchd.peruser.501[225]: (com.apple.parentalcontrols.check[393]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.516 PM com.apple.launchd.peruser.501[225]: (com.apple.PCIESlotCheck[392]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.518 PM com.apple.launchd.peruser.501[225]: (com.apple.mdmclient.agent[396]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.518 PM com.apple.launchd.peruser.501[225]: (com.apple.notificationcenterui.agent[394]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.519 PM com.apple.launchd.peruser.501[225]: (com.apple.mrt.uiagent[395]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.519 PM com.apple.launchd.peruser.501[225]: (com.apple.isst[397]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.519 PM com.apple.launchd.peruser.501[225]: (com.apple.imagent[398]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.helpd[399]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.FTCleanup[400]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.coreservices.appleid.authentication[401]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.warmd_agent[388]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.CalendarAgent[402]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.assistantd[403]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.usernoted[389]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.apsctl[404]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.afpstat-qfa[405]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.522 PM com.apple.launchd.peruser.501[225]: (com.rim.BBLaunchAgent[406]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.523 PM com.apple.launchd.peruser.501[225]: (com.google.keystone.system.agent[407]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.524 PM com.apple.launchd.peruser.501[225]: (com.flipvideo.FlipShareAutoRun[408]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.525 PM com.apple.launchd.peruser.501[225]: (com.adobe.AAM.Startup-1.0[410]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.525 PM com.apple.launchd.peruser.501[225]: (com.adobe.CS5ServiceManager[409]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.991 PM com.apple.launchd.peruser.501[225]: (com.apple.afpstat-qfa[405]) Exited with code: 2
    8/7/12 8:23:53.483 PM com.apple.launchd.peruser.501[225]: ([0x0-0x34034].com.flexibits.fantastical[414]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:53.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=407[GoogleSoftwareUp] clearing CS_VALID
    8/7/12 8:23:54.029 PM com.apple.launchd.peruser.501[225]: (com.apple.accountsd[416]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:54.437 PM coreservicesd[37]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationCreation to notificationID=166
    8/7/12 8:23:54.483 PM WindowServer[140]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    8/7/12 8:23:54.549 PM WindowServer[140]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.07 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/7/12 8:23:54.704 PM com.apple.launchd.peruser.501[225]: ([0x0-0x37037].com.getdropbox.dropbox[417]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:55.351 PM com.apple.launchd.peruser.501[225]: (com.apple.mrt.uiagent[395]) Exited with code: 255
    8/7/12 8:23:56.113 PM com.apple.launchd.peruser.501[225]: (com.apple.java.InstallOnDemandAgent[419]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:56.151 PM com.apple.launchd.peruser.501[225]: (com.adobe.CS5ServiceManager[409]) Exited with code: 97
    8/7/12 8:23:57.047 PM com.apple.launchd.peruser.501[225]: (com.apple.quicklook[422]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:57.524 PM com.apple.launchd.peruser.501[225]: (com.apple.CoreLocationAgent[423]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:01.217 PM blued[72]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    8/7/12 8:24:01.275 PM SystemUIServer[371]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    8/7/12 8:24:01.278 PM SystemUIServer[371]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    8/7/12 8:24:01.683 PM GoogleSoftwareUpdateDaemon[426]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
              com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
              com.google.Keystone.Daemon.Administration: 0 connection(s)
    8/7/12 8:24:01.771 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    8/7/12 8:24:02.038 PM GoogleSoftwareUpdateDaemon[426]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    8/7/12 8:24:02.473 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x25e1a0
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x25e130 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-10-10 19:40:24
              >
    Using server: <KSOmahaServer:0x554200
              engine=<KSDaemonUpdateEngine:0x1050b30>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:00 +0000;
                                            LastActiveDate = 2012-08-08 00:23:58 +0000;
                                  "com.google.Chrome" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:01 +0000;
                                            LastActiveDate = 2012-08-07 18:09:13 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:01 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.0_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    8/7/12 8:24:02.478 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x55a760
              server=<KSOmahaServer:0x554200>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=1
              activeTickets=0
              rollCallTickets=0
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.8.0_i486"></o:os>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="302" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    8/7/12 8:24:04.563 PM com.apple.launchd.peruser.501[225]: (com.apple.pbs[434]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:05.170 PM com.apple.launchd.peruser.501[225]: (com.apple.storeagent[438]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:06.890 PM com.apple.launchd.peruser.501[225]: ([0x0-0x3f03f].com.apple.AppleSpell[440]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:09.994 PM WindowServer[140]: CGXDisableUpdate: UI updates were forcibly disabled by application "Fantastical" for over 1.00 seconds. Server has re-enabled them.
    8/7/12 8:24:12.749 PM com.apple.launchd.peruser.501[225]: (com.apple.FontWorker[449]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:13.401 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x25fcc0
              server=<KSOmahaServer:0x554200>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=1
              activeTickets=0
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                            <daystart elapsed_seconds="62653"></daystart>
                            <app appid="com.google.Keystone" status="ok">
                                <updatecheck status="noupdate"></updatecheck>
                            </app>
                        </gupdate>
    >
    8/7/12 8:24:15.128 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    8/7/12 8:24:15.355 PM GoogleSoftwareUpdateDaemon[426]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    8/7/12 8:24:15.356 PM GoogleSoftwareUpdateDaemon[426]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    8/7/12 8:24:15.358 PM GoogleSoftwareUpdateDaemon[426]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    8/7/12 8:24:15.361 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    8/7/12 8:24:15.491 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateEngine updateAllProducts] KSUpdateEngine updating all installed products.
    8/7/12 8:24:15.494 PM GoogleSoftwareUpdateDaemon[426]: -[KSCheckAction performAction] KSCheckAction checking 2 ticket(s).
    8/7/12 8:24:16.731 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x12507f0
                        productID=com.google.talkplugin
                        version=3.3.3.8675
                        xc=<KSPathExistenceChecker:0x124cf80 path=/Library/Application Support/Google/GoogleTalkPlugin.app>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-10-10 19:40:24
              >,
              <KSTicket:0x124cf40
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x1250670 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-10-10 19:40:24
              >
    Using server: <KSOmahaServer:0x10557d0
              engine=<KSDaemonUpdateEngine:0x1050b30>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:00 +0000;
                                            LastActiveDate = 2012-08-08 00:23:58 +0000;
                                  "com.google.Chrome" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:01 +0000;
                                            LastActiveDate = 2012-08-07 18:09:13 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:01 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.0_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    8/7/12 8:24:16.733 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x1055d70
              server=<KSOmahaServer:0x10557d0>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=2
              activeTickets=0
              rollCallTickets=0
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.8.0_i486"></o:os>
                            <o:app appid="com.google.talkplugin" version="3.3.3.8675" lang="en-us" installage="302" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="302" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    8/7/12 8:24:17.831 PM UserEventAgent[390]: cannot find fw daemon port 1102
    8/7/12 8:24:19.098 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x565610
              server=<KSOmahaServer:0x10557d0>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=2
              activeTickets=0
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
            

  • Strange message when unlocking Security and Privacy

    Hi guys,
    I was going to unlock the Security and Privacy setting on the system preferences and username and password window came written half in spanish half in english:  "system preferences esta intentando desbloquear el panel de preferencias Seguridad y Privacidad. Type your password to allow this."
    I have not set up my mac to run with spanish so I have no idea why this is happening
    Anyone?

    Hi guys,
    I was going to unlock the Security and Privacy setting on the system preferences and username and password window came written half in spanish half in english:  "system preferences esta intentando desbloquear el panel de preferencias Seguridad y Privacidad. Type your password to allow this."
    I have not set up my mac to run with spanish so I have no idea why this is happening
    Anyone?

  • Apple Remote Desktop, 2010 Mac Pro, and six displays

    Under 10.8, we were able to operate a 2010 Mac Pro (MacPro5,1) with 2 x HD5770 video cards and 6 x LED Cinema Displays (the mini DisplayPort models, two of them via IUSB-powered Atlona DVI Dual-Link-to-mDP adapters, via Apple Remote Desktop.
    Under 10.9 (currently 10.9.2), all the displays still work, but ARD is having significant heartburn: if it is able to connect with the ARD agent on the display syste, the display arrangement is incorrect, and no amount of swapping mDP cables, moving the displays around in the Displays System Preference pane, and/or rebooting appears to help. Oh, and the most recent end state, when I finally managed to get the menu bar on one of the displays on the top (physical) row (we have them arranged 2 x 3, in order to display 4096 x 4096 pixel movies of spacecraft data), flummoxed ARD completely --- it simply refused to connect with the display machine at all. (I can ssh into the display system and use a cabled keyboard and mouse as well, but that's not a long-term solution: we have to be able to operate remotely, as we did under 10.8.) Oddly, ARD works OK, if not perfectly every time, with the target system when it's only connected to four or fewer displays (regardless of whether they're connected to mDP ports or via the Atlona devices). The host ARD system is another MacPro5,1 with 24 Gbyte of RAM; the target has 96 Gbyte.
    Reading the release notes for ARD 3.7.2, it sounded as though all our issues would be addressed, but alas, it is not so: we're still stuck with ARD trying to but unable to open a "Control" connection to the display system.
    Does anyone have any experience, positive or negative, with a similar setup under 10.9 and ARD 3.7.2?
    Is there any way to clear all the settings in ARD? I can't find any .plist files with client system-by-system info in them, and I suspect they are (appropriately) encrypted because they can contain passwords, or at least store the hashed passwords in encrypted fields.
    Thanks in advance for any clues for the clueless.

    Mac Pro
    Date introduced 
    Original Mac OS X included
    (see Tips 1 and 3)
    Later Mac OS X included
    (see Tip 1)
    Mac OS X Build(s)
    (see Tip 2)
    Mac Pro (Mid 2012)
    Jun 2012
    10.7.3
    10.8
    11D2001, 12A269
    Mac Pro (Mid 2010)
    Aug 2010
    10.6.4
    10.7, 10.7.2, 10.7.3
    10F2521, 10F2554, 11A511a, 11C74, 11D2001
    Mac Pro with Mac OS X Server (Mid 2010)
    Aug 2010
    10.6.4
    10.7, 10.7.2, 10.7.3 (Server)
    10F2522, 11A511a, 11C74, 11D2001 (Server)
    Mac Pro (Early 2009)
    Mar 2009
    10.5.6
    10.6
    9G3553, 10A432
    Mac Pro (Early 2008)
    Jan 2008
    10.5.1
    10.5.2, 10.5.4
    9B2117, 9C2031, 9E25
    Mac Pro
    Aug 2006
    10.4.7
    10.4.8, 10.4.9, 10.4.10, 10.5
    8K1079, 8N1430, 8N1250, 8K1124, 8P4037, 8R3032, 8R3041, 9A581, 9A3129
    I expect your Hardware is essentially unchanged since the 2010 model, and should run the custom 10.6.4 they provided, or 10.6.5.
    The "Full Retail" 10.6.3 is only 10D575, so it will not suffice.

  • After upgrading to Mountain Lion I am not able to access "security and privacy" button under "system preferences". I like to activate "find my mac" but cannot access privacy setting after upgrade. Kindly advice.

    After upgrading to Mountain Lion I am not able to access "security and privacy" button under "system preferences". I like to activate "find my mac" but cannot access privacy setting after upgrade. Kindly advice.

  • Security and privacy system preferences not working after Lion install.  What to do?

    Security and privacy system preference not working after Lion install.  Not sure if it happen with Lion installer or after updating. What to do?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” (without the quotes) and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”.
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you synchronize with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

  • My contacts and whats app messages are shown on my sister's iphone! How can I secure my iphone and have a high level of security and privacy! Her Contacts are shown in my iphone as well!!

    I have and iphone 6 with iOS 8.1. My contacts and whats app messages are shown on my sister's iphone! She have iPhone 6 and and iOS as well. How can I secure my iphone and have a high level of security and privacy! Her Contacts are shown in my iphone as well! Setting in mac and iphone are a bit presice and sensitive. Is there any way to solve my issue and increase the safety, security and privacy in my iPhone and its data?

    Your problem is that she used your icloud ID to connect to icloud and thus had all your data synced to her device.  Contacts are not saved in a backup to icloud, since they are stored independently in the Contacts section of icloud.  If someone deletes them, they are gone.  If you had them on the PC would they be available in some backup you frequently make of the PC?

  • System preferences security and privacy is greyed how do i fix it? wifi connection to public not working ether

    system preferences's security and privacy are greyed out and it freezes how do i fix it? and when i try to connect to my school wifi it says that is not connected but it is how do i fix that too?

    Hello NoraV,
    It looks like your Security and Privacy pane is not loading at all, and is making the window unresponsive when you oepn it. I recommend checking your hard drive for errors with the following article:
    Disk Utility 12.x: Repair a disk
    http://support.apple.com/kb/PH5836
    If the issue is not resolved, try performing the steps in this article to boot to Safe Mode, then leave it to retest the issue:
    OS X: What is Safe Boot, Safe Mode?
    http://support.apple.com/kb/ht1564
    Starting up in Safe Mode
    To start up into Safe Mode (to Safe Boot), follow these steps.
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key.
    The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple logo and the progress indicator (looks like a spinning gear).
    After the logo appears, you should see a progress bar during startup. This indicates that your computer is performing a directory check as part of Safe Mode.
    To leave Safe Mode, restart your computer without holding any keys during startup.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • HELP!! cant install non app store programs and security and privacy stuck

    hi guys really need help.
    I cant install non apple approved programs cos the (see below);
    "Open System Preferences > Security and Privacy > General, and choose "Anywhere" under "Allow applications downloaded from"
    this function is stuck..... I cant unlock it even after inputting the correcct Admin password.....
    Please advise
    Thanks so much!!!

    Deloren19 wrote:
    "Open System Preferences > Security and Privacy > General, and choose "Anywhere" under "Allow applications downloaded from"
    Does not exist under 10.6.8.

  • Phone number held hostage?  Security and Privacy Risk

    Let me preface this by saying I do not own an iPhone.
    The previous owner of my phone number, however, was an iPhone user.  Apparently there is a way he could link the number to his Apple ID.   After getting rid of his phone, he never disassociated the number from his Apple ID. 
    The problem this creates is that now anyone who wants to text me from an iOS device is unable to do so without turning off the iMessage service.  Since my (his) number is registered to an Apple ID, my HTC appears to iMessage as another iOS device and thus texting never goes out to the cellular network... the previous owner is getting any text sent from an iMessage-enabled iPhone meant for me.
    Effectively, Apple has created a situation where this person, or any person with an iOS device for that matter, can knowingly or unknowingly manage to hold a celluar number hostage from a texting perspective, creating a security and privacy risk.
    Has anyone run into this before and if so what is the recourse?  There has to be some was for Apple to dissociate a number no longer used by a previous user.

    Unfortunately, I don't have an iPhone or a support contract so Applecare won't even talk to me without me ponying up $19.  I see no sense in having to pay for a problem I didn't create. 

  • Security and privacy

    Hello after recently updating to Yosemite i can no longer edit the security and privacy section of system preferences. When I select the accessibility pane for example, when I click the lock to make changes and then enter my Admin password and click unlock, it will unlock but then instantly re lock before I can do anything. This is really making me angry, any ideas?

    Hello hoanghuu,
    Thanks for using Apple Support Communities.
    If you are not receiving the reset email and you do not know the answers to your security questions, then please contact Apple account security in your country by finding their contact information in the article below.
    Apple ID: Contacting Apple for help with Apple ID account security - Apple Support
    Take care,
    Alex H.

  • Security and Privacy in settings refuses to unlock

    Any solution to unlocking security and privacy in settings, it won't allow itself to unlock
    "Click the lock to make changes" stays locked
    Thanks

    Some prefs like Parental controls will open.
    I got this reading in console:
    1/31/15 12:01:44.404 PM com.apple.preference.security.remoteservice[8193]: ### AuthorizationCreate returned -1 stack (
        0   Security                            0x000000010d8a179b Security + 26523
        1   libdispatch.dylib                   0x00007fff92961323 _dispatch_call_block_and_release + 12
        2   libdispatch.dylib                   0x00007fff9295cc13 _dispatch_client_callout + 8
        3   libdispatch.dylib                   0x00007fff92968cbf _dispatch_main_queue_callback_4CF + 861
        4   CoreFoundation                      0x00007fff903c4c79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
        5   CoreFoundation                      0x00007fff9038130f __CFRunLoopRun + 2159
        6   CoreFoundation                      0x00007fff90380858 CFRunLoopRunSpecific + 296
        7   HIToolbox                           0x00007fff946d1aef RunCurrentEventLoopInMode + 235
        8   HIToolbox                           0x00007fff946d186a ReceiveNextEventCommon + 431
        9   HIToolbox                           0x00007fff946d16ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
        10  AppKit                              0x00007fff8f704f81 _DPSNextEvent + 964
        11  AppKit                              0x00007fff8f704730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
        12  ViewBridge                          0x00007fff8665c8be -[NSViewServiceApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 70
        13  AppKit                              0x00007fff8f6f8593 -[NSApplication run] + 594
        14  AppKit                              0x00007fff8f6e3a14 NSApplicationMain + 1832
        15  libxpc.dylib                        0x00007fff91afbef2 _xpc_objc_main + 793
        16  libxpc.dylib                        0x00007fff91afda9d _parse_sysctl_once + 0
        17  ViewBridge                          0x00007fff866aafd5 xpc_connection_handler + 0
        18  ViewBridge                          0x00007fff8665fb36 NSViewServiceApplicationMain + 2035
        19  PreferencePanes                     0x00007fff8c08915d PreferencePaneMain + 168
        20  com.apple.preference.security.remoteservice 0x0000000108fc4c92 main + 37
        21  libdyld.dylib                       0x00007fff8909c5c9 start + 1
    1/31/15 12:01:45.946 PM com.avatron.airconnect.daemon[56]: remoteUpdateTimerFired: case kACRegistrarSignedIn
    Will try to create a new user

Maybe you are looking for