Kernel: Sandbox: fmfd deny file-read-metadata errors

Hello there,
I am befuddled by this one and have checked many forums for a solution but have yet to find one. Since upgrading to MacOS 10.10 on my Mac Mini Mid 2012, I am receiving quite a few messages on my console related to fmfd. It doesn't matter how many times I clean install. As soon as I turn on iCloud bam. They just roll in.
11/4/14 8:48:39.000 PM kernel[0]: Sandbox: fmfd(331) deny file-read-metadata /Volumes/xxxxxxxx
11/4/14 8:48:39.000 PM kernel[0]: Sandbox: fmfd(331) deny file-read-metadata /Volumes/xxxxxxxx
11/4/14 8:48:39.000 PM kernel[0]: Sandbox: fmfd(331) deny file-read-metadata /Volumes/xxxxxxxx
11/4/14 8:48:39.000 PM kernel[0]: Sandbox: fmfd(331) deny file-read-metadata /Volumes/xxxxxxxx
11/4/14 8:48:39.000 PM kernel[0]: Sandbox: fmfd(331) deny file-read-metadata /Volumes/xxxxxxxx
11/4/14 8:48:39.000 PM kernel[0]: Sandbox: fmfd(331) deny file-read-metadata /Volumes/xxxxxxxx
Sample report:
fmfd(331) deny file-read-metadata /Volumes/xxxxxx
Process:         fmfd [331]
Path:            /usr/libexec/fmfd
Load Address:    0x101f98000
Identifier:      fmfd
Version:         ??? (???)
Code Type:       x86_64 (Native)
Parent Process:  launchd [1]
Date/Time:       2014-11-04 20:51:11.507 -0600
OS Version:      Mac OS X 10.10 (14A389)
Report Version:  8
Anyone have any insight on how to resolve this or even filter them out? I tried filtering them but no dice.
j

Hello there,
Thank you for posting this. After applying 10.10.1 the messages came back and I am not doing the defaults write again. My home directory is on a spare drive as well. I had no choice due to the size of my iTunes library and simply wanting to keep the home directory location consistent. As it turns out, the same thing happens to another similar directory that i've created. This one is a mobile directory and not just a moved user home directory.  I thought maybe resetting ACLs would do the trick but it does not.
Also - I do not have nor have I ever had Find my Mac turned on for this machine. The one machine it is turned on is my laptop (3rd machine for work) and that one is not showing errors. I built all three of these in identical fashion with clean installs etc. The only difference is the laptop has a solo drive and that's it. Something is breaking. I wish I could follow where its breaking. I hate the messages.
My other option is to make it so that all applications can use this token/user in my keychain. Is this dangerous?

Similar Messages

  • Sandbox deny file-read-metadata /private/var/tmp

    Hi,
    I have Berkeley DB 5.2.28.
    And I tried to use Berkeley DB on iOS 4.3.
    I wrote;
    printf (stderr, "db open - 1");
    ret = dbenv.open(strDBdir,
    DB_CREATE |
    DB_INIT_LOCK |
    DB_INIT_LOG |
    DB_INIT_MPOOL |
    DB_INIT_TXN |
    DB_THREAD |
    DB_RECOVER,
    S_IRUSR | S_IWUSR);
    printf (stderr, "db open - 2");
    I runned this app on iPod 4 (iOS 4.3), and then in xCode's Organizer found a message: "sandbox[363] <Notice>: myapp(362) deny file-read-metadata /private/var/tmp", between "db open - 1" and "db open - 2".
    How to resolve it?
    Please, help me.
    Thank you.

    Hi,
    I assume you have correctly followed and built BDB 5.2.28 for Apple iOS by following the guide for Building Berkeley DB for UNIX/POSIX and the notes specific to Apple iOS (iPhone OS).
    The error message you reported:
    sandbox[363] <Notice>: myapp(362) deny file-read-metadata /private/var/tmpis not an error from the BDB layer, but rather from the OS layer. It could point to insufficient privileges or rights (to write in that /private/var/tmp directory) or maybe a profile / access control list that is not configured correctly to allow the user you're running under to read metadata and data for a file; for example, make sure you have something like this in your sandbox profile:
    (allow file-write* file-read-data file-read-metadata
      (regex "^/path_to_BDB_environment__strDBdir")
      (regex "^(/private)?/var/tmp/")
      (regex "^(/private)?/tmp/"))If this does not help then I suggest you post on the Apple discussion forums.
    Regards,
    Andrei

  • Sandbox: xcscredd(10021) deny file-read-metadata /Users or other ID

    What is this always listing on console screen ,it change to another number and still listing after I command kill it all .
    So many following message on console screen everyday, how to make it stop running ?
    Sandbox: xcscredd(10021) deny file-read-metadata /Users
    Any Mac user have solution fix it ?

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?

  • What is([103]) xcscredd(103) deny file-read-metadata /Users

    Hi all, Recently I found that after installed Mac OSX Server and some VPN server , on system monitor recorded many messages about :
    ([103]) xcscredd(103) deny file-read-metadata /Users , and gen many report on
    file:///var/log/asl/AUX.2014.02.20/383655
    do any member know what is these happened ? and how to stop it.
    I set OSX server on private network ,  success connect iPhone to OSX VPN server but cannot access internet from it. Oh....
    not user frirendly to operate OSX Server...
    any helps to slove these 2 problem ?

    1. Open the terminal
    2. type
    sudo vim /Applications/Server.app/Contents/ServerRoot/System/Library/Sandbox/Profiles/xcscredd.sb
    3. enter
    (deny file-read*    (subpath "/Users")    (with no-log) )
    into the file
    To edit the file you have to press i.
    4. The press ESC and then :wq (Enter)
    But you shouldn't do things like this, if even don't know how to change a text file.
    It's on your own risk.

  • Mdworker deny file-read-data, what does it really mean?

    I get numerous log posts like this:
    3/17/14 7:22:57.561 AM sandboxd[5688]: ([4412]) mdworker(4412) deny file-read-data /Volumes/Time Machine Backups/Backups.backupdb/Jack Shelton’s iMac/2014-03-17-042247/JackHD/System/Library/Fonts/TimesLTMM (import fstype:hfs fsflag:4809018 flags:48200000056 diag:0 uti:com.apple.font-suitcase plugin:/Library/Spotlight/Font.mdimporter - find suspect file using: sudo mdutil -t 235288)
    My questiions are:
    What is being sandboxed, the mdworker or the file Times LTMM or the mdimporter?
    Which one has the sudo command in it?
    What does the -t flag/option mean?  Looking it up via man mdutil in the terminal, it does't exist.
    I saw this type of post quite frequently in Mavericks so much so that I decided to start over from scratch.  I wiped the HD including the HD Recovery partition and installed OS X 10.6.8.  I am now in Mountain Lion and have reinstalled MS Office 2011 and loaded the main identity data from my recovered files.  I did not see any adverse log posts until I ran the first time machine backup.
    I hope someone can clear the air for me with perhaps a way to fix it.

    Thank you Baltwo.  It's a major relief to know that the sudo command is being used by an Apple app/process and not by a file that's not supposed to have it..  However a few more questions if you don't mind.
    Is the font file the suspect file or is it this particular mdworker?
    If the font file is the suspect file will a process or app that calls for it be allowed to use it?
    Which process/app/file invoked the sandbox and deny file-read-data?
    What is the role of the mdimporter?
    These questions are part of my attempt to understand how a large part of the files on my computer and Time Machine become corrupted when I first installed Mavericks.  Mainly .plist (and other plain text files), .png, jpeg (and other picture types) and pkg info bundles would have thier icons and file Kind changed to Unix Executable files, spreadssheets and doc/docx would become genrandom (or something similar).  I became aware of this when my machine began freezing up.  I made several clean reinstalls and the problems would reoccur on plugging in the Time Machine.  I eventually recovered the files I wanted from the Time Machine but I had to use another iMac with an older OS X.  I repartitioned my machine and rebuilt it to Mountain Lion and i'm in the process of reloading with what I hope are non corrupted files. Although I still see log posts like "Locum[6230]: Connection with distnoted server was invalidated" every time I paste a folder or file.  I don't know what that means but it doesn't seem to cause any further reaction or posts.
    My apologizes for bothering you with alll this and thanks for your insight.

  • QuickLookSatelli(770) deny file-read-data

    My iMac
    24-inch, Early 2008
    Processor  3.06 GHz Intel Core 2 Duo
    Memory  4 GB 800 MHz DDR2 SDRAM
    I can not add anymore physical ram
    Graphics  NVIDIA GeForce 8800 GS 512 MB
    Software  OS X 10.8.3 (12D78)
    I get this error all the time. iMac is very slow and crashes often. It always crashes if I am running itunes.
    Here is the details of the error;
    QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    Process:         QuickLookSatelli [770]
    Path:            /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app/Contents/XPCServices/QuickLookSatellite.xpc/Contents/MacOS/QuickLookSatellit e
    Load Address:    0x10ed04000
    Identifier:      com.apple.quicklook.satellite
    Version:         521.1 (4.0)
    Build Info:      1-QuickLook~555005000000000
    Code Type:       x86_64 (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-05-09 08:30:44.413 -0400
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  8
    Thread 0:
    0   libsystem_kernel.dylib                  0x00007fff8b317fee __open + 10
    1   CarbonCore                              0x00007fff8f49d3ec FSMount::_openfork(char const*, unsigned char, unsigned int, unsigned short, _filesec*, int*, int*, FSOpenForkInfo*) + 738
    2   CarbonCore                              0x00007fff8f49c9cf FSMount::openforkcoreDefault(unsigned int, unsigned int, char const*, char const*, unsigned int, unsigned char, unsigned char, FSOpenForkInfo*, unsigned short, _filesec*, unsigned int, int*, unsigned int*) + 915
    3   CarbonCore                              0x00007fff8f49c44c FSMount::openfork(unsigned int, unsigned int, char const*, char const*, unsigned int, unsigned char, unsigned char, FSOpenForkInfo*, unsigned short, _filesec*, unsigned int, int*, unsigned int*) + 688
    4   CarbonCore                              0x00007fff8f49af8f PBOpenForkSync + 494
    5   CarbonCore                              0x00007fff8f49ad8c FSOpenFork + 42
    6   iTunesAccess                            0x0000000111cb4e7e
    7   iTunesAccess                            0x0000000111cdf9f7
    8   iTunesAccess                            0x0000000111cebaaa
    9   iTunesAccess                            0x0000000111ceb963
    10  iTunesAccess                            0x0000000111cdecf8
    11  iTunesAccess                            0x0000000111d0de3e
    12  iTunesAccess                            0x0000000111d0e3f5
    13  iTunesAccess                            0x0000000111d0f171 ITAccessContextCreate + 120
    14  Audio                                   0x000000010efb9ada
    15  QuickLook                               0x00007fff8ad4093d _QLThumbnailRequestCallGenerator + 779
    16  QuickLookSatellite                      0x000000010ed06c86
    17  QuickLookSatellite                      0x000000010ed07839
    18  QuickLookSatellite                      0x000000010ed06ac8
    19  QuickLook                               0x00007fff8ad3e121 __block_global_0 + 19
    20  QuickLook                               0x00007fff8ad70fb1 QLTryCatchAndCrash(void ()() block_pointer) + 17
    21  libdispatch.dylib                       0x00007fff8bf1cf01 _dispatch_call_block_and_release + 15
    22  libdispatch.dylib                       0x00007fff8bf190b6 _dispatch_client_callout + 8
    23  libdispatch.dylib                       0x00007fff8bf1e0c8 _dispatch_main_queue_callback_4CF + 275
    24  CoreFoundation                          0x00007fff89c0eb4c __CFRunLoopRun + 1644
    25  CoreFoundation                          0x00007fff89c0e0e2 CFRunLoopRunSpecific + 290
    26  CoreFoundation                          0x00007fff89c1cdd1 CFRunLoopRun + 97
    27  XPCService                              0x00007fff8f037d1c xpc_service_main + 440
    28  libdyld.dylib                           0x00007fff936457e1 start + 0
    Binary Images:
           0x10ed04000 -        0x10ed09fff  com.apple.quicklook.satellite (4.0 - 521.1) <9CFFD831-8BE2-3CAA-8838-CB585D75F06A> /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app/Contents/XPCServices/QuickLookSatellite.xpc/Contents/MacOS/QuickLookSatellit e
           0x10efb8000 -        0x10efbafff  com.apple.qlgenerator.audio (4.0 - 555.5) <2EA7EB25-6A49-326F-A2D8-DB94C05A2116> /System/Library/QuickLook/Audio.qlgenerator/Contents/MacOS/Audio
           0x111cb2000 -        0x111d53fff  com.apple.iTunesAccess (11.0.2 - 11.0.2) <6E98C794-319E-30A1-8E5A-C75B9389CDBA> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
        0x7fff89bd9000 -     0x7fff89dc3ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8ad31000 -     0x7fff8ad8dfff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8b306000 -     0x7fff8b321ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8bf17000 -     0x7fff8bf2cff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8f036000 -     0x7fff8f03dfff  com.apple.XPCService (2.0 - 1) <04B9A579-D9B3-3312-B1C1-E0CFD0D46924> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8f47a000 -     0x7fff8f791ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff93643000 -     0x7fff93646ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    5/9/13 8:19:32.607 AM com.apple.usbmuxd[28]: _heartbeat_failed heartbeat detected detach for device 0x4-192.168.1.10:0!
    5/9/13 8:25:47.616 AM 1PasswordAgent[272]: [HYBI] socketDidDisconnect: Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo=0x101074b00 {NSLocalizedDescription=Socket closed by remote peer}
    5/9/13 8:27:02.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=693[ksadmin] clearing CS_VALID
    5/9/13 8:27:12.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=717[ksadmin] clearing CS_VALID
    5/9/13 8:27:13.549 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationReady to notificationID=255
    5/9/13 8:27:13.550 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationReady to notificationID=187
    5/9/13 8:27:13.551 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationReady to notificationID=117
    5/9/13 8:27:13.605 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyLaunchFinished to notificationID=100
    5/9/13 8:27:13.608 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyLaunchFinished to notificationID=117
    5/9/13 8:27:13.733 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationReady to notificationID=187
    5/9/13 8:27:18.745 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=255
    5/9/13 8:27:20.526 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationReady to notificationID=187
    5/9/13 8:27:39.170 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=255
    5/9/13 8:27:52.671 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=255
    5/9/13 8:27:52.674 AM coreservicesd[72]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
    5/9/13 8:28:42.000 AM kernel[0]: Sandbox: sandboxd(778) deny mach-lookup com.apple.coresymbolicationd
    5/9/13 8:29:20.373 AM com.apple.launchd[1]: (com.apple.quicklook.satellite.E3C38C31-5061-44ED-BD1A-F8CBC71048F7[780]) Exited: Killed: 9
    5/9/13 8:29:40.000 AM kernel[0]: Sandbox: sandboxd(786) deny mach-lookup com.apple.coresymbolicationd
    5/9/13 8:30:01.794 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:01.818 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.258 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.661 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.903 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.911 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.959 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.966 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.973 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.980 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.987 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:02.995 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.002 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.009 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.016 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.023 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.031 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.038 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.045 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.052 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.059 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.066 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.073 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.080 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.087 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.097 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.106 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.119 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.127 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.448 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:03.865 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:04.276 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:04.693 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:05.108 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:05.730 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:06.552 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:07.372 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:08.182 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:09.000 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:09.816 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:10.632 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:11.248 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:11.861 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:12.484 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:13.108 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:13.719 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:14.334 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:14.944 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:15.554 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:16.177 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:16.785 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:17.403 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:18.007 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:18.620 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:19.236 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:19.844 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:20.461 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:21.085 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:21.899 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:22.497 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:22.910 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:22.919 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:22.930 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:23.345 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:23.962 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:24.572 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:25.184 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:25.819 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:26.418 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:26.753 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:26.765 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:26.777 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:27.207 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:27.823 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:28.442 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:29.047 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:29.689 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:30.273 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:30.887 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:31.486 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:32.104 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:32.704 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:33.320 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:33.942 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:34.549 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:35.169 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:35.771 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:36.390 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:36.993 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:37.601 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:38.214 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:43.741 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:44.411 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:30:44.821 AM sandboxd[786]: ([770]) QuickLookSatelli(770) deny file-read-data /Users/samurai/Music/iTunes 2012-02-16/iTunes Library.itl
    5/9/13 8:33:43.038 AM locationd[298]: NOTICE,CELL_LOC: beginning cell database transaction
    5/9/13 8:33:43.326 AM locationd[298]: NOTICE,CELL_LOC: ending cell database transaction (0 cells still pending)
    5/9/13 8:33:43.522 AM locationd[298]: NOTICE,CELL_LOC: beginning cell database transaction
    5/9/13 8:33:43.530 AM locationd[298]: NOTICE,CELL_LOC: ending cell database transaction (0 cells still pending)
    5/9/13 8:33:43.742 AM locationd[298]: NOTICE,CELL_LOC: beginning cell database transaction
    5/9/13 8:33:43.820 AM locationd[298]: NOTICE,CELL_LOC: ending cell database transaction (0 cells still pending)
    5/9/13 8:33:44.408 AM locationd[298]: NOTICE,CELL_LOC: beginning cell database transaction
    5/9/13 8:33:44.417 AM locationd[298]: NOTICE,CELL_LOC: ending cell database transaction (0 cells still pending)
    5/9/13 8:35:18.344 AM com.apple.launchd[1]: (com.apple.coremedia.videodecoder[773]) Exit timeout elapsed (20 seconds). Killing
    5/9/13 8:43:19.034 AM SubmitDiagInfo[835]: Launched to submit Diagnostics and Usage
    5/9/13 8:43:29.253 AM SubmitDiagInfo[835]: Cleaning up expired diagnostic messages database at path: /var/log/DiagnosticMessages/2013.04.09.asl
    5/9/13 8:51:35.000 AM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in: 55 bus resets in last 3 minutes.
    5/9/13 8:53:31.000 AM kernel[0]: Sandbox: sandboxd(860) deny mach-lookup com.apple.coresymbolicationd
    5/9/13 8:53:36.195 AM Dock[218]: no information back from LS about running process
    5/9/13 8:53:46.840 AM lsboxd[867]: ISGetIconFamilyFromStorage: seed mismatch for 26780002, actual seed is d0a1ebdf
              1   OSServices                          0x00007fff87794720 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
              2   OSServices                          0x00007fff877948c8 _ISReleaseStorageRefInternal + 33
              3   OSServices                          0x00007fff8779488e _ISReleaseStorageRefWithCache + 40
              4   OSServices                          0x00007fff877947cb _ZL25ISReleaseImageRefInternalP16OpaqueISImageRefPPK9__CFArray + 72
              5   OSServices                          0x00007fff8779475e _ISReleaseImageRef + 49
              6   OSServices                          0x00007fff8778db01 _ZN18SFLMutableListItem7DestroyEv + 23
              7   OSServices                          0x00007fff8778dacf _Z14SFLItemReleaseP16OpaqueSFLItemRef + 36
              8   OSServices                          0x00007fff8778f539 _ZN11SFLListBase7DestroyEv + 41
              9   OSServices                          0x00007fff8778f4e6 _SFLReleaseSnapshot + 49
              10  lsboxd                              0x000000010c617376 lsboxd + 9078
              11  libdispatch.dylib                   0x00007fff8bf190b6 _dispatch_client_callout + 8
              12  libdispatch.dylib                   0x00007fff8bf1b29b _dispatch_source_invoke + 691
              13  libdispatch.dylib                   0x00007fff8bf1a305 _dispatch_queue_invoke + 72
              14  libdispatch.dylib                   0x00007fff8bf1a448 _dispatch_queue_drain + 180
              15  libdispatch.dylib                   0x00007fff8bf1a2f1 _dispatch_queue_invoke + 52
              16  libdispatch.dylib                   0x00007fff8bf1a1c3 _dispatch_worker_thread2 + 249
              17  libsystem_c.dylib                   0x00007fff92f18d0b _pthread_wqthread + 404
              18  libsystem_c.dylib                   0x00007fff92f031d1 start_wqthread + 13
    5/9/13 8:53:46.841 AM lsboxd[867]: ISGetIconFamilyFromStorage: seed mismatch for 26780002, actual seed is d0a1ebdf
              1   OSServices                          0x00007fff87794720 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
              2   OSServices                          0x00007fff877948c8 _ISReleaseStorageRefInternal + 33
              3   OSServices                          0x00007fff8779488e _ISReleaseStorageRefWithCache + 40
              4   OSServices                          0x00007fff877947cb _ZL25ISReleaseImageRefInternalP16OpaqueISImageRefPPK9__CFArray + 72
              5   OSServices                          0x00007fff8779475e _ISReleaseImageRef + 49
              6   OSServices                          0x00007fff8778db01 _ZN18SFLMutableListItem7DestroyEv + 23
              7   OSServices                          0x00007fff8778dacf _Z14SFLItemReleaseP16OpaqueSFLItemRef + 36
              8   OSServices                          0x00007fff8778f539 _ZN11SFLListBase7DestroyEv + 41
              9   OSServices                          0x00007fff8778f4e6 _SFLReleaseSnapshot + 49
              10  lsboxd                              0x000000010c617376 lsboxd + 9078
              11  libdispatch.dylib                   0x00007fff8bf190b6 _dispatch_client_callout + 8
              12  libdispatch.dylib                   0x00007fff8bf1b29b _dispatch_source_invoke + 691
              13  libdispatch.dylib                   0x00007fff8bf1a305 _dispatch_queue_invoke + 72
              14  libdispatch.dylib                   0x00007fff8bf1a448 _dispatch_queue_drain + 180
              15  libdispatch.dylib                   0x00007fff8bf1a2f1 _dispatch_queue_invoke + 52
              16  libdispatch.dylib                   0x00007fff8bf1a1c3 _dispatch_worker_thread2 + 249
              17  libsystem_c.dylib                   0x00007fff92f18d0b _pthread_wqthread + 404
              18  libsystem_c.dylib                   0x00007fff92f031d1 start_wqthread + 13
    5/9/13 8:54:45.815 AM Safari[876]: CGContextClipToRect: invalid context 0x0
    5/9/13 8:56:04.790 AM WebProcess[878]: objc[878]: Object 0x7f89a941c9e0 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    5/9/13 8:57:14.549 AM SubmitDiagInfo[835]: SubmitDiagInfo successfully uploaded 85 diagnostic messages.
    5/9/13 8:59:59.371 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/9: 0x3: No such process
    5/9/13 8:59:59.454 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x29: 0x3: No such process
    5/9/13 8:59:59.454 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.454 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.455 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.455 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.455 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.456 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.456 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.456 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.456 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.457 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.457 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.457 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.458 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.458 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.458 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.458 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.459 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.459 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.459 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.459 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.460 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.460 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.460 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.460 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.461 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.461 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.461 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.462 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.462 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.462 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.462 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.463 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.463 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.463 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.463 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.464 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.464 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.464 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.464 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.465 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.465 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.465 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.466 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.466 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.466 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.466 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.467 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.467 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.467 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.467 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.468 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.468 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.468 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.468 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.469 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.469 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.470 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.470 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.470 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.471 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.471 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.471 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.471 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.472 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.472 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.472 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.472 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.473 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.473 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.473 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.473 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.473 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.473 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.473 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.474 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.474 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.474 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.474 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.474 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.474 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.474 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.475 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.475 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.475 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.475 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.475 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.475 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.475 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.476 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.476 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.476 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.476 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.476 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.476 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.476 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.477 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.477 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.477 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.477 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.477 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.477 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.477 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.478 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.478 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.478 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.478 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.478 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.478 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.478 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.479 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.479 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.479 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.479 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.479 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.479 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.479 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.480 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.480 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.480 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.480 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.480 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.480 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.480 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.481 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.481 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.481 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.481 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.481 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.481 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/29: 0x3: No such process
    5/9/13 8:59:59.483 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/33: 0x3: No such process
    5/9/13 8:59:59.483 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/33: 0x3: No such process
    5/9/13 8:59:59.483 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/33: 0x3: No such process
    5/9/13 8:59:59.484 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/33: 0x3: No such process
    5/9/13 8:59:59.484 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/33: 0x3: No such process
    5/9/13 8:59:59.484 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/33: 0x3: No such process
    5/9/13 8:59:59.484 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/33: 0x3: No such process
    5/9/13 8:59:59.485 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/33: 0x3: No such process
    5/9/13 8:59:59.485 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/33: 0x3: No such process
    5/9/13 8:59:59.500 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/36: 0x3: No such process
    5/9/13 8:59:59.501 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/36: 0x3: No such process
    5/9/13 8:59:59.501 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x36: 0x3: No such process
    5/9/13 8:59:59.501 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.502 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/36: 0x3: No such process
    5/9/13 8:59:59.526 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/40: 0x3: No such process
    5/9/13 8:59:59.536 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.536 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.536 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.536 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.536 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.537 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.537 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.537 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.537 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.541 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.541 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x41: 0x3: No such process
    5/9/13 8:59:59.541 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.542 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/41: 0x3: No such process
    5/9/13 8:59:59.590 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/48: 0x3: No such process
    5/9/13 8:59:59.590 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x48: 0x3: No such process
    5/9/13 8:59:59.590 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.594 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/48: 0x3: No such process
    5/9/13 8:59:59.597 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.597 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.597 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.597 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.598 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.598 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.598 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.598 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.598 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.598 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.598 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.599 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.599 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.599 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.599 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.599 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.599 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.599 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.600 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.600 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.601 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.601 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.601 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.601 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x49: 0x3: No such process
    5/9/13 8:59:59.602 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.602 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/49: 0x3: No such process
    5/9/13 8:59:59.616 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/51: 0x3: No such process
    5/9/13 8:59:59.619 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x51: 0x3: No such process
    5/9/13 8:59:59.619 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.620 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/51: 0x3: No such process
    5/9/13 8:59:59.624 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.629 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.629 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.629 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.629 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.629 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.630 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.630 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.630 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.630 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x52: 0x3: No such process
    5/9/13 8:59:59.630 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.631 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/52: 0x3: No such process
    5/9/13 8:59:59.666 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/55: 0x3: No such process
    5/9/13 8:59:59.666 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x55: 0x3: No such process
    5/9/13 8:59:59.666 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.666 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/55: 0x3: No such process
    5/9/13 8:59:59.677 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/56: 0x3: No such process
    5/9/13 8:59:59.677 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/56: 0x3: No such process
    5/9/13 8:59:59.677 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x56: 0x3: No such process
    5/9/13 8:59:59.677 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.678 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/56: 0x3: No such process
    5/9/13 8:59:59.678 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/56: 0x3: No such process
    5/9/13 8:59:59.691 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/57: 0x3: No such process
    5/9/13 8:59:59.698 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/58: 0x3: No such process
    5/9/13 8:59:59.702 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x58: 0x3: No such process
    5/9/13 8:59:59.702 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.702 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/58: 0x3: No such process
    5/9/13 8:59:59.725 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/62: 0x3: No such process
    5/9/13 8:59:59.745 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/64: 0x3: No such process
    5/9/13 8:59:59.748 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/64: 0x3: No such process
    5/9/13 8:59:59.748 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/64: 0x3: No such process
    5/9/13 8:59:59.748 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x64: 0x3: No such process
    5/9/13 8:59:59.748 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.749 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/64: 0x3: No such process
    5/9/13 8:59:59.797 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/76: 0x3: No such process
    5/9/13 8:59:59.800 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/76: 0x3: No such process
    5/9/13 8:59:59.800 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/76: 0x3: No such process
    5/9/13 8:59:59.801 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x76: 0x3: No such process
    5/9/13 8:59:59.801 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.802 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/76: 0x3: No such process
    5/9/13 8:59:59.809 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/78: 0x3: No such process
    5/9/13 8:59:59.809 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/78: 0x3: No such process
    5/9/13 8:59:59.810 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/78: 0x3: No such process
    5/9/13 8:59:59.810 AM UserEventAgent[208]: Could not look up channel/token: com.apple.time/0x78: 0x3: No such process
    5/9/13 8:59:59.810 AM UserEventAgent[208]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3
    5/9/13 8:59:59.812 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/78: 0x3: No such process
    5/9/13 8:59:59.815 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/79: 0x3: No such process
    5/9/13 8:59:59.815 AM UserEventAgent[208]: Could not get event name for stream/token: com.apple.time/79: 0x3: No such process
    5/9/13 8:59:59.815 AM

    I tried the new admin id and still get similar error.
    QuickLookSatelli(2096) deny file-read-data /Users/troubleadmin/Sites/images/gradient.jpg
    Process:         QuickLookSatelli [2096]
    Path:            /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app/Contents/XPCServices/QuickLookSatellite.xpc/Contents/MacOS/QuickLookSatellit e
    Load Address:    0x107d3d000
    Identifier:      com.apple.quicklook.satellite
    Version:         521.1 (4.0)
    Build Info:      1-QuickLook~555005000000000
    Code Type:       x86_64 (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-05-20 11:04:10.451 -0400
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  8
    Thread 0:
    0   libsystem_kernel.dylib                  0x0000000108f8efee __open + 10
    1   CoreFoundation                          0x00000001085d33d9 _CFStreamOpen + 137
    2   CoreFoundation                          0x00000001085f4ec6 CFReadStreamOpen + 86
    3   CFNetwork                               0x0000000109a0a3ff CoreReadStreamFromCFReadStream::_streamImpl_Open(CFStreamError*, unsigned char*) + 65
    4   CFNetwork                               0x0000000109a0a3af non-virtual thunk to CoreReadStreamFromCFReadStream::_streamImpl_Open(CFStreamError*, unsigned char*) + 13
    5   CFNetwork                               0x00000001099e2c82 CoreStreamBase::_streamInterface_Open() + 84
    6   CFNetwork                               0x000000010998c785 FileURLProtocol::_protocolInterface_startLoad(_CFCachedURLResponse const*) + 551
    7   CFNetwork                               0x00000001099fdab9 ___private_ScheduleOriginLoad_block_invoke_0108 + 157
    8   CFNetwork                               0x00000001099fd9ea __withExistingProtocolAsync_block_invoke_0 + 28
    9   CFNetwork                               0x0000000109a9d2ea __block_global_1 + 28
    10  CoreFoundation                          0x00000001085d2154 CFArrayApplyFunction + 68
    11  CFNetwork                               0x00000001099fd7e4 RunloopBlockContext::perform() + 124
    12  CFNetwork                               0x00000001099fd6bb MultiplexerSource::perform() + 221
    13  CoreFoundation                          0x00000001085b3b31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    14  CoreFoundation                          0x00000001085b3455 __CFRunLoopDoSources0 + 245
    15  CoreFoundation                          0x00000001085d67f5 __CFRunLoopRun + 789
    16  CoreFoundation                          0x00000001085d60e2 CFRunLoopRunSpecific + 290
    17  Foundation                              0x0000000107e34b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    18  Foundation                              0x0000000107e92cd2 __NSThread__main__ + 1345
    19  libsystem_c.dylib                       0x0000000108e1c7a2 _pthread_start + 327
    20  libsystem_c.dylib                       0x0000000108e091e1 thread_start + 13
    Binary Images:
           0x107dfd000 -        0x10815aff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x1085a1000 -        0x10878bff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x108e08000 -        0x108ed4ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
           0x108f7d000 -        0x108f98ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
           0x109980000 -        0x109af5fff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

  • Mail(1739) deny file-read-data /Library/Preferences/com.apple.mail.plist

    Hi
    Since moving from HDD to SSD and Lion to ML I am getting loads of these errors in my System Log
    Mail(1739) deny file-read-data /Library/Preferences/com.apple.mail.plist
    I am not experiencing any end issues as a result but notice I am getting 6 every second which must be causing an issue
    The details are:
    Mail(1739) deny file-read-data /Library/Preferences/com.apple.mail.plist
    Process:         Mail [1739]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Load Address:    0x10f773000
    Identifier:      com.apple.mail
    Version:         1485 (6.0)
    Build Info:      3-Mail~1485000000000000
    Code Type:       x86_64 (Native)
    Parent Process:  launchd [237]
    Date/Time:       2012-08-05 11:54:01.392 +0100
    OS Version:      Mac OS X 10.8 (12A269)
    Report Version:  8
    Thread 0:
    0   libsystem_kernel.dylib            0x00007fff8c9d5fee __open + 10
    1   CoreFoundation                    0x00007fff8c12a588 __33-[CFPrefsPlistSource synchronize]_block_invoke_0 + 296
    2   CoreFoundation                    0x00007fff8c125f07 withDaemonConnection + 87
    3   CoreFoundation                    0x00007fff8c12a36c -[CFPrefsPlistSource synchronize] + 316
    4   CoreFoundation                    0x00007fff8c1291a1 -[CFPrefsPlistSource synchronizeIfStale] + 113
    5   CoreFoundation                    0x00007fff8c12927a -[CFPrefsPlistSource copyValueForKey:] + 42
    6   CoreFoundation                    0x00007fff8c128213 -[CFPrefsSearchListSource copyValueForKey:] + 131
    7   CoreFoundation                    0x00007fff8c124080 __CFPreferencesCopyAppValue_block_invoke_0 + 32
    8   CoreFoundation                    0x00007fff8c1277e8 +[CFPrefsSearchListSource withSearchListForIdentifier:perform:] + 824
    9   CoreFoundation                    0x00007fff8bffd67a CFPreferencesCopyAppValue + 186
    10  Foundation                        0x00007fff8ccb7db0 -[NSUserDefaults(NSUserDefaults) objectForKey:] + 22
    11  Foundation                        0x00007fff8ccb7c97 -[NSUserDefaults(NSUserDefaults) boolForKey:] + 23
    12  AddressBook                       0x00007fff92932d8b ABDLog + 290
    13  AddressBook                       0x00007fff92935eda -[ABSafeNotificationEntry reflectNotification:] + 63
    14  AddressBook                       0x00007fff92935cf1 -[ABSafeNotificationReflector reflectNotification:toEntryIfElligible:] + 72
    15  AddressBook                       0x00007fff92935c72 __50-[ABSafeNotificationReflector notificationFunnel:]_block_invoke_0 + 37
    16  CoreFoundation                    0x00007fff8c0597d9 __NSSetEnumerate + 985
    17  AddressBook                       0x00007fff92935c26 -[NSSet(ABSetAdditions) _abEach:] + 91
    18  AddressBook                       0x00007fff92935ad3 -[ABCopyOnWriteSet useReadOnlySet:] + 44
    19  AddressBook                       0x00007fff92935a9e -[ABCopyOnWriteSet each:] + 91
    20  AddressBook                       0x00007fff92935a1e -[ABSafeNotificationReflector notificationFunnel:] + 181
    21  CoreFoundation                    0x00007fff8bff5b8a _CFXNotificationPost + 2554
    22  Foundation                        0x00007fff8ccb7a76 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    23  Mail                              0x000000010f7757d5
    24  CoreData                          0x00007fff88968e64 -[NSManagedObjectContext(_NSInternalAdditions) _didSaveChanges] + 2132
    25  CoreData                          0x00007fff88958589 -[NSManagedObjectContext save:] + 1241
    26  Message                           0x00007fff88d3e755 -[SeenMessagesManager saveChanges] + 46
    27  Message                           0x00007fff88d372f6 -[POPStore fetchSynchronously] + 2175
    28  Message                           0x00007fff88d2edd2 -[POPAccount fetchSynchronously] + 140
    29  CoreFoundation                    0x00007fff8c036cac __invoking___ + 140
    30  CoreFoundation                    0x00007fff8c036b47 -[NSInvocation invoke] + 263
    31  CoreMessage                       0x00007fff8b271d5d -[MonitoredInvocation invoke] + 225
    32  CoreMessage                       0x00007fff8b28a2b2 -[ThrowingInvocationOperation main] + 33
    33  CoreMessage                       0x00007fff8b236602 -[_MFInvocationOperation main] + 431
    34  Foundation                        0x00007fff8ccfdbb6 -[__NSOperationInternal start] + 684
    35  Foundation                        0x00007fff8cd053d1 __block_global_6 + 129
    36  libdispatch.dylib                 0x00007fff8cc5ef3d _dispatch_call_block_and_release + 15
    37  libdispatch.dylib                 0x00007fff8cc5b0fa _dispatch_client_callout + 8
    38  libdispatch.dylib                 0x00007fff8cc5c23e _dispatch_worker_thread2 + 304
    39  libsystem_c.dylib                 0x00007fff8c361ceb _pthread_wqthread + 404
    40  libsystem_c.dylib                 0x00007fff8c34c1b1 start_wqthread + 13
    Binary Images:
           0x10f773000 -        0x10fb0fff7  com.apple.mail (6.0 - 1485) <6C62E4AC-EBA9-3E31-B677-B26356423DE1> /Applications/Mail.app/Contents/MacOS/Mail
        0x7fff88914000 -     0x7fff88b32fff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88bc2000 -     0x7fff88e08ff7  com.apple.MessageFramework (6.0 - 1485) <79FA27A2-D01A-3D35-AE3A-7F8F41034728> /System/Library/Frameworks/Message.framework/Versions/B/Message
        0x7fff8b20c000 -     0x7fff8b2c4ff7  com.apple.CoreMessage (1.0 - 1485) <1210621B-BABB-3153-A8DF-DAC0FA671D05> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff8bfb0000 -     0x7fff8c199fff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8c34b000 -     0x7fff8c417fef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
        0x7fff8c9c4000 -     0x7fff8c9dfff7  libsystem_kernel.dylib (2050.7.9) <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8cc59000 -     0x7fff8cc6eff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
        0x7fff8cc6f000 -     0x7fff8cfcbff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff92926000 -     0x7fff92be1fff  com.apple.AddressBook.framework (7.0 - 1143) <EC55CF4B-4194-3163-B6E1-8C8D2712FBCF> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    Any wise wisdom?
    Thanks, Chris.

    The .plist files are almost always preferences. I believe "plist" is short for "property list". It contains a list of keys (configuration options) and settings for each key, similar in some respects to the way the Windows Registry works, except that there is a separate file for each set of settings, instead of a single registry file as in Windows. In this case it's a shared settings file for Mail, but I couldn't tell you anything more about the contents.
    You were smart to back it up. Usually .plist files can be deleted without signicant loss, because they will be recreated automatically with default settings. But sometimes they contain important settings that may be hard to set up again, especially if you had help setting up your computer in the first place, or have lost important details that you'd need for setting up an app, such as Mail. But sometimes the settings are trivial, for example the position and size of windows, etc., and do not contain settings you'd care about, which may be in another .plist file or in some other kind of file/database.

  • "deny file-write-create"-errors in log system.log

    Hi,
    since I upgraded Lion I got tons of these messages in my logs:
    Jul 25 21:11:58 neptun sandboxd[5347] ([4420]): Preview(4420) deny file-write-create /Users/user/Library/Preferences/ByHost/.GlobalPreferences.146446A7-88D0-5241-85 F7-F6FDD0201B5F.plist.XTJXHr4
    Jul 25 21:12:29 neptun sandboxd[5348] ([4420]): Preview(4420) deny file-write-create /Users/user/Library/Preferences/ByHost/.GlobalPreferences.146446A7-88D0-5241-85 F7-F6FDD0201B5F.plist.86EVSpI
    Jul 25 21:12:59 neptun sandboxd[5349] ([4420]): Preview(4420) deny file-write-create /Users/user/Library/Preferences/ByHost/.GlobalPreferences.146446A7-88D0-5241-85 F7-F6FDD0201B5F.plist.CJaoJoj
    Jul 25 21:13:30 neptun sandboxd[5350] ([4420]): Preview(4420) deny file-write-create /Users/user/Library/Preferences/ByHost/.GlobalPreferences.146446A7-88D0-5241-85 F7-F6FDD0201B5F.plist.ZGxllUy
    Jul 25 21:14:00 neptun sandboxd[5351] ([4420]): Preview(4420) deny file-write-create /Users/user/Library/Preferences/ByHost/.GlobalPreferences.146446A7-88D0-5241-85 F7-F6FDD0201B5F.plist.NApWQdS
    Jul 25 21:14:31 neptun sandboxd[5352] ([4420]): Preview(4420) deny file-write-create /Users/user/Library/Preferences/ByHost/.GlobalPreferences.146446A7-88D0-5241-85 F7-F6FDD0201B5F.plist.w1isGGi
    Jul 25 21:15:02 neptun sandboxd[5361] ([4420]): Preview(4420) deny file-write-create /Users/user/Library/Preferences/ByHost/.GlobalPreferences.146446A7-88D0-5241-85 F7-F6FDD0201B5F.plist.TC4h3SQ
    So this is just Preview adding this every 30 seconds to the logs. Similar errors occur, for example, when Spotlight indexes movies.
    Does anyone have an idea what is causing this and how to fix it?
    Thanks,
    Stefan

    Mine looks like this:
    drwx------  251 stefan  staff     8534 27 Jul 15:29 ByHost
    And the first few lines look like this:
    drwx------+ 763 stefan  staff    25942 27 Jul 15:41 .
    0: group:everyone deny delete
    drwx------@  60 stefan  staff     2040 25 Jul 09:27 ..
    0: group:everyone deny delete
    But as I said in my initial post, such errors do not only appear for the ByHost folder. It happens for various preferences, for example, when Spotlight indexes a M4V movie and tries to create/access a codec property file. Or here are some other examples when Safari is running:
    sandboxd[4159] ([4152]): Safari Webpage P(4152) deny file-read-data /Users/stefan/Library/Preferences/com.apple.DownloadAssessment.plist
    Jul 27 12:41:16 neptun sandboxd[4183] ([4182]): Safari Webpage P(4182) deny file-read-data /Applications/Safari.app/Contents/Resources/Defaults.plist
    Jul 27 12:41:16 neptun sandboxd[4183] ([4182]): Safari Webpage P(4182) deny file-read-data /Applications/Safari.app/Contents/Resources/English.lproj
    Thanks!

  • Sandboxd deny file-read-data to storeuid, appleeventsd, iconservicesagen... WHY?

    In my console on the latest Yosemite, I get tons of spam from sandboxd where it is deny file-read-data from Apple's own processes: storeuid, appleeventsd, iconservicesagen, etc. Then there is deny file-issue-extension to com.apple.Safari.SearchHelper. What the heck is going on? Why is sandboxd denying Apple's own processes in the system? This computer is running so much slower than it should. Card readers don't even work with it anymore. We just put in a brand new hard drive and freshly upgraded to Yosemite.
    Then there are all these BUG in process suhelperd: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external). About 100 of those appear. Then mdworker says:
    code validation failed in the process of getting signing information: Error Domain=NSOSStatusErrorDomain Code=-67062 "The operation couldn't be completed. (OSStatus error -67062.)"
    Can someone please make sense out of all this? How do I get these bugs, errors, and crap to STOP?

    I feel your pain. I too have posted with a zillion errors in the log. Safari/Yosemite is now a complete and utter mess.
    Screen shot of things going south with Apple.
    I really thought I would never look at MS Windows again, but this is begging to prove me wrong. My MBP is now unusable. Tks Apple

  • File Read - Logical Error (I Guess!)

    Hello All;
    I am stuck to the logic here;
    I have my code;
    public String kZero(File File) throws Exception
    RandomAccessFile fileHandler = null;
    try
    fileHandler = new RandomAccessFile(File, "r");
    long fileLength = File.length() - 1;
    StringBuilder sb = new StringBuilder();
    for (long filePointer = fileLength; filePointer != -1; filePointer--)
    fileHandler.seek(filePointer);
    int readByte = fileHandler.readByte() ;
    if (readByte == 0xA)
    if (filePointer == fileLength)
    continue;
    else
    if (!StringUtils.isEmpty(sb.toString().trim()))
    break;
    else if (readByte == 0xD)
    if (filePointer == fileLength - 1)
    continue;
    else
    if (!StringUtils.isEmpty(sb.toString().trim()))
    break;
    sb.append((char) readByte);
    String lastLine = sb.reverse().toString();
    return lastLine;
    catch (java.io.FileNotFoundException e)
    throw e;
    catch (java.io.IOException e)
    throw e;
    finally
    fileHandler.close();
    and i use it as a function...
    my problem is yes i can get the last line of the text file bu unfortunately i can not get the upper one.
    Does anyone have an idea? How to read not the last one but one upper line from the last line?
    Ömer KAYA
    METU-GGIT

    >
    Does anyone have an idea? How to read not the last one but one upper line from the last line?
    >
    Well you break out of the loop and return after you find one line
    if (!StringUtils.isEmpty(sb.toString().trim()))
              break;So try not doing that. Count the lines and quit when you have read the number of lines you want.

  • QuickLookSatellite deny file-write-create in Console App

    I have a MacBook Pro Mid 2010 with Mountain Lion 10.8.1.
    In the console I found some log messages like the following:
    QuickLookSatelli(643) deny file-write-create /Users/myusername/Library/Caches/com.apple.quicklook.satellite
    or
    QuickLookSatelli(643) deny file-read-data /Library/Preferences/.GlobalPreferences.plist
    What could be the problem?
    Thanks in advance.

    Mine looks like this:
    drwx------  251 stefan  staff     8534 27 Jul 15:29 ByHost
    And the first few lines look like this:
    drwx------+ 763 stefan  staff    25942 27 Jul 15:41 .
    0: group:everyone deny delete
    drwx------@  60 stefan  staff     2040 25 Jul 09:27 ..
    0: group:everyone deny delete
    But as I said in my initial post, such errors do not only appear for the ByHost folder. It happens for various preferences, for example, when Spotlight indexes a M4V movie and tries to create/access a codec property file. Or here are some other examples when Safari is running:
    sandboxd[4159] ([4152]): Safari Webpage P(4152) deny file-read-data /Users/stefan/Library/Preferences/com.apple.DownloadAssessment.plist
    Jul 27 12:41:16 neptun sandboxd[4183] ([4182]): Safari Webpage P(4182) deny file-read-data /Applications/Safari.app/Contents/Resources/Defaults.plist
    Jul 27 12:41:16 neptun sandboxd[4183] ([4182]): Safari Webpage P(4182) deny file-read-data /Applications/Safari.app/Contents/Resources/English.lproj
    Thanks!

  • ICloud Notes app is logging lots of errors deny file-write-create externalrecordsworkfiles et al

    I am getting intermittent error in the log, when using Notes in iCloud storage. When the errors come, they come in large batches.
    Like this, many of them (dozens in one note-writing session)
    2/11/13 1:04:17.525 PM sandboxd[1097]: ([363]) Notes(363) deny file-write-create /Library/Caches/com.apple.coredata.externalrecordsworkfiles
    And fewer of these:
    2/11/13 1:00:52.000 PM kernel[0]: Sandbox: sandboxd(1097) deny mach-lookup com.apple.coresymbolicationd
    And one of these:
    2/11/13 12:52:47.130 PM sandboxd[1090]: ([1091]) mdworker(1091) deny file-write-owner /Users/xxxxxxxx/Library/Containers/com.apple.Notes/Data/Library/Notes/NotesV1.s toredata-wal (import fstype:hfs fsflag:480D100 flags:240000005F diag:0 uti:com.apple.notes.externalrecord plugin:/Library/Spotlight/Notes.mdimporter - find suspect file using: sudo mdutil -t 5593589)
    It is clear to me Notes is having problems. I've seen this when using Notes since upgrading to 10.8, but also after upgrade to 10.8.2 recently (MBPro 2011 13", SRAM disk).  I go typing away in toes but I see the Console icone bouncing in the dock while I'm working. 
    I'll run disk-verify-fix but I'm not seeing a lot of relevant entries, just this so far:
    Verifying permissions for “Macintosh HD”
    Group differs on “Library/Java”; should be 0; group is 80.
    Permissions differ on “Library/Java”; should be drwxr-xr-x ; they are drwxrwxr-x .
    Permissions differ on “System/Library/Frameworks/CoreGraphics.framework/CoreGraphics”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Permissions differ on “System/Library/Frameworks/CoreGraphics.framework/Resources”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Permissions differ on “System/Library/Frameworks/CoreGraphics.framework/Versions/Current”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    - all permissions now fixed.

    When you say using the JDK you mean just using a simple text editor and command line to compile?
    I'm not too bothered about decompilation as I doubt anyone would go though the effort to decompile this particular program. As it currently stands I'm the only one known in my college class to try my hand at Java anyway. Anyone else handing a java project in would be very suspicious.
    How big would the program be if the JVM was included? Is it an intricate process to combine the two?
    I am aware that any code can be decompiled but e.g. VB programs can only be decompiled into assembly... atleast I have yet to see a proper VB decompiler in action.
    The app.path Java equivelant I need so the files needed by the program which should be in the same directory can be found with ease.
    What compiler did JBuilder come with? It's own or did they simply include Sun's?
    Whats the general opinion of V J++? is it pretty much Java or has M$ screwed it over and turned it into their own?
    When an argument is passed to a method in Java is it referenced in memory or is a copy created? How do I pass an array to a method? and not create a copy of it? ref?
    Can applets perform read and write actions on the machine it is stored? Can I refuse connections if a client is already connected?
    Thanx

  • Sandbox deny file-write-create

    I'm working on a webcam capture app (sandboxed on Mac OS X for App Store submission).
    I'm getting .GlobalPreferences plist create sandbox violation.
    The same file is being accessed again and again in multiple scenarios and hence the sandbox violation is coming many times. I'm attaching the first deny report. In all the violations, the error is coming from CoreFoundation framework itself.
    The preference is being accessed from /Users/labuser/Library/Preferences/ByHost/.GlobalPreferences.0AE3B6CF-AFFB-5E6A- 9D1B-0980457923BD.plist, but in a sandbox app, it should have been /Users/labuser/Library/Containers/com.test.TestApp/Data/Library/Preferences/ByHost/.GlobalPreferences.0AE3B6CF-AFFB-5E6A-9D1B-0980457923BD.plis t
    Can anyone please help me resolve the error. Thanks for any help.
    Sandoxd report============================================
    Test App(18306) deny file-write-create /Users/labuser/Library/Preferences/ByHost/.GlobalPreferences.0AE3B6CF-AFFB-5E6A -9D1B-0980457923BD.plist.sb-d7c88888-f4A4yV
    Process:           Test App [18306]
    Path:                 /Applications/Test App.app/Contents/MacOS/Test App
    Load Address: 0x100000000
    Identifier:      Test App
    Version:         ??? (???)
    Code Type:    X86-64 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2012-11-14 18:23:31.848 +0530
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  7
    Backtrace:
    0   libsystem_kernel.dylib  0x00007fff9107aad2 __open + 10
    1   CoreFoundation           0x00007fff942d5ba7 -[CFXPreferencesPropertyListSourceSynchronizer writePlistToDisk] + 1207
    2   CoreFoundation           0x00007fff9429e5d5 -[CFXPreferencesPropertyListSourceSynchronizer synchronizeAlreadyFlocked] + 613
    3   CoreFoundation           0x00007fff9429e319 -[CFXPreferencesPropertyListSourceSynchronizer synchronize] + 425
    4   CoreFoundation           0x00007fff9429df9c -[CFXPreferencesPropertyListSource synchronize] + 108
    5   CoreFoundation           0x00007fff942cba12 -[CFXPreferencesSearchListSource synchronize] + 98
    6   CoreFoundation           0x00007fff942a9a5c __CFXPreferencesGetSearchListForBundleID + 796
    7   CoreFoundation           0x00007fff942a96f8 ___CFXPreferencesCopyAppValue_block_invoke_1 + 24
    8   CoreFoundation           0x00007fff942a969a CFPreferencesCopyAppValue + 218
    9   CoreFoundation           0x00007fff942a94ad CFPreferencesGetAppBooleanValue + 29
    10  QTKit                             0x00007fff953aaac6 QTDebugSettingGetKeyAsBOOL + 32
    11  QTKit                             0x00007fff954259a9 -[QTCaptureSession init] + 670
    12  Test App                       0x000000010000206f main + 870 (MTestApp.mm:421)
    13  Test App                       0x0000000100001c00 start + 52

    Nothing. The bane of having sandboxed apps.

  • File read access denied for signed applet

    Hi:
    I have a signed applet with a certificate generated with the keytool. Yet, I keep getting this error:
    java.lang.Exception: java.security.AccessControlException:
        access denied (java.io.FilePermission C:\WINDOWS\system32\aetpkss1.dll read)The error is produced when the method loadKeyStore(pin) below is called.
        private KeyStore ks;
        private Provider provider;
        private static final String providerName    = "PKCS11";
        private static final String providerLibrary = "aetpkss1.dll";
        public void loadKeyStore(String pin) throws IOException,
         CertificateException, KeyStoreException, NoSuchAlgorithmException {
         if (provider == null)
             registerProvider(providerLibrary);
         try {
             ks = KeyStore.getInstance(providerName,provider);
         } catch (Exception e) {
             throw new KeyStoreException("Failed get keystore instance\n"
                             + e.getMessage());
         try {
             ks.load(null, pin.toCharArray());
         } catch (Exception e) {
             throw new KeyStoreException("Failed load keystore\n"
                             + e.getMessage());
        public void registerProvider(String library)
         throws FileNotFoundException, KeyStoreException {
         String fileName;
         if (new File(library).isAbsolute())
             fileName = library;
         else
             fileName = getAbsolutePath(library);
         if (!(new File(fileName).exists()))
             throw new FileNotFoundException("No such file: " + fileName);
         String config = "name = " + providerName + "\n"
             + "library = " + fileName;
         ByteArrayInputStream confStream =
             new ByteArrayInputStream(config.getBytes());
         try {
             provider = new sun.security.pkcs11.SunPKCS11(confStream);
             Security.addProvider(provider);
         } catch (Exception e) {
             throw new KeyStoreException("Can initialize " +
                             "Sun PKCS#11 provider. Reason: " +
                             e.getCause().getMessage());
        private String getAbsolutePath(String lib) throws FileNotFoundException {
         String[] searchPath;
         /* NOTE: This should be modified to suit different versions of   *
          *       Windows and not just Windows XP                         */
         if (System.getProperty("os.name").matches("^(?i)Windows.*")) {
             searchPath = new String[] { "C:\\WINDOWS\\system32" ,
                             "C:\\java" };
         } else {
             searchPath = new String[] { "/usr/local/lib/" };
         for (int i = 0; i < searchPath.length; i++) {
             if ((new File(searchPath[i] + File.separator + lib).exists()))
              return (searchPath[i] + File.separator + lib);
         throw new FileNotFoundException("Library not in search path " + lib);
        }The above code is called by a java script, the class' constructor is empty.
    The error appears not to be caught by my code. I have tried to insert try/catch statements everywhere to figure out where this error is produced.
    The code is write off of the applet for signing with a smart card by Svetlin Nakov - and his applet works!
    I have also made a CLI application that uses the above code and it works perfectly.
    So: Something is wrong either with my certificate, the signing method, signature verification or something completely different. Any hints?
    The certificate I generated with
    keytool -genkey -keystore mystore -alias me
    keytool -seflcert -keystore mystore -alias meI have tired both with and without the selfcert step.
    Thanks! Erik

    The problem has been identified: Placing registerProvider() in the constructor the error no longer occurs, instead an error is produced when the key store is loaded.
    It appears that the javascript code is not trusted and so, even though the applet is signed, access privileges are restricted to those of the java script.
    A solution to this problem is not clear, but possibly, serving the pages from a trusted server, the java script will be trusted, some documentation seem to indicate.

  • File importer detected an inconsistency in the file stucture of (file name). Reading and writing this file's metadata (XMP) has been disabled.

    I have duplicated a project to work on another computer. The project opens fine but when I import new footage/audio files I get this message. "File importer detected an inconsistency in the file stucture of (file name). Reading and writing this file's metadata (XMP) has been disabled." Then I can't play my timeline and Premier Pro crashes.  I have to force quit and restart my computer to continue working. What does this error really mean? How do you rectify?
    Our workflow requires that we duplicate projects to make updates because we are frequently revising but need to keep original project unchanged and intact.

    I have a similar issue and message , but occurs when I import AVI clips from OnLocation CS4 to Premier Pro CS4.

Maybe you are looking for

  • ICal Bug Discovered

    I just discovered a big bug thanks to my 80-year-old dad. The bug is a "year" bug in Birthdays from Address Book when subscribing to a published calendar through MobileMe. Okay, please bear with me as I attempt to explain this. For some reason the Bi

  • Ideas for Adding a "One Click" Print Button to VA01 Overview Screen

    I am not an ABAP developer and am doing some preliminary functional investigation to determine the best way to add a simple "one-click" button that allows a Sales Order Confirmation output to be sent to the printer. Can someone that really knows, tel

  • Aperture 3 & Mobile Gallery

    Anyone know why once you have created a Mobile me Gallery in Aperture 3 with a Gallery description then published to your gallery online, you can't change the description (not the title by the way) later. Well you can in Aperture but after you publis

  • Pictures not deleted after import

    When I import pictures from my camera (Olympus C300) and I want them to be removed after import, they are not removed from the camera. This behavior started after a clean install of Tiger. Before it worked ok with Panther and iPhoto 5 and with an upg

  • Rtmt error exception in publish content on Critical Services cucm

    Hi everybody, i have a problem with RTMT version 8.7 over CUCM 8.5.1.10000, when i try see the Critical Services of my cluster, i see a error "Exception in publish content", and it not show my service list, another functions of my RTMT have not any p