Help: XMLTYPE need to remove all blankspaces "between nodes"

Hello,
In a table containing a XMLTYPE column, we've got indented XML.
For each row in this XMLTYPE column, we would need to remove all the numerous blankspaces located in between all ">" and "<"
Basically, we would like the XML to be without its indentation.
Is REGEXP_REPLACE the best way to do it ?
How can we do it ?
Thanks for your help,
Olivier

Maybe XMLSERIALIZE might help
Regards
Etbin

Similar Messages

  • How can I remove all content between two tags using Find/Replace regular expressions?

    This one is driving me bonkers...  I'm relatively new to regular expressions, but I'm trying to get Dreamweaver to remove all content between two tags in an XML document.  For example, let's say I have the following XML:
    <custom>
    <![CDATA[<p>Some text</p>
    <p>Some more text</p>]]>
    </custom>
    I'd like to do a Find/Replace that produces:
    <custom>
    </custom>
    In essence, I'd like to strip all of the content between two tags.  Ideally, I'd like to know how to strip the CDATA content as well, to return the following:
    <custom>
    <![CDATA[]]>
    </custom>
    I'd much appreciate any suggestions on accomplishing this.
    Many thanks!

    Thanks much for your response.  I found David's article to be a little thin with respect to examples using quantifiers in coordination with the wildcard metacharacters; however, I was able to cobble together a working expression through trial and error using the information he presented.  For posterity, here’s the solution:
    Find:
    <custom>[\d\D]*?</custom>
    Replace:
    <custom>
    <![CDATA[]]>
    </custom>
    I believe this literally translates to:
    [] = find anything in this range/character class
    \d = find any digit character (i.e. any number)
    \D = find any non-digit character (i.e. anything except numbers)
    *? = match zero or more times, but as few times as possible (i.e. match multiple characters per instance, but only match one instance at a time, or none at all)
    I’m still not sure how to effectively utilize the . wildcard.  For example, the following expression will not find content that ends with a number:
    <custom>.*?[\D]*?</ custom >
    I'm presuming this is because numbers aren't included in the \D metacharacter; however, shouldn't numbers be picked up by the .*? expression?

  • Remove All Spacing Between Components

    I simply have two Labels in a VBox and would like to remove
    all gaps and padding between them. I've tried specifying
    verticalGap="0" on the VBox and setting the Label paddings to 0 and
    bottom="0". Since the labels will be dynamic and have different
    styles I'm trying to keep them as separate components.
    Is there another style property I'm missing?
    <mx:VBox>
    <mx:Label text="United Center" styleName="lgLabel" />
    <mx:Label text="Chicago Bulls" styleName="smLabel" />
    </mx:VBox>
    Thanks.

    When you set VBox.verticalGap="0" it puts the two labels as
    close together as it can.
    If you still need them to be closer, then you can use
    negative numbers in either of the properties, verticalGap or
    padding.
    e.g: verticalGap="-5" or paddingBottom="-5"
    Hope that helps.

  • Need to remove the space between  af:panelGrouplayout & af:panelBox

    Hi All,
    I am using JDeveloper 11.1.1.6.
    My Scenario is I need to stretch some fields for all the browsers so I am using Panel box inside the panelStretchLayout<f:facet  name=center>.
    It's working fine.But Some Scenarios need to show header items  above panel box .So I try to add panelGroupLayout in <f:facet name=top> .It's stretching fine but always it's showing space between <af:panelBox>.
    How can I remove the Space between <af:panelGroupLayout > & <af:panelBox>?
    My Codes like this ,,
      <af:panelStretchLayout id="psl1" inlineStyle="margin-top:30px;">
                  <f:facet name="top">
                    <af:panelGroupLayout id="pgl4" layout="vertical"
                                         inlineStyle="background-color:red;">
                      <af:panelGroupLayout layout="horizontal" id="pgl1">
                        <af:outputText value="Day" id="ot1"/>
                        <af:outputText value="Week" id="ot2"/>
                        <af:outputText value="Month" id="ot3"/>
                        <af:outputText value="Year" id="ot4"/>
                      </af:panelGroupLayout>
                    </af:panelGroupLayout>
                  </f:facet>
                  <f:facet name="center">
                    <af:panelDashboard columns="1" rowHeight="100%" id="pd1">
                      <af:panelBox id="pb1" showDisclosure="false"
                                   showHeader="never"></af:panelBox>
                    </af:panelDashboard>
                  </f:facet>
                </af:panelStretchLayout>
    Thanks...

    You have not specified explicit height for the top facet, so its height is 50px (which is the default height for "top" and "bottom" facets if they exist). You can specify an exact height for the top facet using the "topHeight" property of the <af:panelStretchLayout> tag:
    <af:panelStretchLayout ... topHeight="25px">
    Alternatively, you can specify height "auto" in order to instruct the component to calculate the height automatically depending on the content within the facet:
    <af:panelStretchLayout ... topHeight="auto">
    Note, that specifying an "auto" height puts little overhead to the layout manager which has to calculate the height first and to render the panel after that.
    Dimitar

  • HELP - I NEED TO TRANSFER ALL IPOD PICTURES TO WINDOWS

    PLEASE HELP! I NEED TO TRANSFER ALL MY PHOTOS THAT ARE ON MY IPOD TO A WINDOWS COMPUTER HARDDRIVE - PLEASE TELL ME HOW TO DO THAT!
    also, if anybody has personal contact with macmuse - can you please ask him about this - b/c he posted something about doing this with music files - i need to do it with pictures, and once my pics are on my ipod, there are on a different format - so how can i transfer them to a windows hard drive in a viewable format. THANKS!

    YamiPod extracts songs from your iPod to computer. Read the site if it takes all data, but I'm not exactly sure if it does the same to pictures.
    If that doesn't help, try searching the forums for your problem and come back here if this doesn't solve it
    rjl

  • Hi there, I need to remove all the downloads history from my itunes

    hi i wanna now how to remove all of my download's history so they wont being downloaded again from the (history)
    thnx for heading

    If your computer is not recognizing your iPhone then it seems like it doesn't have Apple Mobile Device Support (the program it uses to communicate with the phone).
    I would recommend a complete a uninstall and reinstall of iTunes to get it back on your computer. You can get directions here: http://support.apple.com/kb/HT1923.

  • Need to remove all ximeta files from system

    I continue to experience terribly slow and unusal performance issues since upgrading to Mavericks. An old NDAS external backup device was long ao removed but I still see some signs of files or code in the system that I don't know how to remove. Any advice to help clear the following is appreciated.
    This is not the full log from the console, but it has the errors I'm dealing with:
    12/4/13 8:21:09.333 AM com.apple.kextd[12]: kext com.ximeta.driver.NDASFamily  22500009000 is in exception list, allowing to load
    12/4/13 8:21:09.333 AM com.apple.kextd[12]: Can't load /System/Library/Extensions/NDASFamily.kext - no code for running kernel's architecture.
    12/4/13 8:21:09.335 AM com.apple.kextd[12]: Load com.ximeta.driver.NDASFamily failed; removing personalities from kernel.
    12/4/13 8:21:14.307 AM launchctl[173]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.trendnet.wutility
    12/4/13 8:21:14.317 AM loginwindow[39]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    12/4/13 8:21:16.263 AM WindowServer[147]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    12/4/13 8:21:16.748 AM com.apple.kextd[12]: kext com.digidesign.iokit.DigiDal  900007004 is in exception list, allowing to load
    12/4/13 8:21:16.808 AM com.apple.kextd[12]: kext com.ximeta.nke.netlpx  20900009000 is in exception list, allowing to load
    12/4/13 8:21:16.835 AM com.apple.kextd[12]: Can't load /System/Library/Extensions/netlpx.kext - no code for running kernel's architecture.
    12/4/13 8:21:16.839 AM SystemStarter[142]: LPX Network Extensions (153) did not complete successfully
    12/4/13 8:21:16.866 AM com.apple.kextd[12]: kext com.nvidia.CUDA  101009000 is in exception list, allowing to load
    12/4/13 8:21:16.879 AM SystemStarter[142]: The following StartupItems failed to start properly:
    12/4/13 8:21:16.879 AM SystemStarter[142]: /Library/StartupItems/XiMetaNetLpx
    12/4/13 8:21:16.879 AM SystemStarter[142]:  - execution of Startup script failed
    12/4/13 8:21:17.135 AM WindowServer[147]: Display 0x1c803274: Unit 0; ColorProfile { 2, "Acer G235H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    12/4/13 8:21:17.142 AM launchctl[177]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.trendnet.wutility
    12/4/13 8:21:17.328 AM UserEventAgent[179]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    12/4/13 8:21:17.468 AM SecurityAgent[186]: This is the first run
    12/4/13 8:21:17.468 AM SecurityAgent[186]: MacBuddy was run = 0
    12/4/13 8:21:17.493 AM SecurityAgent[186]: User info context values set for Admin
    12/4/13 8:21:17.823 AM loginwindow[39]: Login Window - Returned from Security Agent
    12/4/13 8:21:17.862 AM loginwindow[39]: USER_PROCESS: 39 console
    12/4/13 8:21:17.877 AM launchctl[191]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.trendnet.wutility
    12/4/13 8:21:18.482 AM launchctl[193]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.trendnet.wutility
    12/4/13 8:21:18.502 AM com.apple.launchd.peruser.501[190]: (com.apple.cmfsyncagent) Ignored this key: UserName
    12/4/13 8:21:18.503 AM com.apple.launchd.peruser.501[190]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    12/4/13 8:21:18.504 AM com.apple.launchd.peruser.501[190]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    12/4/13 8:21:18.508 AM launchctl[193]: com.apple.pluginkit.pkd: Already loaded
    12/4/13 8:21:18.508 AM launchctl[193]: com.apple.sbd: Already loaded
    12/4/13 8:21:18.520 AM distnoted[195]: # distnote server agent  absolute time: 52.826756100   civil time: Wed Dec  4 08:21:18 2013   pid: 195 uid: 501  root: no
    This last section seems to have a lot of other errors as well:
    12/4/13 8:21:43.235 AM com.apple.internetaccounts[271]: An instance 0x7fb089a2df60 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fb089a2efe0> (
    <NSKeyValueObservance 0x7fb089a2f110: Observer: 0x7fb089a2b080, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff9069a44b, Property: 0x7fb089a2efb0>
    12/4/13 8:21:43.238 AM com.apple.internetaccounts[271]: An instance 0x7fb089a36890 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fb089a36cb0> (
    <NSKeyValueObservance 0x7fb089a36940: Observer: 0x7fb089a357d0, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff9069a44b, Property: 0x7fb089a2efb0>
    12/4/13 8:21:43.253 AM sandboxd[289]: ([204]) coreaudiod(204) deny mach-lookup com.apple.coreservices.launchservicesd
    12/4/13 8:21:44.270 AM syncdefaultsd[250]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    12/4/13 8:21:45.330 AM sandboxd[289]: ([204]) coreaudiod(204) deny mach-lookup com.apple.coreservices.launchservicesd
    12/4/13 8:21:46.317 AM ReportCrash[294]: Saved crash report for gutenprint.5.2[300] version ??? to /Library/Logs/DiagnosticReports/gutenprint.5.2_2013-12-04-082145_Admins-Mac-Pro .crash
    12/4/13 8:21:46.373 AM PrintUITool[301]: There are no drivers posted for Canon MF4360-4390 (UFRII LT).
    12/4/13 8:21:46.431 AM PrintUITool[301]: There are no drivers posted for Canon MF4360-4390 (FAX).
    12/4/13 8:21:47.093 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x33f] flags: 0x8 binding: FileInfoBinding [0x241] - extension: doc, UTI: com.microsoft.word.doc, fileType: ????.
    12/4/13 8:21:47.145 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: doc, UTI: com.microsoft.word.doc, fileType: ???? request size:128 scale: 1
    12/4/13 8:21:47.522 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x247] flags: 0x8 binding: FileInfoBinding [0x345] - extension: pdf, UTI: com.adobe.pdf, fileType: ????.
    12/4/13 8:21:47.522 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: pdf, UTI: com.adobe.pdf, fileType: ???? request size:128 scale: 1
    12/4/13 8:21:48.523 AM sandboxd[289]: ([204]) coreaudiod(204) deny mach-lookup com.apple.coreservices.launchservicesd
    12/4/13 8:21:50.478 AM parentalcontrolsd[302]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    12/4/13 8:21:51.503 AM sandboxd[289]: ([204]) coreaudiod(204) deny mach-lookup com.apple.coreservices.launchservicesd
    12/4/13 8:21:53.096 AM sandboxd[289]: ([204]) coreaudiod(204) deny mach-lookup com.apple.coreservices.launchservicesd
    12/4/13 8:21:55.218 AM sandboxd[289]: ([204]) coreaudiod(204) deny mach-lookup com.apple.coreservices.launchservicesd
    12/4/13 8:21:55.278 AM WDQuickView[253]: Updating service information
    12/4/13 8:21:57.666 AM sandboxd[289]: ([204]) coreaudiod(204) deny mach-lookup com.apple.coreservices.launchservicesd
    12/4/13 8:21:59.471 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1cb] flags: 0x8 binding: FileInfoBinding [0x27f] - extension: jpeg, UTI: public.jpeg, fileType: ????.
    12/4/13 8:21:59.472 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: jpeg, UTI: public.jpeg, fileType: ???? request size:64 scale: 1
    12/4/13 8:21:59.474 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1cd] flags: 0x8 binding: FileInfoBinding [0x37d] - extension: jpg, UTI: public.jpeg, fileType: JPEG.
    12/4/13 8:21:59.474 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: FileInfoBinding [0x703] - extension: jpg, UTI: public.jpeg, fileType: JPEG request size:64 scale: 1
    12/4/13 8:21:59.476 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1cf] flags: 0x8 binding: FileInfoBinding [0x281] - extension: JPG, UTI: public.jpeg, fileType: ????.
    12/4/13 8:21:59.477 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xa03] flags: 0x8 binding: FileInfoBinding [0x903] - extension: JPG, UTI: public.jpeg, fileType: ???? request size:64 scale: 1
    12/4/13 8:21:59.478 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1d1] flags: 0x8 binding: FileInfoBinding [0x37f] - extension: MOV, UTI: com.apple.quicktime-movie, fileType: ????.
    12/4/13 8:21:59.479 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xc03] flags: 0x8 binding: FileInfoBinding [0xb03] - extension: MOV, UTI: com.apple.quicktime-movie, fileType: ???? request size:64 scale: 1
    12/4/13 8:21:59.480 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1d3] flags: 0x8 binding: FileInfoBinding [0x283] - extension: numbers, UTI: com.apple.iwork.numbers.numbers, fileType: ????.
    12/4/13 8:21:59.480 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xe03] flags: 0x8 binding: FileInfoBinding [0xd03] - extension: numbers, UTI: com.apple.iwork.numbers.numbers, fileType: ???? request size:64 scale: 1
    12/4/13 8:21:59.482 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1d5] flags: 0x8 binding: FileInfoBinding [0x381] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN.
    12/4/13 8:21:59.482 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1003] flags: 0x8 binding: FileInfoBinding [0xf03] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN request size:64 scale: 1
    12/4/13 8:21:59.484 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1d7] flags: 0x8 binding: FileInfoBinding [0x285] - extension: xls, UTI: com.microsoft.excel.xls, fileType: XLS8.
    12/4/13 8:21:59.484 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1203] flags: 0x8 binding: FileInfoBinding [0x1103] - extension: xls, UTI: com.microsoft.excel.xls, fileType: XLS8 request size:64 scale: 1
    12/4/13 8:21:59.486 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1d9] flags: 0x8 binding: FileInfoBinding [0x383] - extension: mov, UTI: com.apple.quicktime-movie, fileType: MooV.
    12/4/13 8:21:59.487 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1403] flags: 0x8 binding: FileInfoBinding [0x1303] - extension: mov, UTI: com.apple.quicktime-movie, fileType: MooV request size:64 scale: 1
    12/4/13 8:21:59.488 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1db] flags: 0x8 binding: FileInfoBinding [0x287] - extension: JPG, UTI: public.jpeg, fileType: ????.
    12/4/13 8:21:59.489 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1603] flags: 0x8 binding: FileInfoBinding [0x1503] - extension: JPG, UTI: public.jpeg, fileType: ???? request size:64 scale: 1
    12/4/13 8:21:59.492 AM com.apple.IconServicesAgent[256]: main Failed to composit image for binding VariantBinding [0x1dd] flags: 0x8 binding: FileInfoBinding [0x385] - extension: rtf, UTI: public.rtf, fileType: ????.
    12/4/13 8:21:59.492 AM quicklookd[297]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1803] flags: 0x8 binding: FileInfoBinding [0x1703] - extension: rtf, UTI: public.rtf, fileType: ???? request size:64 scale: 1
    12/4/13 8:22:01.904 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:22:07.265 AM SystemUIServer[202]: Cannot find executable for CFBundle 0x7f9118725350 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    12/4/13 8:22:07.267 AM CIJScannerRegister[264]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:22:07.268 AM Canon MFScanner[267]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:22:07.293 AM GoogleSoftwareUpdateAgent[247]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:22:07.364 AM SystemUIServer[202]: Cannot find executable for CFBundle 0x7f9118725d90 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    12/4/13 8:22:16.479 AM Dropbox[254]: PyObjCPointer created: at 0xcbefc88 of type {OpaqueJSContext=}
    12/4/13 8:22:25.278 AM WDQuickView[253]: Updating service information
    12/4/13 8:22:26.000 AM kernel[0]: fsevents: watcher dbfseventsd (pid: 329) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    12/4/13 8:22:28.344 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:22:29.331 AM Dropbox[254]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    12/4/13 8:22:31.631 AM Calendar[322]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:22:32.161 AM Opera[317]: stat on /Users/Admin/Library/Application Support/com.operasoftware.OperaNext/Bookmarks: No such file or directory
    12/4/13 8:22:33.049 AM com.apple.dock.extra[299]: <NSXPCConnection: 0x7fd3a1611970>: received an undecodable message (no exported object to receive message). Dropping message.
    12/4/13 8:22:41.007 AM Mail[319]: Could not create query for expression ((null)) && (kMDItemContentType == 'com.apple.mail.emlx')
    12/4/13 8:22:41.000 AM kernel[0]: hfs: summary table not allowed on FS with block size of 2048
    12/4/13 8:22:41.000 AM kernel[0]: hfs: could not initialize summary table for Google Chrome 31.0.1650.57-31.0.1650.63 Update
    12/4/13 8:22:41.000 AM kernel[0]: hfs: mounted Google Chrome 31.0.1650.57-31.0.1650.63 Update on device disk5s2
    12/4/13 8:22:42.104 AM WindowServer[147]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    12/4/13 8:22:42.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=370[ksadmin] final status 0x0, allow (remove VALID)ing page
    12/4/13 8:22:43.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=373[ksadmin] final status 0x0, allow (remove VALID)ing page
    12/4/13 8:22:43.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=375[ksadmin] final status 0x0, allow (remove VALID)ing page
    12/4/13 8:22:48.538 AM WindowServer[147]: disable_update_timeout: UI updates were forcibly disabled by application "Opera" for over 1.00 seconds. Server has re-enabled them.
    12/4/13 8:22:49.701 AM com.apple.SecurityServer[14]: Session 100018 created
    12/4/13 8:22:51.123 AM WindowServer[147]: common_reenable_update: UI updates were finally reenabled by application "Opera" after 3.59 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/4/13 8:22:51.437 AM WindowServer[147]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 10.33 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/4/13 8:22:51.967 AM Mail[319]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:22:52.672 AM launchctl[382]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.trendnet.wutility
    12/4/13 8:22:53.908 AM Opera Helper[379]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    12/4/13 8:22:53.908 AM Opera Helper[379]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    12/4/13 8:22:54.032 AM Opera[317]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:22:54.105 AM Opera Helper[379]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    12/4/13 8:22:55.279 AM WDQuickView[253]: Updating service information
    12/4/13 8:22:56.088 AM com.apple.SecurityServer[14]: Session 100003 created
    12/4/13 8:23:05.243 AM Opera Helper[388]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    12/4/13 8:23:05.243 AM Opera Helper[388]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    12/4/13 8:23:05.563 AM Opera Helper[388]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    12/4/13 8:23:06.503 AM Mail[319]: Couldn't contact spell checker for Multilingual
    12/4/13 8:23:25.281 AM WDQuickView[253]: Updating service information
    12/4/13 8:23:52.241 AM Opera Helper[390]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    12/4/13 8:23:52.241 AM Opera Helper[390]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    12/4/13 8:23:52.264 AM Opera Helper[390]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    12/4/13 8:23:55.282 AM WDQuickView[253]: Updating service information
    12/4/13 8:23:58.856 AM SyncServicesAgent[246]: OTAtomicAdd8 is deprecated and will be removed soon.  Please stop using it.
    12/4/13 8:23:58.857 AM SyncServicesAgent[246]: OTCompareAndSwap8 is deprecated and will be removed soon.  Please stop using it.
    12/4/13 8:23:58.877 AM Microsoft Database Daemon[305]: OTAtomicAdd8 is deprecated and will be removed soon.  Please stop using it.
    12/4/13 8:23:58.877 AM Microsoft Database Daemon[305]: OTCompareAndSwap8 is deprecated and will be removed soon.  Please stop using it.
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Battery 3.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Blue.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Blue.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Blue.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/FM8.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/FM8.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/FM8.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Guitar Rig 4.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Guitar Rig 4.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Guitar Rig 4.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Kontakt 4.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Kontakt 4.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Kontakt 4.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Kore Player.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Kore Player.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Kore Player.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Massive.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Massive.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Massive.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Nexus.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Nexus.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Nexus.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Predator.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Predator.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Predator.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/PredatorFX.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/PredatorFX.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/PredatorFX.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Reaktor5.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Reaktor5.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Reaktor5.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/WaveShell-AU 7.0.component
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/WaveShell-AU 7.0.component/Contents
    12/4/13 8:24:00.000 AM kernel[0]: Sandbox: coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/WaveShell-AU 7.0.component
    12/4/13 8:24:01.117 AM launchctl[394]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.trendnet.wutility
    12/4/13 8:24:01.389 AM defaults[396]:
    The domain/default pair of (/Applications/Google Chrome.app/Contents/Info, KSBrandID) does not exist
    12/4/13 8:24:02.199 AM sandboxd[289]: ([204]) coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Absynth 5.component
    12/4/13 8:24:03.049 AM sandboxd[289]: ([204]) coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Absynth 5.component/Contents
    12/4/13 8:24:03.622 AM sandboxd[289]: ([204]) coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Absynth 5.component
    12/4/13 8:24:04.950 AM Finder[203]: copyPrimaryAirPortInterface::ACInterfaceDeviceNameCopy returned NULL
    12/4/13 8:24:05.091 AM sandboxd[289]: ([204]) coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Albino 3.component
    12/4/13 8:24:05.884 AM WindowServer[147]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    12/4/13 8:24:06.458 AM sandboxd[289]: ([204]) coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Albino 3.component/Contents
    12/4/13 8:24:06.609 AM sandboxd[289]: ([204]) coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Albino 3.component
    12/4/13 8:24:07.043 AM sandboxd[289]: ([204]) coreaudiod(204) deny file-read-data /Library/Audio/Plug-Ins/Components/Battery 3.component
    12/4/13 8:24:08.053 AM sandboxd[289]: ([204]) coreaudiod(204) deny file-read-metadata /Library/Audio/Plug-Ins/Components/Battery 3.component/Contents
    12/4/13 8:24:08.854 AM WindowServer[147]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 3.97 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/4/13 8:24:09.159 AM SyncServicesAgent[246]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:24:09.913 AM WindowServer[147]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    12/4/13 8:24:10.496 AM WindowServer[147]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.58 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/4/13 8:24:16.588 AM Console[502]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    12/4/13 8:24:18.877 AM WindowServer[147]: disable_update_timeout: UI updates were forcibly disabled by application "Console" for over 1.00 seconds. Server has re-enabled them.
    12/4/13 8:24:19.203 AM WindowServer[147]: common_reenable_update: UI updates were finally reenabled by application "Console" after 1.33 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/4/13 8:24:19.210 AM Console[502]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:24:25.283 AM WDQuickView[253]: Updating service information
    12/4/13 8:24:55.284 AM WDQuickView[253]: Updating service information
    12/4/13 8:24:59.728 AM defaults[2659]:
    The domain/default pair of (/Applications/Google Chrome.app/Contents/Info, KSChannelID) does not exist
    12/4/13 8:25:01.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=2666[ksadmin] final status 0x0, allow (remove VALID)ing page
    12/4/13 8:25:04.090 AM com.google.Chrome[2685]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    12/4/13 8:25:04.000 AM kernel[0]: hfs: unmount initiated on Google Chrome 31.0.1650.57-31.0.1650.63 Update on device disk5s2
    12/4/13 8:25:04.883 AM mds[35]: (Normal) Volume: volume:0x7f8eb2865000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.q3uSEG
    12/4/13 8:25:25.286 AM WDQuickView[253]: Updating service information
    12/4/13 8:25:55.287 AM WDQuickView[253]: Updating service information
    12/4/13 8:26:25.288 AM WDQuickView[253]: Updating service information
    12/4/13 8:26:55.289 AM WDQuickView[253]: Updating service information
    12/4/13 8:27:25.290 AM WDQuickView[253]: Updating service information
    12/4/13 8:27:55.292 AM WDQuickView[253]: Updating service information
    12/4/13 8:28:25.292 AM WDQuickView[253]: Updating service information
    12/4/13 8:28:55.294 AM WDQuickView[253]: Updating service information
    12/4/13 8:29:16.566 AM Opera Helper[2722]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    12/4/13 8:29:16.566 AM Opera Helper[2722]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    12/4/13 8:29:16.575 AM Opera Helper[2722]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    12/4/13 8:29:25.295 AM WDQuickView[253]: Updating service information
    12/4/13 8:29:29.452 AM Opera Helper[2725]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    12/4/13 8:29:29.452 AM Opera Helper[2725]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    12/4/13 8:29:29.461 AM Opera Helper[2725]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    12/4/13 8:29:55.296 AM WDQuickView[253]: Updating service information
    12/4/13 8:30:25.298 AM WDQuickView[253]: Updating service information
    12/4/13 8:30:25.601 AM Opera Helper[2730]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    12/4/13 8:30:25.601 AM Opera Helper[2730]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    12/4/13 8:30:25.610 AM Opera Helper[2730]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    12/4/13 8:30:55.299 AM WDQuickView[253]: Updating service information
    12/4/13 8:31:08.609 AM Opera Helper[2736]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    12/4/13 8:31:08.609 AM Opera Helper[2736]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    12/4/13 8:31:08.618 AM Opera Helper[2736]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    12/4/13 8:31:25.300 AM WDQuickView[253]: Updating service information
    12/4/13 8:31:44.919 AM Adobe Photoshop CS6[2738]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:31:46.108 AM Adobe Photoshop CS6[2738]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    12/4/13 8:31:46.109 AM Adobe Photoshop CS6[2738]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    12/4/13 8:31:46.117 AM Adobe Photoshop CS6[2738]: CoreText performance note: Client called CTFontCreateWithName() using name "Arial" and got font with PostScript name "ArialMT". For best performance, only use PostScript names when calling this API.
    12/4/13 8:31:55.301 AM WDQuickView[253]: Updating service information
    12/4/13 8:32:25.302 AM WDQuickView[253]: Updating service information
    12/4/13 8:32:55.303 AM WDQuickView[253]: Updating service information
    12/4/13 8:33:25.304 AM WDQuickView[253]: Updating service information
    12/4/13 8:33:55.306 AM WDQuickView[253]: Updating service information
    12/4/13 8:34:25.307 AM WDQuickView[253]: Updating service information
    12/4/13 8:34:55.308 AM WDQuickView[253]: Updating service information
    12/4/13 8:35:25.310 AM WDQuickView[253]: Updating service information
    12/4/13 8:35:55.311 AM WDQuickView[253]: Updating service information
    12/4/13 8:36:25.312 AM WDQuickView[253]: Updating service information
    12/4/13 8:36:55.313 AM WDQuickView[253]: Updating service information
    12/4/13 8:37:13.530 AM Mail[319]: Could not load x-msg URL
    12/4/13 8:37:25.314 AM WDQuickView[253]: Updating service information
    12/4/13 8:37:55.316 AM WDQuickView[253]: Updating service information
    12/4/13 8:38:25.317 AM WDQuickView[253]: Updating service information
    12/4/13 8:38:55.318 AM WDQuickView[253]: Updating service information
    12/4/13 8:39:05.983 AM launchctl[2776]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.trendnet.wutility
    12/4/13 8:39:06.501 AM Safari[2769]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:39:25.319 AM WDQuickView[253]: Updating service information
    12/4/13 8:39:55.320 AM WDQuickView[253]: Updating service information
    12/4/13 8:40:25.322 AM WDQuickView[253]: Updating service information
    12/4/13 8:40:55.323 AM WDQuickView[253]: Updating service information
    12/4/13 8:41:25.324 AM WDQuickView[253]: Updating service information
    12/4/13 8:41:55.325 AM WDQuickView[253]: Updating service information
    12/4/13 8:42:22.502 AM WindowServer[147]: disable_update_timeout: UI updates were forcibly disabled by application "Terminal" for over 1.00 seconds. Server has re-enabled them.
    12/4/13 8:42:22.718 AM WindowServer[147]: common_reenable_update: UI updates were finally reenabled by application "Terminal" after 1.22 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/4/13 8:42:22.996 AM Terminal[2790]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:42:23.331 AM login[2792]: USER_PROCESS: 2792 ttys000
    12/4/13 8:42:25.326 AM WDQuickView[253]: Updating service information
    12/4/13 8:42:55.328 AM WDQuickView[253]: Updating service information
    12/4/13 8:43:25.329 AM WDQuickView[253]: Updating service information
    12/4/13 8:43:55.329 AM WDQuickView[253]: Updating service information
    12/4/13 8:44:25.331 AM WDQuickView[253]: Updating service information
    12/4/13 8:44:55.332 AM WDQuickView[253]: Updating service information
    12/4/13 8:45:25.334 AM WDQuickView[253]: Updating service information
    12/4/13 8:45:55.335 AM WDQuickView[253]: Updating service information
    12/4/13 8:46:25.336 AM WDQuickView[253]: Updating service information
    12/4/13 8:46:55.337 AM WDQuickView[253]: Updating service information
    12/4/13 8:47:25.338 AM WDQuickView[253]: Updating service information
    12/4/13 8:47:55.339 AM WDQuickView[253]: Updating service information
    12/4/13 8:48:13.896 AM com.apple.SecurityServer[14]: Killing auth hosts
    12/4/13 8:48:13.896 AM com.apple.SecurityServer[14]: Session 100018 destroyed
    12/4/13 8:48:13.899 AM com.apple.SecurityServer[14]: Session 100022 created
    12/4/13 8:48:14.114 AM Contacts[2816]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/4/13 8:48:25.341 AM WDQuickView[253]: Updating service information
    12/4/13 8:48:55.341 AM WDQuickView[253]: Updating service information
    12/4/13 8:49:25.343 AM WDQuickView[253]: Updating service information
    12/4/13 8:49:55.344 AM WDQuickView[253]: Updating service information
    12/4/13 8:49:58.367 AM sandboxd[289]: ([2816]) Contacts(2816) deny hid-control
    12/4/13 8:50:25.345 AM WDQuickView[253]: Updating service information
    12/4/13 8:50:55.347 AM WDQuickView[253]: Updating service information
    12/4/13 8:51:25.348 AM WDQuickView[253]: Updating service information
    12/4/13 8:51:35.802 AM com.apple.backupd[2829]: Starting automatic backup
    12/4/13 8:51:36.488 AM com.apple.backupd[2829]: Backing up to /dev/disk0s2: /Volumes/Untitled Backup/Backups.backupdb
    12/4/13 8:51:42.701 AM com.apple.backupd[2829]: Will copy (295.8 MB) from Untitled 1
    12/4/13 8:51:42.702 AM com.apple.backupd[2829]: Will copy (Zero KB) from RAID
    12/4/13 8:51:42.702 AM com.apple.backupd[2829]: Found 2065 files (295.8 MB) needing backup
    12/4/13 8:51:42.726 AM com.apple.backupd[2829]: 3.03 GB required (including padding), 69.69 GB available
    12/4/13 8:51:55.349 AM WDQuickView[253]: Updating service information
    12/4/13 8:52:25.349 AM WDQuickView[253]: Updating service information
    12/4/13 8:52:45.056 AM com.apple.backupd[2829]: Copied 2064 items (295.8 MB) from volume Untitled 1. Linked 2937.
    12/4/13 8:52:55.352 AM WDQuickView[253]: Updating service information
    12/4/13 8:53:00.476 AM com.apple.backupd[2829]: Copied 1 items (Zero KB) from volume RAID. Linked 27.
    12/4/13 8:53:01.875 AM com.apple.backupd[2829]: Will copy (47 KB) from Untitled 1
    12/4/13 8:53:01.875 AM com.apple.backupd[2829]: Not using file event preflight for RAID
    12/4/13 8:53:01.882 AM com.apple.backupd[2829]: Found 48 files (47 KB) needing backup
    12/4/13 8:53:01.883 AM com.apple.backupd[2829]: 2.67 GB required (including padding), 69.39 GB available
    12/4/13 8:53:04.840 AM com.apple.backupd[2829]: Copied 51 items (47 KB) from volume Untitled 1. Linked 543.
    12/4/13 8:53:08.932 AM com.apple.backupd[2829]: Copied 1 items (Zero KB) from volume RAID. Linked 27.
    12/4/13 8:53:10.543 AM com.apple.backupd[2829]: Created new backup: 2013-12-04-085310
    12/4/13 8:53:13.152 AM com.apple.backupd[2829]: Starting post-backup thinning
    12/4/13 8:53:17.724 AM com.apple.backupd[2829]: Deleted /Volumes/Untitled Backup/Backups.backupdb/Admin’s Mac Pro/2013-12-02-234450 (197 KB)
    12/4/13 8:53:20.517 AM com.apple.backupd[2829]: Deleted /Volumes/Untitled Backup/Backups.backupdb/Admin’s Mac Pro/2013-12-02-224256 (201 KB)
    12/4/13 8:53:23.705 AM com.apple.backupd[2829]: Deleted /Volumes/Untitled Backup/Backups.backupdb/Admin’s Mac Pro/2013-12-02-214156 (1.1 MB)
    12/4/13 8:53:25.352 AM WDQuickView[253]: Updating service information
    12/4/13 8:53:30.183 AM com.apple.backupd[2829]: Deleted /Volumes/Untitled Backup/Backups.backupdb/Admin’s Mac Pro/2013-12-02-204048 (4.4 MB)
    12/4/13 8:53:33.037 AM com.apple.backupd[2829]: Deleted /Volumes/Untitled Backup/Backups.backupdb/Admin’s Mac Pro/2013-12-03-075300 (197 KB)
    12/4/13 8:53:33.037 AM com.apple.backupd[2829]: Post-backup thinning complete: 5 expired backups removed
    12/4/13 8:53:33.090 AM com.apple.backupd[2829]: Backup completed successfully.
    12/4/13 8:53:55.354 AM WDQuickView[253]: Updating service information
    12/4/13 8:54:25.354 AM WDQuickView[253]: Updating service information
    12/4/13 8:54:55.356 AM WDQuickView[253]: Updating service information
    12/4/13 8:55:25.358 AM WDQuickView[253]: Updating service information
    12/4/13 8:55:55.358 AM WDQuickView[253]: Updating service information
    12/4/13 8:56:25.360 AM WDQuickView[253]: Updating service information
    12/4/13 8:56:55.360 AM WDQuickView[253]: Updating service information
    12/4/13 8:57:25.362 AM WDQuickView[253]: Updating service information
    12/4/13 8:57:55.364 AM WDQuickView[253]: Updating service information
    12/4/13 8:58:25.364 AM WDQuickView[253]: Updating service information
    12/4/13 8:58:55.366 AM WDQuickView[253]: Updating service information
    12/4/13 8:59:25.367 AM WDQuickView[253]: Updating service information
    12/4/13 8:59:55.368 AM WDQuickView[253]: Updating service information
    12/4/13 8:59:59.439 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.444 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.448 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.452 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.455 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.459 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.463 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.468 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.471 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.475 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.479 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.483 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.486 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.490 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.494 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.498 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.502 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.506 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.509 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.513 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.517 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.520 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.524 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.528 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.531 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.535 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.539 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.542 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.546 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.550 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.554 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.558 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.562 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.566 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.569 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.573 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.577 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.581 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.585 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.589 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.593 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.597 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.601 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.604 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.608 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.612 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.615 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.619 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.622 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.626 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.630 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.634 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.638 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.642 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.646 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.650 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.654 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.658 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.662 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.665 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.669 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.673 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.677 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.681 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.684 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.688 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.692 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.696 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.700 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.703 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.707 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.711 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.715 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.718 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.722 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.726 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.730 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.734 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.738 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.741 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.745 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.749 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.752 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.756 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.760 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.764 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.767 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.771 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.775 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.778 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.782 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.786 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.790 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.794 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.797 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.801 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.805 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.808 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.812 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.816 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.820 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.824 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.828 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.831 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.835 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.839 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.842 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.846 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.850 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.854 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.858 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.862 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.866 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.870 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.874 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.877 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.881 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.885 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.888 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.892 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.896 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.900 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.904 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.908 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.911 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.915 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.919 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.923 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.927 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.931 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.934 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.938 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.942 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.945 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.949 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.952 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.956 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.960 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.963 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.967 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.971 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.975 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.979 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.982 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.986 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.990 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.994 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 8:59:59.998 AM com.apple.time[194]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    12/4/13 9:00:0

    You can try contacting iTunes Support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    To try and stop it happening again you can use Settings > General > Restrictions to turn off in-app purchases and to require your account's password to be entered for every purchase (the default is a 15 minute period during which it doesn't need re-entering).

  • Help - I need to remove crop marks set in custom function 3

    Hello All, I need help! I set the custom function 3 to the on position, thinking it would just give me lines to show where an 8x10 crop would be ~ I did not realize that it would actually crop all of my images. I shoot raw and I have imported them into lightroom, within lightroom I cannot remove the crop. I tried opening in Canon's software, removed the crop, then saved as a TIFF, but 17 files ended up being corrupt.
    I see that there is a plug in for LR, but it indicates DNG files, not RAW ~ is there a plug in for RAW? Does anyone know a work around that might help me? Thank you.

    You didn't say which Camera you are using except it is a Canon but use this Plugin and see if it works.  It outputs DNG files and does NOT change your original CR2 so you will have to use the DNG in Lightroom to see the full image.  
    Plug-ins for Adobe Photoshop Lightroom | Adobe Labs

  • I need to remove ALL trace of iPod & iTunes to upgrade to latest iTunes?

    Attempting to upgrade to the latest iTunes, from the one I've been running that I hadn't upgraded for some years.
    The message comes back that an auto update isn't possible and that I must remove the old version in it's entirety prior to trying again.
    So I followed the instructions on the website here and have removed everything from my c/programs directory.
    However there is still an iPod for Windows 2005, an iPod software updater and iTunes itself showing in the Add/Remove programs area of the Control Panel, and when I try to remove these nothing happens. These entries don't even have any info associated with them in terms of file size, but I can't get rid of them.
    I have also removed Quicktime.
    At my wits end, it seems this stuff is embedded in my PC somewhere and now I have no iTunes and can't download the latest version.
    Please help if you have any input, it would really be appreciated.
    Thanks, DJ.

    This depends on how you have the ipod set to update. You can change the way it updates by going to edit>preferences>iPOd tab
    By default the ipod is set to "Auto update ALL". If you goto the ipod tab and check "Only update checked songs" Only songs with a check mark beside them will be updated to the iPod. If you uncheck a song, the next time you update the ipod the song is removed.
    You can also goto the iPod tab and set it to "AUto update SELECT" with this option only songs in the playlist you pick are updated. this is very helpful for people with a nano or a library thats larger than there ipod can hold.
    "Manual update" is where you manually add songs and delete them off the ipod. This option is usually helpful to people who want to control everything on there ipod or frequently connect there ipod to more than one PC.
    You can also go there the sub tabs on the iPod tab and set each to different things, Like leave the ipod to "Auto update ALL" but goto the podcast tab and set it to manual update or the video tab...just whatever you want or need to do

  • Help! Need to remove SQL DB engine instances with discovery disabled. Remove-scomdisabledclassinstance not working fine

    Hello,
    I'm trying to disable the monitoring of all
    db engine (2005,2008,2012),
    except they are added to a specific group.
    To do this, I disabled the following
    discovery rules for all objects
    of SQL Server Installation
    2005/8/12 Seed class:
    Discover SQL Server 2005 Database
    Engines (Windows Server)
    Discover SQL Server 2008 Database
    Engines (Windows Server)
    Discover SQL Server 2012 Database
    Engines (Windows Server)
    Furthermore I created a group with the servers
    I want to monitor the SQL DB
    Engine and I've enabled the same
    discovery rules.
    Once done, I have launched the cmdlet
    remove-scomdisabledclassinstance multiple times,
    and many of the SQL DB Engine
    instances have been removed, but I have
    many others that do not disappear.
    Any idea?
    Thank you very much!

    Did you run “Remove-SCOMDisabledClassInstance”
    until it said "completed".
    Run “Remove-SCOMDisabledClassInstance”
    from the Operations Manager PowerShell console. you might need to to run this multiple times, we will get errors for objectIDs and RuleIDs, but ignore them as the command is doing its thing. and keep running the command again and again until you get "Completed.
    Hope this helps.
    Thanks, S K Agrawal

  • Yipee, Project completed Now need to remove all project off my Mac and save

    I have completed a 1:17:00 minute project. I now want to remover everything off my Mac and save the project either on Disc or Lacie or ?. Is there a way to save everything, capture scratch, footage, etc to disc or a hard drive? I also need to know what I should be saving to ensure everything is there in storage. I would like to free the spaced used for this project. I do not want anything part of this project remaining on my Mac. I would like to burn this project to disc and if I need to ever need to open it again I have all the information there, without have to go back into my original tapes.
    Thank you!
    B C

    I too just finished a big project (three performances of "The Nutcracker" with shot with two cameras, for a total of about 12 hours' worth of capture files, edited down to one final 2-hour presentation) so this thread is a good find for me! It's worth it just to know I don't have to save the contents of the Render Files and Audio Render Files folders, but I've still got something like 200 gb of data.
    If you're looking for an alternate suggestion of how to save all the stuff, here's something I found: I went to Best Buy and bought a PC gamer accessory called a Black Widow, from a company called Thermaltake. It costs about $60 and connects via a USB port, and yes, it's Mac-compatible.
    It has a slot in the top that accepts a bare SATA hard drive mechanism -- either a standard-size 3.5" or laptop-size 2.5." You just plug the drive mechanism into the slot and it appears on your Mac desktop, where it can be formatted, copied, etc., like any other drive. I already had several SATA drive mechanisms around from upgrading the internal drives on various Macs, so I figure all I need to do is copy all my project files onto one, put it back into its anti-static bag, and store it somewhere safe.

  • Need to remove all app purchases from the last month.

    My son took my ipod and bought over 200 dollars worth of goods from the appstore can anyone help my remove them?

    You can try contacting iTunes Support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    To try and stop it happening again you can use Settings > General > Restrictions to turn off in-app purchases and to require your account's password to be entered for every purchase (the default is a 15 minute period during which it doesn't need re-entering).

  • Need to remove the space between Menu and the Inner screen

    Hi
    I am using forms 10G.
    In my screen there is some space is coming in between menu and the inner screen and also same in the left side as well .
    So can any one tell me which parameter I need to change so that the inner screen should display just below to the menu and same for the left side as well ?

    Hi
    Yes , If I change that then it is woring fine .
    But my question is :- I have 10 forms in server , and in 2 forms I have changed some functionalty then I have FTP it to server .
    Now all the forms are coming with some spaces between menu and inner screen . This is what I am little confused .

  • Please help! Need to remove white space in a form.

    https://acrobat.com/app.html#d=620D971lGreChvoYewoeng
    I have uploaded part of my form. When the user checks all of the boxes they want on their form and hit the submit button, the unchecked boxes disappear...which is what  want.
    What I cannot get the form to do is remove the remaining white space within that subform so the overall form shortens. I have had my head in  this for a bit and a deadline is looming!
    Thank you to anyone in advance who can help!

    Hi Srini,
    I honestly do not know how to thank you!! You are a life saver.
    I see exactly what you did and it makes perfect sense. Thank you for providing a solution and in this manner. You helped me...and I have learned something new and very helpful.
    Best regards,
    Lea

  • I need to remove all duplicate songs in my library then back it up to an ext harddrive,so i can restore my laptop then reinstall itunes any ideas?

    my laptop is a toshiba satellite with windows vista and a toshiba backup ext harddrive

    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin. Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background and please take note of the warning to backup your library before deduping. You can refresh the backup after you've checked that the deduping process hasn't been over enthusiastic.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    Once you have your library backed up to the external drive you can press and hold down shift as you start iTunes, then connect to the copy on the external to check everything works properly before restoring the laptop. Deauthorize the computer before the restore. After the rebuild, restore your library (again I'd recommend using SyncToy for this) before installing iTunes.
    tt2

Maybe you are looking for

  • How to put the data from one excel sheet in another excel sheet

    hi , I want put the data from one excel sheet in another excel sheet in seq. order Eg: I have one excel sheet in which i have 3 col. Name , Sno. , Email along with data .I want to put data from this sheet to another excel sheet in the following order

  • Enhancing Enterprise Service - Input Message Enhancement

    Hi I am using a standard Enterprise Service and have successfully Enhanced the Output Message (Created a Data Type Enhancement in PI), did the BADI Implementation and mapped the Outgoing Response in Outbound Processing of BADI Implementation and able

  • Desktop folders slow to open

    Hello All- I recently upgraded my iMac to Mavericks. Everything is working fine except the time it takes to open a folder on my desktop and the time it takes to open my harddrive from the desktop. When I click on the HD icon or a folder it takes arou

  • Business 2 field doesn't sync on activesync on iphone Exchange 2007

    Hi,  I have a business 2 field on my address book but it doesn't sync. It seems the primary field is the only item that syncs.  Do you know if there is something I need to do before it could regonize that field?  Thanks,

  • Syntax Highlighting for LESS CSS in Dreamweaver CS5.5

    This article describes how to add the .less extension to Dreamweaver so that it views it as CSS and thus performs proper syntax highlighting. I'm using Dreamweaver CS5.5 and following those steps still doesn't work for me. It works perfectly fine in