Screenshare protocol question...

Does screenshare treat the screen like a normal video stream? Or does it use the RFB protocol?

None of the above
It's a video stream with (I think) some magic on the encoding side, when you receive it is a standard video stream (vp6).

Similar Messages

  • Line protocol question

    Okay, this might seem like a really stupid question but it's got me stumped.
    What the hell does "line protocol down" mean and how the hell do I fix it? I'm using a Cisco 2500 series router, and it's occuring on serial port 0 on BOTH routers. I've checked, double checked, re double checked, and triple checked (quadruple checked?) the wiring and the physical wiring is fine...
    Can anyone provide any insights to this at all for me? I'd greatly appreciate it.
    TIA

    The line protocol state (up or down) reflects the layer 2 status of the interface. If your serial interface is saying that its state is up/down it means that it knows that it is plugged into something on the interface but that there is a layer 2 connectivity problem.
    The nature of how the router determines the layer 2 status depends somewhat on the type of interface. On Serial interfaces the determination is based on the keepalives. So basically what the router is saying is that keepalives are not working on the router. There are a couple of things that can prevent keepalives on the serial interface, such as different protocols being configured (one end may be Cisco HDLC and the other end is PPP). If it was Frame Relay a mismatch of LMI type may cause it. Given your comment about using 2500 and that both sides are showing protocol down I am going to guesss that you have the routers configured back to back. And I am going to guess that you have not configured clock rate on whichever router has the DCE serial cable connected. When routers are back to back and do not connect to provider equipment, you need one of them to generate clocking (and it needs to be the one with the DCE cable). So check your cables, find which one is DCE, and configure clock rate on that router.
    HTH
    Rick

  • Modal JDialog protocol question

    Hi!
    Let's say I have a properties dialog, and it has an ok button and a cancel button.
    If the user presses the ok button, then the parent form knows that there are a bunch of properties it needs to update based on what was set on the properties dialog.
    My question is this:
    What is the protocol in Java for letting the parent form know whether the "ok" or "cancel" button was clicked?
    I'm used to other languages like C# for instance, where you have an enumeration called DialogResult. You can set any dialog's DialogResult value to OK, Cancel, etc etc. Then the parent form knows exactly what happened.
    I can't seem to find any uniform way of handling this in Java - so I was wondering if I may have overlooked something.
    Thanks for any replies - and please remember, I'm looking for a standard here, not for suggestions. I've come up with my own ways already - but would just like to be more consistent!
    Thanks a bunch!

    Joel,
    This is what I know of JDialog. The calling thread will continue execution after the show() execution point right after the Dialog is disposed. Normally I use one attibute in my custom JDialog which is called cancelled and is set when the user presses the cancel button or disposes the window. In code this would be something like this:
    boolean modal = true;
    CustomDialog cd = new CustomDialog(modal);
    cd.show();
    // User changes preferences in dialog, thread waits
    if(cd.cancelled)
    // User pressed cancel
    else
    // save settings
    greetz

  • Address Resoultion Protocol Questions.

    HI
    If my router has two different networks connected to two ethernet interfaces and if a host in n/w 1 wants to communicate with a host in n/w 2 how the Address resolution protocol works in the below condition [Assume that all the arp tables of all the hosts and router are empty.]
    1. THE DEFAULT GATEWAYS FOR ALL THE HOSTS IN BOTH THE NETWORKS ARE SET TO THEMSELVES.
    My questions
    1. Will the host in n/w 1 will arp for itself or will it arp for the router or will it arp for the destination. [Remember both the netwros are different]
    Please explain the setp by step process. Many thanx

    in this case if H1 itself is a gateway and it want to reach H2, source MAC address will be H1s MAC add and destination MAC address will be MAC addr of H2 or MAC addr of intermediate gateway between H1 and H2 if any depending on the below cases.
    1. If H1 is directly conected to H2, then when H1 will send ARP broadcast, H2 will send its MAC addr in ARP reply packet.
    2. if there is a Layer 3 device acting as gateway between H1 and H2, then H1 will send ARP broadcast message and gateway of H1 will respond with ARP reply with its MAC address because L3 device won't forward broadcast packets to another network. H1 can use this MAC addr to build frame to send it across to H2.
    below links can give you overview of default gateway concept.
    http://www.microsoft.com/technet/community/columns/cableguy/cg0903.mspx
    http://en.wikipedia.org/wiki/Default_gateway
    http://www.inetdaemon.com/tutorials/internet/ip/default_gateway.shtml
    hope this helps ..

  • Feed:// protocol question

    hi im trying to read RSS feeds and i am kind of new. i just basically need to parse information from the feed to use in a app, then process the data and spit it out to the user.
    i have setup jdom, and ROME RSS/atom reader, and its all working, except the rss feeds i need to read are the feed:// protocol. it seems to not like this... am i doing something wrong? perhaps im confused on rss feeds from a generic standpoint as well...
    any help, suggestions appreciated

    The line protocol state (up or down) reflects the layer 2 status of the interface. If your serial interface is saying that its state is up/down it means that it knows that it is plugged into something on the interface but that there is a layer 2 connectivity problem.
    The nature of how the router determines the layer 2 status depends somewhat on the type of interface. On Serial interfaces the determination is based on the keepalives. So basically what the router is saying is that keepalives are not working on the router. There are a couple of things that can prevent keepalives on the serial interface, such as different protocols being configured (one end may be Cisco HDLC and the other end is PPP). If it was Frame Relay a mismatch of LMI type may cause it. Given your comment about using 2500 and that both sides are showing protocol down I am going to guesss that you have the routers configured back to back. And I am going to guess that you have not configured clock rate on whichever router has the DCE serial cable connected. When routers are back to back and do not connect to provider equipment, you need one of them to generate clocking (and it needs to be the one with the DCE cable). So check your cables, find which one is DCE, and configure clock rate on that router.
    HTH
    Rick

  • Soap Protocol Question

    Hi all,
      We are using soap protocol to send the message to portal webservice.In the incoming payload one of the fields have password as the data.Now this is of text type ,so the password is visble in the message.My requirement is to encrypt/decrpyt this field so that the actual password content will not be visible in the payload.Is there any way by which it can be handled via soap adapter.
    Thanks,
    Sowmya

    Sowmya,
    You may need to ABAP or java mapping for this, because this is not supported in graphical mapping. Can you please see this link and the blogs in it for some understanding:
    Re: encrypting and decrypting the field
    Regards,
    ---Satish

  • Link State Routing Protocol Question

    "In LSP, one router in each area is designated as the authoritative source of routing information (called a designated router). Each area router receives updates from the designated router" Why need designated router? How it work? Why can?t it just broadcast LSP and leant the routing information without the need of designated router? Is designate router the same as backbone or root area in OSPF? Is "area" concept only be used in Link State Routing Protocol OSPF?

    hi...
    you will find area topology in IS IS also...
    here we are using the Area as well as DR and BDR for reducing the LSA flooding in the area... each router in ospf area will send update to the DR on multicast address and then DR will send the multicast update to all other router in the area... here each and every router in the area have the full adjucancy with DR but they are not in the full adjucancy with any other router ...
    hope this will help you
    rate this post if it helps
    regards
    Devang

  • Tiger - Finder 'Connect to Server'  ftp protocol question

    Folks;
    I recognize that the Finder's ftp access is read/download only.
    I want to understand why I cannot get a file listing with this type of connection.
    I authenticate correctly and a blank Finder window opens.
    If I use the cmd-line I have to burp the file listing out as shown below.
    Is there a way go get the Finder to request this listing with a standard ftp:// request?
    Seems like after all these years the Finder wouldn't be so brain dead...
    Thanks for any help!
    Steve
    Password:
    230 User [email protected] logged in.
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp> ls -l
    229 Entering Extended Passive Mode (|||38848|)
    150 Opening ASCII mode data connection for file list
    drwxr-xr-x 5 [email protected] xyz 4096 Sep 4 19:56 798. filex
    ...

    Steve Cronin wrote:
    229 Entering Extended Passive Mode (|||38848|)
    I don't know what "extended passive mode" is. It sounds like the Finder doesn't support it.
    Actually, I think Apple is doing everyone a favor with FTP. FTP has no security whatsoever. FTP passwords are often login passwords. Using sftp is far more secure and more reliable. With MacFUSE and MacFusion, sftp can be integrated with the Finder.

  • URL name protocol question

    Hello forum.
    Im a newbie to Microsoft Azure, and giving it a trial basis. I'd like to know regarding my websites url.
    Im installing a wordpress theme, and Id like know if my website will be ending in: .com ( I have bought a domain name ending in .com.au)
    the reason Im asking is because Im following a tutorial how to set up wordpress via Mic Azure, and the instructor is getting a .net
    in the end of his url.
    Thank you. 

    Hi,
    As you informed about purchasing your own domain, you may refer the following link to setup custom domain for the Wordpress blog in Azure:
    http://www.davebost.com/2013/07/11/moving-a-wordpress-blog-to-windows-azure-part-3-setting-up-your-custom-domain
    Regards,
    Manu Rekhar

  • ScreenShare stream question

    Hi,
    the share screen stream descriptor publisherid has '/2' at the end,
    so the getStreamDescriptor method can not be checked against the regular userid without adding '/2' at the end,
    Will this always be like that ?

    Hi there,
    Under the hood, what's happening is that there really are 2 client apps :
    the browser-based one, and the addin. If you need the streamdescriptor, you
    can always get all streams of type screen :
    var allSSStreams:Object =
    streamManager.getStreamsOfType(StreamManager.SCREENSHARE_STREAM);
    and then loop to find one which has the "originalScreenPublisher" equal to
    your userId. You can also listen to the streamReceive event as streams are
    created to find the one you're looking for (it will have the
    streamDescriptor attached, which will have the "originalScreenPublisher"
    property as well).
      hope that helps
      nigel

  • BT 3.1 - No more windows 7 startup sound

    Hey there Apple forums!
    I decided to install Windows 7 on my Mac a while ago. I had Bootcamp 3.0 and all the problems related to audio that BT 3.0 had, including the red optical light. Once BT 3.1 was released, I decided to install it. Notice how I hadn't changed any driver from Bt 3.0 until I installed 3.1.
    Once I installed the update, most audio problems were immediately solved. No more ghostly red optical light, no more laggy audio, etc. Audio output was still low, but nothing "Enchance audio output" couldn't solve. I was seemingly happy, until i realized that the windows 7 startup sound played no more.
    By startup sound I mean the chime that plays when you're in the login screen. This is a very small glitch, as it used to work in Bt 3.0, even with the audio issues it had.
    Is there any solution? And before you begin asking protocol questions, yes, the startup sound IS enabled, yes I have the default Windows sounds set, I haven't changed the theme (don't know if that even matters, it shouldn't matter).
    If it helps, when i connect two low speakers to the audio output jack and start Windows, and raise the volume, I CAN hear the startup chime in the login screen. But there's not even a faint sound when the external speakers are gone.
    Should anyone know a solution, please help me with a post. And the speakers I have suck, so they're not an option.

    Hi
    Had same problem, tried everything like reinstalling drivers but still the problem continued. However today i tried changing the driver for the sound card to the generic driver and rebooted my macbook pro. on startup the sound card would not work on the generic driver and the system kicked in with an automatic troubleshoot and installed the correct drivers.
    Somehow this has enabled the startup sound to work and the system doesn't startup in a muted state.
    Haven't a clue why or how this has worked or how long it will continue to work but give it a go.

  • GPS Conversion ETSI LIP

    I am writing a program where I am receiving an ETSI LIP string and need to convert it to decimal. I currently don't understand how it is converted.
    I receive the following in HEX, which coverted to binary for ease, but can't figure out the conversion.
    LONG:0110011100110110010011000  or in hex: 67 36 4C 00    (25 bits)
    LAT:110010100001100101011001 or in hex: CA 19 59      (24 bits)
    The above converts into this somehow (Taken from a logging program);
    0110011100110110010011000 Longitude = 0x0CE6C98 (145.142012)
    110010100001100101011001 Latitude = 0xCA1959 (-37.899131)
    Does anyone have any idea how I go about converting the binary/hex to decimal using ETSI LIP?
    Solved!
    Go to Solution.

    I guess it is a protocol question - I seen another user post http://forums.ni.com/t5/LabVIEW/GPS-Position/td-p/1863217 but was old so thought I'd start my own, and seeing as I am using VB, thought I'd give it a shot, as I'm sure I'll have plenty more questions.
    The first document is the one I've been referencing - In there it states;
    Longitude
    Longitude information element shall indicate longitude of the location point in steps of 360/2^25 degrees in range
    -180 degrees to +(180 - 360/2^25) degrees using two's complement presentation. Negative values shall be west of zero
    meridian and positive values shall be east of zero meridian.
    Latitude
    Latitude information element shall indicate latitude of the location point in units of 180/2^24 degrees in range
    -90 degrees to +(90 - 180 / 2^24) degrees using two's complement presentation. Negative values shall be south of equator
    and positive values shall be north of equator.
    Now I know the following is correct;
    0110011100110110010011000   Longitude                       = 0x0CE6C98   (145.142012)
    110010100001100101011001    Latitude                        = 0xCA1959    (-37.899131) 
    I just need to find how they got the decimal lat/long
    I can use the following for the Long (Although, referencing the above, this is the Lat formula)                   
    0x0CE6C98 = 13528216
    (180/(2^24))* 13528216=145.142011642
    Do you know how I can find -37.899131 with Hex:CA1959/Dec:13244761?

  • Https with Kerberos..Please guide

    Hello All,
    We have implemented Kerberos on EP7 SP9
    It is currently working on http protocol
    Question:
    How do I implement SSL using Kerberos?
    Please guide.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

    Hi Andi,
    Thanks for Reply...
    we are using portal with ADS LDAP for user authentication.
    and we want to use SSO for Portal logon with NT logon credentials without logon screen and probably this notes will help me. Let me go through this. This is really big notes.
    Regards
    Ali

  • My mac is too slow

    I have a macbook pro over time it is getting slower and slower. it takes a while to start with may be 2/3 times password requests then a struggle while working on it... may I have some advise please
    EtreCheck version: 2.1.8 (121)
    Report generated 8 March 2015 01:29:22 GMT
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Mid 2012) (Technical Specifications)
        MacBook Pro - model: MacBookPro9,2
        1 2.5 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 277
    Video Information: ℹ️
        Intel HD Graphics 4000
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 17 days 4:1:37
    Disk Information: ℹ️
        APPLE HDD HTS547550A9E384 disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 498.88 GB (342.46 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 499.25 GB Online
        HL-DT-ST DVDRW  GS31N 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.leapfrog.codeless.kext (2) [Click for support]
        [not loaded]    com.leapfrog.driver.LfConnectDriver (1.9.8 - SDK 10.8) [Click for support]
        [not loaded]    com.tomtom.driver.UsbEthernetGadget (1.0.0d1) [Click for support]
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.cmfsyncagent.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        4 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.periodic-monthly.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        4 processes killed due to memory pressure
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.leapfrog.connect.authdaemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.amazon.cloud-player.plist [Click for support]
        [running]    com.leapfrog.connect.monitor.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        MyTomTomSA    UNKNOWN Hidden (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Dropbox    UNKNOWN Hidden (missing value)
        Canon IJ Network Scanner Selector EX    Application Hidden (/Applications/Canon Utilities/IJ Network Scanner Selector EX/Canon IJ Network Scanner Selector EX.app)
        Dropbox    Application  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        EPPEX Plugin: Version: 10.0 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.6 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30214.0 - SDK 10.6 [Click for support]
        AmazonMP3DownloaderPlugin101749: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 [Click for support]
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown
        WebEx64: Version: 1.0 - SDK 10.6 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Growl  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            10%    WindowServer
             7%    AdobeReader
             7%    com.apple.WebKit.Networking
             3%    Safari
             1%    hidd
    Top Processes by Memory: ℹ️
        150 MB    AdobeReader
        129 MB    Mail
        120 MB    Safari
        94 MB    Finder
        64 MB    Skype
    Virtual Memory Information: ℹ️
        27 MB    Free RAM
        805 MB    Active RAM
        776 MB    Inactive RAM
        990 MB    Wired RAM
        58.78 GB    Page-ins
        3.59 GB    Page-outs
    Diagnostics Information: ℹ️
        Mar 7, 2015, 12:41:29 PM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-03-07-124129_[ redacted].hang
        Mar 7, 2015, 12:41:28 PM    /Library/Logs/DiagnosticReports/Microsoft Word_2015-03-07-124128_[redacted].hang
        Mar 7, 2015, 12:35:12 PM    /Library/Logs/DiagnosticReports/Microsoft Word_2015-03-07-123512_[redacted].cpu_resource.diag [Click for details]

    Thank you Linc for the reply
    These are the messages just during the time I needed to login this morning about 2 mins!!!
    It seems a lot but I couldn't decide which ones would be of benefit..
    08/03/2015 08:15:02.000 kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff809968d000, 0xffffff8099c47000
    08/03/2015 08:15:02.000 kernel[0]: hibernate_teardown started
    08/03/2015 08:15:02.000 kernel[0]: hibernate_teardown: wired_pages 215836, free_pages 80693, active_pages 242900, inactive_pages 174416, speculative_pages 7, cleaned_pages 0, compressor_pages 326383
    08/03/2015 08:15:02.000 kernel[0]: hibernate_teardown_pmap_structs done: last_valid_compact_indx 860529
    08/03/2015 08:15:02.000 kernel[0]: hibernate_teardown: mark_as_unneeded_pages 1024, 1018, 5032
    08/03/2015 08:15:02.000 kernel[0]: hibernate_teardown completed - discarded 7074
    08/03/2015 08:15:02.000 kernel[0]: hibernate_page_list_setall time: 263 ms
    08/03/2015 08:15:02.000 kernel[0]: pages 1001363, wire 184822, act 242900, inact 16081, cleaned 0 spec 7, zf 158335, throt 0, compr 326383, xpmapped 18158
    08/03/2015 08:15:02.000 kernel[0]: did discard act 3953 inact 51301 purgeable 15651 spec 1927 cleaned 3
    08/03/2015 08:15:02.000 kernel[0]: hibernate_page_list_setall found pageCount 928528
    08/03/2015 08:15:02.000 kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    08/03/2015 08:15:02.000 kernel[0]: IOHibernatePollerOpen(0)
    08/03/2015 08:15:02.000 kernel[0]: encryptStart 14040
    08/03/2015 08:15:02.000 kernel[0]: bitmap_size 0x1f4dc, previewSize 0x175bb0, writing 927798 pages @ 0x1a90cc
    08/03/2015 08:15:02.000 kernel[0]: hibernate_rebuild started
    08/03/2015 08:15:02.000 kernel[0]: hibernate_rebuild_pmap_structs done: last_valid_compact_indx 860529
    08/03/2015 08:15:02.000 kernel[0]: hibernate_rebuild completed - took 52 msecs
    08/03/2015 08:15:02.000 kernel[0]: booter start at 3313 ms smc 0 ms, [36, 0, 0] total 19324 ms, dsply 0, 42 ms, tramp 676 ms
    08/03/2015 08:15:02.000 kernel[0]: hibernate_machine_init: state 2, image pages 184609, sum was 35683205, imageSize 0x87b21000, image1Size 0x11126000, conflictCount 4446, nextFree 121b
    08/03/2015 08:15:02.000 kernel[0]: hibernate_newruntime_map time: 0 ms, IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    08/03/2015 08:15:02.000 kernel[0]: IOHibernatePollerOpen(0) 30 ms
    08/03/2015 08:15:02.000 kernel[0]: hibernate_machine_init reading
    08/03/2015 08:15:02.000 kernel[0]: PMStats: Hibernate read took 23377 ms
    08/03/2015 08:15:02.000 kernel[0]: hibernate_machine_init pagesDone 928315 sum2 b4ce25b, time: 23377 ms, disk(0x20000) 81 Mb/s, comp bytes: 2034282496 time: 2370 ms 818 Mb/s, crypt bytes: 1990176768 time: 864 ms 2195 Mb/s
    08/03/2015 08:15:02.000 kernel[0]: Wake reason: EC.LidOpen (User)
    08/03/2015 08:15:02.000 kernel[0]: AppleKeyStore::parseBootData: entry at offset 0
    08/03/2015 08:15:02.000 kernel[0]: AppleKeyStore::parseBootData: setPassphrase() returned 0xe00002c2, skipping entry
    08/03/2015 08:15:02.000 kernel[0]: AppleKeyStore::parseBootData: entry at offset 64
    08/03/2015 08:15:02.000 kernel[0]: AppleKeyStore::parseBootData: setKey() returned 0xe00002c2, skipping entryPrevious sleep cause: 5
    08/03/2015 08:15:02.000 kernel[0]: Previous shutdown cause: 5
    08/03/2015 08:15:02.000 kernel[0]: AppleThunderboltGenericHAL::earlyWake - complete - took 18 milliseconds
    08/03/2015 08:15:02.000 kernel[0]: TBT W (1): 0 [x]
    08/03/2015 08:15:02.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    08/03/2015 08:15:02.000 kernel[0]: en1: channel changed to 1
    08/03/2015 08:15:02.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    08/03/2015 08:15:02.000 kernel[0]: en1: channel changed to 1
    08/03/2015 08:15:02.000 kernel[0]: AirPort: Link Up on awdl0
    08/03/2015 08:15:02.422 configd[28]: [0x7fdff14668d0] [m]DNS query timeout (query time = 3654.520886), [46TE]
    08/03/2015 08:15:03.752 sharingd[379]: 08:15:03.752 : SDStatusMonitor::kStatusWirelessPowerChanged
    08/03/2015 08:15:04.000 kernel[0]: ARPT: 232223.499130: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    08/03/2015 08:15:05.610 watchdogd[96]: [watchdog_daemon] @(         pm_callback) - ref=0x0 msg_type=0xe0000320 msg=0x0
    08/03/2015 08:15:06.981 WindowServer[100]: CGXDisplayDidWakeNotification [232226230680167]: posting kCGSDisplayDidWake
    08/03/2015 08:15:07.157 discoveryd[51]: Basic DNSResolver UDNSServer:: PowerState is Wakeup
    08/03/2015 08:15:07.157 discoveryd[51]: Basic Bonjour stop listening on awdl0
    08/03/2015 08:15:07.765 WindowServer[100]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7f9731ecd590(2000) (lock state: 3)
    08/03/2015 08:15:07.766 WindowServer[100]: handle_will_sleep_auth_and_shield_windows: err 0x0
    08/03/2015 08:15:07.000 kernel[0]: en1: channel changed to 1
    08/03/2015 08:15:07.872 sharingd[379]: 08:15:07.871 : SDStatusMonitor::kStatusWirelessPowerChanged
    08/03/2015 08:15:08.000 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from AUTO to SUSPENDED
    08/03/2015 08:15:08.000 kernel[0]: IO80211AWDLPeerManager::setAwdlSuspendedMode() Suspending AWDL, enterQuietMode(true)
    08/03/2015 08:15:09.339 configd[28]: setting hostname to "Amrs-MBP"
    08/03/2015 08:15:09.406 UserEventAgent[20]: Captive: CNPluginHandler en1: Inactive
    08/03/2015 08:15:09.407 networkd[121]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    08/03/2015 08:15:09.410 discoveryd[51]: AwdlD2d AwdlD2dStartAdvertisingPair: 'amrs-macbook-pro' Advertising service started
    08/03/2015 08:15:09.411 discoveryd[51]: AwdlD2d AwdlD2dStartAdvertisingPair: 'amrs-macbook-pro' Advertising service started
    08/03/2015 08:15:09.412 discoveryd[51]: AwdlD2d AwdlD2dStartAdvertisingPair: 'c2a3ceefff45364c00000000000008efip6arpa' Advertising service started
    08/03/2015 08:15:10.101 discoveryd[51]: Basic WABServer NetResolverEvent no resolvers, resetting domains
    08/03/2015 08:15:10.106 configd[28]: network changed: v4(en1-:192.168.0.3) DNS- Proxy-
    08/03/2015 08:15:10.109 configd[28]: setting hostname to "Amrs-MacBook-Pro.local"
    08/03/2015 08:15:10.374 discoveryd[51]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en1, 49
    08/03/2015 08:15:10.374 discoveryd[51]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en1, 49
    08/03/2015 08:15:10.609 discoveryd[51]: Basic DNSResolver UDNSServer:: PowerState is Wakeup
    08/03/2015 08:15:11.173 discoveryd[51]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en1, 49
    08/03/2015 08:15:11.173 discoveryd[51]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en1, 49
    08/03/2015 08:15:11.305 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb1373a240 {name = _NSDoNotDisturbDisabledNotification}
    08/03/2015 08:15:13.301 SystemUIServer[372]: Menu Extra: <DisplaysExtra: 0x7f9639ce1be0> is over retained.
    08/03/2015 08:15:13.000 kernel[0]: en1: channel changed to 1
    08/03/2015 08:15:13.000 kernel[0]: en1: channel changed to 1
    08/03/2015 08:15:13.000 kernel[0]: en1: channel changed to 1
    08/03/2015 08:15:14.000 kernel[0]: ARPT: 232233.802484: MacAuthEvent en1   Auth result for: c0:3e:0f:2e:ba:c9  MAC AUTH succeeded
    08/03/2015 08:15:14.000 kernel[0]: AirPort: Link Up on en1
    08/03/2015 08:15:14.000 kernel[0]: en1: BSSID changed to c0:3e:0f:2e:ba:c9
    08/03/2015 08:15:14.000 kernel[0]: en1: channel changed to 1
    08/03/2015 08:15:14.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    08/03/2015 08:15:14.000 kernel[0]: AirPort: RSN handshake complete on en1
    08/03/2015 08:15:17.826 sharingd[379]: 08:15:17.826 : Discoverable mode changed to Contacts Only
    08/03/2015 08:15:17.826 sharingd[379]: 08:15:17.826 : BTLE scanning started
    08/03/2015 08:15:17.827 sharingd[379]: 08:15:17.826 : Scanning mode Contacts Only
    08/03/2015 08:15:17.848 sharingd[379]: 08:15:17.847 : SDStatusMonitor::kStatusWirelessPowerChanged
    08/03/2015 08:15:17.869 sharingd[379]: 08:15:17.869 : SDStatusMonitor::kStatusWirelessPowerChanged
    08/03/2015 08:15:17.891 sharingd[379]: 08:15:17.890 : SDStatusMonitor::kStatusWirelessPowerChanged
    08/03/2015 08:15:18.067 sharingd[379]: 08:15:18.066 : BTLE scanner Powered Off
    08/03/2015 08:15:18.000 kernel[0]: PM response took 8006 ms (29, powerd)
    08/03/2015 08:15:18.282 watchdogd[96]: [watchdog_daemon] @(         pm_callback) - ref=0x0 msg_type=0xe0000300 msg=0x0
    08/03/2015 08:15:18.283 sharingd[379]: 08:15:18.282 : Starting AirDrop server for user 501 on wake
    08/03/2015 08:15:18.283 coreaudiod[252]: 2015-03-08 08:15:18.282663 AM [AirPlay] Power: SystemHasPoweredOn
    08/03/2015 08:15:18.283 coreaudiod[252]: 2015-03-08 08:15:18.283080 AM [AirPlay] BTLE client starting to browse for AirPlay Solo Target Presence.
    08/03/2015 08:15:18.345 sharingd[379]: 08:15:18.344 : Scanning mode Contacts Only
    08/03/2015 08:15:18.345 sharingd[379]: 08:15:18.345 : BTLE scanner Powered On
    08/03/2015 08:15:18.643 coreaudiod[252]: 2015-03-08 08:15:18.643025 AM [AirPlay] BTLE client stopping to browse for AirPlay Solo Target Presence.
    08/03/2015 08:15:18.643 coreaudiod[252]: 2015-03-08 08:15:18.643229 AM [AirPlay] BTLE client starting to browse for AirPlay Solo Target Presence.
    08/03/2015 08:15:18.929 coreaudiod[252]: 2015-03-08 08:15:18.929015 AM [AirPlay] BTLE client started to browse for AirPlay Solo Target Presence.
    08/03/2015 08:15:18.929 coreaudiod[252]: 2015-03-08 08:15:18.929306 AM [AirPlay] BTLE client stopped to browse for AirPlay Solo Target Presence.
    08/03/2015 08:15:18.930 coreaudiod[252]: 2015-03-08 08:15:18.929547 AM [AirPlay] BTLE client started to browse for AirPlay Solo Target Presence.
    08/03/2015 08:15:19.356 com.apple.iCloudHelper[7993]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.10.2;14C109> <com.apple.AOSKit/215>";
        "X-Mme-Country" = GB;
        "X-Mme-Device-Id" = "3687D935-51B3-5D8C-A773-06FC91B62994";
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Setup-FCE048DE-F34F-4FAF-A6DD-6C8AC9DF0C54" = true;
        "X-Mme-Timezone" = GMT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc94b649cf0 {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)
    08/03/2015 08:15:19.451 com.apple.iCloudHelper[7993]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.10.2;14C109> <com.apple.AOSKit/215>";
        "X-Mme-Country" = GB;
        "X-Mme-Device-Id" = "3687D935-51B3-5D8C-A773-06FC91B62994";
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Setup-FCE048DE-F34F-4FAF-A6DD-6C8AC9DF0C54" = true;
        "X-Mme-Timezone" = GMT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc94b417cc0 {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)
    08/03/2015 08:15:20.636 com.apple.iCloudHelper[7993]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    08/03/2015 08:15:21.570 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    08/03/2015 08:15:22.617 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:    NC Disabled: NO
    08/03/2015 08:15:23.332 discoveryd[51]: Basic NATTServer NATTMapper: Timer fired but sock is NULL
    08/03/2015 08:15:23.332 discoveryd[51]: Basic NATTServer NATTMapper: Timer fired but sock is NULL
    08/03/2015 08:15:23.344 com.apple.iCloudHelper[7993]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.10.2;14C109> <com.apple.AOSKit/215>";
        "X-Mme-Country" = GB;
        "X-Mme-Device-Id" = "3687D935-51B3-5D8C-A773-06FC91B62994";
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Setup-FCE048DE-F34F-4FAF-A6DD-6C8AC9DF0C54" = true;
        "X-Mme-Timezone" = GMT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc94b646af0 {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)
    08/03/2015 08:15:23.345 com.apple.iCloudHelper[7993]: AOSKit ERROR: Setup request failed, ............, url=(null), requestHeaders=
    (null),
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fc94b606390 {HttpStatusCode=0, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=0, responseHeaders=
    (null),
    responseBody=
    (null)
    08/03/2015 08:15:23.345 com.apple.iCloudHelper[7993]: AOSKit ERROR: Failed to get mail props (doBypassCache=1, ........ passwordProvided=0), accountInfoFound=0, mailDataclassInfo=
    (null)
    08/03/2015 08:15:23.586 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:   DND Enabled: NO
    08/03/2015 08:15:23.586 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: Updating enabled: YES   (Topics: (
        "com.apple.private.alloy.icloudpairing",
        "com.apple.private.alloy.continuity.encryption",
        "com.apple.private.alloy.continuity.activity",
        "com.apple.private.ids",
        "com.apple.private.alloy.phonecontinuity",
        "com.apple.private.alloy.continuity.activity.public",
        "com.apple.private.alloy.continuity.auth",
        "com.apple.private.alloy.idsremoteurlconnection",
        "com.apple.private.alloy.screensharing",
        "com.apple.private.alloy.maps",
        "com.apple.private.alloy.callhistorysync",
        "com.apple.private.alloy.continuity.tethering"
    08/03/2015 08:15:23.587 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb13572c50 {name = _NSDoNotDisturbDisabledNotification}
    08/03/2015 08:15:24.026 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:    NC Disabled: NO
    08/03/2015 08:15:24.034 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:   DND Enabled: NO
    08/03/2015 08:15:24.167 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: Updating enabled: YES   (Topics: (
        "com.apple.madrid"
    08/03/2015 08:15:25.278 networkd[121]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    08/03/2015 08:15:25.279 configd[28]: network changed: DNS* Proxy
    08/03/2015 08:15:26.065 UserEventAgent[20]: Captive: [CNInfoNetworkActive:1709] en1: SSID 'SKY29559' making interface primary (cache indicates network not captive)
    08/03/2015 08:15:26.066 UserEventAgent[20]: Captive: CNPluginHandler en1: Evaluating
    08/03/2015 08:15:26.071 UserEventAgent[20]: Captive: en1: Not probing 'SKY29559' (cache indicates not captive)
    08/03/2015 08:15:26.073 UserEventAgent[20]: Captive: CNPluginHandler en1: Authenticated
    08/03/2015 08:15:26.000 kernel[0]: en1: BSSID changed to c0:3e:0f:2e:ba:c9
    08/03/2015 08:15:26.000 kernel[0]: en1: channel changed to 1
    08/03/2015 08:15:26.781 sharingd[379]: 08:15:26.780 : SDStatusMonitor::kStatusWirelessPowerChanged
    08/03/2015 08:15:26.889 EscrowSecurityAlert[6078]:  SOSCCThisDeviceIsInCircle SOSCCThisDeviceIsInCircle!! 7
    08/03/2015 08:15:27.279 networkd[121]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    08/03/2015 08:15:27.282 configd[28]: network changed: v4(en1!:192.168.0.3) DNS+ Proxy+ SMB
    08/03/2015 08:15:27.322 configd[28]: setting hostname to "Amrs-MBP"
    08/03/2015 08:15:28.346 digest-service[8037]: label: default
    08/03/2015 08:15:28.346 digest-service[8037]: dbname: od:/Local/Default
    08/03/2015 08:15:28.346 digest-service[8037]: mkey_file: /var/db/krb5kdc/m-key
    08/03/2015 08:15:28.346 digest-service[8037]: acl_file: /var/db/krb5kdc/kadmind.acl
    08/03/2015 08:15:29.321 com.apple.iCloudHelper[7993]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    08/03/2015 08:15:29.357 discoveryd[51]: Basic NATTServer Got device info URL: http://192.168.0.1:5431/dyndev/uuid:c03e0f2e-bac8-c8ba-2e0f-3ec03e2ec80000
    08/03/2015 08:15:29.358 discoveryd[51]: Basic NATTServer,Warn RecvFrom failed 35 Resource temporarily unavailable
    08/03/2015 08:15:29.372 discoveryd[51]: Basic NATTServer Got control URL: http://192.168.0.1:5431//uuid:c03e0f2e-bac8-c8ba-2e0f-3ec03e2ec80002/WANPPPConne ction:1 (ppp)
    08/03/2015 08:15:30.251 mds[36]: (DiskStore.Normal:2376) 10b2001 3.433227
    08/03/2015 08:15:33.831 digest-service[8037]: digest-request: uid=0
    08/03/2015 08:15:34.907 apsd[52]: Illegal subject name missing 'courier.push.apple.com' (2.5.4.3): ({
        label = "2.5.4.6";
        "localized label" = "2.5.4.6";
        type = string;
        value = US;
        label = "2.5.4.8";
        "localized label" = "2.5.4.8";
        type = string;
        value = California;
        label = "2.5.4.7";
        "localized label" = "2.5.4.7";
        type = string;
        value = Cupertino;
        label = "2.5.4.10";
        "localized label" = "2.5.4.10";
        type = string;
        value = "Apple Inc.";
        label = "2.5.4.3";
        "localized label" = "2.5.4.3";
        type = string;
        value = "courier.sandbox.push.apple.com";
    08/03/2015 08:15:35.000 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from SUSPENDED to AUTO
    08/03/2015 08:15:35.000 kernel[0]: IO80211AWDLPeerManager::setAwdlAutoMode Resuming AWDL
    08/03/2015 08:15:40.088 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    08/03/2015 08:15:41.020 com.apple.SecurityServer[55]: Session 100205 created
    08/03/2015 08:15:41.233 digest-service[8037]: digest-request: netr probe 0
    08/03/2015 08:15:41.235 digest-service[8037]: digest-request: init request
    08/03/2015 08:15:43.623 digest-service[8037]: digest-request: init return domain: AMRS-MBP server: AMRS-MBP indomain was: <NULL>
    08/03/2015 08:15:47.000 kernel[0]: pci pause: SDXC
    08/03/2015 08:15:47.141 digest-service[8037]: digest-request: uid=0
    08/03/2015 08:15:47.141 digest-service[8037]: digest-request: init request
    08/03/2015 08:15:47.145 digest-service[8037]: digest-request: init return domain: AMRS-MBP server: AMRS-MBP indomain was: <NULL>
    08/03/2015 08:15:47.487 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb136b8c10 {name = _NSDoNotDisturbEnabledNotification}
    08/03/2015 08:15:47.932 WindowServer[100]: CGError post_notification(const CGSNotificationType, void *const, const size_t, const bool, const CGSRealTimeDelta, const int, const CGSConnectionID *const, const pid_t): Timed out 1.000 second wait for reply from "AOSPushRelay" for synchronous notification type 102 (kCGSDisplayWillSleep) (CID 0x414cf, PID 8035)
    08/03/2015 08:15:47.932 WindowServer[100]: CGError post_notification(const CGSNotificationType, void *const, const size_t, const bool, const CGSRealTimeDelta, const int, const CGSConnectionID *const, const pid_t): Timed out 1.000 second wait for reply from "Skype" for synchronous notification type 102 (kCGSDisplayWillSleep) (CID 0x46deb, PID 7518)
    08/03/2015 08:15:47.932 WindowServer[100]: CGError post_notification(const CGSNotificationType, void *const, const size_t, const bool, const CGSRealTimeDelta, const int, const CGSConnectionID *const, const pid_t): Timed out 1.000 second wait for reply from "EscrowSecurityAlert" for synchronous notification type 102 (kCGSDisplayWillSleep) (CID 0x1e2a7, PID 6078)
    08/03/2015 08:15:47.933 WindowServer[100]: device_generate_desktop_screenshot: authw 0x7f9731ecd590(2000), shield 0x7f97368a6320(2001)
    08/03/2015 08:15:48.270 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:    NC Disabled: NO
    08/03/2015 08:15:48.270 sharingd[379]: 08:15:48.270 : Discoverable mode changed to Off
    08/03/2015 08:15:48.271 sharingd[379]: 08:15:48.271 : BTLE scanning stopped
    08/03/2015 08:15:48.277 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:   DND Enabled: YES
    08/03/2015 08:15:48.277 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: Updating enabled: NO   (Topics: (null))
    08/03/2015 08:15:48.277 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb136b8c10 {name = _NSDoNotDisturbEnabledNotification}
    08/03/2015 08:15:48.287 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:    NC Disabled: NO
    08/03/2015 08:15:48.292 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:   DND Enabled: YES
    08/03/2015 08:15:48.292 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: Updating enabled: NO   (Topics: (null))
    08/03/2015 08:15:49.926 WindowServer[100]: device_generate_lock_screen_screenshot: authw 0x7f9731ecd590(2000)[0, 0, 1280, 800] shield 0x7f97368a6320(2001), dev [1280,800]
    08/03/2015 08:15:49.939 WindowServer[100]: CGXDisplayDidWakeNotification [232269435436039]: posting kCGSDisplayDidWake
    08/03/2015 08:15:49.941 WindowServer[100]: handle_will_sleep_auth_and_shield_windows: Deferring.
    08/03/2015 08:15:50.088 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb135975b0 {name = _NSDoNotDisturbDisabledNotification}
    08/03/2015 08:15:50.346 sharingd[379]: 08:15:50.346 : Discoverable mode changed to Contacts Only
    08/03/2015 08:15:50.346 sharingd[379]: 08:15:50.346 : BTLE scanning started
    08/03/2015 08:15:50.346 sharingd[379]: 08:15:50.346 : Scanning mode Contacts Only
    08/03/2015 08:15:50.579 sharingd[379]: 08:15:50.578 : BTLE scanner Powered Off
    08/03/2015 08:15:51.036 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:    NC Disabled: NO
    08/03/2015 08:15:51.138 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:   DND Enabled: NO
    08/03/2015 08:15:51.139 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: Updating enabled: YES   (Topics: (
        "com.apple.private.alloy.icloudpairing",
        "com.apple.private.alloy.continuity.encryption",
        "com.apple.private.alloy.continuity.activity",
        "com.apple.private.ids",
        "com.apple.private.alloy.phonecontinuity",
        "com.apple.private.alloy.continuity.activity.public",
        "com.apple.private.alloy.continuity.auth",
        "com.apple.private.alloy.idsremoteurlconnection",
        "com.apple.private.alloy.screensharing",
        "com.apple.private.alloy.maps",
        "com.apple.private.alloy.callhistorysync",
        "com.apple.private.alloy.continuity.tethering"
    08/03/2015 08:15:51.139 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb135975b0 {name = _NSDoNotDisturbDisabledNotification}
    08/03/2015 08:15:51.195 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:    NC Disabled: NO
    08/03/2015 08:15:51.715 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:   DND Enabled: NO
    08/03/2015 08:15:51.715 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: Updating enabled: YES   (Topics: (
        "com.apple.madrid"
    08/03/2015 08:15:52.179 loginwindow[68]: ERROR | -[LWBuiltInScreenLockAuthLion askForPasswordBuiltIn:] | Attempted to add an observer when already observing
    08/03/2015 08:15:53.216 AddressBookSourceSync[8034]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    08/03/2015 08:15:54.671 mds[36]: (DiskStore.Normal:2376) 18058 2.730531
    08/03/2015 08:15:55.828 logind[69]: -[SessionManager getClient:withRole:inAuditSession:]:241: ERROR: No session dictionary for audit session 100205
    08/03/2015 08:15:55.828 logind[69]: _SMGetSessionAgent:73: ERROR: __SMGetClientForAuditSessionAgent failed 2
    08/03/2015 08:15:55.829 IMRemoteURLConnectionAgent[8039]: SACShieldWindowShowing:925: ERROR: NULL response
    08/03/2015 08:16:03.494 WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "EtreCheck" for over 1.00 seconds. Server has re-enabled them.
    08/03/2015 08:16:03.626 WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "Console" for over 1.00 seconds. Server has re-enabled them.
    08/03/2015 08:16:04.038 WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "Console" after 1.41 seconds (server forcibly re-enabled them after 1.00 seconds)
    08/03/2015 08:16:06.171 BezelServices 250.13[68]: ASSERTION FAILED: dvcAddrRef != ((void *)0) -[DriverServices getDeviceAddress:] line: 2727
    08/03/2015 08:16:06.171 BezelServices 250.13[68]: ASSERTION FAILED: dvcAddrRef != ((void *)0) -[DriverServices getDeviceAddress:] line: 2727
    08/03/2015 08:16:07.450 WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "EtreCheck" after 4.96 seconds (server forcibly re-enabled them after 1.00 seconds)
    08/03/2015 08:16:20.203 identityservicesd[248]: [Warning] Broadcasting no devices for account IDSDAccount: 0x7feb13637930 [Service: IDSDService: 0x7feb13505810 [Identifier: com.apple.private.alloy.screensharing Display Name: ScreenSharing Topic: com.apple.private.alloy.screensharing   Service: com.apple.private.alloy.screensharing   Protocol: com.apple.private.alloy] ..........................Account Type: Apple ID Registration: (null)  Registered: YES  Linked Accounts: (null)] even though we have some
    08/03/2015 08:16:20.203 identityservicesd[248]: [Warning] Broadcasting no devices for account IDSDAccount: 0x7feb13637930 [Service: IDSDService: 0x7feb13505810 [Identifier: com.apple.private.alloy.screensharing Display Name: ScreenSharing Topic: com.apple.private.alloy.screensharing   Service: com.apple.private.alloy.screensharing   Protocol: com.apple.private.alloy] ................ Account Type: Apple ID Registration: (null)  Registered: YES  Linked Accounts: (null)] even though we have some
    08/03/2015 08:16:20.204 identityservicesd[248]: [Warning] Broadcasting no devices for account IDSDAccount: 0x7feb1363c890 [Service: IDSDService: 0x7feb13505810 [Identifier: com.apple.private.alloy.screensharing Display Name: ScreenSharing Topic: com.apple.private.alloy.screensharing   Service: com.apple.private.alloy.screensharing   Protocol: com.apple.private.alloy] ..............Account Type: Apple ID Registration: (null)  Registered: YES  Linked Accounts: (null)] even though we have some
    08/03/2015 08:16:20.204 identityservicesd[248]: [Warning] Broadcasting no devices for account IDSDAccount: 0x7feb1363c890 [Service: IDSDService: 0x7feb13505810 [Identifier: com.apple.private.alloy.screensharing Display Name: ScreenSharing Topic: com.apple.private.alloy.screensharing   Service: com.apple.private.alloy.screensharing   Protocol: com.apple.private.alloy]............. Account Type: Apple ID Registration: (null)  Registered: YES  Linked Accounts: (null)] even though we have some
    08/03/2015 08:16:20.205 identityservicesd[248]: [Warning] Broadcasting no devices for account IDSDAccount: 0x7feb1363cd70 [Service: IDSDService: 0x7feb13505810 [Identifier: com.apple.private.alloy.screensharing Display Name: ScreenSharing Topic: com.apple.private.alloy.screensharing   Service: com.apple.private.alloy.screensharing   Protocol: com.apple.private.alloy]............Account Type: Apple ID Registration: (null)  Registered: YES  Linked Accounts: (null)] even though we have some
    08/03/2015 08:16:20.205 identityservicesd[248]: [Warning] Broadcasting no devices for account IDSDAccount: 0x7feb1363cd70 [Service: IDSDService: 0x7feb13505810 [Identifier: com.apple.private.alloy.screensharing Display Name: ScreenSharing Topic: com.apple.private.alloy.screensharing   Service: com.apple.private.alloy.screensharing   Protocol: com.apple.private.alloy]..........Account Type: Apple ID Registration: (null)  Registered: YES  Linked Accounts: (null)] even though we have some
    08/03/2015 08:16:20.208 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    08/03/2015 08:16:24.125 launchservicesd[53]: Application App:"Bluetooth Setup Assistant" asn:0x0-3d53d5 pid:8050 refs=6 @ 0x7ffd4e0ef060 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x1001 pid=68 "loginwindow"")), so denying. : LASSession.cp #1521 SetFrontApplication() q=LSSession 100005/0x186a5 queue
    08/03/2015 08:16:24.128 WindowServer[100]: [cps/setfront] Failed setting the front application to Bluetooth Setup Assistant, psn 0x0-0x3d53d5, securitySessionID=0x186a5, err=-13066
    08/03/2015 08:16:25.556 WindowServer[100]: CGError post_notification(const CGSNotificationType, void *const, const size_t, const bool, const CGSRealTimeDelta, const int, const CGSConnectionID *const, const pid_t): Timed out 1.000 second wait for reply from "Bluetooth Setup Assistant" for synchronous notification type 102 (kCGSDisplayWillSleep) (CID 0x4eb27, PID 8050)
    08/03/2015 08:16:25.559 WindowServer[100]: device_generate_desktop_screenshot: authw 0x7f9731ecd590(2000), shield 0x7f97368a6320(2001)
    08/03/2015 08:16:25.571 sharingd[379]: 08:16:25.571 : Discoverable mode changed to Off
    08/03/2015 08:16:25.571 sharingd[379]: 08:16:25.571 : BTLE scanning stopped
    08/03/2015 08:16:25.651 WindowServer[100]: device_generate_lock_screen_screenshot: authw 0x7f9731ecd590(2000)[0, 0, 1280, 800] shield 0x7f97368a6320(2001), dev [1280,800]
    08/03/2015 08:16:26.330 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb13588580 {name = _NSDoNotDisturbEnabledNotification}
    08/03/2015 08:16:26.339 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:    NC Disabled: NO
    08/03/2015 08:16:26.349 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:   DND Enabled: YES
    08/03/2015 08:16:26.350 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: Updating enabled: NO   (Topics: (null))
    08/03/2015 08:16:26.350 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb13680770 {name = _NSDoNotDisturbEnabledNotification}
    08/03/2015 08:16:26.364 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:    NC Disabled: NO
    08/03/2015 08:16:26.000 kernel[0]: IOBluetoothUSBDFU::probe
    08/03/2015 08:16:26.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821D FirmwareVersion - 0x0147
    08/03/2015 08:16:26.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xe800 ****
    08/03/2015 08:16:26.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed (matched on Device) -- 0xe800 ****
    08/03/2015 08:16:26.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xe800
    08/03/2015 08:16:26.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    08/03/2015 08:16:26.000 kernel[0]: **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0x3a80 -- 0x7800 -- 0xe800 ****
    08/03/2015 08:16:26.685 UserEventAgent[20]: assertion failed: 14C109: com.apple.telemetry + 30456 [B033615E-AC6E-3C72-A493-A728F602B10C]: 0x7f8a02f08f20
    08/03/2015 08:16:26.854 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:   DND Enabled: YES
    08/03/2015 08:16:26.854 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: Updating enabled: NO   (Topics: (null))
    08/03/2015 08:16:27.808 WindowServer[100]: CGXDisplayDidWakeNotification [232307305443809]: posting kCGSDisplayDidWake
    08/03/2015 08:16:27.825 WindowServer[100]: handle_will_sleep_auth_and_shield_windows: Deferring.
    08/03/2015 08:16:27.000 kernel[0]: memorystatus_thread: idle exiting pid 6022 [writeconfig]
    08/03/2015 08:16:28.123 loginwindow[68]: ERROR | -[LWBuiltInScreenLockAuthLion askForPasswordBuiltIn:] | Attempted to add an observer when already observing
    08/03/2015 08:16:28.000 kernel[0]: memorystatus_thread: idle exiting pid 6236 [nehelper]
    08/03/2015 08:16:28.944 sharingd[379]: 08:16:28.941 : SDStatusMonitor::kStatusBluetoothPowerChanged
    08/03/2015 08:16:29.000 kernel[0]: memorystatus_thread: idle exiting pid 6327 [com.apple.lookup]
    08/03/2015 08:16:29.966 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb1359a8b0 {name = _NSDoNotDisturbDisabledNotification}
    08/03/2015 08:16:30.000 kernel[0]: Sound assertion in AppleHDAFunctionGroup at line 1058
    08/03/2015 08:16:30.780 sharingd[379]: 08:16:30.780 : SDStatusMonitor::kStatusBluetoothPowerChanged
    08/03/2015 08:16:30.784 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:    NC Disabled: NO
    08/03/2015 08:16:30.814 sharingd[379]: 08:16:30.813 : SDStatusMonitor::kStatusBluetoothPowerChanged
    08/03/2015 08:16:30.814 sharingd[379]: 08:16:30.814 : SDStatusMonitor::kStatusBluetoothPowerChanged
    08/03/2015 08:16:30.823 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>:   DND Enabled: NO
    08/03/2015 08:16:30.823 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb1370b440>: Updating enabled: YES   (Topics: (
        "com.apple.private.alloy.icloudpairing",
        "com.apple.private.alloy.continuity.encryption",
        "com.apple.private.alloy.continuity.activity",
        "com.apple.private.ids",
        "com.apple.private.alloy.phonecontinuity",
        "com.apple.private.alloy.continuity.activity.public",
        "com.apple.private.alloy.continuity.auth",
        "com.apple.private.alloy.idsremoteurlconnection",
        "com.apple.private.alloy.screensharing",
        "com.apple.private.alloy.maps",
        "com.apple.private.alloy.callhistorysync",
        "com.apple.private.alloy.continuity.tethering"
    08/03/2015 08:16:30.824 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: notification observer: com.apple.iChat   notification: __CFNotification 0x7feb134ea3b0 {name = _NSDoNotDisturbDisabledNotification}
    08/03/2015 08:16:30.829 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:    NC Disabled: NO
    08/03/2015 08:16:30.834 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>:   DND Enabled: NO
    08/03/2015 08:16:30.834 identityservicesd[248]: <IMMacNotificationCenterManager: 0x7feb13709c80>: Updating enabled: YES   (Topics: (
        "com.apple.madrid"
    08/03/2015 08:16:30.866 sharingd[379]: 08:16:30.865 : Discoverable mode changed to Contacts Only
    08/03/2015 08:16:30.866 sharingd[379]: 08:16:30.865 : BTLE scanning started
    08/03/2015 08:16:30.866 sharingd[379]: 08:16:30.865 : Scanning mode Contacts Only
    08/03/2015 08:16:30.000 kernel[0]: memorystatus_thread: idle exiting pid 5993 [com.apple.GSSCre]
    08/03/2015 08:16:31.000 kernel[0]: memorystatus_thread: idle exiting pid 6519 [findmydeviced]
    08/03/2015 08:16:32.107 Bluetooth Setup Assistant[8050]: initiateDeviceSetup
    08/03/2015 08:16:32.517 coreaudiod[252]: 2015-03-08 08:16:32.517400 AM [AirPlay] BTLE client stopping to browse for AirPlay Solo Target Presence.
    08/03/2015 08:16:32.518 coreaudiod[252]: 2015-03-08 08:16:32.517709 AM [AirPlay] BTLE client starting to browse for AirPlay Solo Target Presence.
    08/03/2015 08:16:32.519 coreaudiod[252]: 2015-03-08 08:16:32.518556 AM [AirPlay] BTLE client stopped to browse for AirPlay Solo Target Presence.
    08/03/2015 08:16:32.519 coreaudiod[252]: 2015-03-08 08:16:32.518749 AM [AirPlay] BTLE client started to browse for AirPlay Solo Target Presence.
    08/03/2015 08:16:32.000 kernel[0]: memorystatus_thread: idle exiting pid 7141 [com.apple.ColorS]
    08/03/2015 08:16:33.000 kernel[0]: memorystatus_thread: idle exiting pid 7305 [tccd]
    08/03/2015 08:16:34.609 sharingd[379]: 08:16:34.609 : BTLE scanner Powered On
    08/03/2015 08:16:34.742 WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "Bluetooth Setup Assistant" for over 1.00 seconds. Server has re-enabled them.
    08/03/2015 08:16:34.000 kernel[0]: memorystatus_thread: idle exiting pid 5849 [nsurlsessiond]
    08/03/2015 08:16:35.174 WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "Bluetooth Setup Assistant" after 1.43 seconds (server forcibly re-enabled them after 1.00 seconds)
    08/03/2015 08:16:35.372 Bluetooth Setup Assistant[8050]: readHIDEmulationDevicesComplete: error: 0
    08/03/2015 08:16:35.000 kernel[0]: memorystatus_thread: idle exiting pid 7208 [periodic-wrapper]
    08/03/2015 08:16:36.589 Bluetooth Setup Assistant[8050]: readHIDEmulationDevicesComplete: error: 0
    08/03/2015 08:16:36.000 kernel[0]: memorystatus_thread: idle exiting pid 7358 [com.apple.Commer]
    08/03/2015 08:16:37.552 Bluetooth Setup Assistant[8050]: initiateDeviceSetup
    08/03/2015 08:16:37.560 Bluetooth Setup Assistant[8050]: readHIDEmulationDevicesComplete: error: 0
    08/03/2015 08:16:37.000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    08/03/2015 08:16:37.000 kernel[0]: memorystatus_thread: idle exiting pid 7304 [AssetCacheLocato]
    08/03/2015 08:16:39.000 kernel[0]: memorystatus_thread: idle exiting pid 6119 [CloudKeychainPro]
    08/03/2015 08:16:40.000 kernel[0]: memorystatus_thread: idle exiting pid 7462 [aslmanager]
    08/03/2015 08:16:41.000 kernel[0]: memorystatus_thread: idle exiting pid 6880 [SafariNotificati]
    08/03/2015 08:16:42.000 kernel[0]: memorystatus_thread: idle exiting pid 6558 [spindump_agent]
    08/03/2015 08:16:43.000 kernel[0]: memorystatus_thread: idle exiting pid 6565 [com.apple.Safari]
    08/03/2015 08:16:44.000 kernel[0]: memorystatus_thread: idle exiting pid 5865 [tccd]
    08/03/2015 08:16:45.000 kernel[0]: memorystatus_thread: idle exiting pid 5882 [com.apple.hiserv]
    08/03/2015 08:16:46.000 kernel[0]: memorystatus_thread: idle exiting pid 6082 [com.apple.Accoun]
    08/03/2015 08:16:47.000 kernel[0]: memorystatus_thread: idle exiting pid 6079 [periodic-wrapper]
    08/03/2015 08:16:48.000 kernel[0]: memorystatus_thread: idle exiting pid 6870 [softwareupdate_d]
    08/03/2015 08:16:49.000 kernel[0]: memorystatus_thread: idle exiting pid 5965 [printtool]
    08/03/2015 08:16:49.280 Mail[366]: __agent_connection_block_invoke_2: Connection error - Connection interrupted
    08/03/2015 08:16:49.280 Mail[366]: __agent_connection_block_invoke_2: Connection error - Connection interrupted
    08/03/2015 08:16:49.758 AdobeReader[1240]: __agent_connection_block_invoke_2: Connection error - Connection interrupted
    08/03/2015 08:16:49.758 Microsoft PowerPoint[655]: __agent_connection_block_invoke_2: Connection error - Connection interrupted
    08/03/2015 08:16:49.758 AdobeReader[1240]: __agent_connection_block_invoke_2: Connection error - Connection interrupted
    08/03/2015 08:16:49.758 Microsoft Word[7596]: __agent_connection_block_invoke_2: Connection error - Connection interrupted
    08/03/2015 08:16:49.851 Microsoft Excel[6750]: __agent_connection_block_invoke_2: Connection error - Connection interrupted
    08/03/2015 08:16:50.000 kernel[0]: memorystatus_thread: idle exiting pid 5971 [amfid]
    08/03/2015 08:16:51.000 kernel[0]: memorystatus_thread: idle exiting pid 5897 [ContainerMetadat]
    08/03/2015 08:16:52.000 kernel[0]: memorystatus_thread: idle exiting pid 6282 [ScopedBookmarkAg]
    08/03/2015 08:16:53.000 kernel[0]: memorystatus_thread: idle exiting pid 7958 [com.apple.BKAgen]
    08/03/2015 08:16:54.000 kernel[0]: memorystatus_thread: idle exiting pid 7980 [com.apple.audio.]
    08/03/2015 08:16:55.000 kernel[0]: memorystatus_thread: idle exiting pid 7981 [com.apple.audio.]
    08/03/2015 08:16:56.000 kernel[0]: memorystatus_thread: idle exiting pid 5879 [DataDetectorsDyn]
    08/03/2015 08:16:57.000 kernel[0]: memorystatus_thread: idle exiting pid 5883 [pbs]
    08/03/2015 08:16:58.000 kernel[0]: memorystatus_thread: idle exiting pid 5986 [sandboxd]
    08/03/2015 08:16:59.000 kernel[0]: memorystatus_thread: idle exiting pid 5988 [coresymbolicatio]
    08/03/2015 08:17:00.000 kernel[0]: memorystatus_thread: idle exiting pid 5884 [iconservicesagen]
    08/03/2015 08:17:00.476 CoreServicesUIAgent[7030]: unexpected message <OS_xpc_error: <error: 0x7fff72f3ec60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff72f3ef70> { length = 18, contents = "Connection invalid" }
    }>
    08/03/2015 08:17:00.846 callservicesd[8052]: Failed to get the bundle id
    08/03/2015 08:17:01.000 kernel[0]: memorystatus_thread: idle exiting pid 5885 [iconservicesd]
    08/03/2015 08:17:02.000 kernel[0]: memorystatus_thread: idle exiting pid 8015 [com.apple.audio.]
    08/03/2015 08:17:03.000 kernel[0]: memorystatus_thread: idle exiting pid 8016 [com.apple.audio.]
    08/03/2015 08:17:04.000 kernel[0]: memorystatus_thread: idle exiting pid 8009 [com.apple.Safari]
    08/03/2015 08:17:05.000 kernel[0]: memorystatus_thread: idle exiting pid 6557 [spindump]
    08/03/2015 08:17:06.000 kernel[0]: memorystatus_thread: idle exiting pid 5860 [sysmond]
    08/03/2015 08:17:07.000 kernel[0]: memorystatus_thread: idle exiting pid 6318 [com.apple.Safari]
    08/03/2015 08:17:08.000 kernel[0]: memorystatus_thread: idle exiting pid 6522 [rcd]
    08/03/2015 08:17:09.000 kernel[0]: memorystatus_thread: idle exiting pid 5896 [com.apple.InputM]
    08/03/2015 08:17:10.000 kernel[0]: memorystatus_thread: idle exiting pid 6240 [com.apple.geod]
    08/03/2015 08:17:11.000 kernel[0]: memorystatus_thread: idle exiting pid 6244 [awdd]
    08/03/2015 08:17:12.000 kernel[0]: memorystatus_thread: idle exiting pid 5847 [cloudd]
    08/03/2015 08:17:13.000 kernel[0]: memorystatus_thread: idle exiting pid 6152 [com.apple.lakitu]
    08/03/2015 08:17:14.000 kernel[0]: memorystatus_thread: idle exiting pid 5829 [nsurlstoraged]
    08/03/2015 08:17:15.000 kernel[0]: memorystatus_thread: idle exiting pid 6146 [com.apple.sbd]
    08/03/2015 08:17:16.000 kernel[0]: memorystatus_thread: idle exiting pid 5852 [diagnosticd]
    08/03/2015 08:17:17.000 kernel[0]: memorystatus_thread: idle exiting pid 5832 [com.apple.CodeSi]
    08/03/2015 08:17:18.000 kernel[0]: memorystatus_thread: idle exiting pid 5858 [CalNCService]
    08/03/2015 08:17:19.000 kernel[0]: memorystatus_thread: idle exiting pid 5819 [networkd_privile]
    08/03/2015 08:17:20.000 kernel[0]: memorystatus_thread: idle exiting pid 5838 [systemstatsd]
    08/03/2015 08:17:21.000 kernel[0]: memorystatus_thread: idle exiting pid 5824 [secinitd]
    08/03/2015 08:17:22.000 kernel[0]: memorystatus_thread: idle exiting pid 5968 [deleted]
    08/03/2015 08:17:23.000 kernel[0]: memorystatus_thread: idle exiting pid 5834 [accountsd]
    08/03/2015 08:17:24.000 kernel[0]: memorystatus_thread: idle exiting pid 5898 [AppleIDAuthAgent]
    08/03/2015 08:17:25.000 kernel[0]: memorystatus_thread: idle exiting pid 5826 [tccd]
    08/03/2015 08:17:26.000 kernel[0]: memorystatus_thread: idle exiting pid 5966 [cupsd]
    08/03/2015 08:17:27.000 kernel[0]: memorystatus_thread: idle exiting pid 5840 [com.apple.ifdrea]
    08/03/2015 08:17:28.000 kernel[0]: memorystatus_thread: idle exiting pid 8032 [syncdefaultsd]
    08/03/2015 08:17:29.000 kernel[0]: memorystatus_thread: idle exiting pid 5839 [recentsd]
    08/03/2015 08:17:30.811 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    08/03/2015 08:17:30.000 kernel[0]: memorystatus_thread: idle exiting pid 5827 [secd]
    08/03/2015 08:17:31.000 kernel[0]: memorystatus_thread: idle exiting pid 8056 [com.apple.Accoun]
    08/03/2015 08:17:32.000 kernel[0]: memorystatus_thread: idle exiting pid 6241 [CallHistorySyncH]
    08/03/2015 08:17:33.000 kernel[0]: memorystatus_thread: idle exiting pid 5823 [soagent]
    08/03/2015 08:17:33.980 com.apple.dock.extra[398]: SOHelperCenter main connection interrupted
    08/03/2015 08:17:33.980 Messages[368]: SOHelperCenter main connection interrupted
    08/03/2015 08:17:34.000 kernel[0]: memorystatus_thread: idle exiting pid 5862 [pkd]
    08/03/2015 08:17:34.960 Mail[366]: Communications error: <OS_xpc_error: <error: 0x7fff72f3eb60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff72f3efa8> { length = 22, contents = "Connection interrupted" }
    }>
    08/03/2015 08:17:34.960 Safari[363]: Communications error: <OS_xpc_error: <error: 0x7fff72f3eb60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff72f3efa8> { length = 22, contents = "Connection interrupted" }
    }>
    08/03/2015 08:17:34.961 loginwindow[68]: Communications error: <OS_xpc_error: <error: 0x7fff72f3eb60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff72f3efa8> { length = 22, contents = "Connection interrupted" }
    }>
    08/03/2015 08:17:34.962 Spotlight[381]: Communications error: <OS_xpc_error: <error: 0x7fff72f3eb60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff72f3efa8> { length = 22, contents = "Connection interrupted" }
    }>
    08/03/2015 08:17:34.962 Finder[373]: Communications error: <OS_xpc_error: <error: 0x7fff72f3eb60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff72f3efa8> { length = 22, contents = "Connection interrupted" }
    }>
    08/03/2015 08:17:34.963 com.apple.appkit.xpc.openAndSavePanelService[7130]: Communications error: <OS_xpc_error: <error: 0x7fff72f3eb60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff72f3efa8> { length = 22, contents = "Connection interrupted" }
    }>
    08/03/2015 08:17:34.960 NotificationCenter[431]: Communications error: <OS_xpc_error: <error: 0x7fff72f3eb60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff72f3efa8> { length = 22, contents = "Connection interrupted" }
    }>
    08/03/2015 08:17:35.238 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    08/03/2015 08:17:35.460 secinitd[8063]: UID[501]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
    08/03/2015 08:17:35.000 kernel[0]: memorystatus_thread: idle exiting pid 5892 [bird]
    08/03/2015 08:17:36.000 kernel[0]: memorystatus_thread: idle exiting pid 5886 [com.apple.MailSe]
    08/03/2015 08:17:37.000 kernel[0]: memorystatus_thread: idle exiting pid 5845 [AirPlayUIAgent]
    08/03/2015 08:17:38.000 kernel[0]: memorystatus_thread: idle exiting pid 7030 [CoreServicesUIAg]
    08/03/2015 08:17:40.000 kernel[0]: memorystatus_thread: idle exiting pid 6078 [EscrowSecurityAl]
    08/03/2015 08:17:41.000 kernel[0]: memorystatus_thread: idle exiting pid 7130 [com.apple.appkit]
    08/03/2015 08:20:21.550 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    08/03/2015 08:20:22.056 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    08/03/2015 08:20:29.514 CloudKeychainProxy[8070]:  __45-[UbiqitousKVSProxy doEnsurePeerRegistration]_block_invoke <UB---epC---> ensurePeerRegistration called, success ((null))

  • IPlanet 6.0 - Enabling HTTP logging to debug SSL Handshake

    Hello all,
    We have a IPlanet 6.0 web server instance which receives secure HTTP requests from client systems. We are experiencing a SSL handshake failure. We have ensured that the correct certificates are installed at both ends.
    A wireshark trace at the web server shows that the Client Hello was received successfully and a Server Hello was never sent. Our conjecture is that this could be because the cipher suites do not match. It could be extremely useful to us if we could enable appropriate levels of logging and/or add JVM options to log the HTTP/SSL handshake transactions.
    Can someone help us with the additional logging? If there are questions that I can answer, please let me know.
    Thanks,
    Sourabh

    6.0 is EOL (dead). Please upgrade to 7.0.
    I can answer SSL protocol questions as far as they apply to 7.0, but don't have any information about 6.0 specifically.
    The JVM is not involved in SSL protocol handling. In general for diagnostics, always set the Web Server error log to verbose. That said in this case it probably won't help much, but can't hurt.
    If the client hello is being silently ignored there is some higher level problem going on. Either the server has crashed or is hung or maybe it never received the client request or maybe its response was lost (a misbehaving firewall dropping packets, for example). This is not a case of merely having no common ciphersuite, the server would still have sent a failure response if it was able to do so.
    It might not reveal much more than wireshark did, but first thing I'd try (after upgrading to 7.0 ;-), is run the connection attempt through ssltap and see what it reports.

Maybe you are looking for

  • UDP DatagramPacket sent between C (client) and Java (server)

    Hi, I have a problem sending a struct from C to Java UDP server. In the C (client) program, the struct is defined as typedef strurct dataType_s { char name[52]; char add[52]; long x; long y; } dataType; dataType data; strcpy(data.name, "sun"); strcpy

  • Mac Mini Shippment to Pakistan?

    Hello, I apologize if I posted this topic in the wrong section. I'm from Pakistan and I'm interested in purchasing Mac Mini from Apple Store. My question is whether apple do shipments to Pakistan or not? I can't find any distributer in Pakistan. I wo

  • Music cutting out while using airplay

    I just configured my Airport Express as a client to an existing wireless network. I don't know for sure but the existing network is probably not being provided by an Airport router. I was successful but when I try to play songs via iTunes to my stere

  • IPOD needs playlist folders

    I like how iTunes 5 lets you create folders where you can store a variety of playlists/smart playlists within the folder.... but on your ipod it just jumbles all these playlists together in alphabetical order. It's nice they added this organiztion to

  • Decimal Notation IDR Currency on SAP Fiori

    Dear Expert, I had trouble with decimal notation on SAP Fiori. While I look My Spend on SAP Fiori, amount is different in ECC SAP with decimal notation. In SAP Fiori : 98.130 IDR In ECC SAP : 9.813.000 IDR That's different on SAP Fiori and ECC SAP. I