Update and transfer data via BADI LE_SHP_TAB_CUST_HEAD

Greetings All,
I've a requirement to create a custom tab in the VL01N/VL02N/VL03N header record displaying custom fields.
I've successfully implemented BADI LE_SHP_TAB_CUST_HEAD, created a subscreen, appended my custom fields to the LIKP table via append structure, and can now view my fields in the transactions listed above.
I'm having trouble updating the fields in the subscreen and save the values back to the LIKP table.  First question is a) do I do this via the PBO PAI modules in my subscreen, or should I be doing this in the BADI?
Second question is, if I shuodl be doing this in the BADI, how do I do it.  A simple example is that I have created a field called ZZ_CUST_TIME in LIKP, added it to my sub-screen using data dictionary linking.
How do I pass a value entered into this field via VL02N back to the transaction for update?
Any suggestions would be greatfully appreciated.
Regards,
Steve

Dear Abhishek,  can you explain the step..in this step screen is comming but custom fields value is not coming and also likp table is not updated
Correct AnswerRe: Update and transfer data via BADI LE_SHP_TAB_CUST_HEAD
Abhisek Biswas Jan 21, 2009 7:28 AM (in response to Stephen Keam)
Hi Stephen,
You can do it by using PBO and PAI modules of the screen that you created. But you have to transfer the data from subscreen to the BADI method TRANSFER_DATA_FROM_SUBSCREEN and aslo from method TRANSFER_DATA_TO_SUBSCREEN to the subscreen. This will update the screen field data to LIKP.
You can aceive this by two ways.
1) You can use EXPORT in method TRANSFER_DATA_TO_SUBSCREEN and then IMPORT the value in the screen PBO. And You can EXPORT data from screen PAI and IMPORT data in method TRANSFER_DATA_FROM_SUBSCREEN.
2) Anither way to do it is by using Function modules and Function Group instead of EXPORT/IMPORT.
Create a Function group. In the global data define a structure/Work Area of type LIKP.
DATA w_likp TYPE likp.
Then create two Function modules, one to export data and another to import data.
Let us assume that the export FM takes in IS_LIKP as input and the import FM outputs the value of LIKP into ES_LIKP.
Then pass the value is_likp to the export FM in the BADI method TRANSFER_DATA_TO_SUBSCREEN and in the screen PAI pass the LIKP data to the export FM.
In the export Function module write the following code:
MOVE is_likp TO w_likp
Then in the Import FM write the following code:
MOVE w_likp TO es_likp.
The import FM is called from method TRANSFER_DATA_FROM_SUBSCREEN and from screen PBO.
This will solve your problem.
Regards,
Abhisek.
Alert Moderator
Like (0)
Reply

Similar Messages

  • Get OBJEC  hide screen and transfer data

    Hi experts!
    How can i hide this kind of selection screen when i call
    "get objec"
    and how can i transfer my data manually to the selection range of   get objec.
    eg. i want to use the "get objec" function to collect the data for three objectid.
    i could loop and call  get objec  3 times and set the PCHOBJID-LOW  value before,  but there must be a way to do this with a range.
    can someone help me
    greets, thomas

    Dear Abhishek,  can you explain the step..in this step screen is comming but custom fields value is not coming and also likp table is not updated
    Correct AnswerRe: Update and transfer data via BADI LE_SHP_TAB_CUST_HEAD
    Abhisek Biswas Jan 21, 2009 7:28 AM (in response to Stephen Keam)
    Hi Stephen,
    You can do it by using PBO and PAI modules of the screen that you created. But you have to transfer the data from subscreen to the BADI method TRANSFER_DATA_FROM_SUBSCREEN and aslo from method TRANSFER_DATA_TO_SUBSCREEN to the subscreen. This will update the screen field data to LIKP.
    You can aceive this by two ways.
    1) You can use EXPORT in method TRANSFER_DATA_TO_SUBSCREEN and then IMPORT the value in the screen PBO. And You can EXPORT data from screen PAI and IMPORT data in method TRANSFER_DATA_FROM_SUBSCREEN.
    2) Anither way to do it is by using Function modules and Function Group instead of EXPORT/IMPORT.
    Create a Function group. In the global data define a structure/Work Area of type LIKP.
    DATA w_likp TYPE likp.
    Then create two Function modules, one to export data and another to import data.
    Let us assume that the export FM takes in IS_LIKP as input and the import FM outputs the value of LIKP into ES_LIKP.
    Then pass the value is_likp to the export FM in the BADI method TRANSFER_DATA_TO_SUBSCREEN and in the screen PAI pass the LIKP data to the export FM.
    In the export Function module write the following code:
    MOVE is_likp TO w_likp
    Then in the Import FM write the following code:
    MOVE w_likp TO es_likp.
    The import FM is called from method TRANSFER_DATA_FROM_SUBSCREEN and from screen PBO.
    This will solve your problem.
    Regards,
    Abhisek.
    Alert Moderator
    Like (0)
    Reply

  • To create a new file in application server and transfer data to ti

    i am doing the following where i have to create a new file in application server and transfer data to tht file from an internal table.but its saying file cant be opened.the path i am giving to parameter p_prefil is /tmp/prachi.txt.
    wats the prob..can anyone help.
    DATA:L_WA_FINAL TYPE TY_FINAL,
         l_wa_string type string.
    OPEN DATASET P_PREFIL FOR OUTPUT IN text mode encoding default.
    if sy-subrc <> 0.
    write: ' file cannot be opened'.
    stop.
    endif.
    LOOP AT P_I_FINAL INTO L_WA_FINAL.
    move l_wa_final to l_wa_string.
    TRANSFER l_wa_string TO P_PREFIL.
    if sy-subrc <> 0.
    write: 'file can not be written'.
    stop.
    endif.
    clear l_wa_final.
    ENDLOOP.
    CLOSE DATASET P_PREFIL.
    if sy-subrc <> 0.
    write: ' file cannot be closed'.
    stop.
    endif.

    DATA:L_WA_FINAL TYPE TY_FINAL,
    l_wa_string type string.
    OPEN DATASET P_PREFIL FOR OUTPUT IN text mode encoding default.
    if sy-subrc ne 0.
    write: ' file cannot be opened'.
    stop.
    endif.
    LOOP AT P_I_FINAL INTO L_WA_FINAL.
    move l_wa_final to l_wa_string.
    TRANSFER l_wa_string TO P_PREFIL.
    write: 'file can not be written'.
    clear l_wa_final.
    ENDLOOP.
    CLOSE DATASET P_PREFIL.
    if sy-subrc ne  0.
    write: ' file cannot be closed'.
    stop.
    endif.

  • Can I back up my old iPhone and transfer data to my new iPhone from the computer at the same time?

    Can I back up my old iPhone and transfer data to my new iPhone from the computer at the same time?

    iOS: Transferring information from your current iPhone, iPad, or iPod ...

  • RFC enabled function module to insert , update and delete data in a ZTABLE

    friends..
    Is there any standatd RFC enabled function module to insert , update and delete data in a custom database-table (Ztable)?
    if not how can we create it? plz give me the details steps..
    what are the import, export parameters and how to code and process it.. (for example: suppose fields in the table is Emp_Id, Name, Address. I need to develop a RFM which does the 3 tasks, insert update delete in the same RFM)
    Thanks and Regards

    create a f.n mod in se37 and make it rfc enabled.  ur import parameters are Emp_Id, Name, Address and TASK and u can have an export parameter like result which gives the status of the update. based on task u can insert using keyword INSERT....and update using UPDATE or MODIFY and delete using DELETE. these keyword are not compelte with syntax but need to refer the SAP documentation.

  • How can we share and transfer data at Labview using the internet

    How can we share and transfer data at Labview using the internet
    Dr. Eugene Berman, Moran Kamilyan and Ravit Bar

    [email protected] wrote:
    How can we share and transfer data at Labview using the internet
    Check these links:
    Basic TCP/IP Communication in LabVIEW
    Data Sockets
    Integrating the Internet into Your Measurement System

  • My iPad will not charge, it can sync to iTunes and transfer data/music to it, but when plugged in to a USB or an A/C wall adapter all it says is not charging.

    My iPad will not charge, it can sync to iTunes and transfer data/music to it, but when plugged in to a USB or an A/C wall adapter all it says is not charging.

    A lot of computers (especially older ones) generally do not provide enough power to their USB ports to charge the iPad at a sufficient rate - it may still be charging slowly, and should be a bit quicker if the iPad's screen is off (if you leave it for a while and then disconnect it from your computer you may find that it's battery percentage has gone up). The wall charger is usually the most efficient way to charge the iPad.
    In terms of the wall charger, have you tried a different charger and/or cable, or do you know anybody else with an iPad so that you can try their charger and cable and they can try yours ?
    Have you tried a reset to see if it charges after the iPad has restarted ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Update Contract Start and End dates via BAPI_SALESORDER_CREATEFROMDAT2

    Hi Experts.
    We are successfully using BAPI_SALESORDER_CREATEFROMDAT2 to create sales order.
    Only problem is that the contract start and end date do not get updated.
    We are passing that in ORDER_HEADER_in-CT_VALID_F and ORDER_HEADER_IN-CT_VALID_T.
    After debugging, I found that there is one more table SALES_CONTRACT_IN in SD_SALESDOCUMENT_CREATE. Updating the values in that table works.
    But the problem is this table is not available in BAPI_SALESORDER_CREATEFROMDAT2. How to update Contract start and end dates from this FM ?
    I could not find anything in the search of this forums. So I guess this is not an issue and I am doing something wrong. Can someone suggest to me please?
    Thanks in adv.
    Aishi

    Are you creating a contract or a sales order?

  • Purchase Order - save data via BADI failed

    Hi all,
    I have created a zfield in a new tab at item level  of the purchase order that saved data into a custom table successfully. This is via BADI.
    However I like to save the zfield into ci_ekpodb which stored into EKPO.  In the function module that does the
    updates,   i have for a new line item for it to insert into EKPO but it abended with error 'SAPSQL_ARRAY_INSERT_DUPREC".
    This insert results in duplicate database records.
    The codes are: 
    data: lt_item_new  type table of zpo_trace.
    'If  lt_item_new is not initial'.
        Insert EKPO from table lt_item_new.
    Endif.
    Have anyone experience insert new line item into EKPO via ci_ekpodb ?  Pls share any thoughts.
    thanks
    Joyce

    Hi Joyce,
    If you are using the BADI, ME_PROCESS_PO_CUST , you can used the method PROCESS_ITEM .
    You have a object IM_ITEM on which the method get_data or set_data can be called to populate the data to be sent to the EKPO Table.
    Example :
    data : ls_ekpo TYPE mepoitem.
    CALL METHOD im_item->get_data
        RECEIVING
          re_data = ls_ekpo.
    Populate the values against the desired line item as per requirement in the structure ls_ekpo .
    Once done, you can use the method set_data of the same instance to pass the data to the structure.
    CALL METHOD im_item->set_data
            EXPORTING
              im_data = ls_ekpo.
    Hope this helps.
    Regards,
    Sagar

  • Chart dataTipFunction and loading data via HTTPService

    Hi everyone,
    I have a problem and I hope someone is able to give me a hint.
    I am using a chart with data points. At the moment I am using a datatipFunction in order to give each point a "tooltip".
    Now I need the ability to load some data via httpservice and display this as tooltip instead of the original value while being over a point.
    It is needede because of a lot of data and a continuous minimal change of its values. I don't want to reload every possible data. Only examined datatips should be updated.
    mouse over datapoint --> tooltip: "please wait, while updating" --> httpservice finished --> tooltip: "new data xyz"
    The datatip function only returns a string, that is displayed as tooltip. If the datatip function calls a httpservice, how can I update that tooltip text?
    Any ideas?

    Hi everyone,
    I have a problem and I hope someone is able to give me a hint.
    I am using a chart with data points. At the moment I am using a datatipFunction in order to give each point a "tooltip".
    Now I need the ability to load some data via httpservice and display this as tooltip instead of the original value while being over a point.
    It is needede because of a lot of data and a continuous minimal change of its values. I don't want to reload every possible data. Only examined datatips should be updated.
    mouse over datapoint --> tooltip: "please wait, while updating" --> httpservice finished --> tooltip: "new data xyz"
    The datatip function only returns a string, that is displayed as tooltip. If the datatip function calls a httpservice, how can I update that tooltip text?
    Any ideas?

  • Update and process dimension by BADI

    Dear Experts,
    We are working on SAP BPC NW 7.5 with BADIs and we want to know how to
    - create id members at dimensions
    - write properties at members
    - delete id members at dimensions
    to summarize we want full control to update and process dimension members like update the master data by mean of BADI uploading info from SAP ECC or wherever and remove some entries if is needed
    we've tried using methods like read_mbr_data, write_mbr_data and process_dimension without success
    Can somebody explain how to do it?
    Can somebody give us an example, please?
    Thanks in advance,
    Albert

    Hi Gersh,
    Finally weu2019ve solved the problem of the transports and analyzed the implementations in detail but u2026 unfortunately there is not implemented a deletion of master data, just creation by mean of UJA_API_PROCESS_DIMENSION (working with XML files) and we prefer to use the method write_mbr_data that belong to class/interface IF_UJA_DIM_DATA).
    Anyway u2026 the point is that we want to know how to delete master data from a BPC dimension using a method u2026 otherwise we will try to delete master data directly from the corresponding InfoObject.
    By the way, it would be great if anybody could tell us how to delete records with signed data u20180u2019 from application u2026 the alternative technique to do it is compressing the InfoCube u2026 but weu2019re looking for something more elegant
    Summarizing u2026  weu2019ve to 2 questions:
    1.     How to delete master data from a BPC dimension using a BPC method
    2.     How to delete records with signed data u20180u2019 from application using a BPC method
    Many thanks in advance!
    Regards,
    Albert

  • MBP keeps crashing, won't let me transfer data via wireless or hardwired to external or NAS,

    Im somewhat of a novice so bear with me, MBP late 2008 core2duo, 4gb RAM, 128gb SSD is machine specs running 10.9.1. Whenever I try and copy and paste through finder files of any size over 100mb it locks up and spin dumps via wireless, finder stops responding cpu spikes erratically, memory pressure sits a constant 2.91gb for a length of time up to an hour before it restarts and gives me the gray screen of death, after 3 more hard boots it will eitehr start up or I dump the PRAM, I have verified permissions via utility, all good, exit disk utility and computer fires back up opening applications as it was pre-crash, files that were being transferred are inaccessible and have to be deleted off the media I am transferring to, which is a 2tb WD My Cloud NAS, when I perform same operation with console open to try and monitor logs for what exactly is happening I get spindump and console stops responding, computer locks up and process restarts. I have tried plugging directly into my router and the only noticeable difference is that I dont get a spindump, everything locks up and I get same results.
    Under console in the Report Panic i get this :
    1/17/14 11:52:44.517 PM ReportPanic[227]: com.apple.message.domain: com.apple.ReportPanic.matchedpanic
    com.apple.message.action: not matched and frequent
    com.apple.message.panic_id: not matched
    Sender_Mach_UUID: 9A39CD52-406C-33F5-A1C6-E8D8FCD836D5
    not sure what that means... Under system log queries i get about 1800 of these :
    1/18/14 12:18:39.345 PM com.apple.WebKit.Networking[220]: unlink of file /Users/<<NAME REMOVED>>/Library/Caches/com.apple.Safari/fsCachedData/F70130BF-75FF-4F51-BA6D-631F35400D FF failed.  Errno=2
    and than two of these at the end :
    1/18/14 2:59:25.095 PM com.apple.WebKit.Networking[223]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    1/18/14 2:59:25.238 PM com.apple.WebKit.Networking[223]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    And under the kernel log I am getting this :
    1/18/14 2:51:49.000 PM kernel[0]: Longterm timer threshold: 1000 ms
    1/18/14 2:51:49.000 PM kernel[0]: Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    1/18/14 2:51:49.000 PM kernel[0]: vm_page_bootstrap: 832050 free pages and 142798 wired pages
    1/18/14 2:51:49.000 PM kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    1/18/14 2:51:49.000 PM kernel[0]: zone leak detection enabled
    1/18/14 2:51:49.000 PM kernel[0]: "vm_compressor_mode" is 4
    1/18/14 2:51:49.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    1/18/14 2:51:49.000 PM kernel[0]: standard background quantum is 2500 us
    1/18/14 2:51:49.000 PM kernel[0]: mig_table_max_displ = 74
    1/18/14 2:51:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    1/18/14 2:51:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    1/18/14 2:51:49.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    1/18/14 2:51:49.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    1/18/14 2:51:49.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    1/18/14 2:51:49.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    1/18/14 2:51:49.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    1/18/14 2:51:49.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    1/18/14 2:51:49.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    1/18/14 2:51:49.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    1/18/14 2:51:49.000 PM kernel[0]: MAC Framework successfully initialized
    1/18/14 2:51:49.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    1/18/14 2:51:49.000 PM kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    1/18/14 2:51:49.000 PM kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    1/18/14 2:51:49.000 PM kernel[0]: ACPI: sleep states S3 S4 S5
    1/18/14 2:51:49.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 22:16:38 Sep 19 2013) initialization complete
    1/18/14 2:51:49.000 PM kernel[0]: pci (build 22:16:29 Sep 19 2013), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    1/18/14 2:51:49.000 PM kernel[0]: [ PCI configuration begin ]
    1/18/14 2:51:49.000 PM kernel[0]: console relocated to 0xf80010000
    1/18/14 2:51:49.000 PM kernel[0]: [ PCI configuration end, bridges 7, devices 19 ]
    1/18/14 2:51:49.000 PM kernel[0]: NVEthernet::start - Built Sep 19 2013 22:20:06
    1/18/14 2:51:49.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffeb41f56; max speed s800.
    1/18/14 2:51:49.000 PM kernel[0]: USBF:    0.894    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 4 of Hub at 0x4000000)
    1/18/14 2:51:49.000 PM kernel[0]: mcache: 2 CPU(s), 64 bytes CPU cache line size
    1/18/14 2:51:49.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    1/18/14 2:51:49.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    1/18/14 2:51:49.000 PM kernel[0]: rooting via boot-uuid from /chosen: E5D93962-01E5-3C42-BD6D-2C20E6069DA4
    1/18/14 2:51:49.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    1/18/14 2:51:49.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    1/18/14 2:51:49.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    1/18/14 2:51:49.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    1/18/14 2:51:49.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    1/18/14 2:51:49.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    1/18/14 2:51:49.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/PLEXTOR PX-128M3 Media/IOGUIDPartitionScheme/SSD@2
    1/18/14 2:51:49.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    1/18/14 2:51:49.000 PM kernel[0]: jnl: b(1, 2): replay_journal: from: 3625984 to: 6841344 (joffset 0x3ba000)
    1/18/14 2:51:49.000 PM kernel[0]: BTCOEXIST off
    1/18/14 2:51:49.000 PM kernel[0]: BRCM tunables:
    1/18/14 2:51:49.000 PM kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    1/18/14 2:51:49.000 PM kernel[0]: jnl: b(1, 2): journal replay done.
    1/18/14 2:51:49.000 PM kernel[0]: hfs: mounted SSD on device root_device
    1/18/14 2:51:49.000 PM kernel[0]: hfs: Removed 20 orphaned / unlinked files and 16 directories
    1/18/14 2:51:49.000 PM kernel[0]: USBF:    4.218    The IOUSBFamily was not able to enumerate a device.
    1/18/14 2:51:49.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    1/18/14 2:51:51.000 PM kernel[0]: NVDAStartup: Official
    1/18/14 2:51:51.000 PM kernel[0]: NVDAStartup: Official
    1/18/14 2:51:51.000 PM kernel[0]: NVDANV50HAL loaded and registered
    1/18/14 2:51:51.000 PM kernel[0]: AGC: 3.4.12, HW version=1.7.3, flags:0, features:4
    1/18/14 2:51:51.000 PM kernel[0]: init
    1/18/14 2:51:51.000 PM kernel[0]: probe
    1/18/14 2:51:51.000 PM kernel[0]: start
    1/18/14 2:51:51.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    1/18/14 2:51:51.000 PM kernel[0]: NVDANV50HAL loaded and registered
    1/18/14 2:51:51.000 PM kernel[0]: Previous Shutdown Cause: 3
    1/18/14 2:51:51.000 PM kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    1/18/14 2:51:51.000 PM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    1/18/14 2:51:52.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    1/18/14 2:51:52.000 PM kernel[0]: DSMOS has arrived
    1/18/14 2:51:52.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    1/18/14 2:51:52.000 PM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    1/18/14 2:51:52.000 PM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    1/18/14 2:51:54.000 PM kernel[0]: Ethernet [nvenet]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,0000,0de1,000d,cde1,7c00]
    1/18/14 2:51:54.000 PM kernel[0]: 3b9aca00  00500030  NVEthernet::setLinkStatus - Active
    1/18/14 2:51:54.000 PM kernel[0]: VM Swap Subsystem is ON
    1/18/14 2:51:56.000 PM kernel[0]: createVirtIf(): ifRole = 1
    1/18/14 2:51:56.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    1/18/14 2:51:56.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    1/18/14 2:51:56.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    1/18/14 2:51:56.000 PM kernel[0]: Created virtif 0xffffff8028b93c00 p2p0
    1/18/14 2:51:57.000 PM kernel[0]: hfs: mounted Recovery HD on device disk0s3
    1/18/14 2:51:58.000 PM kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    1/18/14 2:52:07.000 PM kernel[0]: AppleKeyStore:Sending lock change 0
    1/18/14 2:52:20.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=243[GoogleSoftwareUp] final status 0x0, allow (remove VALID)ing page
    1/18/14 2:52:22.000 PM kernel[0]: **** [IOBluetoothHCIController][SearchForTransportEventTimeOutHandler] -- Missing Bluetooth Controller Transport!
    1/18/14 2:52:50.000 PM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0PS (kSMCKeyNotFound)
    1/18/14 2:52:50.000 PM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    1/18/14 3:01:11.000 PM kernel[0]: hfs: mounted Recovery HD on device disk0s3
    1/18/14 3:01:12.000 PM kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    No idea what to make of this, I have read online people having similar problems, please advise.

    and lastly these :
    1/19/14 11:29:16.302 AM SystemUIServer[173]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/19/14 11:29:16.302 AM SystemUIServer[173]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/19/14 11:29:16.446 AM com.apple.IconServicesAgent[199]: main Failed to composit image for binding VariantBinding [0x521] flags: 0x8 binding: FileInfoBinding [0x337] - extension: jpg, UTI: public.jpeg, fileType: ????.
    1/19/14 11:29:16.448 AM quicklookd[215]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: jpg, UTI: public.jpeg, fileType: ???? request size:16 scale: 1
    1/19/14 11:29:16.453 AM com.apple.IconServicesAgent[199]: main Failed to composit image for binding VariantBinding [0x437] flags: 0x8 binding: FileInfoBinding [0x221] - extension: mp4, UTI: public.mpeg-4, fileType: ????.
    1/19/14 11:29:16.456 AM quicklookd[215]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: mp4, UTI: public.mpeg-4, fileType: ???? request size:16 scale: 1
    1/19/14 11:29:16.707 AM com.apple.SecurityServer[15]: Session 100013 created
    1/19/14 11:29:16.827 AM talagent[172]: CGSBindSurface: Invalid window 0x22
    1/19/14 11:29:16.827 AM WindowServer[86]: _CGXWindowRightsRelinquish: Invalid window 0x22
    1/19/14 11:29:16.828 AM talagent[172]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    1/19/14 11:29:16.828 AM WindowServer[86]: _CGXTerminateWindowList: Invalid window 34
    1/19/14 11:29:16.927 AM com.apple.NotesMigratorService[219]: Joined Aqua audit session
    1/19/14 11:29:17.826 AM WindowServer[86]: disable_update_timeout: UI updates were forcibly disabled by application "talagent" for over 1.00 seconds. Server has re-enabled them.
    1/19/14 11:29:18.144 AM com.apple.time[159]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    1/19/14 11:29:18.252 AM com.apple.time[159]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    1/19/14 11:29:18.264 AM com.apple.dock.extra[220]: <NSXPCConnection: 0x7fef2bd3f380>: received an undecodable message (no exported object to receive message). Dropping message.
    1/19/14 11:29:22.588 AM com.apple.launchd.peruser.501[155]: (com.valvesoftware.steamclean[236]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    1/19/14 11:29:22.588 AM com.apple.launchd.peruser.501[155]: (com.valvesoftware.steamclean[236]) Job failed to exec(3) for weird reason: 2
    1/19/14 11:29:22.612 AM com.apple.launchd.peruser.501[155]: (com.apple.iTunesHelper.32416[239]) Spawned and waiting for the debugger to attach before continuing...
    1/19/14 11:29:22.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=237[GoogleSoftwareUp] final status 0x0, allow (remove VALID)ing page
    1/19/14 11:29:23.001 AM WiFiKeychainProxy[226]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    1/19/14 11:29:23.002 AM WiFiKeychainProxy[226]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    1/19/14 11:29:26.000 AM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0PS (kSMCKeyNotFound)
    1/19/14 11:29:26.000 AM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    1/19/14 11:29:31.826 AM WindowServer[86]: disable_update_likely_unbalanced: UI updates still disabled by application "talagent" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    1/19/14 11:29:57.000 AM kernel[0]: jnl: b(1, 2): flushing fs disk buffer returned 0x5
    1/19/14 11:29:57.582 AM com.apple.WebKit.Networking[221]: CFNetwork SSLHandshake failed (-9806)
    1/19/14 11:29:57.668 AM com.apple.WebKit.Networking[221]: CFNetwork SSLHandshake failed (-9806)
    1/19/14 11:29:57.756 AM com.apple.WebKit.Networking[221]: CFNetwork SSLHandshake failed (-9806)
    1/19/14 11:29:57.760 AM com.apple.WebKit.Networking[221]: CFNetwork SSLHandshake failed (-9806)
    1/19/14 11:29:57.893 AM com.apple.WebKit.Networking[221]: CFNetwork SSLHandshake failed (-9806)
    1/19/14 11:29:58.297 AM com.apple.WebKit.Networking[221]: CFNetwork SSLHandshake failed (-9806)
    1/19/14 11:29:58.559 AM com.apple.WebKit.Networking[221]: CFNetwork SSLHandshake failed (-9806)
    1/19/14 11:29:58.809 AM parentalcontrolsd[249]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    1/19/14 11:30:00.628 AM com.apple.WebKit.Networking[221]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    1/19/14 11:30:07.235 AM PluginProcess[250]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    1/19/14 11:30:07.236 AM PluginProcess[250]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    1/19/14 11:30:16.319 AM com.apple.InputMethodKit.UserDictionary[265]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  richardharry~799AC944-6E99-5E0E-8E47-5CAF8754DC58:UserDictionary
    Using local storage: 1
    1/19/14 11:30:16.850 AM XBMC[268]: CPSGetCurrentProcess(): This call is deprecated and should not be called anymore.
    1/19/14 11:30:16.851 AM XBMC[268]: CPSSetForegroundOperationState(): This call is deprecated and should not be called anymore.
    1/19/14 11:30:17.438 AM com.apple.InputMethodKit.UserDictionary[265]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  richardharry~799AC944-6E99-5E0E-8E47-5CAF8754DC58:UserDictionary
    Using local storage: 0
    1/19/14 11:30:17.813 AM XBMCHelper[277]: XBMCHelper 0.7 starting up...
    1/19/14 11:30:18.684 AM WindowServer[86]: Display 0x4272100 captured by conn 0x1224f
    1/19/14 11:30:18.973 AM WindowServer[86]: Display 0x4272100 released by conn 0x1224f
    1/19/14 11:30:20.083 AM mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB93A011960 Richards-MacBook-Pro.local. (AAAA) that's already in the list
    1/19/14 11:30:20.083 AM mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB93A011DF0 6.5.F.1.4.B.E.F.F.F.2.3.3.2.2.0.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
    1/19/14 11:30:20.083 AM mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB93A812F60 Richards-MacBook-Pro.local. (Addr) that's already in the list
    1/19/14 11:30:20.083 AM mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB93A8133F0 5.1.168.192.in-addr.arpa. (PTR) that's already in the list
    1/19/14 11:30:46.085 AM loginwindow[63]: magsafeStateChanged state changed old 2 new 1
    1/19/14 11:31:00.000 AM kernel[0]: jnl: b(1, 2): flushing fs disk buffer returned 0x5
    1/19/14 11:32:31.807 AM mds[59]: (Normal) Volume: volume:0x7f8af205c000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.wT3x8l
    1/19/14 11:34:20.000 AM kernel[0]: considerRebuildOfPrelinkedKernel prebuild rebuild has expired
    1/19/14 1:10:08.000 PM bootlog[0]: BOOT_TIME 1390155008 0
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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".
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM syslogd[18]: 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.
    1/19/14 1:10:09.000 PM kernel[0]: Longterm timer threshold: 1000 ms
    1/19/14 1:10:09.000 PM kernel[0]: Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    1/19/14 1:10:09.000 PM kernel[0]: vm_page_bootstrap: 889394 free pages and 85454 wired pages
    1/19/14 1:10:09.000 PM kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    1/19/14 1:10:09.000 PM kernel[0]: zone leak detection enabled
    1/19/14 1:10:09.000 PM kernel[0]: "vm_compressor_mode" is 4
    1/19/14 1:10:09.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    1/19/14 1:10:09.000 PM kernel[0]: standard background quantum is 2500 us
    1/19/14 1:10:09.000 PM kernel[0]: mig_table_max_displ = 74
    1/19/14 1:10:09.000 PM kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    1/19/14 1:10:09.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    1/19/14 1:10:09.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    1/19/14 1:10:09.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    1/19/14 1:10:09.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    1/19/14 1:10:09.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    1/19/14 1:10:09.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    1/19/14 1:10:09.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    1/19/14 1:10:09.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    1/19/14 1:10:09.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    1/19/14 1:10:09.000 PM kernel[0]: MAC Framework successfully initialized
    1/19/14 1:10:09.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    1/19/14 1:10:09.000 PM kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    1/19/14 1:10:09.000 PM kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    1/19/14 1:10:09.000 PM kernel[0]: ACPI: sleep states S3 S4 S5
    1/19/14 1:10:09.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 22:16:38 Sep 19 2013) initialization complete
    1/19/14 1:10:09.000 PM kernel[0]: pci (build 22:16:29 Sep 19 2013), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    1/19/14 1:10:09.000 PM kernel[0]: [ PCI configuration begin ]
    1/19/14 1:10:09.000 PM kernel[0]: console relocated to 0xf80010000
    1/19/14 1:10:09.000 PM kernel[0]: [ PCI configuration end, bridges 7, devices 19 ]
    1/19/14 1:10:09.000 PM kernel[0]: NVEthernet::start - Built Sep 19 2013 22:20:06
    1/19/14 1:10:09.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffeb41f56; max speed s800.
    1/19/14 1:10:09.000 PM kernel[0]: USBF:    0.928    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 4 of Hub at 0x4000000)
    1/19/14 1:10:09.000 PM kernel[0]: mcache: 2 CPU(s), 64 bytes CPU cache line size
    1/19/14 1:10:09.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    1/19/14 1:10:09.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    1/19/14 1:10:09.000 PM kernel[0]: rooting via boot-uuid from /chosen: E5D93962-01E5-3C42-BD6D-2C20E6069DA4
    1/19/14 1:10:09.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    1/19/14 1:10:09.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    1/19/14 1:10:09.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    1/19/14 1:10:09.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    1/19/14 1:10:09.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    1/19/14 1:10:09.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    1/19/14 1:10:09.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/PLEXTOR PX-128M3 Media/IOGUIDPartitionScheme/SSD@2
    1/19/14 1:10:09.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    1/19/14 1:10:09.000 PM kernel[0]: jnl: b(1, 2): replay_journal: from: 10301440 to: 11706368 (joffset 0x3ba000)
    1/19/14 1:10:09.000 PM kernel[0]: BTCOEXIST off
    1/19/14 1:10:09.000 PM kernel[0]: BRCM tunables:
    1/19/14 1:10:09.000 PM kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    1/19/14 1:10:09.000 PM kernel[0]: jnl: b(1, 2): journal replay done.
    1/19/14 1:10:09.000 PM kernel[0]: hfs: mounted SSD on device root_device
    1/19/14 1:10:09.000 PM kernel[0]: hfs: Removed 0 orphaned / unlinked files and 6 directories
    1/19/14 1:10:08.464 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    1/19/14 1:10:08.464 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    1/19/14 1:10:09.370 PM com.apple.SecurityServer[15]: Session 100000 created
    1/19/14 1:10:09.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    1/19/14 1:10:10.000 PM kernel[0]: USBF:    4.249    The IOUSBFamily was not able to enumerate a device.
    1/19/14 1:10:11.617 PM com.apple.SecurityServer[15]: Entering service
    1/19/14 1:10:11.000 PM kernel[0]: NVDAStartup: Official
    1/19/14 1:10:11.000 PM kernel[0]: NVDAStartup: Official
    1/19/14 1:10:11.000 PM kernel[0]: NVDANV50HAL loaded and registered
    1/19/14 1:10:11.000 PM kernel[0]: AGC: 3.4.12, HW version=1.7.3, flags:0, features:4
    1/19/14 1:10:11.000 PM kernel[0]: init
    1/19/14 1:10:11.000 PM kernel[0]: probe
    1/19/14 1:10:11.000 PM kernel[0]: start
    1/19/14 1:10:11.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    1/19/14 1:10:11.000 PM kernel[0]: NVDANV50HAL loaded and registered
    1/19/14 1:10:11.000 PM kernel[0]: Previous Shutdown Cause: 3
    1/19/14 1:10:11.000 PM kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    1/19/14 1:10:11.840 PM UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/19/14 1:10:11.864 PM UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    1/19/14 1:10:12.000 PM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    1/19/14 1:10:12.000 PM kernel[0]: DSMOS has arrived
    1/19/14 1:10:12.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    1/19/14 1:10:12.391 PM UserEventAgent[11]: assertion failed: 13B42: com.apple.telemetry + 21716 [19C2F49F-5C72-3429-A2B4-7EF783B7F611]: 0xffffffffffffffff
    1/19/14 1:10:12.412 PM fseventsd[38]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (1483 4 6104)
    1/19/14 1:10:12.413 PM fseventsd[38]: log dir: /.fseventsd getting new uuid: DDF45A63-1CF9-44B8-9D7A-69BB28E8DE7B
    1/19/14 1:10:12.000 PM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    1/19/14 1:10:12.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    1/19/14 1:10:12.000 PM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    1/19/14 1:10:12.481 PM configd[19]: dhcp_arp_router: en1 SSID unavailable
    1/19/14 1:10:12.548 PM configd[19]: setting hostname to "Richards-MacBook-Pro.local"
    1/19/14 1:10:12.553 PM configd[19]: network changed.
    1/19/14 1:10:14.390 PM hidd[68]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    1/19/14 1:10:14.392 PM hidd[68]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    1/19/14 1:10:14.000 PM kernel[0]: VM Swap Subsystem is ON
    1/19/14 1:10:14.545 PM com.apple.usbmuxd[45]: usbmuxd-323.1 on Oct  3 2013 at 12:43:24, running 64 bit
    1/19/14 1:10:14.577 PM mDNSResponder[60]: mDNSResponder mDNSResponder-522.1.11 (Aug 24 2013 23:49:34) starting OSXVers 13
    1/19/14 1:10:14.689 PM loginwindow[63]: Login Window Application Started
    1/19/14 1:10:14.723 PM apsd[80]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    1/19/14 1:10:14.813 PM configd[19]: network changed.
    1/19/14 1:10:14.814 PM configd[19]: network changed: DNS*
    1/19/14 1:10:14.000 PM kernel[0]: Ethernet [nvenet]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,0000,0de1,000d,cde1,7c00]
    1/19/14 1:10:14.000 PM kernel[0]: 3b9aca00  00500030  NVEthernet::setLinkStatus - Active
    1/19/14 1:10:14.841 PM mDNSResponder[60]: D2D_IPC: Loaded
    1/19/14 1:10:14.841 PM mDNSResponder[60]: D2DInitialize succeeded
    1/19/14 1:10:14.847 PM mDNSResponder[60]:   4: Listening for incoming Unix Domain Socket client requests
    1/19/14 1:10:14.907 PM networkd[105]: networkd.105 built Aug 24 2013 22:08:46
    1/19/14 1:10:15.163 PM WindowServer[91]: Server is starting up
    1/19/14 1:10:15.180 PM WindowServer[91]: Session 256 retained (2 references)
    1/19/14 1:10:15.180 PM WindowServer[91]: Session 256 released (1 references)
    1/19/14 1:10:15.208 PM mds[59]: (Normal) FMW: FMW 0 0
    1/19/14 1:10:15.231 PM WindowServer[91]: Session 256 retained (2 references)
    1/19/14 1:10:15.234 PM WindowServer[91]: init_page_flip: page flip mode is on
    1/19/14 1:10:15.235 PM locationd[65]: NBB-Could not get UDID for stable refill timing, falling back on random
    1/19/14 1:10:15.298 PM digest-service[104]: label: default
    1/19/14 1:10:15.298 PM digest-service[104]:           dbname: od:/Local/Default
    1/19/14 1:10:15.298 PM digest-service[104]:           mkey_file: /var/db/krb5kdc/m-key
    1/19/14 1:10:15.299 PM digest-service[104]:           acl_file: /var/db/krb5kdc/kadmind.acl
    1/19/14 1:10:15.346 PM digest-service[104]: digest-request: uid=0
    1/19/14 1:10:15.348 PM awacsd[78]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    1/19/14 1:10:15.402 PM awacsd[78]: InnerStore CopyAllZones: no info in Dynamic Store
    1/19/14 1:10:15.475 PM digest-service[104]: digest-request: netr probe 0
    1/19/14 1:10:15.478 PM digest-service[104]: digest-request: init request
    1/19/14 1:10:15.489 PM digest-service[104]: digest-request: init return domain: BUILTIN server: RICHARDS-MACBOOK-PRO indomain was: <NULL>
    1/19/14 1:10:15.711 PM locationd[65]: Location icon should now be in state 'Inactive'
    1/19/14 1:10:15.739 PM locationd[65]: locationd was started after an unclean shutdown
    1/19/14 1:10:15.887 PM systemkeychain[87]: done file: /var/run/systemkeychaincheck.done
    1/19/14 1:10:16.196 PM WindowServer[91]: Found 1 modes for display 0x00000000 [1, 0]
    1/19/14 1:10:16.257 PM WindowServer[91]: Found 36 modes for display 0x00000000 [30, 6]
    1/19/14 1:10:16.272 PM WindowServer[91]: Found 1 modes for display 0x00000000 [1, 0]
    1/19/14 1:10:16.274 PM WindowServer[91]: Found 1 modes for display 0x00000000 [1, 0]
    1/19/14 1:10:16.289 PM WindowServer[91]: mux_initialize: Mode is logout
    1/19/14 1:10:16.292 PM WindowServer[91]: Found 36 modes for display 0x00000000 [30, 6]
    1/19/14 1:10:16.298 PM WindowServer[91]: Found 1 modes for display 0x00000000 [1, 0]
    1/19/14 1:10:16.336 PM WindowServer[91]: WSMachineUsesNewStyleMirroring: false
    1/19/14 1:10:16.337 PM WindowServer[91]: Display 0x04272100: GL mask 0x5; bounds (0, 0)[1440 x 900], 36 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c84, S/N 0, Unit 0, Rotation 0
    UUID 0x3147e958136865fbc8914fc8d5b55131
    1/19/14 1:10:16.337 PM WindowServer[91]: Display 0x003f003d: GL mask 0xa; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/19/14 1:10:16.000 PM kernel[0]: createVirtIf(): ifRole = 1
    1/19/14 1:10:16.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    1/19/14 1:10:16.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    1/19/14 1:10:16.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    1/19/14 1:10:16.000 PM kernel[0]: Created virtif 0xffffff801a52d800 p2p0
    1/19/14 1:10:16.343 PM WindowServer[91]: WSSetWindowTransform: Singular matrix
    1/19/14 1:10:16.350 PM WindowServer[91]: Display 0x04272100: GL mask 0x5; bounds (0, 0)[1440 x 900], 36 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c84, S/N 0, Unit 0, Rotation 0
    UUID 0x3147e958136865fbc8914fc8d5b55131
    1/19/14 1:10:16.350 PM WindowServer[91]: Display 0x003f003d: GL mask 0xa; bounds (2464, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/19/14 1:10:16.351 PM WindowServer[91]: CGXPerformInitialDisplayConfiguration
    1/19/14 1:10:16.351 PM WindowServer[91]:   Display 0x04272100: Unit 0; Alias(0, 0x5); Vendor 0x610 Model 0x9c84 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    1/19/14 1:10:16.351 PM WindowServer[91]:   Display 0x003f003d: Unit 1; Alias(1, 0xa); Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    1/19/14 1:10:16.351 PM WindowServer[91]: CGXMuxBoot: Boot normal
    1/19/14 1:10:16.449 PM WindowServer[91]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x00004bab, unit 0, caps QEX|MIPMAP, vram 256 MB
    1/19/14 1:10:16.458 PM WindowServer[91]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    1/19/14 1:10:16.458 PM WindowServer[91]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, accelerator 0x0000293b, unit 2, caps QEX|MIPMAP, vram 256 MB
    1/19/14 1:10:16.468 PM WindowServer[91]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    1/19/14 1:10:16.468 PM WindowServer[91]: GLCompositor enabled for tile size [256 x 256]
    1/19/14 1:10:16.468 PM WindowServer[91]: CGXGLInitMipMap: mip map mode is on
    1/19/14 1:10:16.481 PM loginwindow[63]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    1/19/14 1:10:16.484 PM airportd[83]: airportdProcessDLILEvent: en1 attached (up)
    1/19/14 1:10:16.611 PM WindowServer[91]: Display 0x04272100: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/19/14 1:10:16.775 PM loginwindow[63]: Setting the initial value of the magsave brightness level 2
    1/19/14 1:10:16.840 PM loginwindow[63]: Login Window Started Security Agent
    1/19/14 1:10:16.965 PM SecurityAgent[120]: This is the first run
    1/19/14 1:10:16.965 PM SecurityAgent[120]: MacBuddy was run = 0
    1/19/14 1:10:16.992 PM WindowServer[91]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fe83bd10560) - enabling OpenGL
    1/19/14 1:10:17.095 PM launchctl[117]: com.apple.findmymacmessenger: Already loaded
    1/19/14 1:10:17.368 PM com.apple.SecurityServer[15]: Session 100004 created
    1/19/14 1:10:17.889 PM parentalcontrolsd[136]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    1/19/14 1:10:18.000 PM kernel[0]: hfs: mounted Recovery HD on device disk0s3
    1/19/14 1:10:18.253 PM mds[59]: (Normal) Volume: volume:0x7ff508824a00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    1/19/14 1:10:18.356 PM WindowServer[91]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    1/19/14 1:10:18.365 PM fseventsd[38]: Logging disabled completely for device:1: /Volumes/Recovery HD
    1/19/14 1:10:18.000 PM kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    1/19/14 1:10:18.433 PM UserEventAgent[122]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/19/14 1:10:18.435 PM WindowServer[91]: Display 0x04272100: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/19/14 1:10:18.467 PM WindowServer[91]: Display 0x04272100: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/19/14 1:10:28.538 PM configd[19]: network changed: v4(en0+:192.168.1.5) DNS+ Proxy+ SMB
    1/19/14 1:10:28.561 PM configd[19]: setting hostname to "new-host-3.home"
    1/19/14 1:10:29.692 PM ntpd[42]: proto: precision = 1.000 usec
    1/19/14 1:10:30.820 PM apsd[80]: Unrecognized leaf certificate
    1/19/14 1:10:31.484 PM awacsd[78]: Exiting
    1/19/14 1:10:41.933 PM SecurityAgent[120]: User info context values set for richardharry
    1/19/14 1:10:42.660 PM SecurityAgent[120]: Login Window login proceeding
    1/19/14 1:10:42.000 PM kernel[0]: **** [IOBluetoothHCIController][SearchForTransportEventTimeOutHandler] -- Missing Bluetooth Controller Transport!
    1/19/14 1:10:42.977 PM loginwindow[63]: Login Window - Returned from Security Agent
    1/19/14 1:10:43.064 PM loginwindow[63]: USER_PROCESS: 63 console
    1/19/14 1:10:43.000 PM kernel[0]: AppleKeyStore:Sending lock change 0
    1/19/14 1:10:43.238 PM com.apple.launchd.peruser.501[155]: Background: Aqua: Registering new GUI session.
    1/19/14 1:10:43.282 PM com.apple.launchd.peruser.501[155]: (com.apple.cmfsyncagent) Ignored this key: UserName
    1/19/14 1:10:43.283 PM com.apple.launchd.peruser.501[155]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    1/19/14 1:10:43.284 PM com.apple.launchd.peruser.501[155]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    1/19/14 1:10:43.289 PM launchctl[158]: com.apple.pluginkit.pkd: Already loaded
    1/19/14 1:10:43.290 PM launchctl[158]: com.apple.sbd: Already loaded
    1/19/14 1:10:43.322 PM distnoted[160]: # distnote server agent  absolute time: 35.829365312   civil time: Sun Jan 19 13:10:43 2014   pid: 160 uid: 501  root: no
    1/19/14 1:10:43.505 PM WindowServer[91]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    1/19/14 1:10:44.200 PM WindowServer[91]: Display 0x04272100: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/19/14 1:10:44.391 PM sharingd[183]: Starting Up...
    1/19/14 1:10:44.822 PM com.apple.SecurityServer[15]: Session 100008 created
    1/19/14 1:10:45.207 PM WindowServer[91]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    1/19/14 1:10:45.891 PM WindowServer[91]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.68 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/19/14 1:10:46.125 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    1/19/14 1:10:46.125 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    1/19/14 1:10:46.125 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    1/19/14 1:10:46.125 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    1/19/14 1:10:46.125 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    1/19/14 1:10:46.125 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    1/19/14 1:10:46.125 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    1/19/14 1:10:46.126 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    1/19/14 1:10:46.126 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    1/19/14 1:10:46.126 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    1/19/14 1:10:46.126 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    1/19/14 1:10:46.126 PM com.apple.audio.DriverHelper[195]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    1/19/14 1:10:46.175 PM com.apple.audio.DriverHelper[195]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    1/19/14 1:10:46.175 PM com.apple.audio.DriverHelper[195]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    1/19/14 1:10:46.175 PM com.apple.audio.DriverHelper[195]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    1/19/14 1:10:46.360 PM WindowServer[91]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/19/14 1:10:46.410 PM xpcproxy[199]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    1/19/14 1:10:46.480 PM com.apple.IconServicesAgent[200]: IconServicesAgent launched.
    1/19/14 1:10:46.513 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.514 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.514 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.514 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.514 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.515 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.515 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.515 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.515 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.515 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.516 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.517 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.517 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.517 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.517 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.517 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.518 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.518 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.518 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.518 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.518 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.519 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.519 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.519 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.519 PM Finder[174]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.576 PM com.apple.IconServicesAgent[200]: Failed to mmap file. The file has zero length.
    1/19/14 1:10:46.855 PM xpcproxy[207]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    1/19/14 1:10:46.889 PM com.apple.SecurityServer[15]: Session 100011 created
    1/19/14 1:10:47.092 PM UserEventAgent[159]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/19/14 1:10:47.656 PM WindowServer[91]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 2.30 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/19/14 1:10:47.922 PM SystemUIServer[173]: Cannot find executable for CFBundle 0x7fce9bdd2b40 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    1/19/14 1:10:47.949 PM SystemUIServer[173]: Cannot find executable for CFBundle 0x7fce9bc25fb0 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    1/19/14 1:10:47.950 PM SystemUIServer[173]: Cannot find executable for CFBundle 0x7fce9bc26700 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    1/19/14 1:10:48.167 PM accountsd[213]: assertion failed: 13B42: liblaunch.dylib + 25164 [FCBF0A02-0B06-3F97-9248-5062A9DEB32C]: 0x25
    1/19/14 1:10:48.454 PM SystemUIServer[173]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/19/14 1:10:48.454 PM SystemUIServer[173]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/19/14 1:10:48.591 PM XBMC[165]: CPSGetCurrentProcess(): This call is deprecated and should not be called anymore.
    1/19/14 1:10:48.615 PM XBMC[165]: CPSSetForegroundOperationState(): This call is deprecated and should not be called anymore.
    1/19/14 1:10:48.737 PM com.apple.SecurityServer[15]: Session 100013 created
    1/19/14 1:10:49.001 PM com.apple.time[159]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    1/19/14 1:10:49.048 PM com.apple.time[159]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    1/19/14 1:10:49.057 PM com.apple.NotesMigratorService[217]: Joined Aqua audit session
    1/19/14 1:10:49.310 PM Console[169]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    1/19/14 1:10:50.434 PM XBMCHelper[226]: XBMCHelper 0.7 starting up...
    1/19/14 1:10:50.764 PM com.apple.dock.extra[224]: <NSXPCConnection: 0x7f91d1471e90>: received an undecodable message (no exported object to receive message). Dropping message.
    1/19/14 1:10:51.495 PM WindowServer[91]: Display 0x4272100 captured by conn 0xf40f
    1/19/14 1:10:51.755 PM WindowServer[91]: Display 0x4272100 released by conn 0xf40f
    1/19/14 1:10:53.163 PM mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FBFA3003B60 Richards-MacBook-Pro.local. (AAAA) that's already in the list
    1/19/14 1:10:53.163 PM mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FBFA3003FF0 6.5.F.1.4.B.E.F.F.F.2.3.3.2.2.0.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
    1/19/14 1:10:53.163 PM mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FBFA2814960 Richards-MacBook-Pro.local. (Addr) that's already in the list
    1/19/14 1:10:53.163 PM mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FBFA2814DF0 5.1.168.192.in-addr.arpa. (PTR) that's already in the list
    1/19/14 1:10:53.640 PM imagent[203]: [Warning] *** Listener ID: com.apple.soagent  does not have capability: (Status), not allowing request
    1/19/14 1:10:53.641 PM imagent[203]: [Warning] *** Listener ID: com.apple.soagent  does not have capability: (Status), not allowing request
    1/19/14 1:10:53.643 PM imagent[203]: [Warning] 1   IMFoundation                        0x00007fff9536edd7 IMLogBacktraceToDepth + 69
    1/19/14 1:10:53.643 PM imagent[203]: [Warning] 2   imagent                             0x0000000100dfcec5 imagent + 77509
    1/19/14 1:10:53.643 PM imagent[203]: [Warning] 3   imagent                             0x0000000100defa4c imagent + 23116
    1/19/14 1:10:53.643 PM imagent[203]: [Warning] 4   CoreFoundation                      0x00007fff8faa1dec __invoking___ + 140
    1/19/14 1:10:53.643 PM imagent[203]: [Warning] 5   CoreFoundation                      0x00007fff8faa1c54 -[NSInvocation invoke] + 308
    1/19/14 1:10:53.644 PM imagent[203]: [Warning] 6   CoreFoundation                      0x00007fff8fb447a6 -[NSInvocation invokeWithTarget:] + 54
    1/19/14 1:10:53.644 PM imagent[203]: [Warning] 7   IMFoundation                        0x00007fff9536b774 im_local_object_peer_event_handler + 7384
    1/19/14 1:10:53.644 PM imagent[203]: [Warning] 8   IMFoundation                        0x00007fff9536b455 im_local_object_peer_event_handler + 6585
    1/19/14 1:10:53.644 PM imagent[203]: [Warning] 9   IMFoundation                        0x00007fff9536b856 im_local_object_peer_event_handler + 7610
    1/19/14 1:10:53.644 PM imagent[203]: [Warning] 10  IMFoundation                        0x00007fff9536b9a4 im_local_object_peer_event_handler + 7944
    1/19/14 1:10:53.644 PM imagent[203]: [Warning] 11  Foundation                          0x00007fff974060de __NSThreadPerformPerform + 229
    1/19/14 1:10:53.644 PM imagent[203]: [Warning] 12  CoreFoundation                      0x00007fff8fae78f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    1/19/14 1:10:53.644 PM imagent[203]: [Warning] 13  CoreFoundation                      0x00007fff8fad9129 __CFRunLoopDoSources0 + 441
    1/19/14 1:10:53.644 PM imagent[203]: [Warning] 14  CoreFoundation                      0x00007fff8fad87ef __CFRunLoopRun + 831
    1/19/14 1:10:53.645 PM imagent[203]: [Warning] 15  CoreFoundation                      0x00007fff8fad8275 CFRunLoopRunSpecific + 309
    1/19/14 1:10:53.645 PM imagent[203]: [Warning] 16  Foundation                          0x00007fff9740ba7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    1/19/14 1:10:53.645 PM imagent[203]: [Warning] 17  Foundation                          0x00007fff974f470a -[NSRunLoop(NSRunLoop) run] + 74
    1/19/14 1:10:53.645 PM imagent[203]: [Warning] 18  imagent                             0x0000000100df22a9 imagent + 33449
    1/19/14 1:10:53.645 PM imagent[203]: [Warning] 19  libdyld.dylib                       0x00007fff8ec7a5fd start + 1
    1/19/14 1:10:53.645 PM imagent[203]: [Warning] 20  ???                                 0x0000000000000001 0x0 + 1
    1/19/14 1:11:11.000 PM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0PS (kSMCKeyNotFound)
    1/19/14 1:11:11.000 PM kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    1/19/14 1:11:28.917 PM com.apple.InputMethodKit.UserDictionary[243]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  richardharry~799AC944-6E99-5E0E-8E47-5CAF8754DC58:UserDictionary
    Using local storage: 1
    1/19/14 1:11:29.118 PM com.apple.InputMethodKit.UserDictionary[243]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  richardharry~799AC944-6E99-5E0E-8E47-5CAF8754DC58:UserDictionary
    Using local storage: 0
    1/19/14 1:11:43.417 PM com.apple.launchd.peruser.501[155]: (com.valvesoftware.steamclean[254]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    1/19/14 1:11:43.417 PM com.apple.launchd.peruser.501[155]: (com.valvesoftware.steamclean[254]) Job failed to exec(3) for weird reason: 2
    1/19/14 1:11:43.463 PM com.apple.launchd.peruser.501[155]: (com.apple.iTunesHelper.32416[257]) Spawned and waiting for the debugger to attach before continuing...
    1/19/14 1:11:43.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=255[GoogleSoftwareUp] final status 0x0, allow (remove VALID)ing page
    1/19/14 1:11:43.803 PM WiFiKeychainProxy[244]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    1/19/14 1:11:43.804 PM WiFiKeychainProxy[244]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    1/19/14 1:11:53.913 PM parentalcontrolsd[285]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    1/19/14 1:14:16.538 PM mds[59]: (Normal) Volume: volume:0x7ff508850800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.VuomA2
    1/19/14 1:15:58.836 PM PluginProcess[238]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    1/19/14 1:15:58.837 PM PluginProcess[238]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.

  • I have a power mac and the hard drive is about to die, i have a new hard drive to install, i know how to remove and put the old in the second space and load the new one, then what...when do reinstall the OS and transfer data from old drive

    I have a power mac, the hard drive is struggling, I have a new hard drive ready to install, after I pull the old one and put the new one it's place and place the old one in the next slot ready to transfer data....how do I start this next step.  Do I down load OS, and go to utililities...please just a step by step after hard drives in position.

    Hi Susan, you must have a Mac Pro, Powermacs cannot run 10.6.x
    Anyway, once you Install the new drive, you likely must Format it...
    How to format your disks...
    http://www.kenstone.net/fcp_homepage/partitioning_tiger.html
    (To Install OSX on an IntelMac the Drive it needs the GUID Partitioning scheme mentioned at the bottom.)
    Thanks to Pondini, Formatting,  Partitioning, Verifying,  and  Repairing  Disks...
    http://web.me.com/pondini/AppleTips/DU.html
    Then Install the OS & on first boot of the new install, after a step or two, avail yourself of Migration Assistant & Migrate everything.

  • Insert,update and delete data in a table using webdynpro for abap

    Dear All,
    I have a requirement to create a table allowing the user to add rows in it and update a row as well as delete a row from that table.To do this I guess I have to make use of ALV.But using ALV I am not able to enter data to a table where as I can make a column editable delete a row etc. please guide me to perform these operations(insert,update and delete) on table.
    Thanks,
    Reddy.

    Hi Sridhar,
    By using ALV you can do all insert delete etc things. if you want to edit i mean you can yenter data in ALV.
    Check this...
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3133474a-0801-0010-d692-81827814a5a1
    Editing alv in web dynpro
    editing rows in alv reports
    Re: editing rows and columns in alv reports in webdynpro abap
    Cheers,
    Kris.

  • UPDATING AND DELETING DATA IN A TEXTFILE

    Hi Guys,
    I am using textfiles a database to store data for a travel agent and have ran into a problem with updating the textfile with out replace the entire data in the file. I am using StringTokenizer to read and place the relevant data in the correct textField so heres the problem if I try to update a field the entry select is updated and the other entries are deleted. Heres part of my code:
    code1 to add entries:
    if(event.getSource() == addButton) {
                        try {
                        outFile1 = new PrintWriter ( new FileWriter("flight.txt",true));
                        outFile1.print(cityField.getText()+", ");
                        outFile1.print(departdateField.getText()+", ");
                        outFile1.print(departtimeField.getText()+", ");
                        outFile1.print(returndateField.getText()+", ");
                        outFile1.print(returntimeField.getText()+", ");
                        outFile1.print(priceField.getText()+", ");
                        outFile1.print(referenceField.getText()+", " + "\r\n");     
                        outFile1.flush();
                        outFile1.close();
                        JOptionPane.showMessageDialog(null,"Data have been Saved");
                        cityField.setText("");
                        departdateField.setText("" );
                        departtimeField.setText("");
                        returndateField.setText("");
                        returntimeField.setText("");
                        priceField.setText("");
                        referenceField.setText("");
                   catch (IOException e) {
                        JOptionPane.showMessageDialog(null,"Search Not Found");
                        return;
    code2 update entries:
    if(event.getSource()==updateButton){
                        try {
                        outFile1 = new PrintWriter ( new FileWriter("flight.txt"));
                        outFile1.print(cityField.getText()+", ");
                        outFile1.print(departdateField.getText()+", ");
                        outFile1.print(departtimeField.getText()+", ");
                        outFile1.print(returndateField.getText()+", ");
                        outFile1.print(returntimeField.getText()+", ");
                        outFile1.print(priceField.getText()+", ");
                        outFile1.print(referenceField.getText()+", ");     
                        outFile1.flush();
                        outFile1.close();
                        JOptionPane.showMessageDialog(null,"Data have been Saved");
                        cityField.setText("");
                        departdateField.setText("" );
                        departtimeField.setText("");
                        returndateField.setText("");
                        returntimeField.setText("");
                        priceField.setText("");
                        referenceField.setText("");
                   catch (IOException e) {
                        JOptionPane.showMessageDialog(null,"Search Not Found");
                        return;
    Can anyone help!!

    I think there are ways to open a file for appending, and maybe using Random Access File you can remove / change certain parts of the file. But honestly these days file data throughput is very very high (certainly 100s of megabytes / sec, maybe gigabytes / sec), but file latency (the time it takes for the HD to get to the right sector) is the key performance stopper. So writing the whole file to disk again doesn't cost you anything. I rewrite the whole file with all of my changing files.

Maybe you are looking for

  • Creating Non-Repeating fields

    Hello all, I am creating a query that lists a bunch of student ID's and their schedules. However, the ID's of students should only show on the first row of thier schedule. I've figured out a way to do it with the Lag function, but I was wondering if

  • Hi am trying to update my ipad but is not going true

    want to update my ipad but i cant do so why,its telling me network error

  • 8100 turning on then off repeatedly

    I have a Blackberry Pearl 8100 that started turning off and on today and is not stopping.  When it turns on you see the hour glass for about 20 secs and then it turns off and starts again.  Everything was working fine earlier today and then suddenly

  • Dreaded freeze with grey "restart" box

    Hi all, It's been a while since I last had an issue. Hopefully I can resolve this with your help. I've got this iBook G4 (1.33 GHz PPC; 1 GB RAM; HD not full) that's been solid and steady for a couple years, and recently these last 2 days, I've gotte

  • Generating ProgressBar component at runtime.

    Hi All, I have the requirement of generating the ADF Components at runtime. One of which is af:Progressbar. I have written the code in the Managedbean to generate the same.                 ProgressIndicatorBean pgIndicatorBean =                     n