Kernel using lots of VM

I noticed my system stalling consistently, opened activity monitor and noticed two things: one virex was being really taxing, so i removed it all and was much improved. secondly i noticed "kernel_task" is using like 670 MB of virtual memory. it isn't using a lot of cpu and about 60 MB real memory. just curious if this is a problem and what to do about it if it is...
any thoughts?

Hi, shryocdj.
The 60 MB of Real Memory being consumed by kernel_task is nothing to worry about. The kernel_task is only of concern if it starts consuming a high percentage of CPU, which has certain causes related to certain third-party software and peripherals.
Right now, on my PM G5 Dual 2.3 GHz, kernel_task is using 116 MB or Real and 1.73 GB of Virtual Memory. No worries here.
The kernel_task process is the heart of the operating system: you'll note it is Process ID (PID) 0. It is involved in scheduling, managing virtual memory, and other activities.
Good luck!
Dr. Smoke
Author: Troubleshooting Mac® OS X

Similar Messages

  • Ipad2 gives me ""accessory is not supported" message w/ VGA adapter that I used lots of times before. Now it's not working. Why? and how do I get it back to normal functioning?

    Ipad2 gives me ""accessory is not supported" message w/ VGA adapter that I used lots of times before. Now it's not working. Why? and how do I get it back to normal functioning?
    I used the (Apple branded) VGA adapter lots of times last year. Now I got back to one place I used it many times and it does not work. When I restart iPad with the adapter connected, I get the "accessory is not supported"message. But that same accessory WAS supported before.
    This is very annoying as I planned a whole bunch of presentations starting this week to do with my iPad2 and that adapter.

    I received the same error message, "Accessory Not Supported"  from both the VGA and DV video adapters I purchased, both were boxed direct from Apple. However, to bypass this problem I  simply clicked on Photos icon on iPad2 and flipped through photos until it displayed on my projector.  I then exited the Photos app and my home screen displayed fine on the projection screen.
    Some logic issue with the video adapters, but launching Apple Photo app initializes the video adapters then they work fine for mirroring after that.
    Platform: iPad2
    IOS: 5.1.1
    Best regards!

  • Macbook pro 13' late 2011 4GB RAM...using lot of RAM

    macbook pro 13' late 2011 4GB RAM...using lot of RAM
    I have attatched screenshot...please help...sometime free memory is only 15 or 20 mb and i have to restart...after restart it works fine for 10 to 20 minuts

    its very easy to do, here are step by step instructions with photos

  • Dear Sir,  I am using lots of Product of Apple like I-Pad, MAC Note Book and Iphone 4

    Dear Sir,
    I am using lots of Product of Apple like I-Pad, MAC Note Book and Iphone 4 & 5s.
    Apple Products are very powerfull and easy to use. I live in Saudi Arabia,
    here is no any Authorised Dealer of Apple Product, so how I can contact you
    and tell you our problem about your product.
    We have only one BIG Problem and that is I-Cloud ID, Please give us some solution
    for few days of this Problem. I will be very appreciate for this.
    I am waiting for your answer/replay.
    serialNumber      : F2*******FDQ
    partDescription   : IPHONE 5S 16GB GOLD
    imeiNumber        : ******
    initialActivationPolicyDetails : Retail Unlock.
    initialActivationPolicyID : 235
    unlocked          : true
    unlockDate        : 02/26/14
    warrantyStatus    : Apple Limited Warranty
    coverageStartDate    : 02/25/14
    coverageEndDate    : 02/24/15
    daysRemaining     : 289
    PurchaseDate      : 01/13/14
    purchaseCountry   : United States
    registrationDate  : 02/25/14
    productDescription: iPhone 5S
    nextTetherPolicyID: 235
    nextTetherPolicyDetails:Retail Unlock.
    appliedActivationPolicyID:235
    appliedActivationDetails:Retail Unlock.
    unbricked         : true
    firstUnbrickDate  : 02/26/14
    lastUnbrickDate   : 02/26/14
    meid              :
    iccID             : *****
    productVersion    : 7.1
    macAddress        : 7831C104BBF7
    bluetoothMacAddress:78:31:C1:04:BB:F8
    Simlock:Unlocked
    Thanks
    your`s one Product user.
    <Edited By Host>

    If the iPhone has Activation Lock - that is, it's asking for the previous owner's Apple ID and password to activate the device - then you will need that information, or you'll need to get the previous owner to remove the device from his/her iCloud account:
    http://support.apple.com/kb/PH2702
    Until that is done you will not be able to activate the device.
    Regards.

  • SQL query using lot of Temp space

    I have sql query which is using lot of temp space , please suggest some ways to reduce this
    SELECT A.POSITION_NBR, TO_CHAR(B.EFFDT,'YYYY-MM-DD'), rtrim( A.SEQNO), A.EMPLID, B.REG_REGION, A.MANAGER_ID, A.REPORTS_TO, case when A.POSITION_NBR = A.REPORTS_TO THEN 'POS reports to same position' else 'Positions with multiple Emp' End Case
    FROM PS_Z_RPTTO_TBL A, PS_POSITION_DATA B, PS_POSTN_SRCH_QRY B1
    WHERE B.POSITION_NBR = B1.POSITION_NBR AND B1.OPRID = 'MP9621Q' AND ( A.POSITION_NBR = B.POSITION_NBR AND ( A.REPORTS_TO = A.POSITION_NBR AND B.EFFDT =
    (SELECT MAX(B_ED.EFFDT)
    FROM PS_POSITION_DATA B_ED
    WHERE B.POSITION_NBR = B_ED.POSITION_NBR) AND A.POSITION_NBR <> '00203392') OR ( B.EFFDT =
    (SELECT MAX(B_ED.EFFDT)
    FROM PS_POSITION_DATA B_ED
    WHERE B.POSITION_NBR = B_ED.POSITION_NBR AND B_ED.EFFDT <= SYSDATE) AND B.MAX_HEAD_COUNT <>
    (SELECT Count( C.EMPLID)
    FROM PS_Z_RPTTO_TBL C)) ) UNION
    SELECT F.POSITION_NBR, TO_CHAR(F.EFFDT,'YYYY-MM-DD'), '', '', F.REG_REGION, '', F.REPORTS_TO, ''
    FROM PS_POSITION_DATA F, PS_POSTN_SRCH_QRY F1
    WHERE F.POSITION_NBR = F1.POSITION_NBR AND F1.OPRID = 'MP9621Q' AND ( F.EFFDT =
    (SELECT MAX(F_ED.EFFDT)
    FROM PS_POSITION_DATA F_ED
    WHERE F.POSITION_NBR = F_ED.POSITION_NBR AND F_ED.EFFDT <= SYSDATE) AND F.EFF_STATUS = 'A' AND F.DEPTID IN
    (SELECT G.DEPTID
    FROM PS_DEPT_TBL G
    WHERE G.EFFDT =
    (SELECT MAX(G_ED.EFFDT)
    FROM PS_DEPT_TBL G_ED
    WHERE G.SETID = G_ED.SETID AND G.DEPTID = G_ED.DEPTID AND G_ED.EFFDT <= SYSDATE) AND F.REG_REGION = G.SETID AND G.EFF_STATUS = 'I') )
    Thanks in Advance
    Rajan

    use {noformat}<your code here>{noformat} tags to format your code.
    I have sql query which is using lot of temp space , please suggest some ways to reduce thisIf your sort_area_size is not set sufficient oracle used temp space for sorting operation. As your code is not readable i cant say much more than this. Check with your DBA if you have to increase the temp space.

  • LOve Firefox but it's annoying that if I'm using a search engine (I use lots of subscription legal search databases), when I press the back button all the data I entered in the search boxes has disappeared. I'm sure Firefox didn't use to do that?

    Love Firefox but it's annoying that if I'm using a search engine (I use lots of subscription legal search databases), when I press the back button all the data I entered in the search boxes has disappeared. I'm sure Firefox didn't use to do that?

    Please do the following.<br><br>
    #Click the Firefox button, go to '''Options '''| '''Options''' | '''Privacy'''.<br><br>
    #In the dropdown menu at the top, change it to "'''Use custom settings for history'''"<br><br>
    #Checkmark the option: "'''Remember Search and Form history'''".<br><br>
    #Remove the checkmark from: "'''Clear history when Firefox closes'''".

  • Object tables/associative arrays are using lots of memory what is alternate

    I'm using mostly object tables/associative arrays in my package and it is using lots of server memorey so i want to use a different technicque to save momorey .
    like using create global temporary table or nested Table Store as or creating table run time at the start and droping it in the end .
    do have any suggestion for this ?
    for this package i'm retriving data from different table into object tables and do calculation in memorey before i send data to front end for reporting using reference cursor .
    give me your suggetion or if you know any example code for this type of process using different technique please let us know .
    thank you very much
    regards
    shailen Patel

    You can create a global temporary table like this:
    CREATE GLOBAL TEMPORARY TABLE AR_TRIAL_RCPT(
      LOC_ACCT_ID NUMBER(12),  
      ACCT_ID NUMBER(12),  
      CURRENCY_ID NUMBER(12),  
      AMT NUMBER(13,   4),  
      AMT_PRIMARY NUMBER(13,   4)
    [ON COMMIT PRESERVE ROWS]
    ;If you want the table truncated on COMMITs leave out the part in brackets other wise leave off the brackets and the table won't be truncated until your session terminates or you explicitly truncate the table.
    You can also define indexes, primary keys, foreign keys, check constraints, etc. on your temporary table if need be to improve processing.
    Now when it comes to inserting into your newly minted global temporary table, you should be able to use one of insert statements from the following anonymous PL/SQL block:
    CREATE GLOBAL TEMPORARY TABLE AR_TRIAL_RCPT(
      LOC_ACCT_ID NUMBER(12),  
      ACCT_ID NUMBER(12),  
      CURRENCY_ID NUMBER(12),  
      AMT NUMBER(13,   4),  
      AMT_PRIMARY NUMBER(13,   4)
    --[ON COMMIT PRESERVE ROWS]
    CREATE GLOBAL succeeded.
    declare
    l_open_receipt_select_1 varchar2(4000) :=
        'select 1, 1, 1, 12.05, 12.05 from dual';
    l_open_receipt_select_2 varchar2(4000) :=
        'select 2, 2, 1, 17.05, 17.05 from dual';
    l_open_receipt_select_3 varchar2(4000) :=
        'select 3 loc_acct_id,
      1 currency_id,
      27.05 amt,
      3 acct_id,
      27.05 amt_primary
      from dual';
    l_open_receipt_select_4 varchar2(4000) :=
        'select 4 loc_acct_id,
      1 currency_id,
      24.35 amt,
      4 acct_id,
      24.35 amt_primary
      from dual';
    l_ins_stmt varchar2(4000);
    begin
      -- If the column order is known ahead of time and is consistent
      -- You can use this form:
      l_ins_stmt :=
        'insert into ar_trial_rcpt (
      loc_acct_id, acct_id, currency_id, amt, amt_primary
      ) '||l_open_receipt_select_1||
      ' union all '||
      l_open_receipt_select_2;
      execute immediate l_ins_stmt;
      -- If the column order is NOT known ahead of time or is INconsistent
      -- You can use this form:
      l_ins_stmt :=
        'insert into ar_trial_rcpt (
      loc_acct_id, acct_id, currency_id, amt, amt_primary
      select loc_acct_id
      , acct_id
      , currency_id
      , amt
      , amt_primary
      from ('||l_open_receipt_select_3||')
      union all
      select loc_acct_id
      , acct_id
      , currency_id
      , amt
      , amt_primary
      from ('||l_open_receipt_select_4||')';
      execute immediate l_ins_stmt;
    end;
    anonymous block completed
    select * from ar_trial_rcpt
    LOC_ACCT_ID ACCT_ID  CURRENCY_ID AMT    AMT_PRIMARY
    1           1        1           12.05  12.05      
    2           2        1           17.05  17.05      
    3           3        1           27.05  27.05      
    4           4        1           24.35  24.35      
    4 rows selected

  • Macbook pro late 2011 is on Mac OS X v10.7 Lion and it is using lot of RAM

    Macbook pro late 2011 is on Mac OS X v10.7 Lion and it is using lot of RAM...when I turn on after 2minutes it freezes and do not repond and system prefrences also not working...plz help me....I don,t have mac os disc
    I have tried safe mode boot, NVRAM and PRAM reset but no luck...

    First, try a Safe Mode boot.
    Startup your Mac in Safe Mode
    A Safe Mode boot takes a longer than a normal boot so be patient.
    Once you are in Safe Mode, click Restart from your Apple () menu.
    If that didn't help, reintall OS X..
    Restart your Mac while holding down the Command + R keys so you can access the built-in utilities in OS X Recovery
    message edited by: cs

  • Dock uses lots of CPU time

    I find Dock uses ~140% CPU time sometimes, I can't see a cause for it to do so. It usually stops of its own accord after a random amount of time. Killing it doesn't help, launchd restarts it and it goes back to using lots of CPU.
    I have parallels install and I have the version which has the fix (6.0.12106) and I have also tried the work around (no luck obviously).

    Never mind, I figured it out by myself. On this particular machine I had a 3rd party plug-in installed (SRS iWow 1.1.8). Removing that brought the CPU usage down to 0.1%. Usually I don't install 3rd party add-ons. This would seem to be a good policy.
    Steve

  • GWTDOMAIN using lots of swaps space in WLE 4.2!!!

    We are having problem in one our of non- production environments where the GWTDOMAIN is using lots of swap space and not releasing them. It got so bad that the swap space used was 100% and we had to "kill -9" this GWTDOMAIN and bounce it again to to release this space. Is this a known bug and if not what can I do to resolve this problem
    or do we need to open a trouble ticket with BEA to fix.
    Thank for your help.
    Bayo Alege
    Senior Analyst, Systems
    CIMG
    513-723-2954

    Excessive archivelog generation on an EM12c repository database may mean you are hitting bug 14726136. Please see MOS note 1502370.1. I would suggest filing an SR with support to confirm whether or not you are experiencing this bug; they can help you with some additional analysis.

  • Why are the following processes always using lots of memory?

    Can someone tell me why the following processes are always using lots of memory and are always running?
    kernel_task 280MB
    java 300MB
    clamd 120MB
    mds 100MB
    WindowServer 100MB
    coreservicesd 60MB

    Because they require that much memory and because the processes are always in use.
    This is one reason why the minimum system memory requirement is 1 GB.
    Now, you have one third-party process listed, clamd, which is used by ClamXAV anti-virus software. If you can uninstall it you will recover the memory needed by clamd.

  • How can I see what's in my iCloud? Will my photos be in there? As my phone is using Lots of storage?

    How can I see what's in my iCloud? Will my photos be in there? As my phone is using Lots of storage?

    Hi Tizer2212,
    Thanks for visiting Apple Support Communities.
    The information in these articles may help with determining what is being stored in your iCloud account:
    iCloud: iCloud storage and backup overview
    http://support.apple.com/kb/PH12519
    iCloud: Managing your iCloud storage
    http://support.apple.com/kb/ht4847
    Best,
    Jeremy

  • CS6 Interface is unresponsive and really slow when using lots of layers on OSX 10.8

    I have a simple project, using lots of layers, but no effects. It takes more than a minute for the project to open, after which the interface becomes slow and unresponsive and doing anything in general is a pain.
    I've tried changing settings relating to multi-processing. Currently I have 1.5 GB assigned to each core and it tells me it can use 7 cores as a result. I've assigned 13 out of the 16GB or RAM I have for after effects. Caching is also enabled.
    The only thing I can think of is I can't enable the GPU for rendering as I have a NVIDIA GeForce GT 650M with 512M of VRAM. Is this the problem, or is there something else I can try/do differently?

    MP is not going to help. Reset your preferences to the defaults. Make sure AE is up to date. There have been several bug fixes. Give that a try. If it's still slow please tell us what you are using as footage and give us some details about the size of your comp. Some footage is harder to interpret than other. One last question, what is lot's of layers? 15, 150, 1500?

  • Concurrent manager using lots of cpu & memory

    In the last few days, I have noticed the load on the production server as follows:
    load averages: 4.66, 4.86, 4.92 14:34:16
    333 processes: 327 sleeping, 6 on cpu
    CPU states: % idle, % user, % kernel, % iowait, % swap
    Memory: 32G real, 7591M free, 23G swap in use, 14G swap free
    PID USERNAME LWP PRI NICE SIZE RES STATE TIME CPU COMMAND
    20045 appsdapo 1 0 0 4073M 4029M cpu/2 165.0H 12.49% f60webmx
    1854 appsdapo 1 10 0 4082M 4060M cpu/0 240.0H 12.48% FNDLIBR
    2504 appsdapo 1 10 0 1872M 1869M cpu/19 1980.2 12.46% FNDLIBR
    2496 appsdapo 1 0 0 1876M 1873M cpu/1 1957.5 11.68% FNDLIBR
    18641 appsdapo 1 10 0 1512M 1509M cpu/16 1080.3 8.64% FNDLIBR
    I have come across Metalink note ID 114380.1 which says identify the C.M but how do I relate the FNDLIBR processes above with the specific C.Managers.
    Thanks

    Hello,
    Thanks for the Post. This post helped me to solve my production issue.
    My production application started hanging suddenly and no clue why it is behaving like this.
    The symptom was FNDLIBR processes were on top cpu consumer on application server.
    The database server also experienced heavy system i/o and cpu usage.
    The database base log switches every minutes (500 MB) and there are no concurrent requests running.
    No concurrent request errors. No OS errors (Cleaned the GNOME and restarted). No database errors.
    But in sql area i saw lot of fnd service requests keep coming.
    At the end the application server hangs because of high cpu and it caused the production down.
    The problem was one of Our System Administrator disabled one responsibility with scheduled request.
    One interesting thing we noticed, even you put the request in question Hold, it will start running while you restart the concurrent request.
    You have to cancel the concurrent request and restart the concurrent manager can solve the issue.
    Thx
    Pouler

  • Low memory, kernel use high, console with disc I/O error

    Activity monitor shows kernal use at ~500, system running slower.  Read other helps, ran consule and see the following recurrent disk Os2:I/O error.  Any ideas how to resolve this?
    3/4/14 1:51:07.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:51:12.823 PM storeagent[304]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    3/4/14 1:51:20.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:51:20.371 PM parentalcontrolsd[6754]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    3/4/14 1:51:32.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:51:46.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:51:56.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:52:06.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:52:22.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:52:35.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:52:51.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:53:02.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:53:16.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:53:29.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:53:42.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:53:42.315 PM com.apple.backupd[6757]: Starting automatic backup
    3/4/14 1:53:57.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:54:09.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:54:21.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:54:37.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:54:52.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:54:53.176 PM com.apple.backupd[6757]: Backing up to /dev/disk1s3: /Volumes/Time Machine/Backups.backupdb
    3/4/14 1:55:06.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:55:22.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:55:34.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:55:50.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:56:02.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:56:14.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:56:27.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:56:42.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:56:53.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:57:05.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:57:17.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:57:30.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:57:43.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:57:56.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:58:07.249 PM fseventsd[53]: failed sending HISTORY_DONE (268435460) to pid 6757
    3/4/14 1:58:08.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:58:17.534 PM fseventsd[53]: failed sending HISTORY DONE (268435460) to pid 6757
    3/4/14 1:58:23.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:58:28.348 PM fseventsd[53]: failed sending HISTORY DONE (268435460) to pid 6757
    3/4/14 1:58:35.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:58:35.207 PM fseventsd[53]: clearing NEEDS_HISTORY_DONE for pid 6757
    3/4/14 1:58:35.221 PM Mail[1000]: CFNetwork SSLHandshake failed (-9806)
    3/4/14 1:58:35.231 PM Safari[6537]: CFNetwork SSLHandshake failed (-9806)
    3/4/14 1:58:47.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:58:47.524 PM com.apple.backupd[6757]: Will copy (8.6 MB) from Family
    3/4/14 1:58:47.525 PM com.apple.backupd[6757]: Will copy (Zero KB) from iphoto EHD
    3/4/14 1:58:47.529 PM com.apple.backupd[6757]: Found 158 files (8.6 MB) needing backup
    3/4/14 1:58:47.620 PM com.apple.backupd[6757]: 2.87 GB required (including padding), 192.69 GB available
    3/4/14 1:58:54.598 PM WindowServer[95]: CGXDisplayDidWakeNotification [166886251127364]: posting kCGSDisplayDidWake
    3/4/14 1:58:54.598 PM WindowServer[95]: handle_will_sleep_auth_and_shield_windows: Deferring.
    3/4/14 1:58:58.164 PM WindowServer[95]: _CGXSetWindowHasKeyAppearance: Operation on a window 0x15 requiring rights kCGSWindowRightOwner by caller Dashboard
    3/4/14 1:58:58.167 PM WindowServer[95]: _CGXSetWindowHasKeyAppearance: Operation on a window 0x16 requiring rights kCGSWindowRightOwner by caller Dashboard
    3/4/14 1:58:58.168 PM WindowServer[95]: _CGXSetWindowHasMainAppearance: Operation on a window 0x15 requiring rights kCGSWindowRightOwner by caller Dashboard
    3/4/14 1:58:58.169 PM WindowServer[95]: _CGXSetWindowHasMainAppearance: Operation on a window 0x16 requiring rights kCGSWindowRightOwner by caller Dashboard
    3/4/14 1:58:59.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:58:59.693 PM DashboardClient[1021]: com.apple.widget.cinema: Runtime Error: TypeError: 'undefined' is not an object (evaluating 'theaters.sort')
    3/4/14 1:58:59.693 PM DashboardClient[1021]: com.apple.widget.cinema: NO MOVIE DATA AVAILABLE
    3/4/14 1:58:59.694 PM DashboardClient[1021]: com.apple.widget.cinema: Runtime Error: TypeError: 'undefined' is not an object (evaluating 'movies.length')
    3/4/14 1:58:59.694 PM DashboardClient[1021]: com.apple.widget.cinema: NO MOVIE DATA AVAILABLE
    3/4/14 1:59:11.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:59:23.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:59:34.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 1:59:34.252 PM DashboardClient[1021]: (com.apple.widget.cinema) file:///Library/Widgets/Movies.wdgt/Movies.js: TypeError: 'undefined' is not an object (evaluating 'movie.tms_id') (line: 1318)
    3/4/14 1:59:34.253 PM DashboardClient[1021]: (com.apple.widget.cinema) file:///Library/Widgets/Movies.wdgt/Movies.js: TypeError: 'undefined' is not an object (evaluating 'movie.tms_id') (line: 1318)
    3/4/14 1:59:48.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:00:06.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:00:17.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:00:30.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:00:44.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:00:56.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:01:07.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:01:21.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:01:33.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:01:49.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:02:04.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:02:20.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:02:33.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:02:46.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:03:00.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:03:15.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:03:27.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:03:38.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:03:52.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:04:04.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:04:18.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:04:33.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:04:47.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:05:01.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:05:12.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:05:24.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:05:40.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:05:52.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:06:04.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:06:17.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:06:33.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:06:45.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:06:55.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:07:07.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:07:19.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:07:31.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:07:42.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:07:55.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:08:06.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:08:18.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:08:33.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:08:45.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:08:55.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:09:05.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:09:18.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:09:19.059 PM Mail[1000]: CFNetwork SSLHandshake failed (-9806)
    3/4/14 2:12:04.605 PM com.apple.backupd[6757]: Copied 240 items (8.6 MB) from volume Family. Linked 1159.
    3/4/14 2:12:20.074 PM com.apple.backupd[6757]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 2:12:21.781 PM com.apple.backupd[6757]: Will copy (20 KB) from Family
    3/4/14 2:12:21.782 PM com.apple.backupd[6757]: Not using file event preflight for iphoto EHD
    3/4/14 2:12:21.788 PM com.apple.backupd[6757]: Found 28 files (20 KB) needing backup
    3/4/14 2:12:21.788 PM com.apple.backupd[6757]: 2.86 GB required (including padding), 192.68 GB available
    3/4/14 2:12:26.629 PM com.apple.backupd[6757]: Copied 31 items (20 KB) from volume Family. Linked 623.
    3/4/14 2:12:28.895 PM com.apple.backupd[6757]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 2:12:30.649 PM com.apple.backupd[6757]: Created new backup: 2014-03-04-141230
    3/4/14 2:12:39.906 PM com.apple.backupd[6757]: Starting post-backup thinning
    3/4/14 2:12:53.526 PM com.apple.backupd[6757]: Deleted /Volumes/Time Machine/Backups.backupdb/Macintosh/2014-03-03-133914 (2.2 MB)
    3/4/14 2:12:53.528 PM com.apple.backupd[6757]: Post-backup thinning complete: 1 expired backups removed
    3/4/14 2:12:53.838 PM com.apple.backupd[6757]: Backup completed successfully.
    3/4/14 2:16:53.352 PM WindowServer[95]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7fe78a582670(2001)
    3/4/14 2:16:53.636 PM WindowServer[95]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7fe78a582670(2001)
    3/4/14 2:19:54.700 PM WindowServer[95]: _CGXSetWindowHasKeyAppearance: Operation on a window 0x16 requiring rights kCGSWindowRightOwner by caller Dashboard
    3/4/14 2:27:05.184 PM WindowServer[95]: CGXDisplayDidWakeNotification [168576915125212]: posting kCGSDisplayDidWake
    3/4/14 2:27:05.184 PM WindowServer[95]: handle_will_sleep_auth_and_shield_windows: Deferring.
    3/4/14 2:28:25.682 PM com.apple.launchd[1]: (com.apple.qtkitserver[6802]) Could not terminate job: 3: No such process
    3/4/14 2:28:25.682 PM com.apple.launchd[1]: (com.apple.qtkitserver[6802]) Using fallback option to terminate job...
    3/4/14 2:28:45.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:28:57.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:29:11.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:39:23.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 2:39:23.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=6819[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    3/4/14 2:50:14.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 3:00:33.916 PM WindowServer[95]: _CGXSetWindowHasKeyAppearance: Operation on a window 0x16 requiring rights kCGSWindowRightOwner by caller Dashboard
    3/4/14 3:04:34.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 3:13:28.401 PM com.apple.backupd[6846]: Starting automatic backup
    3/4/14 3:13:38.274 PM com.apple.backupd[6846]: Backing up to /dev/disk1s3: /Volumes/Time Machine/Backups.backupdb
    3/4/14 3:13:52.678 PM com.apple.backupd[6846]: Will copy (6 MB) from Family
    3/4/14 3:13:52.679 PM com.apple.backupd[6846]: Will copy (Zero KB) from iphoto EHD
    3/4/14 3:13:52.689 PM com.apple.backupd[6846]: Found 94 files (6 MB) needing backup
    3/4/14 3:13:52.784 PM com.apple.backupd[6846]: 2.87 GB required (including padding), 192.68 GB available
    3/4/14 3:15:30.190 PM com.apple.backupd[6846]: Copied 152 items (5.9 MB) from volume Family. Linked 949.
    3/4/14 3:15:42.132 PM com.apple.backupd[6846]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 3:15:42.502 PM com.apple.backupd[6846]: Will copy (1.1 MB) from Family
    3/4/14 3:15:42.502 PM com.apple.backupd[6846]: Not using file event preflight for iphoto EHD
    3/4/14 3:15:42.507 PM com.apple.backupd[6846]: Found 26 files (1.1 MB) needing backup
    3/4/14 3:15:42.508 PM com.apple.backupd[6846]: 2.86 GB required (including padding), 192.68 GB available
    3/4/14 3:15:44.940 PM com.apple.backupd[6846]: Copied 31 items (1.1 MB) from volume Family. Linked 542.
    3/4/14 3:15:46.088 PM com.apple.backupd[6846]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 3:15:47.996 PM com.apple.backupd[6846]: Created new backup: 2014-03-04-151547
    3/4/14 3:15:53.614 PM com.apple.backupd[6846]: Starting post-backup thinning
    3/4/14 3:16:03.171 PM com.apple.backupd[6846]: Deleted /Volumes/Time Machine/Backups.backupdb/Macintosh/2014-03-03-144310 (2 MB)
    3/4/14 3:16:03.171 PM com.apple.backupd[6846]: Post-backup thinning complete: 1 expired backups removed
    3/4/14 3:16:03.444 PM com.apple.backupd[6846]: Backup completed successfully.
    3/4/14 3:17:33.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 3:37:03.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 3:37:20.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 3:37:35.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 3:37:58.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=6883[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    3/4/14 3:43:37.784 PM WindowServer[95]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7fe78a42b660(2001)
    3/4/14 3:43:37.858 PM WindowServer[95]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7fe78a42b660(2001)
    3/4/14 3:48:18.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 3:55:06.788 PM Mail[1000]: Could not load x-msg URL
    3/4/14 3:55:06.788 PM Mail[1000]: Could not load x-msg URL
    3/4/14 4:00:14.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:00:14.536 PM Mail[1000]: CFNetwork SSLHandshake failed (-9806)
    3/4/14 4:00:15.337 PM Safari[6537]: CFNetwork SSLHandshake failed (-9806)
    3/4/14 4:04:36.033 PM WindowServer[95]: CGXDisplayDidWakeNotification [174428035100681]: posting kCGSDisplayDidWake
    3/4/14 4:04:36.034 PM WindowServer[95]: handle_will_sleep_auth_and_shield_windows: Deferring.
    3/4/14 4:05:08.844 PM WindowServer[95]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7fe78a42b660(2001)
    3/4/14 4:05:08.894 PM WindowServer[95]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7fe78a42b660(2001)
    3/4/14 4:10:29.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:16:21.430 PM WindowServer[95]: CGXDisplayDidWakeNotification [175133464361359]: posting kCGSDisplayDidWake
    3/4/14 4:16:21.431 PM WindowServer[95]: handle_will_sleep_auth_and_shield_windows: Deferring.
    3/4/14 4:16:52.195 PM com.apple.backupd[6925]: Starting automatic backup
    3/4/14 4:17:02.070 PM com.apple.backupd[6925]: Backing up to /dev/disk1s3: /Volumes/Time Machine/Backups.backupdb
    3/4/14 4:17:18.283 PM com.apple.backupd[6925]: Will copy (3.7 MB) from Family
    3/4/14 4:17:18.284 PM com.apple.backupd[6925]: Will copy (Zero KB) from iphoto EHD
    3/4/14 4:17:18.290 PM com.apple.backupd[6925]: Found 95 files (3.7 MB) needing backup
    3/4/14 4:17:18.387 PM com.apple.backupd[6925]: 2.87 GB required (including padding), 192.68 GB available
    3/4/14 4:19:23.799 PM com.apple.WebKit.Networking[6539]: CFNetwork SSLHandshake failed (-9836)
    3/4/14 4:19:24.510 PM com.apple.WebKit.Networking[6539]: CFNetwork SSLHandshake failed (-9836)
    3/4/14 4:19:47.642 PM com.apple.backupd[6925]: Copied 153 items (3.8 MB) from volume Family. Linked 1184.
    3/4/14 4:19:56.177 PM com.apple.backupd[6925]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 4:19:56.824 PM com.apple.backupd[6925]: Will copy (1.3 MB) from Family
    3/4/14 4:19:56.825 PM com.apple.backupd[6925]: Not using file event preflight for iphoto EHD
    3/4/14 4:19:56.834 PM com.apple.backupd[6925]: Found 27 files (1.3 MB) needing backup
    3/4/14 4:19:56.835 PM com.apple.backupd[6925]: 2.86 GB required (including padding), 192.67 GB available
    3/4/14 4:20:06.942 PM com.apple.backupd[6925]: Copied 32 items (1.3 MB) from volume Family. Linked 425.
    3/4/14 4:20:10.250 PM com.apple.backupd[6925]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 4:20:12.415 PM com.apple.backupd[6925]: Created new backup: 2014-03-04-162011
    3/4/14 4:20:20.380 PM com.apple.backupd[6925]: Starting post-backup thinning
    3/4/14 4:20:28.489 PM com.apple.backupd[6925]: Deleted /Volumes/Time Machine/Backups.backupdb/Macintosh/2014-03-03-154741 (573 KB)
    3/4/14 4:20:28.490 PM com.apple.backupd[6925]: Post-backup thinning complete: 1 expired backups removed
    3/4/14 4:20:28.732 PM com.apple.backupd[6925]: Backup completed successfully.
    3/4/14 4:20:59.315 PM Mail[1000]: Could not load x-msg URL
    3/4/14 4:20:59.549 PM Mail[1000]: Could not load x-msg URL
    3/4/14 4:22:48.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:23:01.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:23:14.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:23:27.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:23:41.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:23:53.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:24:04.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:24:22.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:36:41.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=6964[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    3/4/14 4:42:31.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:42:43.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:42:58.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:43:08.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:43:20.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:43:34.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:43:49.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:44:12.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:44:25.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:44:46.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:45:00.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:45:16.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:45:27.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:45:39.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:45:54.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:46:07.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:46:21.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:46:33.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:46:44.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:46:58.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:47:10.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:47:20.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:47:33.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:47:48.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:47:58.129 PM WindowServer[95]: CGError post_notification(const CGSNotificationType, void *const, const size_t, const bool, const CGSRealTimeDelta, const int, const CGSConnectionID *const, const pid_t): Timed out 1.000 second wait for reply from "CarboniteStatus" for synchronous notification type 102 (kCGSDisplayWillSleep) (CID 0x10203, PID 265)
    3/4/14 4:47:58.130 PM WindowServer[95]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7fe78a481210(2001)
    3/4/14 4:47:58.177 PM WindowServer[95]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7fe78a481210(2001)
    3/4/14 4:48:02.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:48:18.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:49:05.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:49:17.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:50:55.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:51:08.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:51:18.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:51:32.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:51:47.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:52:01.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:52:14.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:52:15.171 PM Mail[1000]: CFNetwork SSLHandshake failed (-9806)
    3/4/14 4:52:28.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:52:40.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:52:53.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:53:05.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:53:17.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:53:27.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:53:41.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:53:53.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 4:58:29.457 PM WindowServer[95]: CGXDisplayDidWakeNotification [177661608240347]: posting kCGSDisplayDidWake
    3/4/14 4:58:29.458 PM WindowServer[95]: handle_will_sleep_auth_and_shield_windows: Deferring.
    3/4/14 4:59:45.429 PM WindowServer[95]: CoreAnimation: context hosting changed while locked!
    3/4/14 5:05:58.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:16:17.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:20:59.709 PM com.apple.backupd[7013]: Starting automatic backup
    3/4/14 5:21:09.650 PM com.apple.backupd[7013]: Backing up to /dev/disk1s3: /Volumes/Time Machine/Backups.backupdb
    3/4/14 5:21:22.193 PM com.apple.backupd[7013]: Will copy (12.4 MB) from Family
    3/4/14 5:21:22.193 PM com.apple.backupd[7013]: Will copy (Zero KB) from iphoto EHD
    3/4/14 5:21:22.199 PM com.apple.backupd[7013]: Found 194 files (12.4 MB) needing backup
    3/4/14 5:21:22.290 PM com.apple.backupd[7013]: 2.88 GB required (including padding), 192.68 GB available
    3/4/14 5:22:45.378 PM iTunes[7033]: AVF error: AVDLoadAllAccelerators machine not supported
    3/4/14 5:24:14.651 PM launchctl[7044]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/KodakAiOBonjourAgent
    3/4/14 5:24:21.119 PM cups-exec[7039]: sandbox cache error 3850
    3/4/14 5:24:21.119 PM cups-exec[7041]: sandbox cache error 3850
    3/4/14 5:24:36.292 PM launchctl[7052]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/KodakAiOBonjourAgent
    3/4/14 5:24:37.787 PM WindowServer[95]: disable_update_timeout: UI updates were forcibly disabled by application "PrinterProxy" for over 1.00 seconds. Server has re-enabled them.
    3/4/14 5:24:38.476 PM WindowServer[95]: common_reenable_update: UI updates were finally reenabled by application "PrinterProxy" after 1.69 seconds (server forcibly re-enabled them after 1.00 seconds)
    3/4/14 5:24:46.946 PM launchctl[7058]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/KodakAiOBonjourAgent
    3/4/14 5:24:47.174 PM Officejet_6700__947015_[7056]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    3/4/14 5:25:05.292 PM com.apple.backupd[7013]: Copied 276 items (12 MB) from volume Family. Linked 1209.
    3/4/14 5:25:19.118 PM mDNSResponder[43]: PenaltyTimeForServer: PenaltyTime negative -32, (server penaltyTime -2108445006, timenow -2108444974) resetting the penalty
    3/4/14 5:25:28.214 PM com.apple.backupd[7013]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 5:25:29.245 PM com.apple.backupd[7013]: Will copy (2.3 MB) from Family
    3/4/14 5:25:29.246 PM com.apple.backupd[7013]: Not using file event preflight for iphoto EHD
    3/4/14 5:25:29.253 PM com.apple.backupd[7013]: Found 80 files (2.3 MB) needing backup
    3/4/14 5:25:29.282 PM com.apple.backupd[7013]: 2.86 GB required (including padding), 192.66 GB available
    3/4/14 5:26:01.106 PM com.apple.backupd[7013]: Copied 116 items (2.4 MB) from volume Family. Linked 947.
    3/4/14 5:26:07.974 PM com.apple.backupd[7013]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 5:26:13.736 PM com.apple.backupd[7013]: Created new backup: 2014-03-04-172613
    3/4/14 5:26:22.914 PM com.apple.backupd[7013]: Starting post-backup thinning
    3/4/14 5:26:41.032 PM com.apple.backupd[7013]: Deleted /Volumes/Time Machine/Backups.backupdb/Macintosh/2014-03-03-165127 (3.2 MB)
    3/4/14 5:26:41.033 PM com.apple.backupd[7013]: Post-backup thinning complete: 1 expired backups removed
    3/4/14 5:26:41.360 PM com.apple.backupd[7013]: Backup completed successfully.
    3/4/14 5:29:47.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:29:59.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:30:11.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:30:12.871 PM WindowServer[95]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    3/4/14 5:30:26.871 PM WindowServer[95]: disable_update_likely_unbalanced: UI updates still disabled by application "Mail" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    3/4/14 5:30:27.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:30:41.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:30:58.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:30:58.396 PM WindowServer[95]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 46.53 seconds (server forcibly re-enabled them after 1.00 seconds)
    3/4/14 5:30:58.647 PM Mail[1000]: void CGSUpdateManager::log() const: conn 0x13bdb: spurious update.
    3/4/14 5:31:08.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:31:23.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:31:37.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:32:08.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:32:23.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:32:36.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:32:48.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:33:22.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:33:36.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:33:49.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:34:04.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:34:18.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:34:32.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:34:42.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:34:57.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:35:11.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:35:23.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:35:37.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:35:37.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=7076[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    3/4/14 5:35:49.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:36:04.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:36:18.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:45:16.254 PM WindowServer[95]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7fe78a5afe50(2001)
    3/4/14 5:45:16.323 PM WindowServer[95]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7fe78a5afe50(2001)
    3/4/14 5:45:16.579 PM launchctl[7087]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/KodakAiOBonjourAgent
    3/4/14 5:48:23.673 PM WindowServer[95]: _CGXHWCaptureWindowList: No capable active display found.
    3/4/14 5:49:58.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:50:09.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:50:22.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:50:36.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:50:48.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:51:00.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:51:10.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:51:22.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:51:37.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:51:51.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:52:02.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:52:15.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:52:29.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:52:44.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:52:58.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 5:59:04.052 PM WindowServer[95]: _CGXHWCaptureWindowList: No capable active display found.
    3/4/14 6:01:16.874 PM launchctl[7117]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/KodakAiOBonjourAgent
    3/4/14 6:01:18.243 PM cups-exec[7112]: sandbox cache error 3850
    3/4/14 6:01:18.244 PM cups-exec[7113]: sandbox cache error 3850
    3/4/14 6:01:18.699 PM cups-exec[7114]: sandbox cache error 1: no such table: profiles
    3/4/14 6:01:35.223 PM launchctl[7121]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/KodakAiOBonjourAgent
    3/4/14 6:01:42.092 PM Officejet_6700__947015_[7123]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    3/4/14 6:05:32.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 6:05:44.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 6:07:20.982 PM WindowServer[95]: CGXDisplayDidWakeNotification [181793323673792]: posting kCGSDisplayDidWake
    3/4/14 6:07:20.983 PM WindowServer[95]: handle_will_sleep_auth_and_shield_windows: Deferring.
    3/4/14 6:16:21.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 6:16:44.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 6:17:16.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 6:17:31.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 6:17:47.775 PM com.apple.launchd[1]: (com.apple.qtkitserver[6998]) Could not terminate job: 3: No such process
    3/4/14 6:17:47.775 PM com.apple.launchd[1]: (com.apple.qtkitserver[6998]) Using fallback option to terminate job...
    3/4/14 6:17:50.211 PM WindowServer[95]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7fe78a564b10(2001)
    3/4/14 6:17:50.270 PM WindowServer[95]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7fe78a564b10(2001)
    3/4/14 6:27:32.477 PM com.apple.backupd[7151]: Starting automatic backup
    3/4/14 6:27:40.309 PM com.apple.backupd[7151]: Backing up to /dev/disk1s3: /Volumes/Time Machine/Backups.backupdb
    3/4/14 6:27:49.415 PM com.apple.backupd[7151]: Will copy (12.4 MB) from Family
    3/4/14 6:27:49.416 PM com.apple.backupd[7151]: Will copy (Zero KB) from iphoto EHD
    3/4/14 6:27:49.441 PM com.apple.backupd[7151]: Found 182 files (12.4 MB) needing backup
    3/4/14 6:27:49.532 PM com.apple.backupd[7151]: 2.88 GB required (including padding), 192.66 GB available
    3/4/14 6:29:01.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 6:29:24.763 PM com.apple.backupd[7151]: Copied 269 items (12.4 MB) from volume Family. Linked 1405.
    3/4/14 6:29:38.163 PM com.apple.backupd[7151]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 6:29:40.065 PM com.apple.backupd[7151]: Will copy (33 KB) from Family
    3/4/14 6:29:40.066 PM com.apple.backupd[7151]: Not using file event preflight for iphoto EHD
    3/4/14 6:29:40.071 PM com.apple.backupd[7151]: Found 32 files (33 KB) needing backup
    3/4/14 6:29:40.072 PM com.apple.backupd[7151]: 2.86 GB required (including padding), 192.65 GB available
    3/4/14 6:29:44.673 PM com.apple.backupd[7151]: Copied 35 items (34 KB) from volume Family. Linked 539.
    3/4/14 6:29:50.695 PM com.apple.backupd[7151]: Copied 1 items (Zero KB) from volume iphoto EHD. Linked 11.
    3/4/14 6:29:53.586 PM com.apple.backupd[7151]: Created new backup: 2014-03-04-182953
    3/4/14 6:29:59.357 PM com.apple.backupd[7151]: Starting post-backup thinning
    3/4/14 6:30:10.421 PM com.apple.backupd[7151]: Deleted /Volumes/Time Machine/Backups.backupdb/Macintosh/2014-03-03-175624 (2.5 MB)
    3/4/14 6:30:10.422 PM com.apple.backupd[7151]: Post-backup thinning complete: 1 expired backups removed
    3/4/14 6:30:10.828 PM com.apple.backupd[7151]: Backup completed successfully.
    3/4/14 6:34:06.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=7185[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    3/4/14 6:40:45.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 6:41:58.000 PM kernel[0]: hfs: mounted Recovery HD on device disk0s3
    3/4/14 6:41:58.329 PM fseventsd[53]: Logging disabled completely for device:1: /Volumes/Recovery HD
    3/4/14 6:41:58.420 PM mds[42]: (Normal) Volume: volume:0x7ffa1a101000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    3/4/14 6:41:58.000 PM kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    3/4/14 6:42:11.000 PM kernel[0]: Limiting icmp unreach response from 388 to 250 packets per second
    3/4/14 6:42:21.485 PM launchctl[7212]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/KodakAiOBonjourAgent
    3/4/14 6:42:23.563 PM com.apple.authd[108]: Sandbox denied authorizing right 'system.install.app-store-software.standard-user' for authorization created by '/System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateConfigData' [7210]
    3/4/14 6:42:23.572 PM sandboxd[310]: ([7210]) SoftwareUpdateCo(7210) deny authorization-right-obtain system.install.app-store-software.standard-user
    3/4/14 6:44:36.207 PM parentalcontrolsd[7230]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    3/4/14 6:59:03.998 PM WindowServer[95]: CGXDisplayDidWakeNotification [184896483037124]: posting kCGSDisplayDidWake
    3/4/14 6:59:03.999 PM WindowServer[95]: handle_will_sleep_auth_and_shield_windows: Deferring.
    3/4/14 6:59:30.749 PM Photo Booth[7242]: open on /Users/kimmie/Library/Containers/com.apple.PhotoBooth/Data/Pictures/Photo Booth Library/Recents.plist: File exists
    3/4/14 6:59:30.910 PM Photo Booth[7242]: [Warning] Migration of Recents.plist failed: Error Domain=NSCocoaErrorDomain Code=516 "�Recents.plist� couldn�t be copied to �Photo Booth Library� because an item with the same name already exists." UserInfo=0x6080002e7e00 {NSSourceFilePathErrorKey=/Users/kimmie/Library/Containers/com.apple.PhotoBooth /Data/Pictures/Photo Booth/Recents.plist, NSUserStringVariant=(
        Copy
    ), NSDestinationFilePath=/Users/kimmie/Library/Containers/com.apple.PhotoBooth/Dat a/Pictures/Photo Booth Library/Recents.plist, NSFilePath=/Users/kimmie/Library/Containers/com.apple.PhotoBooth/Data/Pictures/ Photo Booth/Recents.plist, NSUnderlyingError=0x6080000547c0 "The operation couldn�t be completed. File exists"}
    3/4/14 6:59:30.933 PM Photo Booth[7242]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    3/4/14 6:59:34.057 PM soagent[7248]: [Warning] Services all disappeared, removing all dependent devices
    3/4/14 6:59:34.063 PM soagent[7248]: No active accounts, killing soagent in 10 seconds
    3/4/14 6:59:34.435 PM sandboxd[310]: ([7246]) mdworker(7246) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46095803)
    3/4/14 6:59:34.944 PM sandboxd[310]: ([7246]) mdworker(7246) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46095803)
    3/4/14 6:59:35.422 PM Photo Booth[7242]: No endpoint returned trying to load AccountStatusController.bundle, suspending
    3/4/14 6:59:35.533 PM sandboxd[310]: ([7246]) mdworker(7246) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46095803)
    3/4/14 6:59:35.598 PM soagent[7248]: No active accounts, killing soagent in 10 seconds
    3/4/14 6:59:35.599 PM soagent[7248]: No active accounts, killing soagent in 10 seconds
    3/4/14 6:59:35.643 PM sandboxd[310]: ([7246]) mdworker(7246) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46095803)
    3/4/14 6:59:35.747 PM sandboxd[310]: ([7246]) mdworker(7246) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46095803)
    3/4/14 6:59:35.819 PM VDCAssistant[7253]: AVF error: AVDLoadAllAccelerators machine not supported
    3/4/14 6:59:35.913 PM VDCAssistant[7253]: AVF encoder error: fail to create accelerator instance
    3/4/14 6:59:36.000 PM kernel[0]: Sandbox: mdworker(7250) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 6:59:36.000 PM kernel[0]: Sandbox: mdworker(7250) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 6:59:36.854 PM sandboxd[310]: ([7250]) mdworker(7250) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46095803)
    3/4/14 6:59:36.920 PM sandboxd[310]: ([7250]) mdworker(7250) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46095803)
    3/4/14 6:59:36.977 PM sandboxd[310]: ([7250]) mdworker(7250) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46095803)
    3/4/14 6:59:39.080 PM launchctl[7255]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/KodakAiOBonjourAgent
    3/4/14 6:59:45.054 PM soagent[7248]: Killing soagent.
    3/4/14 6:59:45.054 PM Photo Booth[7242]: SOHelperCenter main connection interrupted
    3/4/14 6:59:45.057 PM Photo Booth[7242]: SOHelperCenter main connection interrupted
    3/4/14 6:59:45.059 PM imagent[255]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  ((null):7248)
    3/4/14 6:59:45.060 PM imagent[255]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  ((null):7248)
    3/4/14 7:00:58.997 PM Mail[1000]: Could not load x-msg URL
    3/4/14 7:00:58.997 PM Mail[1000]: Could not load x-msg URL
    3/4/14 7:01:05.679 PM xpcd[209]: restored permissions (100600 -> 100700) on /Users/kimmie/Library/Containers/com.apple.PhotoBooth/Container.plist
    3/4/14 7:01:06.376 PM Photo Booth[7259]: open on /Users/kimmie/Library/Containers/com.apple.PhotoBooth/Data/Pictures/Photo Booth Library/Recents.plist: File exists
    3/4/14 7:01:06.402 PM Photo Booth[7259]: [Warning] Migration of Recents.plist failed: Error Domain=NSCocoaErrorDomain Code=516 "�Recents.plist� couldn�t be copied to �Photo Booth Library� because an item with the same name already exists." UserInfo=0x6000000fda00 {NSSourceFilePathErrorKey=/Users/kimmie/Library/Containers/com.apple.PhotoBooth /Data/Pictures/Photo Booth/Recents.plist, NSUserStringVariant=(
        Copy
    ), NSDestinationFilePath=/Users/kimmie/Library/Containers/com.apple.PhotoBooth/Dat a/Pictures/Photo Booth Library/Recents.plist, NSFilePath=/Users/kimmie/Library/Containers/com.apple.PhotoBooth/Data/Pictures/ Photo Booth/Recents.plist, NSUnderlyingError=0x600000248e20 "The operation couldn�t be completed. File exists"}
    3/4/14 7:01:06.466 PM Photo Booth[7259]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    3/4/14 7:01:06.810 PM VDCAssistant[7262]: AVF error: AVDLoadAllAccelerators machine not supported
    3/4/14 7:01:06.834 PM VDCAssistant[7262]: AVF encoder error: fail to create accelerator instance
    3/4/14 7:01:06.854 PM soagent[7261]: [Warning] Services all disappeared, removing all dependent devices
    3/4/14 7:01:06.869 PM soagent[7261]: No active accounts, killing soagent in 10 seconds
    3/4/14 7:01:06.948 PM Photo Booth[7259]: No endpoint returned trying to load AccountStatusController.bundle, suspending
    3/4/14 7:01:07.324 PM soagent[7261]: No active accounts, killing soagent in 10 seconds
    3/4/14 7:01:07.326 PM soagent[7261]: No active accounts, killing soagent in 10 seconds
    3/4/14 7:01:09.449 PM sandboxd[310]: ([7264]) mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096080)
    3/4/14 7:01:09.456 PM sandboxd[310]: ([7264]) mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096080)
    3/4/14 7:01:09.463 PM sandboxd[310]: ([7264]) mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096080)
    3/4/14 7:01:09.468 PM sandboxd[310]: ([7264]) mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096080)
    3/4/14 7:01:09.485 PM sandboxd[310]: ([7264]) mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096080)
    3/4/14 7:01:17.865 PM soagent[7261]: Killing soagent.
    3/4/14 7:01:17.866 PM Photo Booth[7259]: SOHelperCenter main connection interrupted
    3/4/14 7:01:17.869 PM Photo Booth[7259]: SOHelperCenter main connection interrupted
    3/4/14 7:01:17.871 PM imagent[255]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  ((null):7261)
    3/4/14 7:01:17.872 PM imagent[255]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  ((null):7261)
    3/4/14 7:01:49.000 PM kernel[0]: Sandbox: mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:01:49.000 PM kernel[0]: Sandbox: mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:01:49.417 PM sandboxd[310]: ([7264]) mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096205)
    3/4/14 7:01:49.424 PM sandboxd[310]: ([7264]) mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096205)
    3/4/14 7:01:49.431 PM sandboxd[310]: ([7264]) mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096205)
    3/4/14 7:02:01.000 PM kernel[0]: Sandbox: mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:02:01.000 PM kernel[0]: Sandbox: mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:02:01.000 PM kernel[0]: Sandbox: mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:02:01.000 PM kernel[0]: Sandbox: mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:02:01.000 PM kernel[0]: Sandbox: mdworker(7264) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:03:59.407 PM iPhoto[7270]: *** WARNING: Method selectedRowEnumerator in class AlbumView is deprecated. It will be removed in a future release and should no longer be used.
    3/4/14 7:03:59.707 PM iPhoto[7270]: *** WARNING: Method selectRow:byExtendingSelection: in class AlbumView is deprecated. It will be removed in a future release and should no longer be used.
    3/4/14 7:04:00.534 PM iPhoto[7270]: objc[7270]: Class ISLengthFormatter is implemented in both /Volumes/iphoto EHD/iPhoto.app/Contents/MacOS/iPhoto and /Volumes/iphoto EHD/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/Versions/A /NetServices. One of the two will be used. Which one is undefined.
    3/4/14 7:04:00.534 PM iPhoto[7270]: objc[7270]: Class ISLengthEncodingFormatter is implemented in both /Volumes/iphoto EHD/iPhoto.app/Contents/MacOS/iPhoto and /Volumes/iphoto EHD/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/Versions/A /NetServices. One of the two will be used. Which one is undefined.
    3/4/14 7:04:02.493 PM iPhoto[7270]: ICAGetDeviceList_Deprecated-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    3/4/14 7:04:27.549 PM sandboxd[310]: ([7277]) mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096713)
    3/4/14 7:04:27.560 PM sandboxd[310]: ([7277]) mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096713)
    3/4/14 7:04:27.566 PM sandboxd[310]: ([7277]) mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096713)
    3/4/14 7:04:27.572 PM sandboxd[310]: ([7277]) mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096713)
    3/4/14 7:04:27.578 PM sandboxd[310]: ([7277]) mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46096713)
    3/4/14 7:04:28.284 PM iPhoto[7270]: -[NSProgressIndicator setAnimationDelay:] is deprecated.
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7280) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7280) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7281) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7280) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7281) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7281) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.000 PM kernel[0]: Sandbox: mdworker(7281) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:32.861 PM sandboxd[310]: ([7280]) mdworker(7280) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:4A09018 flags:240000005E diag:0 isXCode:0 uti:dyn.ah62d4rv4ge80k2pyqe plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 50434)
    3/4/14 7:04:32.868 PM sandboxd[310]: ([7280]) mdworker(7280) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:4A09018 flags:240000005E diag:0 isXCode:0 uti:dyn.ah62d4rv4ge80k2pyqe plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 50434)
    3/4/14 7:04:32.875 PM sandboxd[310]: ([7281]) mdworker(7281) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:4A09018 flags:240000005E diag:0 isXCode:0 uti:dyn.ah62d4rv4ge80k2pyqe plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 50432)
    3/4/14 7:04:33.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:33.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:33.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:33.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:33.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:37.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:37.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:37.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:37.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:37.000 PM kernel[0]: Sandbox: mdworker(7282) deny file-read-data /Volumes/iphoto EHD/Kimmie's iPhoto Library/Contents/PkgInfo
    3/4/14 7:04:55.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:04:55.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:04:55.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:04:55.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:04:55.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:05:05.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:05:05.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:05:05.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:05:05.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:05:05.000 PM kernel[0]: Sandbox: mdworker(7277) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:06:47.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:07:04.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:07:18.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:07:33.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:07:33.956 PM com.apple.launchd[1]: (com.apple.WebKit.Networking.67877398-8DA6-44D8-8246-36D68A808295[6539]) Exited with code: 1
    3/4/14 7:07:43.901 PM com.apple.launchd[1]: (com.apple.WebKit.WebContent.2C7B435D-2265-47B3-9808-9809A76DA147[7288]) Exited with code: 1
    3/4/14 7:07:45.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:08:23.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:09:11.679 PM sandboxd[310]: ([7295]) mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46097645)
    3/4/14 7:09:11.687 PM sandboxd[310]: ([7295]) mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46097645)
    3/4/14 7:09:11.694 PM sandboxd[310]: ([7295]) mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46097645)
    3/4/14 7:09:11.699 PM sandboxd[310]: ([7295]) mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46097645)
    3/4/14 7:09:11.706 PM sandboxd[310]: ([7295]) mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46097645)
    3/4/14 7:09:32.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:09:44.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:09:54.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:09:54.000 PM kernel[0]: Sandbox: mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:09:54.000 PM kernel[0]: Sandbox: mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:09:55.022 PM sandboxd[310]: ([7295]) mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46097679)
    3/4/14 7:09:55.081 PM sandboxd[310]: ([7295]) mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46097679)
    3/4/14 7:09:55.138 PM sandboxd[310]: ([7295]) mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46097679)
    3/4/14 7:10:07.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:10:10.000 PM kernel[0]: Sandbox: mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:10:10.000 PM kernel[0]: Sandbox: mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:10:10.000 PM kernel[0]: Sandbox: mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:10:10.000 PM kernel[0]: Sandbox: mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:10:10.000 PM kernel[0]: Sandbox: mdworker(7295) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:10:21.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:11:04.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:11:15.000 PM kernel[0]: disk0s2: I/O error.
    3/4/14 7:11:49.937 PM com.apple.launchd[1]: (com.apple.WebKit.WebContent.36AE8451-5141-4869-BB9A-1AA5597A3661[7304]) Could not terminate job: 3: No such process
    3/4/14 7:11:49.937 PM com.apple.launchd[1]: (com.apple.WebKit.WebContent.36AE8451-5141-4869-BB9A-1AA5597A3661[7304]) Using fallback option to terminate job...
    3/4/14 7:11:49.937 PM com.apple.launchd[1]: (com.apple.WebKit.Networking.4155F41E-CC0D-4482-A02E-6112F862568B[7298]) Could not terminate job: 3: No such process
    3/4/14 7:11:49.937 PM com.apple.launchd[1]: (com.apple.WebKit.Networking.4155F41E-CC0D-4482-A02E-6112F862568B[7298]) Using fallback option to terminate job...
    3/4/14 7:11:49.940 PM com.apple.launchd[1]: (com.apple.WebKit.Networking.4155F41E-CC0D-4482-A02E-6112F862568B[7298]) Exited with code: 1
    3/4/14 7:12:01.339 PM sandboxd[310]: ([7309]) mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46098143)
    3/4/14 7:12:01.401 PM sandboxd[310]: ([7309]) mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46098143)
    3/4/14 7:12:01.460 PM sandboxd[310]: ([7309]) mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46098143)
    3/4/14 7:12:01.527 PM sandboxd[310]: ([7309]) mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46098143)
    3/4/14 7:12:01.587 PM sandboxd[310]: ([7309]) mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46098143)
    3/4/14 7:12:06.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:06.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:06.168 PM sandboxd[310]: ([7309]) mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46098152)
    3/4/14 7:12:06.174 PM sandboxd[310]: ([7309]) mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46098152)
    3/4/14 7:12:06.181 PM sandboxd[310]: ([7309]) mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo (pre-plugin fstype:hfs fsflag:480D000 flags:240000005E diag:0 isXCode:0 uti:com.apple.property-list plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 46098152)
    3/4/14 7:12:12.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:12.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:12.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:12.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:12.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:48.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:48.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:48.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:48.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4/14 7:12:48.000 PM kernel[0]: Sandbox: mdworker(7309) deny file-read-data /Users/kimmie/Pictures/Photo Booth Library/Contents/PkgInfo
    3/4

    In order of decreasing likelihood, the problem is caused by a defective disk drive, the cable leading from it to the logic board, or the logic board. Replace them in that order, testing after each replacement.

Maybe you are looking for