Master app

I have a bunch of little apps or sections and would like to control/ link them with a Master app.(Similar to apex itself...) I have searched the forum and found multiple threads regarding a common cookie and authentication. Problem is I'm not following it or understanding how to do this.
Can someone help me out or point me to a thread that I might of missed that can help.
TIA,
Derek

You mentioned that they were all "little" apps, so I assumed you were talking about just a few pages each. As for the administration, a single app is easier to export, but doesn't give fine-grained control over changes and recovery, I agree. No CVS for AppEx yet. ;) I acknowledge that combining the apps might mean moving to common templates.
I'm sure you have a reason for doing things the way you are. If the application silos are necessary from a design perspective and not either the result of the individual apps growing interdependent or the difficulty in combining the apps, then the session state challenges become a design consideration that is part of the architecture and must be overcome. If not, then the architecture itself of the system is the root cause of the problem. The trade-off that you make is the additional traffic and headache of passing all those session-state variables back and forth between applications vs performance and ease of administration. You are the only one who can make that call. Good luck to you.

Similar Messages

  • I am looking for a route master app

    I recently downloaded Route4me app and found this very useful as I am a courier and it helps me to route my deliveries I was wondering if anybody knows of any apps preferably free if not for the right app it wouldn't be a problem I basically need something where I can input multiple addresses ie 20 - 30 and it routes it for me the quickest and most efficient way round these addresses any help would be appreciated
    Many thanks
    J

    Tilbury UK ??
    I suspect you will find that complexity difficult to find as it is a powerful commercial type program
    Navfree GPS Live Uk is pretty good and free but you would have to add each Post code between each drop
    Search the Apps store but I have not seen anything like your requirement

  • Can CS3.3 & CS4 Master play nice installed on same machine at same time?

    First off here are the specs on my desktop and laptop:
    Desktop:
    Mac Pro running OSX 10.5.6 - 2 x 3 GHz Dual-Core - 6 GB RAM - CS3.3 Master Collection currently installed
    Laptop:
    MacBook Pro running OSX 10.5.6 - 2.4 GHZ Intel Core 2 Duo - 2 GB RAM - CS3.3 Master Collection currently installed
    I recently received all the install discs for CS4. Spent the last hour researching how CS3 and CS4 play together when installed on same machine at same time. I haven't found anything that addresses my questions, thus the post.
    At present, not enough of my work colleagues have CS4, so if I install CS4 and uninstall CS3 - and need to pass a file on to someone who doesn't have CS4, they can't open it in CS3.
    Also, I use AfterEffects with many 3rd party plugins. Until I can verify that CS4 plays nice with these plugins, I can't afford to uninstall AfterEffects CS3. Obviously, I need to keep CS3 up and running on my desktop and laptop.
    But now that I have CS4 ready to install, I of course want to start using it and learning the new features.
    Has anyone successfully been able to install CS4 Master apps on a machine similar to either my desktop or laptop specs and have CS3.3 Master apps continue to work properly?
    I trust Adobe takes these types of version overlaps seriously and plans for them since people want to try out or start using the newest version but ensure there is a sufficient overlap period before uninstalling the older versions.
    Thanks for your comments
    jslicer

    j,
    Your old apps will work. But the new versions will be the defaults. You can touch your files to the old application to launch it or launch the old application first, and then open files "normally".
    If you need to ensure compatibility with older versions on other machines, don't delete the old apps. Or be prepared to save back to the old version before handing off the files. Note that InDesign cannot save back more than one version and in general, any features used that are new to the new apps will not be recognized when those files are saved back.
    Neil

  • How do I creat an app say games that I can store all my games under?

    HOw can I creat a master app that I can store other apps in. For example creating a master app such as games that all games would be stored under?

    Hold down on one of your games so that the apps start to shake. Drag and drop the game onto another one. Both will end up in a folder called Games.
    tt2

  • Opening App in own new Window - Opinions please

    Dear Community!
    I would like to invite you to share your opinions on this idea - foremost in terms of user experience, but also technical implementation:
    Like anybody I always have a number of browser-tabs open, but as an apex user (not developer) I probably have only one apex-app running. So my ideea was, to give the user a stronger experience of working with an Application rather than a website, and therefore open the app in a new window.
    Once in a new window all apex functionalities, navigation etc. work as usual. Only the user can concentrate more on the content and is not distracted by all the other browserstuff around. (After all it's not just "some web site"... ) Also he has full independent controll over the window.
    I have build this in a test scenario and invite you to try everything out.
    With a cookie-controlled checkbox the user can determine, wether he wants it in the first place or not. (Then once allow popups for this site.)
    Now it gets weird:
    I want deeplinking to be possible, so the functionality for the opening process in contained in the page template.
    Also I want, when the user accidentally or willingly returns to the initial browser, and the new window comes out of sight, there should be a button to bring that window back to the front.
    For that, javascript has to store the window object on the page, that opened the new one, so it should stay active. But since to user "doesn't want to use" that "old" window in the browser tab, I have created an overlay region, to cover that entire page up - on the condition, that a new window is beeing opened. Just be feeling this is probably a pretty weird solution, but its working so far (see example above).
    Javascript on every page::
    var newwindow;
    $(function(){
      // when app-page is opened the first time, open new window. after that P0OPEN will be empty:
      if ($v('P0OPEN') === 'Y') {
        var href = 'f?p=&APP_ID.:&APP_PAGE_ID.:&APP_SESSION.::::P0OPEN:',
            winw= window.innerWidth, winh = window.innerHeight;
        // cosmetics for positioning etc.
        var options = 'scrollbars=yes, width='+(winw*.8)+', height='+(winh*.8)+', top='+(winh*.1)+', left='+(winw*.1)
        newwindow = window.open(href, '_blank', options);
        // the button to bring the new window back to the front:
        $('#P0BTNFOCUSW').click(function(){
           if (newwindow && !newwindow.closed) {
               setTimeout(function(){ newwindow.focus(); },100) ;
           } else {
               // if window was closed, start new session:
               window.redirect('&LOGOUT_URL.');
    Maybe its better to have an extra page just for that purpose, but how can I combine that with deeplinking AND the necessity to store the javascript-window-object?
    Another problem unsolved is, that when the user logs out in the new window, that should certailnly disapear. Also, in that case: the window open in the initial tab should change too, that is: redirect to the login screen.
    And probably there are a few more things to be considered...
    So I will be very glad to hear all your oppinions and suggestions of any kind.
    Thanks and greetings,
    Tobi
    (omg!! how can you get the formating for code??) (ok, thanks...)

    Well, nothing wrong with trying and experimenting of course! It'd be interesting to have things react a bit more as a desktop app, but there is not really enough power to do so and that is mostly because of security reasons. Just like the popupblocker. Personally I'd rather not have to tell anyone to fiddle with a (any!) popupblocker. I think you can have a good looking 'app' without it though, and design (or, UI) helps a lot in that regard. I don't mean to place Google on a pedestal here, but I like the simplicity of the browser splashscreen for example. "Here are your app links. Want to open one? Cool, right away!". Want multiple? No issue, hold ctrl and click away. That's just plain basic browser usage and it leaves me the option. They could've also placed the target=blank tag in their anchors, but they didn't. And that's fine.
    I wouldn't necessarily make it more complex than that though - like with auto-popup screens after a login, screening of a window from interaction, dealing with deeplinks.
    I've seen some nice "app"-approaches for apex. I think the coolest are where there is a master app, with icons which open up the other applications. The authentication cookie is shared, the authentication scheme is subscription based. You can deeplink apps but if you don't have a deeplink you go to the splashscreen.
    If you deeplinked then you meant to go there, and not first the splash which pops up something else. If you want to go there then there is a button in each app which will open up the splash app (and if you add target blank in there, in a new window).
    I'd say there is a lot of room for innovation, and anything web is possible. But be careful with those things like popupblockers
    And It's just one opinion of course. I'm sure there are wildly differing ones out there. (Who don't react) You could always try some more UX-UI oriented forums for some feedback in this regard!

  • Nesting App Modules from ADFLibs - jdev 11.1.2.3

    Hello:
    I have a dashboard application with 6 tabs. On each tab is a bounded task flow from an ADFLib. Note: each BTF has its own App Module.
    In the Master DashBoard App,  the ADFLibs BTF's are dropped as regions in each tab. The Master App has its own application module and I want to nest each of the BTF App Modules under the single App Module in the Master app.  The reason is that each tab of the application currently creates a seperate DB connection. I want the Master App to only create one DB connection for the entire application.
    In the resource pallet, I can see the App Modules from the seperate ADFLibs, and I have added these App Modules to the Master Project, but the newly added AM does not display under the Master App Module for me to nest. (in App Module ->- Data Model --> Application Module Instances)
    How can I nest multiple AM's from ADFLibs under a single Master App Module?  ( the AM from ADFLibs do not display in Application Module Instances in the Master App)
    Thanks

    Have I added the application Modules to the Master Model?
    Answer:
    In the Master, In the Resource Pallet, I highlighted the Application Module in the ADFLibs (from Subsystem), right clicked and selected Add to Project. But this did not make the App Module display in the Master App Module Application Module Instances. (Note: my subsystem adflibs are deployed from ViewController with dependency on Model. I tried to hightlight App Module above and add to Model Project of Master in above) This caused WebLogic to fail to deploy.
    What is the correct way to add an App Module from an ADFLIb subsystem and add the AM to the Master App so it displays in the Master App Module Application Module Instances?
    All subsystems should use the same connection and all subsystems are set to No Controller Transaction and Share data controls with calling task flow is checked for all subsystem.
    More testing revealed:
    One thing to note:   each of my subsystem, a deployment profile was created on the ViewController with dependency on its Model project.  When I added the subsystem project above to add the AM, I adding the App Module from the adflib to the Model project of the master. This caused WebLogic to fail during deploy.
    So I tried another test. In the subsystem, I created another deployment profile, on just the Model project and created an adflib. I added this new adflib to the Model project of the Master. The App Module from the subsystem now shows up in the Application Module Instances. (which I selected and moved over to the right to nest under Master App Module.  This time the application ran, but still have one connection per tab.)
    Do you create ADFLibs with a deployment profile on the VC with dependancy to the Model Project?  Or do you create two seperate ADFLibs for subsystems, one for VC project only and one for Model project only?
    Thanks for the help.

  • Phase Listener in Subsystem deployed as BTF in Master - jdev 11.1.2.3

    Hello:
    We are using Subsystems with BTF's that are deployed as ADFLibs. These Subsystem ADFLibs are imported into a Master app and the BTF's are used as a region in the Master.
    I tried to create Phase Listener that displays System.out.println msgs in the Subsystem that was then used as a region in the Master app.
    But no messages from the Phase Listener appear on the console. What am I missing? Would the Phase Listeners have to be in the Master app?
    What if I wanted the Phase Listener of just the subsystem? Is this possible?
    Below is the code for adf-settings.xml and java class that implements PagePhaseListener:
    <?xml version="1.0" encoding="UTF-8" ?>
    <adf-config xmlns="http://xmlns.oracle.com/adf/config">
    <adfc-controller-config xmlns="http://xmlns.oracle.com/adf/controller/config">
    <lifecycle>
    <phase-listener>
    <listener-id>myListener</listener-id>
    <class>com.xxxx.labs.madison.ptnr.phase.listener.MyPagePhaseListener</class>
    </phase-listener>
    </lifecycle>
    </adfc-controller-config>
    </adf-config>
    package com.xxxx.labs.madison.ptnr.phase.listener;
    import javax.faces.application.FacesMessage;
    import javax.faces.context.FacesContext;
    import oracle.adf.controller.v2.lifecycle.Lifecycle;
    import oracle.adf.controller.v2.lifecycle.PagePhaseEvent;
    import oracle.adf.controller.v2.lifecycle.PagePhaseListener;
    public class MyPagePhaseListener implements PagePhaseListener {
    public MyPagePhaseListener() {
    super();
    public void afterPhase(PagePhaseEvent pagePhaseEvent) {
    System.out.println("inside afterPhase="+pagePhaseEvent.getPhaseId());
    System.out.println("getDebugValue="+pagePhaseEvent.getDebugValue());
    if (pagePhaseEvent.getPhaseId() == Lifecycle.PREPARE_RENDER_ID) {
    System.out.println("Lifecycle.PREPARE_RENDER_ID="+pagePhaseEvent.getDebugValue());
    FacesContext fctx = FacesContext.getCurrentInstance();
    String viewId = fctx.getViewRoot().getViewId();
    FacesMessage message = new FacesMessage("Hello Page no " + viewId);
    fctx.addMessage(null, message);
    public void beforePhase(PagePhaseEvent pagePhaseEvent) {
    System.out.println("inside beforePhase="+pagePhaseEvent.getPhaseId());
    System.out.println("getDebugValue="+pagePhaseEvent.getDebugValue());
    }

    First, ensure the phase listener is working in the subsystem app.
    Second, after the master app consumes the child app (as adflib), define the phase listener in the web.xml (within the masterapp).
    face-config and taskflow config files are combined but i dont think its the same case for web.xml.

  • Not working lenovo photo master

    i like the photo master app but it got corrupt (very soon after purchasing the laptop) and so I had to delete it. Now I want to install it again but there is now possible way I can get a download link. Anyone has a clue to how I can get a fresh copy?

    Any help would be much appreciated.

  • Apps installed from disk, but Application Manager shows them as not installed

    I have all Creative Suite (Master) apps installed from disk, but Application Manager shows them as not installed. Why?

    I find a way that could be firing this issue.
    First, I installed Creative Cloud in spanish language, then installed some apps like DW, PS, FW, FL, and some more.
    Then, some days ago, I realized that my apps were in spanish language, but I prefer them in english, so I switched the language of CC to english in settings options.
    Now, these apps installed in spanish language are marked as "not installed" and I see the option to install them. And applications installed before language change, are fine and tracked for updates.
    Maybe the issue is related to language changed, the CC manager can't track the language change.
    Hope to find a solution in short time, this could be a major issue for someone.
    At this time, I'm re-installing the apps in english, I think they must override the spanish ones.
    I'm using MacOS 10.8.4 (Mountain Lion) on MacBook AIR, Core i7 (if that make sense)
    Cheers!
    Mariano Carrizo

  • TABS shared across Multiple apps?

    Hi there,
    I successfully implemented SSO to flick through several APEX applications without re-authenticating.
    However, in order to mantain the navigation layout, I need to have a CORE application that holds common Navigation tabs and lists.
    Is it possible to share tabs across applications? It is paradoxal that Tabs live under "Shared Components" however there is no Subscription feature for them.
    Any hints?
    Thanks

    Is it possible to share tabs across applications?No. The Navigation Bar - Typical uses.
    It is paradoxal that Tabs live under "Shared Components" however there is no Subscription feature for them.It's not that paradoxical as there are many other Shared Components that aren't included in the Subscription feature.
    I'm definitely NOT a fan of APEX tabs: don't think navigation elements should submit, and the conceptual model and builder UI are incomprehensible. I'm therefore more into using lists, and would like them to be included in the Subscription feature.
    A similar requirement is foreseen on a project I'm currently working on, and replacing the tabs with a PL/SQL region calling standard procedures across all the apps is one of the options under consideration. Other options might be to use a "region pull" from a master app, or some other AJAX approach...

  • HP Slate 7 Voice Tab overheat after kitkat update

    Hi,
    I was using my Slate 7 voide tab for last around 8 months without any major issue. Minor issues like touch becomes very sluggish after switching on 3G was normal.
    Yesterday kitkat update got installed on my tab and than nightmare starts. First "clean master" app is showing alert periodically that CPU is overheating (80 degree celsius). Today tab got hanged while some important call was coming. I was able to see people calling but touch was not responding. Tried to hard boot, but again some process error came on screen and whole tab was in hanged state for an hour. I can only see people calling and calling.
    When battery got drained, I restarted it but CPU temperature is always above 80 degree celsius and I believe its obviously much above normal. I never got these problems with Jelly Beans.
    Its really very frustrating to know why HP released an update which is full of bugs!!!

    Hey @Abhinandank ,
    Welcome to the HP Forums!
    I understand you're experiencing issues with heat after updating to KitKat on your Slate 7 VoiceTab.
    Before troubleshooting any heat issue, remove the tablet from the case if you are using one. Test the tablet without the case and see if the issue persists.
    You can also try apps like Android Task Manager that will sweep running processes and boost memory to reduce load on your tablet.
    Regarding the touchscreen: 
    Clear all cache on the tablet: Settings > Storage > Cached Data. You should have the option to erase all the cached data here.
    Hard reset: While the tablet is on, press and hold the power button for 8+ seconds to force shut down. Turn the tablet back on and see if that helps.
    Factory reset: Make sure you backup any important files or information first. Settings > Backup & reset > Factory data reset.
    If none of that works, please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the following link to get the support number for your region: Phone Assist Worldwide.
    Thanks!
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • I install Lightroom, and I get an "startup disk out of storage", I install Lightroom, and I get an "startup disk out of storage"

    One year old Macbook Pro with 256 GB SSD.  Not power users by any stretch as it's not a work computer (family computer for 3 kids).  We've enjoyed iPhoto and iMovie to process a single flash drive with~32 GB of pictures and movies. 90% of the kids work is done through Google docs so it's not like we've got 200 GB of docs. 
    As we become more photo enthusiasts, today's project was to explore LIghtroom, PhotoNinja and Nik Effects suite.  I installed PhotoNinja, Nik, and Lr.  As I begin importing a 32 GB flash card into Lr, the system crashes and I am unable to log in using my account.  I boot it in safe mode, and delete Lr, I get about 6 GB of available storage back.
    1.  Why am I almost out of storage?  This device is designed for graphics professionals.  What did I do to burn up 246 GB of storage for casual use?
    2. Is there master app that allows me to see which users are using how much storage?  Is it possible my daughter burned this much storage loading movies from iTunes?  Is it 5x iPhoto that is killing us with 2 photo users and 1 moderate user? 
    3.  What can I do to install Lr in the future so that I don't hit this wall?  I thought Lr served a portfolio mgmt role, and I can't believe that it died after downloading <1,000 images. 

    Did you ever use iPhoto? If you did and you copied images to your hard drive and then imported them into iPhoto, iPhoto made a second copy of them. This might be where all you disk space went, or part of it.
    The best thing to do now is get an external drive and install OS X on that then start the system from that external and move some of your files to the external. Then you might be able to boot back into the internal drive.
    To install OS X on an external drive you'll need to boot the system from the Recovery HD. At startup hold down the Commadn + r keys. Have an external drive connected before you boot to the Recovery HD. Once in the Mac OS X Utilities use Disk Utility for format the external Mac OS Extended (Journaled) with a partition table of GUID. Once you do that exit disk Utility and select Reinstall Mac OS X and point the install to the external drive.

  • I need to locate my missing Droid Turbo!!

    I misplaced/lost my Droid Turbo Today and very quickly (probably too quickly) switched to my old back up phone (LG Vortex). I have the Clean Master app and a couple of others i'm not sure of the names of right now that can give me the phones location but I am wondering if it can still find the phone if the service has already been transferred to a different phone. If not is there a way to reactivate the TURBO without having to manually restart it?

    If it is on and has a wifi connection, or even a GPS connection, you can use Android Device Manager from another phone or your Google account webpage.

  • "problem connecting to server" when trying to access local disk

    Recently (perhaps since I upgraded to Yosemite), the first time I try access one of my two hard drives through Finder I get two pop-up windows with error "there was a problem connecting to server". When I dismiss the pop-ups, the Finder window appears OK. I then don't get these errors for some time and then I get them again - and always two errors.
    It seems the access request goes through NAS which fails ...
    "NetAuthSysAgent[11958]: ERROR: AFP_GetServerInfo - connect failed 62"
    and "NetAuthSysAgent[11958]: GetStatus: connecting to self not allowed"
    but then it gets actioned as a local access. Can anyone think of why NAS gets involved? And mainly how to get rid of it :^).
    There is nothing in login items that mounts either of the disks as a server. Is there a way to find out if a local disk is mounted as a server and who caused it?

    Many thanks, I am impressed by the process :^)
    Here's the result:
    Start time: 23:05:00 04/03/15
    Revision: 1310
    Model Identifier: iMac12,2
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 10:04
    UID: 501
    SerialATA
        Hitachi HDS723020BLA642                
    Bluetooth
        Apple Wireless Keyboard
        Apple Wireless Trackpad
    Energy (lifetime)
        kernel_task (UID 0): 7.72
    Energy (sampled)
        kernel_task (UID 0): 7.09
    Font issues: 60
    Nets
        en0 192.168.2
        en1 192.168.1
    Listeners
        AppleFileServer: afpovertcp
        kdc: kerberos
        launchd: afpovertcp
        launchd: microsoft-ds
    System caches/logs
        5.1 GiB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-03-08 rapportd crash x2
        2015-03-11 rapportd crash
        2015-03-12 garcon crash
        2015-03-12 rapportd crash
        2015-03-14 MPEG Streamclip hang x2
        2015-03-19 secd crash x4
        2015-03-20 rapportd crash
        2015-03-21 rapportd crash
        2015-04-02 rapportd crash
        2015-04-03 rapportd crash x4
    HID errors: 16
    Kernel log
        Apr  3 11:33:33 vmnet: VMNetConnect: returning port 0xffffff8035f87a00
        Apr  3 11:33:33 vmnet: VMNetConnect: returning port 0xffffff80372f3000
        Apr  3 11:33:33 vmnet8: failed to restore 1 suspended link-layer multicast membership(s) (err=102)
        Apr  3 11:33:33 vmnet: VMNetConnect: returning port 0xffffff80386a1200
        Apr  3 11:33:50 IOAudioStream[0xffffff8031dd3000]::clipIfNecessary() - Error: counted 1 clip more than one buffer ahead errors.
        Apr  3 11:34:12 vmnet: netif-vmnet1: SIOCPROTODETACH failed: 16.
        Apr  3 11:34:12 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
        Apr  3 11:37:58 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 12:01:20 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 12:02:34 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
        Apr  3 12:12:35 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 13:00:53 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 13:05:54 vmnet: VMNetConnect: returning port 0xffffff80162d8e00
        Apr  3 13:05:54 vmnet: VMNetConnect: returning port 0xffffff80199de600
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff8022753a00
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff8019ca0000
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff80150d1a00
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff80199c5e00
        Apr  3 13:06:06 vmnet: VMNetConnect: returning port 0xffffff801ad23600
        Apr  3 13:06:06 vmnet: VMNetConnect: returning port 0xffffff80162d8e00
        Apr  3 16:18:10 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff801cb013d8
        Apr  3 19:10:14 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff8015cd4000
        Apr  3 22:07:55 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff80154a2000
        Apr  3 22:50:17 vmnet: netif-vmnet1: SIOCPROTODETACH failed: 16.
        Apr  3 22:50:17 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
    System log
        Apr  3 16:13:20 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr  3 16:13:20 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 16:17:59 diskarbitrationd: mds [32]:21519 not responding.
        Apr  3 16:18:09 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 16:28:22 WindowServer: WSGetSurfaceInWindow : Invalid surface 474164185 for window 2896
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 19:00:54 NetAuthSysAgent: TUAMHandler::SetUAMType setting UAMType to 13
        Apr  3 19:01:13 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 19:01:15 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 19:07:07 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr  3 19:07:07 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 19:10:13 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:00:54 NetAuthSysAgent: TUAMHandler::SetUAMType setting UAMType to 13
        Apr  3 22:01:13 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:01:15 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:07:38 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr  3 22:07:38 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:07:55 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:50:17 vmnet-dhcpd: select: Interrupted system call
        Apr  3 22:50:17 vmnet-dhcpd: exiting.
        Apr  3 22:50:17 vmnet-dhcpd: select: Interrupted system call
        Apr  3 22:50:17 vmnet-dhcpd: exiting.
    launchd log
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.freshsqueezedapps.memoryboosterlauncher, error = 119: Service is disabled
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = QA2G25RMZ4.com.wunderkinder.wunderlist-helper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.deskconnect.mac.helper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = net.doo.dooLoginHelper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.freshsqueezedapps.memoryboosterlauncher, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = QA2G25RMZ4.com.wunderkinder.wunderlist-helper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.deskconnect.mac.helper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = net.doo.dooLoginHelper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.freshsqueezedapps.memoryboosterlauncher, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = QA2G25RMZ4.com.wunderkinder.wunderlist-helper, error = 119: Service is disabled
        Apr  3 14:01:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 15:02:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 16:03:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 17:04:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 18:05:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 19:06:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 20:07:56 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 21:08:56 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 22:09:56 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
    Console log
        Apr  3 12:01:26 fontd: Failed to open read-only database, regenerating DB
    System services loaded
        com.adobe.fpsaud
        com.apple.AccountPolicyHelper
        com.apple.GSSCred
        com.apple.MobileFileIntegrity
        com.apple.awdd
        com.apple.coresymbolicationd
        com.apple.ctkd
        com.apple.icloud.findmydeviced
        com.apple.iconservices.iconservicesagent
        com.apple.ifdreader
        com.apple.nehelper
        com.apple.nsurlsessiond_privileged
        com.apple.nsurlstoraged
        com.apple.periodic-daily
        com.apple.sandboxd
        com.apple.secinitd
        com.apple.softwareupdated
        com.apple.systemadministration.writeconfig
        com.apple.tccd.system
        com.apple.wdhelper
        com.apple.xpc.smd
        com.barebones.authd
        com.barebones.textwrangler
        com.google.GoogleML
        - status: 1
        com.oracle.java.Helper-Tool
        com.timesoftware.timemachineeditor.backup-auto
        com.trusteer.rooks.rooksd
        org.macosforge.xquartz.privileged_startx
    System services disabled
        com.apple.mrt
    Login services loaded
        com.adobe.ARM.UUID
        com.apple.AirPlayUIAgent
        com.apple.CallHistoryPluginHelper
        com.apple.CallHistorySyncHelper
        com.apple.cloudd
        com.apple.coreservices.appleid.authentication
        com.apple.icloud.fmfd
        com.apple.mrt.uiagent
        com.apple.nsurlsessiond
        com.apple.recentsd
        com.apple.scopedbookmarksagent.xpc
        com.apple.soagent
        com.apple.spindump_agent
        com.apple.telephonyutilities.callservicesd
        com.citrixonline.GoToMeeting.G2MUpdate
        - status: 78
        com.divx.agent.postinstall
        com.f-secure.sync.BTCloud
        com.google.keystone.system.agent
        com.kodak.BonjourAgent
        com.kodak.KODAK AiO Annual Opt
        com.kodak.KODAK AiO Firmware Updater
        com.kodak.KODAK AiO Software Updater
        com.oracle.java.Java-Updater
        com.trusteer.rapport.rapportd
        - status: -11
        org.macosforge.xquartz.startx
    Login services disabled
        com.evernote.EvernoteHelper
    User services loaded
        com.apple.BKAgentService
        com.apple.DataDetectorsDynamicData
        com.apple.InputMethodKit.UserDictionary
        com.apple.MailServiceAgent
        com.apple.geod
        com.apple.imdpersistence.IMDPersistenceAgent
        com.apple.security.cloudkeychainproxy3
        com.apple.tonelibraryd
    User services disabled
        com.evernote.EvernoteHelper
    Startup items
        /Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring
        /Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring.kext/Contents/I nfo.plist
        /Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring.kext/Contents/M acOS/BRESINKx86Monitoring
        /Library/StartupItems/BRESINKx86Monitoring/StartupParameters.plist
        /Library/StartupItems/CoreDuoTemp/CoreDuoTemp
        /Library/StartupItems/CoreDuoTemp/StartupParameters.plist
        /Library/StartupItems/MTU/MTU
        /Library/StartupItems/MTU/StartupParameters.plist
    User login items
        aLaunch
        - /Applications/aLaunch/aLaunch.app
        Alfred 2
        - /Applications/Alfred 2.app
        Meteorologist
        - /Applications/Utilities/meteo/Meteorologist.app
        AllBookmarks
        - /Applications/u-internet/AllBookmarks.app
        Yahoo! Widgets
        - /Applications/Yahoo! Widgets.app
        Dropbox
        - /Applications/Dropbox.app
    Safari extensions
        AdBlock
        - com.betafish.adblockforsafari
        Amazon Shopping Assistant
        - com.spigot.safari.amazonshopassist
        DivX Plus Web Player HTML5 <video>
        - com.divx.DivXHTML5
        Ebay Shopping Assistant
        - com.spigot.safari.ebayshopassist
        iTube Studio
        - com.wondershare.safari.itubestudio
        Omnibar
        - com.genieo.safari
        Searchme
        - com.spigot.safari.searchme
        Translate
        - com.sidetree.Translate
        Validator
        - be.grincheux.validator
        View Style Sheets
        - com.sonereker.vss
    Firefox extensions
        Status-4-Evar
        ImTranslator - Google Translator
        Test Pilot
        Ilana Segall
        Flash Video Downloader - YouTube HD Download [4K]
        LastPass Password Manager
        DownThemAll!
        Stefano Verna
    Widgets
        AccuWeather.com
        Time Machine Buddy
    iCloud errors
        bird 561
        cloudd 108
        comapple.InputMethodKit.UserDictionary 1
        Finder 1
    Continuity errors
        sharingd 9
    Restricted files: 346
    Lockfiles: 6
    High file counts
        Desktop: 66
    Accessibility
        Keyboard Zoom: On
    Contents of /Library/LaunchAgents/com.kodak.BonjourAgent.plist
        - mod date: Sep 21 07:39:00 2012
        - size (B): 528
        - checksum: 2625351456
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Kodak Version</key>
        <string>7.1.6.10</string>
        <key>Label</key>
        <string>com.kodak.BonjourAgent</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Printers/Kodak/AiO_Printers/KodakAiOBonjourAgent.app/Contents/ MacOS/KodakAiOBonjourAgent</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Feb  6 16:00:20 2013
        - size (B): 104
        - checksum: 2306977922
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>3</integer>
        <key>Minute</key>
        <integer>8</integer>
        <key>Weekday</key>
        <integer>1</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.trusteer.rapport.rapportd.plist
        - mod date: Sep  5 10:14:40 2010
        - size (B): 549
        - checksum: 4018397927
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.trusteer.rapport.rapportd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Rapport/bin/rapportd</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Library/Rapport/bin</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Umask</key>
        <integer>18</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
        - mod date: Aug 11 22:52:54 2014
        - size (B): 721
        - checksum: 2451978492
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>org.macosforge.xquartz.startx</string>
        <key>ProgramArguments</key>
        <array>
        <string>/opt/X11/lib/X11/xinit/launchd_startx</string>
        <string>/opt/X11/bin/startx</string>
        <string>--</string>
        <string>/opt/X11/bin/Xquartz</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>org.macosforge.xquartz:0</key>
        <dict>
        <key>SecureSocketWithKey</key>
        <string>DISPLAY</string>
        </dict>
        </dict>
        <key>ServiceIPC</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
        ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.barebones.authd.plist
        - mod date: May 15 22:46:29 2012
        - size (B): 634
        - checksum: 1995816654
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.authd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.authd</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>com.barebones.authd.socket</key>
        <dict>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/tmp/com.barebones.authd.socket</string>
        </dict>
        </dict>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.barebones.textwrangler.plist
        - mod date: Mar 31 11:41:07 2012
        - size (B): 802
        - checksum: 2824893286
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.textwrangler</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.textwrangler</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.google.GoogleML.plist
        - mod date: Mar 10 17:19:30 2008
        - size (B): 684
        - checksum: 315725308
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.GoogleML</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Google/GoogleML/GoogleML.bundle/Contents/MacOS/googleml-modwat ch</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>UserName</key>
        <string>root</string>
        <key>WatchPaths</key>
        <array>
        <string>/Library/Google/GoogleML/Modules</string>
        <string>/Library/Google/GoogleML</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.timesoftware.timemachineeditor.backup-auto.plist
        - mod date: Oct 29 02:09:28 2013
        - size (B): 491
        - checksum: 39878998
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.timesoftware.timemachineeditor.backup-auto</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.timesoftware.timemachineeditor.helpe r</string>
        <string>--backup</string>
        </array>
        <key>StartInterval</key>
        <integer>10800</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.trusteer.rooks.rooksd.plist
        - mod date: Oct 25 10:03:22 2010
        - size (B): 376
        - checksum: 1478412778
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.trusteer.rooks.rooksd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Rapport/bin/rooksd</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /private/etc/auto_master
        - mod date: Nov 28 19:07:15 2013
        - size (B): 195
        - checksum: 1600620026
        +auto_master # Use directory service
        /home auto_home -nobrowse,hidefromfinder
        /Network/Servers -fstab
        /- -static
    Contents of /private/etc/auto_master.backup
        - mod date: Nov 28 19:05:07 2013
        - size (B): 194
        - checksum: 3752790267
        +auto_master # Use directory service
        /net -hosts -nobrowse,hidefromfinder,nosuid
        /home auto_home -nobrowse,hidefromfinder
        /Network/Servers -fstab
        /- -static
    Contents of /private/etc/auto_master~orig
        - mod date: Sep 19 08:15:44 2014
        - size (B): 194
        - checksum: 3752790267
        +auto_master # Use directory service
        /net -hosts -nobrowse,hidefromfinder,nosuid
        /home auto_home -nobrowse,hidefromfinder
        /Network/Servers -fstab
        /- -static
    Contents of /private/etc/ssh_config
        - mod date: Nov 15 13:07:00 2013
        - size (B): 3957
        - checksum: 2841432291
         Host *
           SendEnv LANG LC_*
        Host *
            XAuthLocation /opt/X11/bin/xauth
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Apr  1 12:59:17 2010
        - size (B): 589
        - checksum: 2544798274
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader 8/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.apple.FolderActions.folders.plist
        - mod date: Feb 17 02:43:15 2015
        - size (B): 759
        - checksum: 354310561
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.apple.FolderActions.folders</string>
        <key>Program</key>
        <string>/usr/bin/osascript</string>
        <key>ProgramArguments</key>
        <array>
        <string>osascript</string>
        <string>-e</string>
        <string>tell application "Folder Actions Dispatcher" to tick</string>
        </array>
        <key>WatchPaths</key>
        <array>
        <string>/Volumes/Macintosh HD 2/Pictures/fa-jpg</string>
        <string>/Volumes/Macintosh HD 2/Pictures/fa-L</string>
        <string>/Volumes/Macintosh HD 2/Pictures/fa-R</string>
        <string>/Volumes/Macintosh HD 2/Pictures/ap-copy</string>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.divx.agent.postinstall.plist
        - mod date: Feb  4 12:10:23 2012
        - size (B): 695
        - checksum: 3163907459
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.agent.postinstall</string>
        <key>LimitToSessionType</key>
        <string>Aqua</string>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/extensions-installer</stri ng>
        <string>install</string>
        <string>safari</string>
        <string>DivXHTML5</string>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/DivXHTML5.safariextz</stri ng>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.f-secure.sync.BTCloud.plist
        - mod date: Oct 11 11:46:27 2013
        - size (B): 423
        - checksum: 1294862215
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.f-secure.sync.BTCloud</string>
                <key>RunAtLoad</key>
                <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/BT Cloud.app/Contents/MacOS/BT Cloud</string>
        </array>
        </dict>
        </plist>
    Bad plists
        Library/Preferences/com.macxtosh.SaveCircle1.2.plist
    Extensions
        /System/Library/Extensions/ElmediaPlayer.kext
        - com.eltima.ElmediaPlayer.kext
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/UsbEthernetGadget.kext
        - com.tomtom.driver.UsbEthernetGadget
        /System/Library/Extensions/speedit.kext
        - com.increw.kext.speedit
    Applications
        /Applications/ActiveState ActiveTcl/tclvfse.app
        - com.activestate.pkg.ActiveTcl.tclvfse
        /Applications/Adobe Reader 8/Adobe Reader.app
        - com.adobe.Reader
        /Applications/AllVideoDownloader.app
        - com.yourcompany.AllVideoDownloader
        /Applications/BBC iPlayer Desktop.app
        - BBCiPlayerDesktop.UUID.1
        /Applications/BT Home Hub/BT Broadband Life.app
        - com.bt.BTBroadbandLife
        /Applications/BT Home Hub/BT Yahoo! Online.app
        - com.bt.BTBroadband
        /Applications/BT Home Hub/HubManager.app
        - com.bt.HubManager
        /Applications/Buzan's iMindMap.app
        - com.Buzan Online.Buzan's iMindMap V3.Buzan's iMindMap
        /Applications/DVD Creator/DVD Creator.app
        - N/A
        /Applications/DeepVacuum.app
        - com.hexcat.deepvacuum
        /Applications/DivX Plus Player.app
        - com.divx.DivX_Plus_Player
        /Applications/FrostWire.app
        - N/A
        /Applications/GIMP.app
        - org.gimp.gimp
        /Applications/Google Desktop/Google Gadgets.app
        - com.google.GadgetToWidgetConvertor
        /Applications/Google Notifier.app
        - com.google.GmailNotifier
        /Applications/Google Updater Ghost.app
        - com.google.Updater
        /Applications/Guitar Pro/GuitarPro.app
        - com.arobas-music.GuitarPro
        /Applications/LimeWire.app
        - com.limegroup.gnutella
        /Applications/Mac CD DVD Label Maker.app
        - com.cristallight.cdlm
        /Applications/Mac PDF Password Remover.app
        - com.Doremisoft.Mac_PDF_Password_Remover
        /Applications/MkvMerge.app
        - org.matroska.mkvmerge
        /Applications/NeoOffice.app
        - org.neooffice.NeoOffice
        /Applications/Open XML Converter.app
        - com.microsoft.OfficeConverter
        /Applications/Paintbrush.app
        - com.soggywaffles.Paintbrush
        /Applications/PersonalBrain.app
        - com.install4j.1190-3857-8766-9166.5
        /Applications/Picasa Web Albums Uploader.app
        - com.google.macphotouploader
        /Applications/Python 3.4/IDLE.app
        - org.python.IDLE
        /Applications/Python 3.4/Python Launcher.app
        - org.python.PythonLauncher
        /Applications/SeaMonkey.app
        - org.mozilla.SeaMonkey
        /Applications/SiteSucker.app
        - us.sitesucker.mac.sitesucker
        /Applications/Sound Recorder Mac.app
        - de.monkeybreadsoftware.freeware.soundrecorder
        /Applications/StuffIt/StuffIt Expander.app
        - com.stuffit.Expander
        /Applications/Style Master 4.6.1 Demo/Style Master.app
        - N/A
        /Applications/TeamViewer 7/TeamViewer.app
        - com.teamviewer.TeamViewer
        /Applications/TeamViewer 7/Uninstall TeamViewer.app
        - com.teamviewer.Uninstall-TeamViewer
        /Applications/Utilities/APGrapher/AP Grapher.app
        - com.chimoosoft.apgrapher
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe AIR Uninstaller.app
        - com.adobe.air.Installer
        /Applications/Utilities/Adobe Utilities.localized/Adobe Updater5/Adobe Updater.app
        - "com.Adobe.ESD.AdobeUpdaterApplication"
        /Applications/Utilities/Aluminum Keyboard Firmware Update.app
        - com.apple.keyboardupdater.89.1
        /Applications/Utilities/CSSEdit.app
        - com.macrabbit.CSSEdit
        /Applications/Utilities/ChronoSync.app
        - com.econtechnologies.chronosync
        /Applications/Utilities/CocoaJT.app
        - net.cocoanut.cocoajt
        /Applications/Utilities/Coda.app
        - com.panic.Coda
        /Applications/Utilities/FreeMind.app
        - freemind.main.FreeMind
        /Applications/Utilities/Kext Utility.app
        - ru.cvad.KextUtility
        /Applications/Utilities/Kext Wizard/Kext Wizard.app
        - janek202.Kext-Wizard
        /Applications/Utilities/RAGE SEKeyword.app
        - com.ragesw.sekeyword
        /Applications/Utilities/RAGE WebDesign/WebDesign.app
        - com.ragesw.webdesign
        /Applications/Utilities/Simple CSS.app
        - com.acreon.simplecss
        /Applications/Utilities/SymbolicLinker/SymbolicLinker.service
        - net.comcast.home.seiryu.SymbolicLinker
        /Applications/Utilities/Taco HTML Edit.app
        - com.tacosoftware.HTMLEdit
        /Applications/Utilities/Uninstall Rapport.app
        - N/A
        /Applications/Utilities/WakeOnLan/WakeOnLan.app
        - com.readpixel.wakeonlan
        /Applications/Utilities/WebArchive Extractor.app
        - com.robrohan.WebArchiveExtractor
        /Applications/Utilities/XQuartz.app
        - org.macosforge.xquartz.X11
        /Applications/Utilities/iStumbler.app
        - net.istumbler.release-99
        /Applications/Utilities/language/Asia Text Extras/Chinese Text Converter.app
        - com.apple.ChineseTextConverter
        /Applications/Utilities/language/Asia Text Extras/IM Plugin Converter.app
        - com.apple.IMPluginConverter
        /Applications/Utilities/language/Before You Know It/Before You Know It.app
        - com.transparentlanguage.BYKIViewer
        /Applications/Utilities/meteo/Meteorologist.app
        - com.heat.meteo
        /Applications/Utilities/music/Intervals.app
        - com.Matt.Intervals
        /Applications/Utilities/system/7z/7zX.app
        - com.sixtyfive.7zX
        /Applications/Utilities/system/AppDelete.app
        - com.apps4macs.AppDelete
        /Applications/Utilities/system/CLIX/CLIX-32/CLIX.app
        - com.rixstep.CLIX
        /Applications/Utilities/system/CLIX/CLIX-64/CLIX.app
        - com.rixstep.CLIX
        /Applications/Utilities/system/FormulatePro.app
        - info.adlr.formulatepro
        /Applications/Utilities/system/GeekTool/GeekTool Uninstaller.app
        - org.tynsoe.geektooluninstaller
        /Applications/Utilities/system/IceClean.app
        - com.MacDentro.IceClean
        /Applications/Utilities/system/KeePassX.app
        - com.apple.application-bundle
        /Applications/Utilities/system/LaunchBar.app
        - at.obdev.LaunchBar4
        /Applications/Utilities/system/Mac HelpMate.app
        - com.most.mhm
        /Applications/Utilities/system/MacDjView.app
        - org.andrew.zhezherun.macdjview
        /Applications/Utilities/system/MenuMeters/MenuMeters Installer.app
        - com.ragingmenace.MenuMetersInstaller
        /Applications/Utilities/system/Name Mangler.app
        - com.manytricks.Name Mangler
        /Applications/Utilities/system/Onyx/OnyX.app
        - com.titanium.OnyX
        /Applications/Utilities/system/Onyx/Uninstaller.app
        - com.titanium.Uninstaller
        /Applications/Utilities/system/PSRenamer/psrenamer.app
        - N/A
        /Applications/Utilities/system/PSTextMerge/pstextmerge.app
        - PSTextMerge
        /Applications/Utilities/system/Rapido/RapidoResizer.app
        - com.app4mac.RapidoResizer
        /Applications/Utilities/system/Rapido/RapidoSerial.app
        - com.app4mac.RapidoSerial
        /Applications/Utilities/system/Rapido/RapidoStart.app
        - com.app4mac.RapidoStart
        /Applications/Utilities/system/Rapido/RapidoWrite.app
        - com.app4mac.RapidoWrite3
        /Applications/Utilities/system/SMARTReporter/SMARTReporter.app
        - org.corecode.SMARTReporter
        /Applications/Utilities/system/SpotLook.app
        - ch.seriot.SpotLook
        /Applications/Utilities/system/The Unarchiver.app
        - cx.c3.theunarchiver
        /Applications/Utilities/system/Todos.app
        - com.opensoft.todos
        /Applications/Utilities/system/WhatsKeepingMe/Install Automator Workflow.app
        - N/A
        /Applications/Utilities/system/WhatsKeepingMe/What's Keeping Me?.app
        - com.HAMSoft.WhatsKeepingMe2
        /Applications/Utilities/system/iTLC.app
        - com.memention.itlc
        /Applications/Utilities/system/rar expander/Example Scripts/Replace RAR Archives with Expansion in Subfolders.app
        - N/A
        /Applications/Utilities/system/rar expander/Example Scripts/Replace RAR Archives with Expansion.app
        - N/A
        /Applications/Utilities/system/rar expander/RAR Expander.app
        - net.sourceforge.rarexpander
        /Applications/Utilities/system/uif2iso4mac.app
        - org.vafer.uif2iso4mac
        /Applications/Utilities/system/xMod.app
        - com.geekpeak.xMod
        /Applications/Utilities/z-misc/Audacity/Audacity.app
        - net.sourceforge.audacity
        /Applications/Utilities/z-misc/Stellarium/Stellarium.app
        - org.stellarium.Stellarium
        /Applications/Utilities/z-misc/iWisdom Folder/iWisdom.app
        - N/A
        /Applications/VMware Uninstall .app
        - com.vmware.fusion.uninstaller
        /Applications/Who Is Connected.app
        - com.littlemacapps.Who_Is_Connected
        /Applications/Wondershare PDF Editor Pro.app
        - com.wondershare.PDF_Editor_Pro
        /Applications/Xnntp.app
        - com.edvfz.XnFz
        /Applications/Yahoo! Widgets.app
        - com.yahoo.widgetengine
        /Applications/emlx to mbox Converter.app
        - N/A
        /Applications/iWork '08/Keynote.app
        - com.apple.iWork.Keynote
        /Applications/iWork '08/Numbers.app
        - com.apple.iWork.Numbers
        /Applications/iWork '08/Pages.app
        - com.apple.iWork.Pages
        /Applications/iWork '08/User Guides/Keynote User Guide.app
        - com.apple.KeynoteUserGuide
        /Applications/iWork '08/User Guides/Numbers User Guide.app
        - com.apple.NumbersUserGuide
        /Applications/iWork '08/User Guides/Pages User Guide.app
        - com.apple.PagesUserGuide
        /Applications/namebench.app
        - org.opensource.namebench
        /Applications/u-internet/A to G.app
        - com.bborofka.AtoG
        /Applications/u-internet/AbyssWebServer/Abyss Web Server.app
        - com.aprelium.AbyssWebServer
        /Applications/u-internet/AllBookmarks.app
        - com.agilewebsolutions.AllBookmarks
        /Applications/u-internet/Azureus.app
        - org.gudy.azureus2
        /Applications/u-internet/BitTyrant.app
        - org.gudy.azureus2bittyrant
        /Applications/u-internet/Charlotte/Charlotte.app
        - com.lifli.Charlotte
        /Applications/u-internet/Cyberduck/Cyberduck.app
        - ch.sudo.cyberduck
        /Applications/u-internet/FileZilla.app
        - de.filezilla
        /Applications/u-internet/IPNetTunerX folder/IPNetTunerX.app
        - com.sustworks.IPNetTunerX
        /Applications/u-internet/MAMP/MAMP.app
        - com.living-e.MAMP
        /Applications/u-internet/NetNewsWire.app
        - com.ranchero.NetNewsWire
        /Applications/u-internet/RAGE Domainer.app
        - com.ragesw.domainer
        /Applications/u-internet/vixy converter BETA.app
        - jp.co.sgra.vixy converter BETA
        /Applications/u-video/DVDManager.app
        - com.fennelsoftware.DVDManager
        /Applications/u-video/Dvd Hunter.app
        - org.JAres.Dvd Hunter
        /Applications/u-video/TubeTV/TubeTV.app
        - com.chimoosoft.TubeTV
        /Applications/u-video/TubeTV/iSkysoft iTube Studio.app
        - com.iSkysoft.iTube Studio
        /Applications/u-video/converters/FilmRedux.app
        - com.madhattersoft.filmredux
        /Applications/u-video/converters/Handbrake/HandBrake.app
        - fr.handbrake.HandBrake
        /Applications/u-video/converters/MacTheRipper.app
        - com.mtr3
        /Applications/u-video/converters/RipIt.app
        - com.thelittleappfactory.RipIt
        /Applications/u-video/converters/ffmpegX/ffmpegX.app
        - com.mac.homepage.major4.ffmpegX
        /Applications/u-video/converters/xACT/xACT.app
        - net.epix.crush.xact
        /Applications/u-video/iVideoWarehouse.app
        - com.OutTheDoorSoftware.iVideoWarehouse
        /Applications/u-video/macam.app
        - net.sourceforge.webcam-osx.application
        /Applications/u-video/players/Cellulo/Cellulo.app
        - fr.atvaark.cellulo
        /Applications/u-video/players/DivX Player.app
        - com.divx.DivX_Player
        /Applications/u-video/xVideoServiceThief.app
        - com.Xesc&Technology.xVideoServiceThief
        /Applications/uTorrent.app
        - com.bittorrent.uTorrent
        /Library/Application Support/ChronoSync/ChronoAgentLocal.app
        - com.econtechnologies.ChronoAgentLocal
        /Library/Application Support/ChronoSync/ChronoSyncBackgrounder.app
        - com.econtechnologies.backgrounder.chronosync
        /Library/Application Support/Microsoft/HV1.0/Microsoft Help Viewer.app
        - com.microsoft.helpviewer
        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate2
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Charts.app
        - com.microsoft.openxml.chartconverter.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Word.app
        - com.microsoft.openxml.word.app
        /Library/Application Support/Microsoft/Office Converter Support/pptfc.app
        - com.microsoft.openxml.powerpoint.app
        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        - com.microsoft.silverlight.sllauncher
        /Library/Application Support/iWork '08/iWork Tour.app
        - com.apple.iWorkTour
        /Library/Documentation/HL1650_1670N/Brother Solutions Center
        - N/A
        /Library/Documentation/HL1650_1670N/Maintenance Tuto

  • Installed Photoshop cc 2014 asks for serial # - corrupted Windows file permissions

    More of a warning / heads up to all than a question - installing Photoshop cc 2014 [via the CC manager app] caused some Windows file (security) permissions to become corrupt corrupt on my system. Symptoms include cc2014 asking for serial number validation on startup (when, as a cloud version, it should not do so), then being unable to connect to the internet when you press the 'validate serial' button so getting that window into infinite loops, and - a real pain in the *** when trying to fix the above - causing abends of some windows shell functions that in turn cause windows explorer to crash and restart.
    Anyhow, digging into this (fortunately, I am a long time Windows SysProg) I discovered that for reasons unknown, either the CC master app or the actual Photoshop cc2014 installer (or both) are changing file access control permissions on a number of files, mostly DLL's. Most of the files affected are in the (normally hidden) Program Data directory on the windows root disk, Some of them are in the Adobe subdirectory - so fair enough if they want to fool around with their own program - but others being changed are in the Common Files and Microsoft subdirectories. I cannot for the life of me figure out why this is necessary nor why Adobe feel the need to touch files that 'do not belong' to them - something dangerous in the extreme as an external app such as Windows Update might replace or 'repair' the files so touched, and if Adobe / CC are relying on file permissions on non-Adobe files, such changes could result in all manner of random and spurious problems / error messages occurring.
    Anyhow, if, fellow Photoshop cc 2014 user, you get this happen to you then you can fix the file permissions by opening a console window [also called a "DOS box", or "command prompt" depending on your age and knowledge... 8-) ] and run the windows file checker with the command
    "sfc /scannow". Make sure that you use 'run as administrator' to open the console window, or you'll get an error about sfc only being available to administrators. Also a very (very) sensible idea to close all non-essential running applications first to prevent any possibility of weird interactions happening.
    Finally, check that the 'hosts' file in [root drive]:/Windows/System32/drivers/etc is valid - for some reason, it looks like the install tried to check or update this file (again, I have no idea why) but the result was a corrupted hosts file, which I assume is the root cause of the 'unable to connect to host' type internet error messages. Copy the file, rename it as 'hosts.txt' and edit it with notepad or wordpad. Look for lines containing garbage strings at the bottom of the file  (any line that starts with a # ignore, it is a comment, and any line that has IP addresses or host names should be ignored - though if they reference a site such as "someserver.adobe.com" you might want to treat them with suspicion if you continue to get internet 'cant connect to site' type errors.
    Anyhow, when I fixed these two sets of problems, Photoshop cc 2014 started 'right first time' without all the BS messages about serial numbers etc.
    Hope this helps somebody out there in AdobeLand......
    Rick

    Update: I tried several times to reproduce the error, actually it dosen't occur. I changed nothing on my system, without reboot it twice. This is what I said in my beginning times: it occurs sometimes but often. I will keep you up to date.

Maybe you are looking for

  • Apple customer service/support = terrible

    There is no where else for me to do this really, so I thought I'd rant here... I received an ipod (20G 4th gen) last christmas from my parents, amazing present i'm sure you'd agree! everything has been great with it until 2 weeks ago when it just sto

  • Merging "pages" and "numbers" to make a presentation in PDF "Preview"

    I am trying to put together a presentation in PDF form, that I can email out In numbers and pages , I can print them to PDF, and it looks great, but how do you merge the two into one PDF ??

  • HT1153 can't connect my iPhone to my mac

    how do i get my mac to connect to my iphone 4 through bluetooth?

  • Possible to Subtotal Rows in Crosstab?

    Hi all; I have created a crosstab query that displays the hours worked per day.  I want to display the hours worked in a month and show a subtotal for each week. I am totally new to Discoverer and was hoping someone could help out. Thanks!!

  • Unit of Measure issue in WM.

    Hello All, I have the below issue. Philippines we have a manufacturing industry, For material A, 35 cases = 1 PALLET (Maintained in Basic data)and Unit of issue at the warehouse is CS. COLOMBO we have a distribution center. For the same material, we