CSA 5.1, overlapping exceptions and the infamous Rootkit Lockdown Module

Just looking for opinions and observations from the field:
By default, the rule placed in the Rootkit Lockdown Module, has the following attributes:
- Priority Deny
- Acting as client or server
- Any TCP & UDP services
- Communicating with "@(remote)" host addresses
A similar rule (though not the same, I know this, please don't point this out) in the Personal Firewall rule module, has these attributes:
- Deny
- Acting as server
- Any TCP & UDP services
- Communicating with any addresses
There are a couple of other restrictive modules/rules that aren't disabled that when enabled would provide the same protection that the Rootkit Lockdown Module would provide. Any opinions or experiences that anyone would like to share on whether or not you've taken the Rootkit Lockdown Module out of test mode, added exceptions, possibly unattached other rule modules that were doing the same thing, etc.
As well, does anyone have any further definition on the "@remote" addresses variable? Please be specific if you post a reply.

I took the rootkit lockdown module out of test mode after making exceptions for the events that were triggering it and it seems to be working OK.
Since the rootkit is dynamic, I'm going to leave it on unless it causes problems or there are events I can't make exceptions for.
A have the Personal Firewall module enabled and I made a couple of exceptions for it since it is on all the time.
I don't want any host acting as a server at any time unless there is a valid reason.
I deploy all hosts in test mode until tuned.
We are pretty standardized as far as machine hardware and settings go since we use all one brand and disk images to deploy. That makes for less surprises.
HTH..
Tom

Similar Messages

  • Besides throwing exceptions and the "return;" statement

    Besides throwing exceptions and the "*return*" statement, what else clauses could complete a code block abruptly?
    Originally I thought System.exit() should be one of that kind, and I was totally puzzled by the fact that finally clause dose not work with System.exit(). But after a few thoughts, it becomes clear to me that System.exit() dose not even complete a code block, let alone completing a code block abruptly. So is there other logic that could make a code block complete abruptly?
    My question originates from paragraphs in <Thinking in JAVA>, which claim that, I quote,
    "Unfortuantely, there's a flaw in Java's exception implementation. Although exceptions are an indication of a crisis in your program and should never be ignored, it's possible for an exception to simply be lost. This happens with a particular configuration using a finally clause"..."This is a rather serious pitfall, since it means that an exception can be completely lost, and in a far more subtle and difficult -to-detect fashion..."..."Perhaps a future version of Java will repair this problem"...
    After check with JLS, it seams that it is legitimate to ignore the reason for the abrupt completion of the try block, if the corresponding finally block completes abruptly. I think whether this is a "pitfall, flaw" or not depends on how deeply we language users understand the purpose of the finally clause and it is better for me to know all the possible reasons for a code block to complete abruptly.
    So, besides throwing exceptions and the "*return*" statement, what else clauses could complete a code block abruptly?

    warnerja wrote:
    Case 1: Normal flow (no exception is about to be bubbled to the caller before getting to the finally block) - I'd say we want an exception back due to the failure to close the stream.
    Case 2: The finally block was entered through an exception about to be bubbled to the caller - the caller can only get one or the other exception back, either the original exception or the one indicating the failure to close the stream. The finally block has no access to the pending exception however and is unaware of whether there is an exception pending or not. All it knows is an exception occurred during the execution of the finally block, and should throw that or wrap it in another exception - same handling as in Case 1.
    try {
      write();
      flush();
    finally {
      try {
        close();
      catch (...) {
        log();
    }The flush() at the end of try seems kind of redundant, since close() calls flush() anyway. The benefit is that the try statement completion matches the try block ("real work") completion.
    If we get to the end of the try block with no exception, then write() and flush() have succeeded and the data is where it needs to be. All that's left is to release the I/O resource, which will always be done in finally.
    If there's an exception in the try block, it is propagated out, so we know of any failure that occurred doing the "real work." The I/O resource is still released in finally.
    Regardless of how the try block completed, releasing the resource does not affect how the try statement completes, and hence does not supersede how our "real work" completes, which is all we care about. We still log any close() errors for later investigation. What matters to our program is whether all the data was written, and the completion of write() and flush() tells us that.

  • 4 Types of exception and the code to handle them

    Dear all,
    I would like to know wheter runtime exception, errors exception, unchecked exception and checked exception are classified as the 4 types of exception.
    What are the java coding of them? please help.

    There are two main families of exception in Java: checked and unchecked.
    The base class for all exceptions is Throwable. Java provides Exception and Error that extend Throwable. RuntimeException (and many others) extend Exception.
    RuntimeException and its descendants, and Error and its descendants, are called unchecked exceptions. Everything else is a checked exception.
    If your method, or any method it calls, can throw a checked exception, then your method must either catch that exception, or declare that your method throws that exception. This way, when I call your method, I know at compile time what can possibly go wrong and I can decide whether to handle it or just bubble it up to my caller. Catching a given exception also catches all that exception's descendants. Declaring that you throw a given exception means that you might throw that exception or any of its descendants.
    Unchecked exceptions (RuntimeException, Error, and their descendants) are not subject to those restrictions. Any method can throw any unchecked exception at any time without declaring it. This is because unchecked exceptions are either the sign of a coding error (RuntimeException), which is totally preventable and should be fixed rather than handled by the code that encounters it, or a problem in the VM, which in general can not be predicted or handled.
    http://java.sun.com/docs/books/tutorial/essential/exceptions/index.html

  • I'm having problems with my MBP (2013). it is slow and the infamous multicolored wheel keeps appearing every time I try to quit or use an application. Help !!

    Hi !
    I have a MBP 2,3 GH, IE 7 with 250 SSt hard drive and 4000 graphics card (1024) and 16 mg memory (HDR 3).
    I am always seeing the infamous wheel of colour every time I quit an application or move inside an application. My computer boots very fast ans quits fast also.
    I don't understand why it is so slow when I operate it. My Internet connection(Wifi) works fine.
    Can anybody help me ?
    Thanks 

    Hi,
    I am having similar problems but apparently only after I open the lid on my Macbook Air and hence wake it up from sleep... I did as you suggest below, and these are the test results, can you help?
    Thanks
    Start time: 23:49:43 02/09/15
    Model Identifier: MacBookAir6,2
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 49 minutes
    Diagnostic reports
       2015-01-14 CalendarAgent crash
       2015-01-15 CalendarAgent crash
       2015-01-24 Safari crash
       2015-01-29 com.apple.WebKit.Plugin.64 crash
    Log
       Feb  3 13:41:12 jnl: b(1, 4): replay_journal: from: 8774144 to: 11755008 (joffset 0x19502000)
       Feb  3 13:41:12 jnl: b(1, 4): examining extra transactions starting @ 11755008 / 0xb35e00
       Feb  3 13:41:12 jnl: b(1, 4): Extra txn replay stopped @ 11861504 / 0xb4fe00
       Feb  3 13:41:12 jnl: b(1, 4): journal replay done.
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:36 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:40 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:40 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:40 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:40 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:40 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:40 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:40 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:34:40 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:37:22 kauth external resolver timed out (1 timeout(s) of 60 seconds).
       Feb  3 14:42:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:42:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:42:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:42:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:42:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:42:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:42:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  3 14:43:21 PM notification timeout (pid 45, opendirectoryd)
       Feb  3 14:43:21 PM notification timeout (pid 197, SystemUIServer)
       Feb  3 14:43:21 PM notification timeout (pid 514, parentalcontrols)
       Feb  4 08:50:09 jnl: b(1, 4): replay_journal: from: 22780416 to: 121344 (joffset 0x19502000)
       Feb  4 08:50:09 jnl: b(1, 4): examining extra transactions starting @ 121344 / 0x1da00
       Feb  4 08:50:09 jnl: b(1, 4): Extra txn replay stopped @ 228352 / 0x37c00
       Feb  4 08:50:09 jnl: b(1, 4): journal replay done.
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:01:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 10:03:19 jnl: b(1, 4): replay_journal: from: 16208896 to: 22353408 (joffset 0x19502000)
       Feb  4 10:03:19 jnl: b(1, 4): journal replay done.
       Feb  4 10:04:19 kauth external resolver timed out (1 timeout(s) of 60 seconds).
       Feb  4 10:15:59 jnl: b(1, 4): replay_journal: from: 22353408 to: 2435584 (joffset 0x19502000)
       Feb  4 10:15:59 jnl: b(1, 4): journal replay done.
       Feb  4 10:16:59 kauth external resolver timed out (1 timeout(s) of 60 seconds).
       Feb  4 11:52:58 jnl: b(1, 4): replay_journal: from: 2435584 to: 5736960 (joffset 0x19502000)
       Feb  4 11:52:58 jnl: b(1, 4): journal replay done.
       Feb  4 11:53:58 kauth external resolver timed out (1 timeout(s) of 60 seconds).
       Feb  4 11:57:41 jnl: b(1, 4): replay_journal: from: 5736960 to: 9575424 (joffset 0x19502000)
       Feb  4 11:57:41 jnl: b(1, 4): journal replay done.
       Feb  4 12:07:12 jnl: b(1, 4): replay_journal: from: 9575424 to: 11193344 (joffset 0x19502000)
       Feb  4 12:07:12 jnl: b(1, 4): examining extra transactions starting @ 11193344 / 0xaacc00
       Feb  4 12:07:12 jnl: b(1, 4): Extra txn replay stopped @ 11415040 / 0xae2e00
       Feb  4 12:07:12 jnl: b(1, 4): journal replay done.
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:37 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:37 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:37 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:37 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:37 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:37 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:37 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:48:37 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:23 kauth external resolver timed out (1 timeout(s) of 60 seconds).
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:50:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:06 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:06 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:06 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:06 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:06 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:06 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:06 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:06 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:10 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:10 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:10 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:10 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:10 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:10 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:10 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:10 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:53 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:53 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:53 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:53 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:53 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:53 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:53 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:53 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:52:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:27 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:27 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:27 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:27 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:27 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:27 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:27 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:27 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 13:53:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:19:54 PM notification timeout (pid 45, opendirectoryd)
       Feb  4 14:19:54 PM notification timeout (pid 192, Finder)
       Feb  4 14:19:54 PM notification timeout (pid 425, parentalcontrols)
       Feb  4 14:19:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:19:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:19:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:19:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:19:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:19:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:19:54 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:20:24 PM notification timeout (pid 45, opendirectoryd)
       Feb  4 14:20:24 PM notification timeout (pid 192, Finder)
       Feb  4 14:20:24 PM notification timeout (pid 425, parentalcontrols)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:14 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:18 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:18 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:18 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:18 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:18 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:18 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:18 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:35:18 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:40:32 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 14:41:11 jnl: b(1, 4): replay_journal: from: 4445184 to: 8294912 (joffset 0x19502000)
       Feb  4 14:41:11 jnl: b(1, 4): journal replay done.
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:08 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:25:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:31 kauth external resolver timed out (1 timeout(s) of 60 seconds).
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:27:39 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:29:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 16:37:22 jnl: b(1, 4): replay_journal: from: 5569024 to: 9685504 (joffset 0x19502000)
       Feb  4 16:37:22 jnl: b(1, 4): journal replay done.
       Feb  4 16:43:55 jnl: b(1, 4): replay_journal: from: 9685504 to: 13765632 (joffset 0x19502000)
       Feb  4 16:43:55 jnl: b(1, 4): examining extra transactions starting @ 13765632 / 0xd20c00
       Feb  4 16:43:55 jnl: b(1, 4): Extra txn replay stopped @ 13880832 / 0xd3ce00
       Feb  4 16:43:55 jnl: b(1, 4): journal replay done.
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:49 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:27:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:29:53 kauth external resolver timed out (1 timeout(s) of 60 seconds).
       Feb  4 17:30:11 jnl: b(1, 4): replay_journal: from: 15133696 to: 22595584 (joffset 0x19502000)
       Feb  4 17:30:11 jnl: b(1, 4): examining extra transactions starting @ 22595584 / 0x158c800
       Feb  4 17:30:11 jnl: b(1, 4): Extra txn replay stopped @ 22718976 / 0x15aaa00
       Feb  4 17:30:11 jnl: b(1, 4): journal replay done.
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:51 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:49:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:50:12 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:54:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:54:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:54:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:54:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:54:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:54:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:54:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 17:54:31 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:20 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:20 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:20 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:20 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:20 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:20 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:20 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:20 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 18:40:56 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:46 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:25:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:27:24 jnl: b(1, 4): replay_journal: from: 1135104 to: 7513088 (joffset 0x19502000)
       Feb  4 19:27:24 jnl: b(1, 4): journal replay done.
       Feb  4 19:28:32 jnl: b(1, 4): replay_journal: from: 7513088 to: 10345472 (joffset 0x19502000)
       Feb  4 19:28:32 jnl: b(1, 4): journal replay done.
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:15 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:41:19 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:55:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:55:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:55:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:55:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:55:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:55:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 19:55:50 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:11 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 21:34:16 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:04:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:04:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:04:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:04:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:04:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:04:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:04:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:04:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 PM notification timeout (pid 26, powerd)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:29 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:33 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:33 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:33 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:33 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:33 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:33 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:33 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:13:33 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
       Feb  4 22:14:29 kauth external resolver time

  • How do I delete a Security Exception from the list of items where 'Confirm Security Exception' has been selected?

    I looked at all the previous solutions, some of which were the same., but they didn't answer my question.
    Firefox 17.01
    Ubuntu 12.04
    If I go to
    Edit --> Preferences --> Advanced --> Encryption
    it looks like 'View Certificates' is the likeliest place to look for the Security Exceptions resulting from me clicking 'Confirm Security Exception'.
    I have looked at the five tabs on the next dialog box 'Certificate Manager', and the most likely looks like the 'Servers' tab.
    On this tab, I can see that there is a button to 'Add Exception...', but nowhere to 'Show Exceptions', and the 'Add Exception...' button only provides means to add a new exception.

    Correct: you can find the exceptions under the '''Servers''' tab. Unlike other entries, your custom exceptions should have the '''Server''' column filled out; this should make them easier to locate. Select an entry, then click the '''Delete...''' button.

  • Overlapping polygon and how to determine the points

    I have a larger footprint polygon/table called A and a sub-polygon/table called B.
    I need to identify which is polygon A and which is polygon B because they overlap with each other.
    And I need to identify all the point that falls within A and B.
    which means A = A and B = A+B and the other points that do notfall within A and B will be null.
    How do I start this assignment?
    I was thinking
    alter table A
    add  (ID varchar( 50 BYTE)) ;
    update A
    set ID = 'larger';
    --TO do a point in Polygon
    PROCEDURE point_polyA
    IS
         proc_name varchar2(50);
    BEGIN
         proc_name := 'point_polyA';
         add_log(proc_name,'Start processingpolyA');
         COMMIT;
         FOR x IN (SELECT id, geoloc
                       FROM A)
         LOOP     
              FOR y IN (SELECT a.*
                            FROM point
                           WHERE sdo_filter (A.geoloc, x.geoloc) = 'TRUE')
              LOOP               
                   IF sdo_geom.relate(y.geoloc, 'ANYINTERACT', x.geoloc, 5) = 'TRUE' THEN
                        INSERT INTO point_polyA ( id)
                             VALUES ( x.id);
                   END IF;          
              END LOOP;
              COMMIT;
         END LOOP;
         add_log(proc_name,'Finish!');
         COMMIT;
         EXCEPTION
                 WHEN OTHERS THEN
                    add_log(proc_name, substr(SQLCODE||' '||SQLERRM, 1, 199));
         COMMIT;Do the same for B then
    select ID
    from A,B
    where sdo_relate(A.geoloc,B.geoloc,'mask = contains') = 'TRUE';Message was edited by:
    CrackerJack

    Hi,
    this
    rownum<2
    making sure that only the one clicked polygon is rendered/displayed
    (pls see the [image of the screen |http://bp0.blogger.com/_8PXbvmaOB6M/SEe0rNCz4nI/AAAAAAAAAWo/lOHcLjbIz-U/s1600-h/verschneiden_snap3.png] )
    i.e. you click on the polygon of the area (county) and get the FOI as per Parameter 1 (which are the records/FOI contained in the first table "DEKUNDEN" = customers)
    in ur above code you will need to say:
    (b.geoloc, :1)
    recommend to firstly try to achieve a result with the delivered MVDEMO data.
    Then the SQL of the theme will look as follows:
    select a.location, a.name,
    a.city, a.sales from customers a where sdo_relate(a.location, (select
    geom from counties b where sdo_contains(b.geom, :1)='TRUE' and
    rownum&lt;2), 'mask=ANYINTERACT')='TRUE'
    re) attributes for both points and polygon
    --> for the points (customer table/theme) usually you get an Infowindow automatically for the theme "customers" for the "Info columns" you have defined in the ADVANCED Tab of the theme in the Mapbuilder.
    --> for the polygon you'll have to assign an info window on "mouse_right_cklick" as the "mouse-click" (left) has already been used for selelcting the polygon.
    and lastly I am not dealing with a webservice - just 2 tables: "customers" (with the POI - points) and "counties" (the polygon - area) from the MVDEMO example data.
    Hope that helped and I did not make more complicated - sorry - but it is quite complex (;-).
    Bernhard
    Edited by: BernhardFW on Aug 25, 2008 1:30 PM

  • I've just hooked my 20" iMac up to my Toshiba 37" HDTV using a mini dvi-HDMI adapter, and works well, EXCEPT for the green tinge (or hue) that is showing up on my TV. Any suggestions or ideas?

    I've just hooked my 20" iMac display up to my Toshiba 37" HDTV using a mini dvi-HDMI adapter, and everything works well, EXCEPT for the green tinge (or hue) that is showing up. Everything else looks pretty good though..... The color that is on my iMac is still good, Its just green on the TV.
    Anyone have suggestions or ideas?

    Try opening the Display System Preferences, then click on the Color options in the Display preferences window that appeared on the Toshiba display. Click on the Calibrate button and follow the instructions for creating a custom ColorSync profile that will hopefully solve the green tinge issue. The Apple Display Calibrator Assistant software that launches when you click on the calibrate button will walk you through the process.Assuming that the green tinge is minor and that you don't have a more serious cable or hardware issue, I am hopeful the results will be worth it.

  • WHEN I GO TO PRIVACY SETTINGS AND CLICK ON EXCEPTIONS AND TYPE IN A WEB ADDRESS TO ALLOW ALL THE TIME IT DOES NOT SAVE IT THE NEXT TIME I SIGN ON TO FIRE FOX IT IS LOST. IT WORKS FINE ON MY DESKTOP BUT NOT ON MY LAPTOP THAT I JUST BOUGHT in English.

    Question
    WHEN I GO TO PRIVACY SETTINGS AND CLICK ON EXCEPTIONS AND TYPE IN A WEB ADDRESS TO ALLOW ALL THE TIME IT DOES NOT SAVE IT THE NEXT TIME I SIGN ON TO FIRE FOX IT IS LOST. IT WORKS FINE ON MY DESKTOP BUT NOT ON MY LAPTOP THAT I JUST BOUGHT in English.

    I just updated my whatsapp...clicked on whatsapp in appstore and now can access my whatsapp

  • Is there an easy way to securely delete everything on my macbook PRO except for the OS and applications?  Giving my old Macbook to a family member.

    Is there an eay way to securely erase all information on my macbook Pro except for the OS and applicatios?  I'm donating my computer but want to eliiminate my files and info.

    Yes, boot to your install disk (start up while holding C key).  Go to Utilities>Disk Utility.  Choose erase and format your disk (make sure it's formatted as Mac OSX extended journaled).  There's is a button for security options.  Choose the 0 option (don't choose the multiple pass versions, or it will take forever, but that's extra security).  The 0 option writes a 0 in every location on the drive, and it takes a few hours.  It would take CIA or highly skilled hacker abilities to dig out any information.
    Once you wipe the disc, reinstall OSX.  You're done.

  • How can I get a file to copy all of the files in a directory except itself and the source of the copy function will be the directory the final program is in?

    How can I get a file to copy all of the files in a directory except itself and the source of the copy function will be the directory the final program is in? This application must be in Lab View 8.

    you mean something like this (see below)?
    Now you may have to implement code to check if the destination folder exists and to create it, etc.  But if you use the Front Panel Control to select the destination folder, it should be okay.
    Not the best implementation, mind you but you'll get the idea..
    Message Edited by JoeLabView on 04-18-2007 03:43 PM
    Attachments:
    copy folder contents.PNG ‏10 KB

  • When I choose a song on my iPhone 5c, it deletes them all except for the ones I have purchased off of iTunes. How do I fix this and why is it happening?

    Ok. So if you didn't know, there are some sites that allow you to download music for free legally. For example many industry artists release "free albums" or "mixtapes" just for their fan base. They are uploaded by the actual artists themselves and downloaded by millions of fans. However when I choose to play one on my iPhone 5c, all of them get deleted except for the iTunes purchased songs. This has never happened before and I would like to know why it is happening now, and how to fix it.
    Thanks.

    Hello yung ron,
    It may be that your iPhone's set to sync automatically, which can potentially remove any music that's been added to the device. It may help to set the device to 'manual mode,' so that you have complete and total control over what content is on the device.
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/HT1535
    Cheers,
    Allen

  • I have created a Blog in iWeb and uploaded it to an FTP server.   It works fine, except that the 'Comments' facility is missing.   When I upload the blog to MobileMe   the 'Comments' facility is there and working great.   How can I solve the problem on th

    I have created a Blog in iWeb and uploaded it to an FTP server.   It works fine, except that the 'Comments' facility is missing.   When I upload the blog to MobileMe   the 'Comments' facility is there and working great.   How can I solve the problem on the FTP server Blog.

    You haven't a problem. You simply did not read the iWeb Help :

  • I have an iphone 4 and it will not boot. I've done everything except downgrade the firmware to 6.1.3 or 6.1.4... is this what needs to happen and if so can I please get a link to do so? thanks

    I have an iphone 4 and it will not boot. I've done everything except downgrade the firmware to 6.1.3 or 6.1.4... is this what needs to happen and if so can I please get a link to do so? thanks

    Hi JACOBfromINSIDEaLION,
    If you are unable to get your iPhone to restore, you will want to perform a restore from recovery mode, as explained in the following article:
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • ITunes has deleted all my music except for the genre I was listening to yesterday.  It has also deleted my purchased movies and all my podcasts and playlists.  Grrr

    iTunes has deleted all my music except for the genre I was listening to yesterday.  It has also deleted my purchased movies and all my podcasts and playlists.  Grrr.  Is there a way to find it all again???

    Hey there MotherMarthaMayhem,
    Welcome to Apple Support Communities.
    This article provides information and troubleshooting tips that may help you find the media that recently went missing from iTunes on your MacBook Pro.
    iTunes: Finding lost media and downloads - Apple Support
    Cheers,
    -Jason

  • Hi! I have an iPhone 4S with iOS 6.1.3 and I have iTunes 11.1.3.8. on my Windows 8. Now I can't sync my iPhone, because the device is not recognised by iTunes. Somebody have any idea why, or what can I do (except refresh the iPhone software) ?

    Hi! I have an iPhone 4S with iOS 6.1.3 and I have iTunes 11.1.3.8. on my Windows 8. Now I can't sync my iPhone, because the device is not recognised by iTunes. Somebody have any idea why, or what can I do (except refresh the iPhone software) ?

    Hi Drazse,
    Thanks for visiting Apple Support Communities.
    If your iPhone is not recognized by iTunes for Windows, the troubleshooting steps in this article may help:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Cheers,
    Jeremy

Maybe you are looking for

  • #Multivalue error in BO webi.

    Hi We are having a webi report based on two Bex queries. One query on top of a multiprovider and another on a DSO. The DSO contains rate category information and mutiprovide contains customer deatils. "Rate Category" is the common field between the t

  • Expdp with parallel writing in one file at a time on OS

    Hi friends, I am facing a strange issue.Despite giving parallel=x parameter the expdp is writing on only one file on OS level at a time,although it is writing into multiple files sequentially (not concurrently) While on other servers i see that expdp

  • How can i check the temperature of my macbook pro

    Hi, my Macbook pro, purchased in November '13, seems to get quite warm when streaming videos or using skype. I understand that these are heavy on the VPU, but it seems to get a lot warmer than my other PC notebooks. The fan was audible for the first

  • SQL statement in servlet giving error

    Please let me know if I need to post this on a different forum, but I thought it was applicable to here. First, let me preface this post by saying I've inserted hardcoded values at the DB (Oracle) level and it worked just fine, so most of the stateme

  • ZEN2 and 4.83SP2 ??!!

    Hi, I know it is not supported, but is there a way to make it work ? TIA Alex Leibovici Swiss Red Cross