SAP B1 APPLICATION IS RUNNING SLOW IN SERVER AFTER UPGRADE

Hi,
The sap application is running slow in server after upgrading it from 9.0 to 9.1 it's taking 5-10 secs to open a document after clicking it and its taking more time in client system.
what are the steps to be taken so that the application will run without any delay.
Regards,
Karthik B

hi please check bellow thread ,it may help you
Client Machines Logon to SAP Server is Very Slow
update the status
regards
AKR

Similar Messages

  • Page still running on old server after upgrade

    I recently upgraded our production server to MX7 from 5.x. I
    had previously upgraded the Development server with no issues.
    However, I upgraded the production server and shut down 5.x
    services. I have a single .cfm page that continues to try to use
    5.x??? I've looked at all of my IIs setting and ColdFusion settings
    and can't seem to track down the problem. When I shut down 5.x
    services it blows up, when I restart them, it works fine. I've
    tried renaming the page, moving it, copying and pasting code. No
    matter what I do it still tries to use 5.x. I don't see any reason
    for this in the code either. Any suggestions?
    Thanks in advance!

    Try requesting the page using the built-in webserver on port
    8500 to rule out a conflict with the web server mapping.
    i.e.
    http://localhost:8500/problempage.cfm
    Please see
    this
    livedoc for more information on using the built-in web
    server.

  • What could be the possible reason for a deployed application to run slow after the target pc comes out of standby mode?

    What could be the possible reason for a deployed application to run slow after the target pc comes out of standby mode?  PC running XP and using the USB to communicate with the DAQ and driver boards.  Application generated with 2010.
    Thanks

    Hello,
    Usually default property is checked 
      system property -> devices ->usb root -> power management -> allow system to switch off device
    Hope this help
    Regards
    Tinnitus
    CLAD / Labview 2011, Win Xp
    Mission d'une semaine- à plusieurs mois laissez moi un MP...
    RP et Midi-pyrénées .Km+++ si possibilité de télétravail
    Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
    Don't forget to valid a good answer / pensez à valider une réponse correcte

  • Slow down Database after upgrading to 10.2.0.5

    Hi
    I am having performance problems after upgrading to 10.2.0.5
    At the beginning I thought the problem was sga too smalle ( ini: 598M , now 1408M ) but even after recreating the database with the new value the problem remains.
    I am sending reports so that someone could give me an idea.
    Thanks in advance!
    DETAILED ADDM REPORT FOR TASK 'TASK_240' WITH ID 240
    Analysis Period: 22-JUN-2011 from 08:34:06 to 16:00:13
    Database ID/Instance: 2462860799/1
    Database/Instance Names: DXT/DXT
    Host Name: thoracle
    Database Version: 10.2.0.5.0
    Snapshot Range: from 71 to 78
    Database Time: 6726 seconds
    Average Database Load: .3 active sessions
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    FINDING 1: 38% impact (2540 seconds)
    SQL statements consuming significant database time were found.
    RECOMMENDATION 1: SQL Tuning, 26% benefit (1763 seconds)
    ACTION: Investigate the SQL statement with SQL_ID "30rku9qg2y30j" for
    possible performance improvements.
    RELEVANT OBJECT: SQL statement with SQL_ID 30rku9qg2y30j and
    PLAN_HASH 2734400036
    select a.owner, a.object_name, INSTR(a.object_type, :"SYS_B_00"),
    :"SYS_B_01" from sys.all_objects a where a.object_type IN
    (:"SYS_B_02",:"SYS_B_03") and a.status = :"SYS_B_04" and a.owner
    like:"SYS_B_05"escape:"SYS_B_06" and a.object_name
    like:"SYS_B_07"escape:"SYS_B_08" union all select c.owner,
    c.synonym_name, INSTR(a.object_type, :"SYS_B_09"), :"SYS_B_10" from
    sys.all_objects a, sys.all_synonyms c where c.table_owner = a.owner
    and c.table_name = a.object_name and a.object_type IN
    (:"SYS_B_11",:"SYS_B_12") and a.status = :"SYS_B_13" and c.owner
    like:"SYS_B_14"escape:"SYS_B_15" and c.synonym_name
    like:"SYS_B_16"escape:"SYS_B_17" union all select distinct b.owner,
    CONCAT(b.package_name, :"SYS_B_18" || b.object_name),
    min(b.position), max(b.overload) from sys.all_arguments b where
    b.package_name IS NOT NULL and b.owner
    like:"SYS_B_19"escape:"SYS_B_20" and b.package_name
    like:"SYS_B_21"escape:"SYS_B_22" group by b.owner,
    CONCAT(b.package_name, :"SYS_B_23" || b.object_name) union all select
    distinct c.owner, CONCAT(c.synonym_name, :"SYS_B_24" ||
    b.object_name), min(b.position), max(b.overload) from
    sys.all_arguments b, sys.all_synonyms c where c.table_owner = b.owner
    and c.table_name = b.package_name and b.package_name IS NOT NULL and
    c.owner like:"SYS_B_25"escape:"SYS_B_26" and c.synonym_name
    like:"SYS_B_27"escape:"SYS_B_28" group by c.owner,
    CONCAT(c.synonym_name, :"SYS_B_29" || b.object_name) union all select
    distinct c.owner, c.synonym_name, min(b.position), max(b.overload)
    from sys.all_arguments b, sys.all_synonyms c where c.owner = b.owner
    and c.table_owner=b.package_name and c.table_name=b.object_name and
    c.owner like:"SYS_B_30"escape:"SYS_B_31" and c.synonym_name
    like:"SYS_B_32"escape:"SYS_B_33" group by c.owner, c.synonym_name
    RATIONALE: SQL statement with SQL_ID "30rku9qg2y30j" was executed 12270
    times and had an average elapsed time of 0.036 seconds.
    RATIONALE: Waiting for event "cursor: pin S wait on X" in wait class
    "Concurrency" accounted for 7% of the database time spent in
    processing the SQL statement with SQL_ID "30rku9qg2y30j".
    RECOMMENDATION 2: SQL Tuning, 23% benefit (1550 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "7yv1ba0c8y86t".
    RELEVANT OBJECT: SQL statement with SQL_ID 7yv1ba0c8y86t and
    PLAN_HASH 2684283631
    Select WSTJ_.ROWID, WSTJ_.*, WMVD_.*
    From THPR.STOJOU WSTJ_, THPR.SMVTD WMVD_ Where ((WMVD_.VCRTYP_0(+) =
    WSTJ_.VCRTYP_0) AND (WMVD_.VCRNUM_0(+) = WSTJ_.VCRNUM_0) AND
    (WMVD_.VCRLIN_0(+) = WSTJ_.VCRLIN_0))
    And WMVD_.CCE2_0 = :1 And WSTJ_.IPTDAT_0 <= :2 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_0",:"SYS_B_1") <> :3 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_2",:"SYS_B_3") <> :4 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_4",:"SYS_B_5") <> :5 And
    ((WSTJ_.TRSFAM_0 = :6) Or (WSTJ_.TRSFAM_0 = :7))
    Order by WSTJ_.STOFCY_0,WSTJ_.UPDCOD_0,WSTJ_.ITMREF_0,WSTJ_.IPTDAT_0
    Desc,WSTJ_.MVTSEQ_0,WSTJ_.MVTIND_0
    RATIONALE: SQL statement with SQL_ID "7yv1ba0c8y86t" was executed 47
    times and had an average elapsed time of 32 seconds.
    RECOMMENDATION 3: SQL Tuning, 14% benefit (926 seconds)
    ACTION: Use bigger fetch arrays while fetching results from the SELECT
    statement with SQL_ID "7yv1ba0c8y86t".
    RELEVANT OBJECT: SQL statement with SQL_ID 7yv1ba0c8y86t and
    PLAN_HASH 2684283631
    Select WSTJ_.ROWID, WSTJ_.*, WMVD_.*
    From THPR.STOJOU WSTJ_, THPR.SMVTD WMVD_ Where ((WMVD_.VCRTYP_0(+) =
    WSTJ_.VCRTYP_0) AND (WMVD_.VCRNUM_0(+) = WSTJ_.VCRNUM_0) AND
    (WMVD_.VCRLIN_0(+) = WSTJ_.VCRLIN_0))
    And WMVD_.CCE2_0 = :1 And WSTJ_.IPTDAT_0 <= :2 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_0",:"SYS_B_1") <> :3 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_2",:"SYS_B_3") <> :4 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_4",:"SYS_B_5") <> :5 And
    ((WSTJ_.TRSFAM_0 = :6) Or (WSTJ_.TRSFAM_0 = :7))
    Order by WSTJ_.STOFCY_0,WSTJ_.UPDCOD_0,WSTJ_.ITMREF_0,WSTJ_.IPTDAT_0
    Desc,WSTJ_.MVTSEQ_0,WSTJ_.MVTIND_0
    FINDING 2: 37% impact (2508 seconds)
    Time spent on the CPU by the instance was responsible for a substantial part
    of database time.
    RECOMMENDATION 1: SQL Tuning, 26% benefit (1763 seconds)
    ACTION: Investigate the SQL statement with SQL_ID "30rku9qg2y30j" for
    possible performance improvements.
    RELEVANT OBJECT: SQL statement with SQL_ID 30rku9qg2y30j and
    PLAN_HASH 2734400036
    select a.owner, a.object_name, INSTR(a.object_type, :"SYS_B_00"),
    :"SYS_B_01" from sys.all_objects a where a.object_type IN
    (:"SYS_B_02",:"SYS_B_03") and a.status = :"SYS_B_04" and a.owner
    like:"SYS_B_05"escape:"SYS_B_06" and a.object_name
    like:"SYS_B_07"escape:"SYS_B_08" union all select c.owner,
    c.synonym_name, INSTR(a.object_type, :"SYS_B_09"), :"SYS_B_10" from
    sys.all_objects a, sys.all_synonyms c where c.table_owner = a.owner
    and c.table_name = a.object_name and a.object_type IN
    (:"SYS_B_11",:"SYS_B_12") and a.status = :"SYS_B_13" and c.owner
    like:"SYS_B_14"escape:"SYS_B_15" and c.synonym_name
    like:"SYS_B_16"escape:"SYS_B_17" union all select distinct b.owner,
    CONCAT(b.package_name, :"SYS_B_18" || b.object_name),
    min(b.position), max(b.overload) from sys.all_arguments b where
    b.package_name IS NOT NULL and b.owner
    like:"SYS_B_19"escape:"SYS_B_20" and b.package_name
    like:"SYS_B_21"escape:"SYS_B_22" group by b.owner,
    CONCAT(b.package_name, :"SYS_B_23" || b.object_name) union all select
    distinct c.owner, CONCAT(c.synonym_name, :"SYS_B_24" ||
    b.object_name), min(b.position), max(b.overload) from
    sys.all_arguments b, sys.all_synonyms c where c.table_owner = b.owner
    and c.table_name = b.package_name and b.package_name IS NOT NULL and
    c.owner like:"SYS_B_25"escape:"SYS_B_26" and c.synonym_name
    like:"SYS_B_27"escape:"SYS_B_28" group by c.owner,
    CONCAT(c.synonym_name, :"SYS_B_29" || b.object_name) union all select
    distinct c.owner, c.synonym_name, min(b.position), max(b.overload)
    from sys.all_arguments b, sys.all_synonyms c where c.owner = b.owner
    and c.table_owner=b.package_name and c.table_name=b.object_name and
    c.owner like:"SYS_B_30"escape:"SYS_B_31" and c.synonym_name
    like:"SYS_B_32"escape:"SYS_B_33" group by c.owner, c.synonym_name
    RATIONALE: SQL statement with SQL_ID "30rku9qg2y30j" was executed 12270
    times and had an average elapsed time of 0.036 seconds.
    RATIONALE: Waiting for event "cursor: pin S wait on X" in wait class
    "Concurrency" accounted for 7% of the database time spent in
    processing the SQL statement with SQL_ID "30rku9qg2y30j".
    RATIONALE: Average CPU used per execution was 0.036 seconds.
    RECOMMENDATION 2: SQL Tuning, 23% benefit (1550 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "7yv1ba0c8y86t".
    RELEVANT OBJECT: SQL statement with SQL_ID 7yv1ba0c8y86t and
    PLAN_HASH 2684283631
    Select WSTJ_.ROWID, WSTJ_.*, WMVD_.*
    From THPR.STOJOU WSTJ_, THPR.SMVTD WMVD_ Where ((WMVD_.VCRTYP_0(+) =
    WSTJ_.VCRTYP_0) AND (WMVD_.VCRNUM_0(+) = WSTJ_.VCRNUM_0) AND
    (WMVD_.VCRLIN_0(+) = WSTJ_.VCRLIN_0))
    And WMVD_.CCE2_0 = :1 And WSTJ_.IPTDAT_0 <= :2 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_0",:"SYS_B_1") <> :3 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_2",:"SYS_B_3") <> :4 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_4",:"SYS_B_5") <> :5 And
    ((WSTJ_.TRSFAM_0 = :6) Or (WSTJ_.TRSFAM_0 = :7))
    Order by WSTJ_.STOFCY_0,WSTJ_.UPDCOD_0,WSTJ_.ITMREF_0,WSTJ_.IPTDAT_0
    Desc,WSTJ_.MVTSEQ_0,WSTJ_.MVTIND_0
    RATIONALE: SQL statement with SQL_ID "7yv1ba0c8y86t" was executed 47
    times and had an average elapsed time of 32 seconds.
    RATIONALE: Average CPU used per execution was 32 seconds.
    RECOMMENDATION 3: SQL Tuning, 5.8% benefit (390 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "cbtd2nt52qn1c".
    RELEVANT OBJECT: SQL statement with SQL_ID cbtd2nt52qn1c and
    PLAN_HASH 2897530229
    Select DAE_.ROWID, DAE_.*, HAE_.*
    From THPR.GACCENTRYD DAE_, THPR.GACCENTRY HAE_ Where ((HAE_.TYP_0(+)
    = DAE_.TYP_0) AND (HAE_.NUM_0(+) = DAE_.NUM_0))
    And HAE_.CPY_0 = :1 And HAE_.ACCDAT_0 >= :2 And HAE_.ACCDAT_0 <= :3
    And DAE_.ACC_0 = :4 And HAE_.FCY_0 >= :5 And HAE_.FCY_0 <= :6
    Order by DAE_.BPR_0,DAE_.CUR_0,DAE_.ACC_0
    RATIONALE: SQL statement with SQL_ID "cbtd2nt52qn1c" was executed 12980
    times and had an average elapsed time of 0.03 seconds.
    RATIONALE: Average CPU used per execution was 0.029 seconds.
    RECOMMENDATION 4: SQL Tuning, 2.1% benefit (138 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "33t7fszkr29gy".
    RELEVANT OBJECT: SQL statement with SQL_ID 33t7fszkr29gy and
    PLAN_HASH 2684283631
    Select WSTJ_.ROWID, WSTJ_.*, WMVD_.*
    From THPR.STOJOU WSTJ_, THPR.SMVTD WMVD_ Where ((WMVD_.VCRTYP_0(+) =
    WSTJ_.VCRTYP_0) AND (WMVD_.VCRNUM_0(+) = WSTJ_.VCRNUM_0) AND
    (WMVD_.VCRLIN_0(+) = WSTJ_.VCRLIN_0))
    And WMVD_.CCE2_0 = :1 And WSTJ_.IPTDAT_0 <= :2 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_0",:"SYS_B_1") <> :3 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_2",:"SYS_B_3") <> :4 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_4",:"SYS_B_5") <> :5 And
    (((WSTJ_.TRSFAM_0 = :6) Or (WSTJ_.TRSFAM_0 = :7)))
    Order by WSTJ_.STOFCY_0,WSTJ_.UPDCOD_0,WSTJ_.ITMREF_0,WSTJ_.IPTDAT_0
    Desc,WSTJ_.MVTSEQ_0,WSTJ_.MVTIND_0
    RATIONALE: SQL statement with SQL_ID "33t7fszkr29gy" was executed 1
    times and had an average elapsed time of 136 seconds.
    RATIONALE: Average CPU used per execution was 138 seconds.
    FINDING 3: 15% impact (1008 seconds)
    SQL statements with the same text were not shared because of cursor
    environment mismatch. This resulted in additional hard parses which were
    consuming significant database time.
    RECOMMENDATION 1: Application Analysis, 15% benefit (1008 seconds)
    ACTION: Look for top reason for cursor environment mismatch in
    V$SQL_SHARED_CURSOR.
    ADDITIONAL INFORMATION:
    Common causes of environment mismatch are session NLS settings, SQL
    trace settings and optimizer parameters.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Hard parsing of SQL statements was consuming significant
    database time. (20% impact [1336 seconds])
    SYMPTOM: Contention for latches related to the shared pool was
    consuming significant database time. (2% impact [135
    seconds])
    INFO: Waits for "cursor: pin S wait on X" amounted to 1% of
    database time.
    SYMPTOM: Wait class "Concurrency" was consuming significant
    database time. (2.3% impact [154 seconds])
    FINDING 4: 8.5% impact (570 seconds)
    Wait class "User I/O" was consuming significant database time.
    NO RECOMMENDATIONS AVAILABLE
    ADDITIONAL INFORMATION:
    Waits for I/O to temporary tablespaces were not consuming significant
    database time.
    The throughput of the I/O subsystem was not significantly lower than
    expected.
    FINDING 5: 5.3% impact (355 seconds)
    The SGA was inadequately sized, causing additional I/O or hard parses.
    RECOMMENDATION 1: DB Configuration, 3.2% benefit (215 seconds)
    ACTION: Increase the size of the SGA by setting the parameter
    "sga_target" to 1740 M.
    ADDITIONAL INFORMATION:
    The value of parameter "sga_target" was "1392 M" during the analysis
    period.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Hard parsing of SQL statements was consuming significant
    database time. (20% impact [1336 seconds])
    SYMPTOM: Contention for latches related to the shared pool was
    consuming significant database time. (2% impact [135
    seconds])
    INFO: Waits for "cursor: pin S wait on X" amounted to 1% of
    database time.
    SYMPTOM: Wait class "Concurrency" was consuming significant
    database time. (2.3% impact [154 seconds])
    SYMPTOM: Wait class "User I/O" was consuming significant database time.
    (8.5% impact [570 seconds])
    INFO: Waits for I/O to temporary tablespaces were not consuming
    significant database time.
    The throughput of the I/O subsystem was not significantly lower
    than expected.
    FINDING 6: 4.2% impact (281 seconds)
    Cursors were getting invalidated due to DDL operations. This resulted in
    additional hard parses which were consuming significant database time.
    RECOMMENDATION 1: Application Analysis, 4.2% benefit (281 seconds)
    ACTION: Investigate appropriateness of DDL operations.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Hard parsing of SQL statements was consuming significant
    database time. (20% impact [1336 seconds])
    SYMPTOM: Contention for latches related to the shared pool was
    consuming significant database time. (2% impact [135
    seconds])
    INFO: Waits for "cursor: pin S wait on X" amounted to 1% of
    database time.
    SYMPTOM: Wait class "Concurrency" was consuming significant
    database time. (2.3% impact [154 seconds])
    FINDING 7: 4% impact (266 seconds)
    Waits on event "log file sync" while performing COMMIT and ROLLBACK operations
    were consuming significant database time.
    RECOMMENDATION 1: Host Configuration, 4% benefit (266 seconds)
    ACTION: Investigate the possibility of improving the performance of I/O
    to the online redo log files.
    RATIONALE: The average size of writes to the online redo log files was
    26 K and the average time per write was 2 milliseconds.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Wait class "Commit" was consuming significant database time.
    (4% impact [266 seconds])
    FINDING 8: 2.9% impact (192 seconds)
    Soft parsing of SQL statements was consuming significant database time.
    RECOMMENDATION 1: Application Analysis, 2.9% benefit (192 seconds)
    ACTION: Investigate application logic to keep open the frequently used
    cursors. Note that cursors are closed by both cursor close calls and
    session disconnects.
    RECOMMENDATION 2: DB Configuration, 2.9% benefit (192 seconds)
    ACTION: Consider increasing the maximum number of open cursors a session
    can have by increasing the value of parameter "open_cursors".
    ACTION: Consider increasing the session cursor cache size by increasing
    the value of parameter "session_cached_cursors".
    RATIONALE: The value of parameter "open_cursors" was "800" during the
    analysis period.
    RATIONALE: The value of parameter "session_cached_cursors" was "20"
    during the analysis period.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Contention for latches related to the shared pool was consuming
    significant database time. (2% impact [135 seconds])
    INFO: Waits for "cursor: pin S wait on X" amounted to 1% of database
    time.
    SYMPTOM: Wait class "Concurrency" was consuming significant database
    time. (2.3% impact [154 seconds])
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ADDITIONAL INFORMATION
    Wait class "Application" was not consuming significant database time.
    Wait class "Configuration" was not consuming significant database time.
    Wait class "Network" was not consuming significant database time.
    Session connect and disconnect calls were not consuming significant database
    time.
    The database's maintenance windows were active during 100% of the analysis
    period.
    The analysis of I/O performance is based on the default assumption that the
    average read time for one database block is 10000 micro-seconds.
    An explanation of the terminology used in this report is available when you
    run the report with the 'ALL' level of detail.

    user12023161 wrote:
    I have upgraded 10.2.0.3.0 to 10.2.0.5.0 and facing same issue. The database is slow in general after upgrade compared to 10.2.0.3.0.Try setting OPTIMIZER_FEATURE_ENABLE parameter to 10.2.0.3.
    Refer following link:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams142.htm

  • Mavericks Mail not working properly with Exchange server after upgrade from Lion

    Mail will no longer maintain a stable connection to my company's Exchange server after upgrading to Mavericks from Lion.  Nothing has been changed on the Exchange server.  It has only partially downloaded the messages that are on the server.  It seems to download current messages when they hit the server.  It has difficulty sending messages.  When I send a message, it gets stuck in the Outbox.  It is constantly losing the connection to the server.  The problem is only occuring with Exchange email.  My iCloud email works properly as well as a POP3 account.

    No shortage of pre-existing threads on Mavericks mail issues...
    https://discussions.apple.com/message/23706759#23706759
    https://discussions.apple.com/message/23469853#23469853
    https://discussions.apple.com/message/24277596#24277596
    https://discussions.apple.com/message/23769976#23769976
    https://discussions.apple.com/message/19077388#19077388
    https://discussions.apple.com/message/24170482#24170482
    https://discussions.apple.com/message/24483692#24483692

  • My iphone got slow on keyboard after upgrade...  Any hints ?  Tia .

    Hi team
    my iphone got slow on keyboard after upgrade...  Any hints ?  Tia .

    No, I have not done a restore with no backup but I'll try (when my job will let me some time to spend for myself).
    Contacts, music, calendars etc. work fine (I don't have pictures on my iPhone) but everything "feels" slow and intermittent.
    I'll let you know about the complete initialization.
    cheers
    rob

  • SAP EP Error: Dispatcher running but no server connected!

    Hi
    Every body
    I tried to activate the debug remote, I access on configTool and on the section of process node I activate the options of debugabble, enable debugable , restricted load balancing.
    Then I apply the changes and restart the services and my SAP EP didn't run. I try to deploy my app on NWDS and the it can't connect with vm and check whether the SAP J2EE Engine is up and running.
    All the services are running.
    Then I try to revert the configuration of debug to try deactivate the options, apply and restart the services but my SAP EP get the error:
    SAP WebAS Engine is starting...
    If this state does not change within a few minutes,
    please contact your system administrator.
    Check the recommendations in SAP Notes: 943498, 764417
    Message: Dispatcher running but no server connected!
      Details:   No details available
    All the services are running.
    How can I solve the problem.?

    This is the log trac.................
    trc file: "F:\usr\sap\EPD\JC00\work\dev_server0", trc level: 1, release: "701"
    node name   : ID1917850
    pid         : 4544
    system name : EPD
    system nr.  : 00
    started at  : Tue May 24 10:29:18 2011
    arguments       :
           arg[00] : F:\usr\sap\EPD\JC00\exe\jlaunch.exe
           arg[01] : pf=F:\usr\sap\EPD\SYS\profile\EPD_JC00_bvpmepd
           arg[02] : -DSAPINFO=EPD_00_server
           arg[03] : pf=F:\usr\sap\EPD\SYS\profile\EPD_JC00_bvpmepd
    [Thr 4408] Tue May 24 10:29:18 2011
    [Thr 4408] *** WARNING => INFO: Unknown property [instance.box.number=EPDJC00bvpmepd] [jstartxx.c   841]
    [Thr 4408] *** WARNING => INFO: Unknown property [instance.en.host=bvpmepd] [jstartxx.c   841]
    [Thr 4408] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 4408] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties]
    -> ms host    : bvpmepd
    -> ms port    : 3901
    -> OS libs    : F:\usr\sap\EPD\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : bvpmepd
    -> ms port    : 3901
    -> os libs    : F:\usr\sap\EPD\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID1917800  : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID1917850  : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID1917800            : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    -> [01] ID1917850            : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    [Thr 4408] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4408] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4376] JLaunchRequestFunc: Thread 4376 started as listener thread for np messages.
    [Thr 2556] WaitSyncSemThread: Thread 2556 started as semaphore monitor thread.
    [Thr 4408] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 4408] CPIC (version=701.2009.01.26)
    [Thr 4408] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_19-x64\
    [Thr 4408] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\EPD\JC00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID1917850]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_19-x64\
    -> java parameters    : -XX:MaxNewSize=341M -XX:NewSize=341M -XX:MaxPermSize=512M -XX:PermSize=512M -XX:ReservedCodeCacheSize=64M -XX:CodeCacheMinimumFreeSpace=2M -XX:CompilerThreadStackSize=4096 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -XX:HandlePromotionFailure -XX:UseParNewGC -XX:DisableExplicitGC -XX:UseTLAB -XX:PrintGCTimeStamps -XX:PrintGCDetails -verbose:gc -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -Djco.jarm=1 -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djava.security.policy=./java.policy -XX:+JavaMonitorsInStackTrace -Xbootclasspath/p:F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-201
    0-04-22/wily/connectors/AutoProbeConnector.jar;F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/Agent.jar -Dcom.wily.introscope.agent.agentName=EPD_JC00_server0 -Dcom.wily.introscope.agentProfile=F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/IntroscopeAgent.profile
    -> java vm version    : 1.4.2_19-rev-b07
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : F:\usr\sap\EPD\JC00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : F:\usr\sap\EPD\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : F:\usr\sap\EPD\JC00\exe\jstartup.jar;F:\usr\sap\EPD\JC00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 4408] JLaunchISetDebugMode: set debug mode [no]
    [Thr 10136] JLaunchIStartFunc: Thread 10136 started as Java VM thread.
    [Thr 10136] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -XX:MaxNewSize=341M
    -> arg[  4]: -XX:NewSize=341M
    -> arg[  5]: -XX:MaxPermSize=512M
    -> arg[  6]: -XX:PermSize=512M
    -> arg[  7]: -XX:ReservedCodeCacheSize=64M
    -> arg[  8]: -XX:CodeCacheMinimumFreeSpace=2M
    -> arg[  9]: -XX:CompilerThreadStackSize=4096
    -> arg[ 10]: -XX:SurvivorRatio=2
    -> arg[ 11]: -XX:TargetSurvivorRatio=90
    -> arg[ 12]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 13]: -XX:+HandlePromotionFailure
    -> arg[ 14]: -XX:+UseParNewGC
    -> arg[ 15]: -XX:+DisableExplicitGC
    -> arg[ 16]: -XX:+UseTLAB
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -XX:+PrintGCDetails
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -Dsun.io.useCanonCaches=false
    -> arg[ 21]: -Djava.awt.headless=true
    -> arg[ 22]: -Djco.jarm=1
    -> arg[ 23]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 24]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 25]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 26]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 27]: -Djava.security.policy=./java.policy
    -> arg[ 28]: -XX:+JavaMonitorsInStackTrace
    -> arg[ 29]: -Xbootclasspath/p:F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/connectors/AutoProbeConnector.jar;F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/Agent.jar
    -> arg[ 30]: -Dcom.wily.introscope.agent.agentName=EPD_JC00_server0
    -> arg[ 31]: -Dcom.wily.introscope.agentProfile=F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/IntroscopeAgent.profile
    -> arg[ 32]: -Dsys.global.dir=F:\usr\sap\EPD\SYS\global
    -> arg[ 33]: -Dapplication.home=F:\usr\sap\EPD\JC00\exe
    -> arg[ 34]: -Djava.class.path=F:\usr\sap\EPD\JC00\exe\jstartup.jar;F:\usr\sap\EPD\JC00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 35]: -Djava.library.path=C:\j2sdk1.4.2_19-x64
    jre\bin\server;C:\j2sdk1.4.2_19-x64
    jre\bin;C:\j2sdk1.4.2_19-x64
    bin;F:\usr\sap\EPD\JC00\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_19-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\WinRAR;F:\usr\sap\EPD\SYS\exe\uc\NTAMD64
    -> arg[ 36]: -Dmemory.manager=2048M
    -> arg[ 37]: -Xmx2048M
    -> arg[ 38]: -Xms2048M
    -> arg[ 39]: -Xss2M
    -> arg[ 40]: -DLoadBalanceRestricted=yes
    -> arg[ 41]: -Djstartup.mode=JCONTROL
    -> arg[ 42]: -Djstartup.ownProcessId=4544
    -> arg[ 43]: -Djstartup.ownHardwareId=W1658296922
    -> arg[ 44]: -Djstartup.whoami=server
    -> arg[ 45]: -Djstartup.debuggable=no
    -> arg[ 46]: -Xss2m
    -> arg[ 47]: -DSAPINFO=EPD_00_server
    -> arg[ 48]: -DSAPSTARTUP=1
    -> arg[ 49]: -DSAPSYSTEM=00
    -> arg[ 50]: -DSAPSYSTEMNAME=EPD
    -> arg[ 51]: -DSAPMYNAME=bvpmepd_EPD_00
    -> arg[ 52]: -DSAPDBHOST=BVPMEPD
    -> arg[ 53]: -Dj2ee.dbhost=BVPMEPD
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 10136] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4852] Tue May 24 10:29:19 2011
    [Thr 4852] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4852] Tue May 24 10:29:20 2011
    [Thr 4852] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4852] JLaunchISetClusterId: set cluster id 1917850
    [Thr 4852] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4852] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Tue May 24 10:29:24 2011
    5.804: [GC 5.805: [ParNew: 174592K->12953K(261888K), 0.0158996 secs] 174592K->12953K(2009856K), 0.0159580 secs]

  • Slow Mac Mini Server after upgrading to OS X Yosemite

    I Have a Mac Mini Server mid 2010. With 2.66Ghz intel Core 2 Duo and 4Gb DDR3 and after upgrading to OS X Yosemite the computer is really slow and get stuck very often. Please help me figuring out what’s the problem and to make it run faster.

    EtreCheck version: 2.1.8 (121)
    Report generated 29 במרץ 2015 בשעה 21:15:38 GMT+3
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        Mac mini Server (Mid 2010) (Technical Specifications)
        Mac mini - model: Macmini4,1
        1 2.66 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 320M - VRAM: 256 MB
            HDMI     spdisplays_1080p
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:13:17
    Disk Information: ℹ️
        ST9500420ASG disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            adrian (disk0s2) / : 499.25 GB (352.51 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        ST9500420ASG disk1 : (500.11 GB)
            EFI (disk1s1) <not mounted> : 210 MB
            roy (disk1s2) /Volumes/roy : 499.76 GB (499.32 GB free)
    USB Information: ℹ️
        Apple Inc. MacBook Air SuperDrive
        Microsoft Microsoft® Nano Transceiver v2.0
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        NOVATEK USB Keyboard
        Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Extensions
        [not loaded]    com.lge.driver.LGAndroidmdmcontrol (4.12 - SDK 10.9) [Click for support]
        [not loaded]    com.lge.driver.LGAndroidmdmdata (4.12 - SDK 10.9) [Click for support]
        [not loaded]    com.lge.driver.LGAndroidndiscontrol (4.12 - SDK 10.9) [Click for support]
        [not loaded]    com.lge.driver.LGAndroidndisdata (4.12 - SDK 10.9) [Click for support]
        [not loaded]    com.lge.driver.LGAndroidserial (4.12 - SDK 10.9) [Click for support]
        [not loaded]    com.lge.driver.LGAndroidusbbus (4.12 - SDK 10.9) [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.bittorrent.uTorrent.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    יישום  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        uTorrent    יישום  (/Applications/uTorrent.app)
    Internet Plug-ins: ℹ️
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Flip4Mac WMV Plugin: Version: 3.0.0.126   - SDK 10.8 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Default Browser: Version: 600 - SDK 10.10
    Safari Extensions: ℹ️
        AdBlock
        Adblock Plus
        SafariRestore
        New Tab Button
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             7%    WindowServer
             2%    uTorrent
             0%    AppleSpell
             0%    mds_stores
             0%    fontd
    Top Processes by Memory: ℹ️
        228 MB    Google Chrome
        146 MB    Finder
        103 MB    ocspd
        90 MB    WindowServer
        69 MB    mds_stores
    Virtual Memory Information: ℹ️
        56 MB    Free RAM
        1.63 GB    Active RAM
        1.59 GB    Inactive RAM
        723 MB    Wired RAM
        1.78 GB    Page-ins
        3 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 29, 2015, 09:00:49 PM    Self test - passed

  • Original Iphone Running Slow with 2.0 Upgrade?

    After upgrading to the new software update 2.0, my original Iphone seems to be running slower than previously. This includes switching from applications, moving screens and even typing a simple note or text. Anyone else having this issue? If so, anyone have a quick fix on this? And yes, I have restarted the Iphone with no luck as well.

    I think Apple is having massive issues with this whole "upgrade". In my opinion it has to do with the fact that applications can't run in the background (like most other real smartphones on the planet). I took my first generation iPhone into the store for this issue; the slowness progressed to the point that the entire phone crashed routinely requiring a full restore at least once every 3 days and several restarts a day. I had to restore my phone about 6 or 7 times a week.
    I went into the store and they had a pile of 1st generation iPhones sitting there. Rather than go through the standard checklist of things that might be wrong, the Apple rep just handed me a new one and said that the new one should solve the issue. Three other customers were in there for the exact same reason; i overheard the rep tell one upset customer that it has to do with memory overload and that the memory module will eventually crash; hence the need for a new phone.
    Going through this whole experience made me realize what an idiot i was to ditch my Curve for this garbage. I am waiting for the Blackberry Bold to be released and then i am ditching this paper-weight. Oh, and the new iPhone is even worse and is currently in restore mode as i write this.
    Note to Apple; please continue to deny that you made a crappy product and continue to blame your issues on developers and the consumer. I am sure that business users like myself will be going back to RIM as soon as they can.
    Advice to Business Apple iPhone Users; Sell your iPhone on ebay to some moron who is interested in playing Monkeyball and get a real business device that actually pushes email and doesn't crash three times a day.

  • Mac Mail slow to sync after upgrade Yosemite 10.10.2 and OS X Server 4.0.3

    We have deployed server OS X Server 4.0.3 and all client computer configured with DNS, Open Directory and Mail Server of OS X Server 4.0.3. It is quick to deliver mail before upgrade. And it is quick to deliver mail from iOS now. But it too slow to use Mac Mail. Even send to myself from intranet it costs 3 mins.

    I have no solution but have experienced failing sync settings (quite often) in both 10.6 Server and 10.9 + Server 3 (upgraded from 10.6 Server) in the same way as you described, it syncs too much. We have given up on synched home folders and will cut them and use other backup methods since we’re not so dependant on switching between different devices. Our users usually have one computer, one iPhone, one iPad and stay with those until it’s time to exchange them.

  • Slow boot time after upgrading to Mavericks

    I use MBP mid 2010 it came with Snow Leopard 10.6.8. About 2 months ago I upgraded to 10.9.2 and ever since I'm experiencing slower boot time - in previous OS it started within less than 30sec and right now it starts around ~1min untill I see the desktop, following another minute loading a few applications I have on startup.
    So far I tried many solutions, including repairing permissions, I recently uninstalled Paragon NTFS (which helped with slow shutdown I experienced too, but not any longer), updating my software so it is the newest version, I also uninstalled SMCFanControl after which I did reset SMC and PRAM. But when I view boot logs I still have some errors with SMC..
    If someone could take a look at my logs and tell me what should I do more I will greatly appreciate.
    13.05.2014 19:59:20,000 bootlog[0]: BOOT_TIME 1400003960 0
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 kernel[0]: Longterm timer threshold: 1000 ms
    13.05.2014 19:59:34,000 kernel[0]: Darwin Kernel Version 13.1.0: Wed Apr  2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
    13.05.2014 19:59:34,000 kernel[0]: vm_page_bootstrap: 1889879 free pages and 190889 wired pages
    13.05.2014 19:59:34,000 kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    13.05.2014 19:59:34,000 kernel[0]: zone leak detection enabled
    13.05.2014 19:59:34,000 kernel[0]: "vm_compressor_mode" is 4
    13.05.2014 19:59:34,000 kernel[0]: standard timeslicing quantum is 10000 us
    13.05.2014 19:59:34,000 kernel[0]: standard background quantum is 2500 us
    13.05.2014 19:59:34,000 kernel[0]: mig_table_max_displ = 74
    13.05.2014 19:59:34,000 kernel[0]: Notice - new kext jp.co.canon.bj.print.BJUSBLoad, v10.69 matches prelinked kext but can't determine if executables are the same (no UUIDs).
    13.05.2014 19:59:34,000 kernel[0]: Refusing new kext jp.co.canon.bj.print.BJUSBLoad, v10.69: already have prelinked v10.75.20.
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    13.05.2014 19:59:34,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    13.05.2014 19:59:34,000 kernel[0]: calling mpo_policy_init for Sandbox
    13.05.2014 19:59:34,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    13.05.2014 19:59:34,000 kernel[0]: calling mpo_policy_init for Quarantine
    13.05.2014 19:59:34,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    13.05.2014 19:59:34,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    13.05.2014 19:59:34,000 kernel[0]: The Regents of the University of California. All rights reserved.
    13.05.2014 19:59:34,000 kernel[0]: MAC Framework successfully initialized
    13.05.2014 19:59:34,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    13.05.2014 19:59:34,000 kernel[0]: AppleKeyStore starting (BUILT: Jan 16 2014 20:19:00)
    13.05.2014 19:59:34,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    13.05.2014 19:59:34,000 kernel[0]: ACPI: sleep states S3 S4 S5
    13.05.2014 19:59:34,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0024
    13.05.2014 19:59:34,000 kernel[0]: AppleIntelCPUPowerManagement: (built 19:46:50 Jan 16 2014) initialization complete
    13.05.2014 19:59:34,000 kernel[0]: pci (build 20:00:24 Jan 16 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration begin ]
    13.05.2014 19:59:34,000 kernel[0]: console relocated to 0xf80030000
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration end, bridges 7, devices 16 ]
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration begin ]
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration end, bridges 8, devices 22 ]
    13.05.2014 19:59:34,000 kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    13.05.2014 19:59:34,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    13.05.2014 19:59:34,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    13.05.2014 19:59:34,000 kernel[0]: rooting via boot-uuid from /chosen: FB479244-794A-3EBC-9E4F-F0FA5BA63EFD
    13.05.2014 19:59:34,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    13.05.2014 19:59:34,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    13.05.2014 19:59:34,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500420AS Media/IOGUIDPartitionScheme/bez nazwy 1@2
    13.05.2014 19:59:34,000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    13.05.2014 19:59:34,000 kernel[0]: BTCOEXIST off
    13.05.2014 19:59:34,000 kernel[0]: BRCM tunables:
    13.05.2014 19:59:34,000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    13.05.2014 19:59:34,000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID d83062fffee66136; max speed s800.
    13.05.2014 19:59:34,000 kernel[0]: hfs: mounted Mac OS X Snow Leopard on device root_device
    13.05.2014 19:59:22,180 com.apple.launchd[1]: *** launchd[1] has started up. ***
    13.05.2014 19:59:22,180 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    13.05.2014 19:59:33,505 com.apple.SecurityServer[14]: Session 100000 created
    13.05.2014 19:59:34,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    13.05.2014 19:59:34,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    13.05.2014 19:59:39,045 hidd[50]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    13.05.2014 19:59:39,046 hidd[50]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    13.05.2014 19:59:39,000 kernel[0]: VM Swap Subsystem is ON
    13.05.2014 19:59:41,000 kernel[0]: Waiting for DSMOS...
    13.05.2014 19:59:43,056 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:43,242 kdc[47]: label: default
    13.05.2014 19:59:43,243 kdc[47]:     dbname: od:/Local/Default
    13.05.2014 19:59:43,243 kdc[47]:     mkey_file: /var/db/krb5kdc/m-key
    13.05.2014 19:59:43,243 kdc[47]:     acl_file: /var/db/krb5kdc/kadmind.acl
    13.05.2014 19:59:44,517 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:44,517 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:44,517 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:44,816 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:44,850 com.apple.usbmuxd[25]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    13.05.2014 19:59:44,876 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:46,000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    13.05.2014 19:59:46,052 configd[17]: dhcp_arp_router: en1 SSID unavailable
    13.05.2014 19:59:46,066 configd[17]: setting hostname to "MBP.local"
    13.05.2014 19:59:46,075 configd[17]: network changed.
    13.05.2014 19:59:46,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    13.05.2014 19:59:48,000 kernel[0]: NVDAStartup: Official
    13.05.2014 19:59:48,000 kernel[0]: NVDANV50HAL loaded and registered
    13.05.2014 19:59:48,000 kernel[0]: init
    13.05.2014 19:59:48,000 kernel[0]: probe
    13.05.2014 19:59:48,000 kernel[0]: start
    13.05.2014 19:59:48,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    13.05.2014 19:59:48,000 kernel[0]: com_protech_nosleepextension: setting state: 0, for mode: 0 (ac-mode)
    13.05.2014 19:59:48,000 kernel[0]: com_protech_nosleepextension: successfully started
    13.05.2014 19:59:48,000 kernel[0]: AGC: 3.4.35, HW version=1.9.22, flags:0, features:20600
    13.05.2014 19:59:48,000 kernel[0]: IOBluetoothUSBDFU::probe
    13.05.2014 19:59:48,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8218 FirmwareVersion - 0x0042
    13.05.2014 19:59:48,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xa000 ****
    13.05.2014 19:59:48,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xa000 ****
    13.05.2014 19:59:48,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xa000
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: Previous Shutdown Cause: 0
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    13.05.2014 19:59:48,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    13.05.2014 19:59:48,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x9ec0 -- 0x2000 -- 0xa000 ****
    13.05.2014 19:59:48,000 kernel[0]: fNumVRAMBlocks is 4
    13.05.2014 19:59:48,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,2301,0de1,0300,c1e1,7800]
    13.05.2014 19:59:48,323 com.apple.SecurityServer[14]: Entering service
    13.05.2014 19:59:48,000 kernel[0]: IOMemoryDescriptor 0x29ccc140f991a899 prepared read only
    13.05.2014 19:59:48,000 kernel[0]: Backtrace 0xffffff80006b9e6e 0xffffff7f823f90e1 0xffffff7f82403fe2 0xffffff8000692fcf 0xffffff8000692b8f 0xffffff800068e769 0xffffff80006936e3
    13.05.2014 19:59:48,000 kernel[0]: Kernel Extensions in backtrace:
    13.05.2014 19:59:48,000 kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f9f7db000->0xffffff7f9f89afff
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9dcba000
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f9e218000
    13.05.2014 19:59:48,000 kernel[0]: IOMemoryDescriptor 0x29ccc140fc22ce99 prepared read only
    13.05.2014 19:59:48,000 kernel[0]: Backtrace 0xffffff80006b9e6e 0xffffff7f823f92db 0xffffff7f82403fe2 0xffffff8000692fcf 0xffffff8000692b8f 0xffffff800068e769 0xffffff80006936e3
    13.05.2014 19:59:48,000 kernel[0]: Kernel Extensions in backtrace:
    13.05.2014 19:59:48,000 kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f9f7db000->0xffffff7f9f89afff
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9dcba000
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f9e218000
    13.05.2014 19:59:48,562 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:48,596 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:48,608 mDNSResponder[40]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    13.05.2014 19:59:48,637 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:48,654 awacsd[63]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    13.05.2014 19:59:48,661 digest-service[75]: label: default
    13.05.2014 19:59:48,661 digest-service[75]:     dbname: od:/Local/Default
    13.05.2014 19:59:48,661 digest-service[75]:     mkey_file: /var/db/krb5kdc/m-key
    13.05.2014 19:59:48,661 digest-service[75]:     acl_file: /var/db/krb5kdc/kadmind.acl
    13.05.2014 19:59:48,662 awacsd[63]: InnerStore CopyAllZones: no info in Dynamic Store
    13.05.2014 19:59:48,663 digest-service[75]: digest-request: uid=0
    13.05.2014 19:59:48,669 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    13.05.2014 19:59:48,692 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    13.05.2014 19:59:48,705 mDNSResponder[40]: mDNS_SetSecretForDomain: ERROR: Could not convert shared secret from base64: domain . key mbp-net.
    13.05.2014 19:59:48,710 configd[17]: network changed: DNS*
    13.05.2014 19:59:48,711 mDNSResponder[40]: D2D_IPC: Loaded
    13.05.2014 19:59:48,711 mDNSResponder[40]: D2DInitialize succeeded
    13.05.2014 19:59:48,712 configd[17]: network changed.
    13.05.2014 19:59:48,716 digest-service[75]: digest-request: netr probe 0
    13.05.2014 19:59:48,718 digest-service[75]: digest-request: init request
    13.05.2014 19:59:48,718 mDNSResponder[40]:   4: Listening for incoming Unix Domain Socket client requests
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F3809560 MBP.local. (AAAA) that's already in the list
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F38099F0 7.1.1.B.C.8.E.F.F.F.2.6.D.6.E.7.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F4001360 MBP.local. (Addr) that's already in the list
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F40017F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    13.05.2014 19:59:48,729 digest-service[75]: digest-request: init return domain: BUILTIN server: MBP indomain was: <NULL>
    13.05.2014 19:59:48,782 networkd[110]: networkd.110 built Aug 24 2013 22:08:46
    13.05.2014 19:59:48,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    13.05.2014 19:59:48,834 kdc[47]: KDC started
    13.05.2014 19:59:48,857 apsd[65]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    13.05.2014 19:59:48,867 systemkeychain[93]: done file: /var/run/systemkeychaincheck.done
    13.05.2014 19:59:48,878 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:48,890 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:48,000 kernel[0]: DSMOS has arrived
    13.05.2014 19:59:48,937 loginwindow[43]: Login Window Application Started
    13.05.2014 19:59:49,001 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:49,009 WindowServer[116]: Server is starting up
    13.05.2014 19:59:49,000 kernel[0]: createVirtIf(): ifRole = 1
    13.05.2014 19:59:49,000 kernel[0]: in func createVirtualInterface ifRole = 1
    13.05.2014 19:59:49,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    13.05.2014 19:59:49,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    13.05.2014 19:59:49,000 kernel[0]: Created virtif 0xffffff803340ac00 p2p0
    13.05.2014 19:59:49,082 airportd[67]: airportdProcessDLILEvent: en1 attached (up)
    13.05.2014 19:59:49,086 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:49,318 mds[39]: (Normal) FMW: FMW 0 0
    13.05.2014 19:59:49,000 kernel[0]: en1: setting diversity to: -1
    13.05.2014 19:59:49,000 kernel[0]: en1: Error configuring antenna diversity (index = -1).
    13.05.2014 19:59:49,000 kernel[0]: en1: setting tx antenna: -1
    13.05.2014 19:59:49,322 locationd[45]: NBB-Could not get UDID for stable refill timing, falling back on random
    13.05.2014 19:59:49,000 kernel[0]: IO80211ScanManager::startScanMultiple: Scan request received from 'airportd' (pid 67) (16 SSIDs, 0 BSSIDs).
    13.05.2014 19:59:49,000 kernel[0]: IO80211ScanManager::startScanMultiple: Initiating scan.
    13.05.2014 19:59:49,447 locationd[45]: Location icon should now be in state 'Inactive'
    13.05.2014 19:59:49,599 com.apple.InternetSharing[48]: *** no interface for service
    13.05.2014 19:59:49,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 19:59:49,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 19:59:49,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 19:59:49,938 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 67).
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    13.05.2014 19:59:54,558 configd[17]: network changed: v4(en0+:178.235.243.207) DNS+ Proxy+ SMB
    13.05.2014 19:59:54,849 stackshot[28]: Timed out waiting for IOKit to finish matching.
    13.05.2014 19:59:56,117 ntpd[121]: proto: precision = 1.000 usec
    13.05.2014 19:59:59,096 configd[17]: setting hostname to "[removed from log]"
    13.05.2014 19:59:59,139 xpcd[133]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:59,230 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:59,319 apsd[65]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    13.05.2014 19:59:59,406 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,427 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,558 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,566 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,683 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,691 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,808 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,816 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,933 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,941 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,059 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,068 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    13.05.2014 20:00:00,000 kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice0a29
    13.05.2014 20:00:00,000 kernel[0]: [AGPM Controller] build GPUDict by Vendor8086Device0046
    13.05.2014 20:00:00,202 WindowServer[116]: Session 256 retained (2 references)
    13.05.2014 20:00:00,203 WindowServer[116]: Session 256 released (1 references)
    13.05.2014 20:00:00,000 kernel[0]: IO80211ScanManager::startScanMultiple: Scan request received from 'airportd' (pid 67) (16 SSIDs, 0 BSSIDs).
    13.05.2014 20:00:00,000 kernel[0]: IO80211ScanManager::startScanMultiple: Initiating scan.
    13.05.2014 20:00:00,228 WindowServer[116]: Session 256 retained (2 references)
    13.05.2014 20:00:00,233 WindowServer[116]: init_page_flip: page flip mode is on
    13.05.2014 20:00:00,363 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,371 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,509 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,518 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,662 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,672 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,812 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,819 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,921 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,928 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:01,396 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:01,411 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:01,667 WindowServer[116]: Found 60 modes for display 0x00000000 [51, 9]
    13.05.2014 20:00:01,671 WindowServer[116]: Found 1 modes for display 0x00000000 [1, 0]
    13.05.2014 20:00:01,672 WindowServer[116]: Found 1 modes for display 0x00000000 [1, 0]
    13.05.2014 20:00:01,686 WindowServer[116]: mux_initialize: Mode is dynamic
    13.05.2014 20:00:01,689 WindowServer[116]: Found 60 modes for display 0x00000000 [51, 9]
    13.05.2014 20:00:01,697 WindowServer[116]: Found 1 modes for display 0x00000000 [1, 0]
    13.05.2014 20:00:01,745 WindowServer[116]: WSMachineUsesNewStyleMirroring: false
    13.05.2014 20:00:01,747 WindowServer[116]: Display 0x042733c1: GL mask 0x3; bounds (0, 0)[1920 x 1200], 60 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccf, S/N 0, Unit 1, Rotation 0
    UUID 0x7dfbf755a87b7c3df679051e724d6c91
    13.05.2014 20:00:01,747 WindowServer[116]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    13.05.2014 20:00:01,748 WindowServer[116]: WSSetWindowTransform: Singular matrix
    13.05.2014 20:00:01,751 WindowServer[116]: Display 0x042733c1: GL mask 0x3; bounds (0, 0)[1920 x 1200], 60 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccf, S/N 0, Unit 1, Rotation 0
    UUID 0x7dfbf755a87b7c3df679051e724d6c91
    13.05.2014 20:00:01,751 WindowServer[116]: Display 0x003f003e: GL mask 0x4; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    13.05.2014 20:00:01,751 WindowServer[116]: CGXPerformInitialDisplayConfiguration
    13.05.2014 20:00:01,752 WindowServer[116]:   Display 0x042733c1: Unit 1; Alias(1, 0x3); Vendor 0x610 Model 0x9ccf S/N 0 Dimensions 14.45 x 9.06; online enabled built-in, Bounds (0,0)[1920 x 1200], Rotation 0, Resolution 1
    13.05.2014 20:00:01,752 WindowServer[116]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    13.05.2014 20:00:01,752 WindowServer[116]: CGXMuxBoot: Boot normal
    13.05.2014 20:00:01,834 WindowServer[116]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, accelerator 0x00004a2b, unit 0, caps QEX|MIPMAP, vram 288 MB
    13.05.2014 20:00:01,834 WindowServer[116]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    13.05.2014 20:00:01,834 WindowServer[116]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, accelerator 0x00004693, unit 1, caps QEX|MIPMAP, vram 512 MB
    13.05.2014 20:00:01,846 WindowServer[116]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    13.05.2014 20:00:01,846 WindowServer[116]: GLCompositor enabled for tile size [256 x 256]
    13.05.2014 20:00:01,846 WindowServer[116]: CGXGLInitMipMap: mip map mode is on
    13.05.2014 20:00:01,867 loginwindow[43]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    13.05.2014 20:00:02,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 67).
    13.05.2014 20:00:02,000 kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'airportd' (pid 67) ().
    13.05.2014 20:00:02,000 kernel[0]: IO80211ScanManager::startScan: Initiating scan.
    13.05.2014 20:00:02,912 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:02,933 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:02,947 launchctl[178]: com.apple.findmymacmessenger: Already loaded
    13.05.2014 20:00:02,987 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:03,019 com.apple.SecurityServer[14]: Session 100005 created
    13.05.2014 20:00:03,126 loginwindow[43]: Setting the initial value of the magsave brightness level 1
    13.05.2014 20:00:03,145 UserEventAgent[181]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    13.05.2014 20:00:03,166 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:03,233 loginwindow[43]: Login Window Started Security Agent
    13.05.2014 20:00:03,380 SecurityAgent[189]: This is the first run
    13.05.2014 20:00:03,380 SecurityAgent[189]: MacBuddy was run = 0
    13.05.2014 20:00:03,000 kernel[0]: NTFS driver 3.11 [Flags: R/W].
    13.05.2014 20:00:03,451 WindowServer[116]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fb1c2d02340) - enabling OpenGL
    13.05.2014 20:00:03,454 SecurityAgent[189]: User info context values set for seba
    13.05.2014 20:00:03,749 WindowServer[116]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    13.05.2014 20:00:03,801 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:03,819 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:03,823 com.apple.launchd[1]: System: Could not find requested session: Aqua
    13.05.2014 20:00:03,824 TabletDriver[186]: com.wacom.WacomTouchDriver.105984: Invalid argument
    13.05.2014 20:00:03,829 WindowServer[116]: Received display connect changed for display 0x42733c1
    13.05.2014 20:00:03,851 WindowServer[116]: Found 20 modes for display 0x042733c1 [17, 3]
    13.05.2014 20:00:03,880 WindowServer[116]: CGXMuxAcknowledge: Posting glitchless acknowledge
    13.05.2014 20:00:03,934 WindowServer[116]: Received display connect changed for display 0x42733c1
    13.05.2014 20:00:03,934 WindowServer[116]: Found 1 modes for display 0x042733c1 [1, 0]
    13.05.2014 20:00:03,935 WindowServer[116]: Received display connect changed for display 0x3f003e
    13.05.2014 20:00:03,936 WindowServer[116]: Found 1 modes for display 0x003f003e [1, 0]
    13.05.2014 20:00:04,027 loginwindow[43]: Login Window - Returned from Security Agent
    13.05.2014 20:00:04,103 loginwindow[43]: USER_PROCESS: 43 console
    13.05.2014 20:00:04,108 awacsd[63]: Exiting
    13.05.2014 20:00:04,111 TabletDriver[186]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    13.05.2014 20:00:04,251 com.apple.launchd[1]: System: Could not find requested session: Aqua
    13.05.2014 20:00:04,251 TabletDriver[186]: com.wacom.TabletDriver.49312: Invalid argument
    13.05.2014 20:00:04,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 67).
    13.05.2014 20:00:04,000 kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    13.05.2014 20:00:04,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    13.05.2014 20:00:05,000 kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(auth) returned 0
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(wpa_cap=0x0) returned 0
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(wsec=0x4) returned 0
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(wpa_auth=0x80) returned 0
    13.05.2014 20:00:05,000 kernel[0]: AppleKeyStore:Sending lock change 0
    13.05.2014 20:00:05,153 com.apple.launchd.peruser.501[197]: Background: Aqua: Registering new GUI session.
    13.05.2014 20:00:05,157 com.apple.launchd[1]: (com.wacom.WacomTouchDriver.105984[196]) Exited with code: 255
    13.05.2014 20:00:05,166 com.apple.launchd[1]: (com.wacom.wacomtablet[186]) Exited with code: 255
    13.05.2014 20:00:05,185 com.apple.launchd.peruser.501[197]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    13.05.2014 20:00:05,189 com.apple.launchd.peruser.501[197]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    13.05.2014 20:00:05,201 launchctl[202]: com.apple.pluginkit.pkd: Already loaded
    13.05.2014 20:00:05,201 launchctl[202]: com.apple.sbd: Already loaded
    13.05.2014 20:00:05,228 distnoted[204]: # distnote server agent  absolute time: 45.267061779   civil time: Tue May 13 20:00:05 2014   pid: 204 uid: 501  root: no
    13.05.2014 20:00:05,000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    13.05.2014 20:00:05,000 kernel[0]: AirPort: Link Up on en1
    13.05.2014 20:00:05,000 kernel[0]: en1: BSSID changed to 58:b0:35:65:a4:3e
    13.05.2014 20:00:05,000 kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    13.05.2014 20:00:05,000 kernel[0]: AirPort: Link Down on en1. Reason 3 (Deauthenticated because station leaving).
    13.05.2014 20:00:05,000 kernel[0]: en1: BSSID changed to 58:b0:35:65:a4:3e
    13.05.2014 20:00:05,000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    13.05.2014 20:00:05,000 kernel[0]: AirPort: Link Up on en1
    13.05.2014 20:00:05,000 kernel[0]: en1: BSSID changed to 58:b0:35:65:a4:3e
    13.05.2014 20:00:05,000 kernel[0]: AirPort_Brcm43xx::getKEY_RSC: Requesting RSC for index 1.
    13.05.2014 20:00:05,000 kernel[0]: wlc_ioctl(WLC_GET_KEY_SEQ) returned 0
    13.05.2014 20:00:05,279 com.apple.InternetSharing[48]: InternetSharing: com.apple.InternetSharing.broadcast-0 has been started
    13.05.2014 20:00:05,280 com.apple.InternetSharing[48]: BCAST is ready [en0, mtu=1500, 0 DNSv6 server(s)]
    13.05.2014 20:00:05,000 kernel[0]: en1: promiscuous mode enable succeeded
    13.05.2014 20:00:05,280 com.apple.InternetSharing[48]: removed addr=fe80::5ab0:35ff:fe65:a43e on en1
    13.05.2014 20:00:05,281 com.apple.InternetSharing[48]: added addr=192.168.2.1 mask=255.255.255.0 on bridge100
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,300 com.apple.InternetSharing[48]: com.apple.InternetSharing.broadcast-0 started: [DHCP subnet=192.168.2/24 on bridge100 mtu=1500 <---> en0 mtu=1500] max-mss=1460
    13.05.2014 20:00:05,300 com.apple.InternetSharing[48]:   dns: 192.168.2.1
    13.05.2014 20:00:05,301 com.apple.InternetSharing[48]: started dns proxy
    13.05.2014 20:00:05,303 com.apple.InternetSharing[48]: dns proxy successfully enabled
    13.05.2014 20:00:05,303 mDNSResponder[40]: SetupDNSProxySkts: 25, 26, 27, 28
    13.05.2014 20:00:05,311 com.apple.InternetSharing[48]: started "natpmpd"
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,338 airportd[67]: _doAutoJoin: Already associated to “MBPs”. Bailing on auto-join.
    13.05.2014 20:00:06,026 xpcd[218]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,077 xpcd[218]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,248 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    13.05.2014 20:00:06,287 com.apple.audio.DriverHelper[219]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    13.05.2014 20:00:06,287 com.apple.audio.DriverHelper[219]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    13.05.2014 20:00:06,287 com.apple.audio.DriverHelper[219]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    13.05.2014 20:00:06,588 WindowServer[116]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    13.05.2014 20:00:06,672 sharingd[227]: Starting Up...
    13.05.2014 20:00:06,780 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:06,791 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,796 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,808 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,899 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,109 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:07,109 configd[17]: DHCP en1: INIT-REBOOT transmit failed
    13.05.2014 20:00:07,654 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,671 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,819 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,823 com.apple.SecurityServer[14]: Session 100006 created
    13.05.2014 20:00:07,849 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,898 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,924 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,964 accountsd[265]: assertion failed: 13C1021: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    13.05.2014 20:00:07,986 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,005 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,012 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,018 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,123 UserEventAgent[203]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    13.05.2014 20:00:08,141 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,178 xpcproxy[267]: assertion failed: 13C1021: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    13.05.2014 20:00:08,276 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,289 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x100000000): p=272[USBOverdriveHelp] final status 0x0, allowing (remove VALID) page
    13.05.2014 20:00:08,388 SocialPushAgent[239]: ApplePushService: APSConnection being used without a delegate queue
    13.05.2014 20:00:08,550 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,565 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,577 com.apple.SecurityServer[14]: Session 100009 created
    13.05.2014 20:00:08,661 mDNSResponder[40]: mDNS_Execute: SendResponses didn't send all its responses; will try again in one second
    13.05.2014 20:00:08,718 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,780 mDNSResponder[40]: mDNS_Execute: SendResponses didn't send all its responses; will try again in one second
    13.05.2014 20:00:08,790 com.apple.launchd.peruser.501[197]: (com.apple.mrt.uiagent[244]) Exited with code: 255
    13.05.2014 20:00:08,829 TotalFinder[273]: agent v1.5.35 started (TotalFinder)
    13.05.2014 20:00:08,835 TotalFinder[273]: requesting injection into com.apple.finder[216]
    13.05.2014 20:00:08,915 xpcproxy[276]: assertion failed: 13C1021: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    13.05.2014 20:00:08,942 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,952 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,985 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:09,048 WiFiKeychainProxy[237]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    13.05.2014 20:00:09,049 WiFiKeychainProxy[237]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    13.05.2014 20:00:09,476 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:09,476 configd[17]: DHCP en1: INIT-REBOOT transmit failed
    13.05.2014 20:00:09,670 apsd[65]: Unrecognized leaf certificate
    13.05.2014 20:00:09,844 mDNSResponder[40]: mDNS_Execute: SendResponses didn't send all its responses; will try again in one second
    13.05.2014 20:00:10,061 WindowServer[116]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    13.05.2014 20:00:10,543 WindowServer[116]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.48 seconds (server forcibly re-enabled them after 1.00 seconds)
    13.05.2014 20:00:10,647 BetterTouchTool[271]: init
    13.05.2014 20:00:12,737 SystemUIServer[215]: Cannot find executable for CFBundle 0x7fde21c1c490 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    13.05.2014 20:00:12,761 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:12,770 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:12,770 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:12,778 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:13,344 SystemUIServer[215]: Cannot find executable for CFBundle 0x7fde21c34520 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    13.05.2014 20:00:13,348 SystemUIServer[215]: Cannot find executable for CFBundle 0x7fde21eaab80 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    13.05.2014 20:00:13,700 configd[17]: inet_set_autoaddr(en1, 1) failed, Resource busy (16)
    13.05.2014 20:00:13,700 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:13,700 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:13,874 com.apple.IconServicesAgent[282]: IconServicesAgent launched.
    13.05.2014 20:00:14,230 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:14,345 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:14,726 WindowServer[116]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    13.05.2014 20:00:15,210 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:15,210 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:15,981 WindowServer[116]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 2.26 seconds (server forcibly re-enabled them after 1.00 seconds)
    13.05.2014 20:00:16,585 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:17,049 secd[268]:  securityd_xpc_dictionary_handler Gmail Notifr[274] copy_matching The operation couldn’t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
    13.05.2014 20:00:17,304 TabletDriver[255]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    13.05.2014 20:00:17,349 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:17,349 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:17,967 Gmail Notifr[274]:  SecOSStatusWith error:[-34018] The operation couldn’t be completed. (OSStatus error -34018 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements))
    13.05.2014 20:00:17,988 secd[268]:  securityd_xpc_dictionary_handler Gmail Notifr[274] copy_matching The operation couldn’t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
    13.05.2014 20:00:17,988 Gmail Notifr[274]:  SecOSStatusWith error:[-34018] The operation couldn’t be completed. (OSStatus error -34018 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements))
    13.05.2014 20:00:18,458 bootpd[209]: server name [removed from log]
    13.05.2014 20:00:18,459 bootpd[209]: interface en0: ip 178.235.243.207 mask 255.255.248.0
    13.05.2014 20:00:18,459 bootpd[209]: interface bridge100: ip 192.168.2.1 mask 255.255.255.0
    13.05.2014 20:00:18,460 mds[39]: (Normal) Volume: volume:0x7ff291855200 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/BOOTCAMP
    13.05.2014 20:00:18,468 SystemUIServer[215]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    13.05.2014 20:00:18,468 SystemUIServer[215]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    13.05.2014 20:00:18,611 bootpd[209]: DHCP REQUEST [bridge100]: 1,a4:99:47:25:53:d4 <android-de3492c8d08a2ab5>
    13.05.2014 20:00:19,126 bootpd[209]: ACK sent android-de3492c8d08a2ab5 192.168.2.17 pktsize 300
    13.05.2014 20:00:19,127 Gmail Notifr[274]: Warning: NSBundle NSBundle </System/Library/PrivateFrameworks/XQuery.framework> (loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug
    13.05.2014 20:00:19,399 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:20,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    13.05.2014 20:00:20,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BC3V (kSMCKeyNotFound)
    13.05.2014 20:00:20,000 kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    13.05.2014 20:00:20,000 kernel[0]: IO80211ScanManager::cachePurge: Rescheduling in 14 seconds.
    13.05.2014 20:00:21,481 TabletDriver[255]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/TabletDriver.app
    13.05.2014 20:00:21,531 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:21,641 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:21,641 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:21,886 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:23,935 AirPlayUIAgent[293]: 2014-05-13 08:00:23.934385 PM [AirPlayUIAgent] Changed PIN pairing: no
    13.05.2014 20:00:24,397 xpcd[297]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:24,430 AirPlayUIAgent[293]: 2014-05-13 08:00:24.429731 PM [AirPlayUIAgent] Changed PIN pairing: no
    13.05.2014 20:00:24,542 locationd[45]: wifi scan failed with error: @
    13.05.2014 20:00:24,618 locationd[45]: wifi scan failed with error: @
    13.05.2014 20:00:25,112 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:25,378 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:27,131 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:27,143 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:27,712 GrowlLauncher[236]: Launching Growl at URL: file://localhost/Applications/Growl.app/Contents/MacOS/Growl
    13.05.2014 20:00:29,044 syncdefaultsd[235]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    13.05.2014 20:00:29,686 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:29,686 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:30,260 storeagent[296]: multibyte ASN1 identifiers are  not supported.
    13.05.2014 20:00:30,771 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:30,771 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:31,371 parentalcontrolsd[299]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    13.05.2014 20:00:31,549 configd[17]: set_arp_linklocal(en1) SIOCARPIPLL 1 failed, Resource busy
    13.05.2014 20:00:31,557 configd[17]: network changed: v4(en0:178.235.243.207) DNS Proxy SMB
    13.05.2014 20:00:34,000 kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    13.05.2014 20:00:34,000 kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    13.05.2014 20:00:44,530 storeagent[296]: multibyte ASN1 identifiers are  not supported.
    13.05.2014 20:00:44,534 UserEventAgent[203]: multibyte ASN1 identifiers are  not supported.
    13.05.2014 20:00:45,818 xpcd[226]: Warning: NSBundle NSBundle </System/Library/PrivateFrameworks/Mangrove.framework> (not yet loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug
    13.05.2014 20:00:46,629 Growl[298]: Using your own bundle identifier as an NSUserDefaults suite name does not make sense and will not work. Break on _NSUserDefaults_Log_Nonsensical_Suites to find this
    13.05.2014 20:00:46,636 Growl[298]: publishing
    13.05.2014 20:00:48,328 WindowServer[116]: disable_update_timeout: UI updates were forcibly disabled by application "Canon IJ Network Scanner Select" for over 1.00 seconds. Server has re-enabled them.
    13.05.2014 20:00:48,678 Growl[298]: Setup timer, this should only happen once
    13.05.2014 20:00:48,680 Growl[298]: Next image check no earlier than 24 hours from 2014-05-12 21:59:00 +0000
    13.05.2014 20:01:01,751 com.apple.time[203]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    13.05.2014 20:01:01,764 com.apple.time[203]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    13.05.2014 20:01:02,329 WindowServer[116]: disable_update_likely_unbalanced: UI updates still disabled by application "Canon IJ Network Scanner Select" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    13.05.2014 20:01:02,333 com.apple.dock.extra[284]: <NSXPCConnection: 0x7fa648624d80>: received an undecodable message (no exported object to receive message). Dropping message.
    13.05.2014 20:01:02,397 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:02,946 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,032 com.apple.SecurityServer[14]: Session 100012 created
    13.05.2014 20:01:03,232 WindowServer[116]: common_reenable_update: UI updates were finally reenabled by application "Canon IJ Network Scanner Select" after 15.90 seconds (server forcibly re-enabled them after 1.00 seconds)
    13.05.2014 20:01:03,280 Canon IJ Network Scanner Selector2[270]: void CGSUpdateManager::log() const: conn 0x137a3: spurious update.
    13.05.2014 20:01:03,295 com.apple.time[203]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    13.05.2014 20:01:03,333 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,504 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,533 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,579 com.apple.NotesMigratorService[322]: Joined Aqua audit session
    13.05.2014 20:01:03,703 com.apple.internetaccounts[276]: An instance 0x7fa07b80e0b0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on

    A slow boot time can be caused by login items.
    User Login Items:
        Flux
        NoSleep
        ClipMenu
        Canon IJ Network Scanner Selector2
        BetterTouchTool
        USBOverdriveHelper
        TotalFinder
        Gmail Notifr
    Open System Preferences > Users & Groups > Login Items
    Remove one login item noted above then restart your Mac to test. It may be one or multiple items causing the slow boot.

  • Macbook Pro is slow to sleep after upgrading to Lion; pmset -g question

    Two months ago I updated from early '08 MBP from Snow Leopard to Lion and increased my memory from 2GB to 4GB.  In doing so, I noticed that my MBP will sometimes take 30 seconds to go to sleep, regardless of what applications are running.  I've put in an Apple Support ticket, and I have done everything from uninstalling and reinstalling Lion, SMS resets, and last erase harddrive and rei-install Lion and then migrate my user and apps back over.  Incidentally I noticed that when I erased hard drive and re-installed Lion prior to migrating my user and apps over my MBP performed normally (as far as instant sleep is concerned).  After I migrated my apps and user profile back over, the slow to sleep issue re-appeared.
    I've seen several articles on the forum regarding pmset -g commands and terminal.  However I'm not familiar with the pmset commands and what they actually mean.  I've also seen articles about chaning the pmset -g, but mostly those are related to MBP with retinas running Mountain Lion.  I did come acress an article that suggested I review my pmset -g assertions to see what may be preventing the slow to sleep issue.  I'm posting this below:
    Assertion status system-wide:
       PreventUserIdleDisplaySleep             0
       CPUBoundAssertion                       0
       DisableInflow                           0
       ChargeInhibit                           0
       PreventSystemSleep                      0
       PreventUserIdleSystemSleep              1
       ExternalMedia                           0
       DisableLowPowerBatteryWarnings          0
       EnableIdleSleep                         1
       NoRealPowerSources_debug                0
       UserIsActive                            0
       ApplePushServiceTask                    0
    Listed by owning process:
      pid 8391: [0x000020c7012c0040] PreventUserIdleSystemSleep named: "Address Book Source Sync"
    My question concerns the Listed by owning process.  It appears my "Address Book Source Sync" may be interfering with my system sleep.  If so, can someone confirm if my assumption is correct?  It should be noted that I have disabled my iCloud and Exchange address book and yet I still get the sporadic slow to sleep.  Can you tell me what the "Address Book Source Sync" means and what this command means, and if this may be interfering with my sleep?
    I'm waiting on a call back from an Apple Senior Technician regarding my case.  Up until now, the technician has seemed to disregard looking at my pmset settings.
    Thanks.

    Not enough free space on the startup disk can slow the system down.
    Click the Apple menu icon top left in your screen. From the drop down menu click About this Mac > More Info > System Report then select Storage on the left under Hardware.
    You'll see Available and Capacity. Make sure there's at least 15% free disk space.

  • I cant access the root share of a windows server after upgrading to mountain lion

    Hi Guys,
    Since upgrading to mountain lion i cant access the shared drives on our windows server. For example in a windows machine if i go to run the type \\server\ i get all the visible shares available. in my previous version i was able to do the same (obviously i would authenticate with my AD account). now when i try to access those same shares i get the message below:
    "The operation cant be completed becuase the original item for "/" cant be found"
    I can however connect to the shares directly for example if i connect to server path \\server\data it works ok.
    I have verified my account details and they are ok - i have also disconnected and reconnected the connection.
    This was working fine before the upgrade. can anyone help??

    well iv just managed to get to 35 gig free (just deleting iphone backups) and im now able to get past the next screen on bootcamp.
    unfortunatly its only allowing me to create a new partition not delete the current.
    this is leading me to think the old ones master partition has become damaged and the hard drive dosent know it exists any more.
    if this is the case (please tell me im wrong though) what options do i have as i dont want to / have the money to buy another hard drive to back everything up to it with.
    thanks again
    gareth

  • Problem running BI template installer after upgrade to 2004s

    Hello,
    After upgrading our Portal from EP6 to EP7 I have a problem running the BI template installer. The failure occures right at the beginning. The installer is looking for SLD related parameters in the 'CTC> Propertysheet SystemProperties'.
    But there are only three parameters in the sheet :
    HOST, SYSTEM_ID, INSTANCE_ID.
    If you instal a new 2004s system you see much more entries in the 'Propertysheet SystemProperties'.
    My question is how to add these missing entries into the 'Propertysheet SystemProperties'.
    Thanks
    Boaz

    Hi Kaylan,
    Actually there are only two things to manually fix after the CTC template run, which is mentioned in the Blog:
    - check/correct the following settings in the NetWeaver Administrator for evaluate_assertion_ticket and ticket according SAP Note 945055
    - the entry in table RSPOR_T_PORTAL for Platform and PDF fonts
    If you uncertain, you can remove the created objects as stated in the Document http://scn.sap.com/docs/DOC-11607 => Page18 in the Notes Section. the CTC template is creating these objects and entries again.
    Best Regards Roland

  • Can't connect to 10.6 Server after upgrade

    I have a Mac Mini server running 10.6.8 using kerberos as the only authentication for AFP.
    After upgrade my Macbook to Lion I can't connect to the server Sharing Points anymore. If I try to connect from Go to Server, it asks me for a password. I think I am not being authenticated via kerberos. Before Lion everything was working fine. Another computer running 10.6 client are connecting fine, so I am thinking the problem is with 10.7
    I used Login Options > Network Account Services to bind to the Server. Green Light!
    I tryed klist from terminal but no credential was found, so I used kinit username. Now it shows a credential but I still can't connect.

    I solved use to finder menu connect server to and use complete name server with domain example:
    afp://nameserver.domain.com and connected with kerberos

Maybe you are looking for

  • After upgrading to Firefox 6.0 I can no longer get ANY youtube video to play. I already did the suggestion regarding my firewall.

    When I try to go on to the YouTube site I get a message from Firefox that says: ''''''''* * The connection has timed out * * The server at www.youtube.com is taking too long to respond. * * The site could be temporarily unavailable or too busy. Try a

  • SAP Treasury Reporting

    Hi, Company investments in State Bank Of India Fixed Deposit schemes. Investment made in 10 different Interest Rates. Now, Client need a report on Interest rate wise. How will i achieve this? question 2: My company have 10 company codes. for example,

  • Mail upgrade fails on import

    Hi When upgrading to Yosemite, the Mail app has gone into an endless loop of importing. It tries to import, then reports that it has failed. You then get a message about the Mail Index has been damaged and so you have to quit Mail. It then starts the

  • BI XI R2 Import to BIAR - BO XI 3.0 import from BIAR file. issue

    Hi I am importing My Universe, Desktop Reports, Web Intelligence report from BO XI R2 in to BIAR. And then importing it to BO XI 3.0 using the BIAR file. However import went successfully but on BO XI 3.0 I do not see universes or desktop report that

  • Editing Photoshop CS6 file using InDesign CS6

    I need to edit a Photoshop CS6 file using InDesign CS6. Specifically, I am editing a business card and want to make changes to the layered components (for example: changing color hues, changing logo, changing fonts) and I know nothing about InDesign.