Applet inits very slow on jre 5.x

I have a JApplet that inits fine under JRE1.4.2_0x - it loads in 2-3 seconds even when accepting the certificate and jars are caching for the first time. When I update to JRE 5.x though, it takes about a minute until I get to the dialog to accept the certificate, and then it takes several minutes more for the applet to init.
Once I accept the certificate, and jars are cached, then it loads fine even under JRE 5.x, but this initial process is so slow that it is not acceptable for our users.
It seems to be related (and maybe I'm wrong) to the JAVA spinning logo that gets displayed on JRE 5.x plugin. When I get that screen (because I must first accept certificate) then it is very slow, and when I don't get that screen (because certificate have been accepted and jars are cached) then everything works just fine.
Has anyone come across this issue ? If anyone knows how to turn off that initial screen, I would love to know how.
thanks in advance !

thanks for your reply. I have fixed it by forcing that spinning logo to not show up - to do so, you can specify your own image (gif or jpeg) to be displayed in that area. Now that not all CPU time are taken up by the spinning logo, my applet loads just fine.
I will test the Mustang later and let you know, but even with JRE 5, you can fix it by specifying a special applet attribute ("image").
http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/special_attributes.html#boxmessage
- ro

Similar Messages

  • Signed java applet is very slow with 1.4.2_06

    We have an application which has a signed jar applets was working fine with Java Plug-in (JPI) version 1.4.1_02.
    Due to customer requirement they want to run the same applet with JPI version 1.4.2_06, After JPI upgrade the applet is running slow.
    I am not sure what sun has changed the security settings in 1.4.2_06. So, Can some one give there thoughts on why would it run slow because of JPI changes.
    Thanks in advance.
    Aj

    Hi,
    It is nothing to do with Signed applet.
    If URL Connection 's setDefaultCacheUses is set to false then this is causing to run the Applet slow. As it require to download complete jar(if any) everytime.
    From 1.4.1_02 (CachedJarURLConnection.class in jaws.jar):
    public void connect()
    throws IOException
    if(!connected)
    jarFile = JarCache.get(jarFileURL);
    if(jarFile != null)
    {�.
    From 1.4.2_06 (CachedJarURLConnection.class in plugin.jar):
    public void connect()
    throws IOException
    if(!connected)
    if(getUseCaches())
    jarFile = JarCache.get(jarFileURL);
    if(jarFile != null)
    {�                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Applets are very slow.

    Hi,
    Apples are getting slower.When MII server restarted applets run faster but  after a few days they getting slower again.
    What can we do for applet runs fast?
    Must we restart server on every applet slow problem?
    Thanks.

    Certainly not!
    This'll take some research to know what's going wrong.
    What version of MII are you on? If its 12.x then looking at some perfomamce reports on the netweaver side can give you a fair idea , why the query behind an applet has a slow response.
    There could be memory issues , or some unwanted processes on the server that may be playing spoilsport here.
    I recommend you get in touch with the BASIS folks and carry out some performance tests.
    Hope it helps.

  • Classloader caching in signed applet is very slow and weird

    I have a signed applet running in the 1.4.1_01 plugin environment, and
    I'm getting the following kinds of messages when I use debug mode 5 in the console:
    Connecting http:[myserver]/someclass.class with no proxy
    Connecting http:[myserver]/someclass.class with cookie "JSESSIONID=..."
    Sometimes, the classloader will say:
    WARNING: Unable to cache someclass.class
    Moreover, some classes will be repeated two or three times, as if the classloader is trying to get the same class two or three times.
    Some of these classes are even in the java.lang package!!
    The thing is, I'm actually trying to get the applet to use webservices, so I've signed the Apache Axis jar files (about 8 or so) and included them in the "cache_archive" parameter. The classes giving problems are from these archives, not from my main applet jar.
    The applet will eventually work, but the first time takes a LONG time to initialize because the classloader is trying to verify all the classes (i think). Subsequent runnings of the applet within the same browser will be much faster, but the same thing will happen if I start a new browser instance.
    My questions are:
    1) Why is the classloader trying to load from my http server rather than from the local jars? (they seem to be statically cached, I checked the plugin control panel)
    2) Why is the classloader reloading the same classes multiple times?
    3) Is the classloader verifying the signatures for each class, because it's taking a long time due to very many classes (100's).
    I can't seem to find ANY documentation for this at Sun or Google.
    Please help if you can!
    Andrew

    I've got the same problem with applet using SOAP based on jwsdp.
    But classloader only try to get classes from server that are used in SOAP calls.
    The only workaround I found is to move this classes to root package, but still there are problems with
    Connecting http://<host>/int.class with no proxy
    Connecting http://<host>/int.class with no proxy
    WARNING: Unable to cache http://<host>/int.class
    requests.
    Maybe this is a bug of Sun SOAP implementation?

  • WebAnalysis/WebAdminServicesConsole very slow (because of java applet)

    Hello,
    Context: Hyperion System 9.3.1
    server1, Windows -> installed Administration Services e BI+ (Workspace, Web Analysis ecc)
    server2, AIX -> installed Essbase
    The client has externalized the software/hardware so we have:
    network A =client's network
    network B = Internet Service provider network
    network C =network of the society to which client has externalized the hardware
    The communication path is: network A -> network B -> network C
    server1 and server2 are on network C.
    From the client's computers in network A, Web Analysis Studio and Web Administration Services Console (both using java applets)
    have very very slow response times. To give you an idea, an blank report in Web Analysis needs 10min to open. With Web Admin Console I can't do anything: in an empty outline, I added 2 dimensions with 1 member each, when I tried 'Save outline' after 20mins of waiting a response the system also freezed.
    When I work in remote control directly on server1, Web Analysis studio and Web Admin Console are very very fast.
    This happens only with these two components, the other web components not using java applet (Workspace ecc) don't have this problem.
    That made me think there is a network issue. But ping and tracert to both servers (1,2) from the client machines gave me positive results.
    I don't know what else to test/try.
    Any help will be appreciated!
    Thank you!
    Daniela

    Ciao,
    It seems Web Analysis works well only with jre 1.5.0 update 11. I had java 1.6.0 update 4. I had disintalled java 1.6.0_4, installed 1.5.0_11 and now web analysis applet won't even load.
    The java console makes me see the following messages (I replaced by hand the real server name with the server_name):
    Java Plug-in 1.5.0_11
    Uso della versione JRE 1.5.0_11 Java HotSpot(TM) Client VM
    Directory principale utente = C:\Documents and Settings\Administrator
    c: cancella finestra console
    f: finalizza oggetti nella coda di finalizzazione
    g: recupera spazio
    h: visualizza questo messaggio di aiuto
    l: esegui dump dell'elenco classloader
    m: stampa utilizzo memoria
    o: attiva registrazione eventi
    p: ricarica configurazione proxy
    q: nascondi console
    r: ricarica configurazione criteri
    s: esegui dump delle proprietà del sistema e dell'installazione
    t: esegui dump dell'elenco thread
    v: esegui dump dello stack del thread
    x: cancella cache classloader
    0-5: imposta livello di traccia su <n>
    [WARN] HYABaseClient - -Analyzer Client Version=9.3.1.0.0.248
    [WARN] HYABaseClient - -ServerURL=http://server_name/WebAnalysis/processor
    [INFO] ProxyHttpClientHelper - -[PROXY_INIT] - Detect proxy settings using JavaPlugin Proxy Service...
    [INFO] ProxyHttpClientHelper - -[PROXY_INIT] - Proxy settings missed or bypassed. Go to sever directly
    [INFO] ProxyHttpClientHelper - -[PROXY_INIT] - Proxy settings are detected successfully.
    java.net.UnknownHostException: server_name
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.HttpConnection.open(Unknown Source)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown Source)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown Source)
         at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
         at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
         at com.hyperion.atf.services.distributed.http.HttpRequestProcessor.checkProxySettings(HttpRequestProcessor.java:269)
         at com.hyperion.atf.services.distributed.http.HttpRequestProcessor.checkProxySettings(HttpRequestProcessor.java:234)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.obtainProxySettings(Unknown Source)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.initATF(Unknown Source)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.init(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    [WARN] HYABaseClient - -Using Config: config_client.xml
    [INFO] SessionScopeBindingToJVM - -Releasing services for session: Unbound/Undefined SessionId
    [ERROR] ServiceManager - -Creating dummy lock.
    [INFO] SessionScopeBindingToJVM - -Creating token for session: INITIALIZATION
    [INFO] HttpRequestProcessor - -ServerURL=http://server_name/WebAnalysis/processor
    [INFO] HttpRequestProcessor - -Connect to server DIRECTLY
    [INFO] EventHandlerAsynchronous - -Created 3 worker threads.
    [ERROR] NamingServiceProxy - -Could not retrieve root entry. <org.apache.commons.lang.exception.NestableRuntimeException: org.apache.commons.lang.exception.NestableException: An error occurred during network communications.>org.apache.commons.lang.exception.NestableRuntimeException: org.apache.commons.lang.exception.NestableException: An error occurred during network communications.
         at com.hyperion.atf.services.distributed.clientproxies.NamingServiceProxy.getRootEntry(NamingServiceProxy.java:1008)
         at com.hyperion.atf.internal.services.naming.NamingServiceProxy.getRootEntry(NamingServiceProxy.java:119)
         at com.hyperion.atf.internal.services.naming.NamingServiceProxy.initialize(NamingServiceProxy.java:102)
         at com.hyperion.atf.internal.services.containers.UserSessionContainer.initialize(UserSessionContainer.java:119)
         at com.hyperion.atf.services.ServiceManager.setServiceContainer(ServiceManager.java:526)
         at com.hyperion.atf.services.ServiceManager.getService(ServiceManager.java:271)
         at com.hyperion.atf.services.ServiceManager.setServiceContainer(ServiceManager.java:503)
         at com.hyperion.atf.services.ServiceManager.initServiceContainer(ServiceManager.java:463)
         at com.hyperion.atf.services.ServiceManager.initialize(ServiceManager.java:661)
         at com.hyperion.atf.services.ServiceRegistry.initialize(ServiceRegistry.java:126)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.initATF(Unknown Source)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.init(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: org.apache.commons.lang.exception.NestableException: An error occurred during network communications.
         at com.hyperion.atf.services.distributed.http.HttpRequestProcessor.internalProcess(HttpRequestProcessor.java:480)
         at com.hyperion.atf.services.distributed.DistributedRequestProcessorClient.process(DistributedRequestProcessorClient.java:115)
         at com.hyperion.atf.services.distributed.clientproxies.NamingServiceProxy.getRootEntry(NamingServiceProxy.java:999)
         ... 13 more
    Caused by: java.net.UnknownHostException: server_name
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.HttpConnection.open(Unknown Source)
         at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(Unknown Source)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown Source)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown Source)
         at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
         at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
         at com.hyperion.atf.services.distributed.http.HttpRequestProcessor.internalProcess(HttpRequestProcessor.java:466)
         ... 15 more
    [ERROR] UserSessionContainer - -java.lang.IllegalStateException: Root entry is null
    [ERROR] UserSessionContainer - -Could not destroy container instance properly "com.hyperion.atf.internal.services.naming.NamingServiceProxy". <java.lang.NullPointerException>java.lang.NullPointerException
         at com.hyperion.atf.internal.services.containers.UserSessionContainer.destroy(UserSessionContainer.java:336)
         at com.hyperion.atf.internal.services.containers.UserSessionContainer.initialize(UserSessionContainer.java:127)
         at com.hyperion.atf.services.ServiceManager.setServiceContainer(ServiceManager.java:526)
         at com.hyperion.atf.services.ServiceManager.getService(ServiceManager.java:271)
         at com.hyperion.atf.services.ServiceManager.setServiceContainer(ServiceManager.java:503)
         at com.hyperion.atf.services.ServiceManager.initServiceContainer(ServiceManager.java:463)
         at com.hyperion.atf.services.ServiceManager.initialize(ServiceManager.java:661)
         at com.hyperion.atf.services.ServiceRegistry.initialize(ServiceRegistry.java:126)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.initATF(Unknown Source)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.init(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    [ERROR] ServiceManager - --------------------------
    [ERROR] ServiceManager - -Service "naming" was not initialized. Removed from registry.
    [ERROR] ServiceManager - -java.lang.IllegalStateException: Could not initalize container for: ServiceRegistration (name=naming, scope=user_session, priority=99, class=com.hyperion.atf.internal.services.naming.NamingServiceProxy, cronned=null)
    [ERROR] ServiceManager - --------------------------
    [INFO] SessionScopeBindingToJVM - -Releasing services for session: INITIALIZATION
    [WARN] SecurityContextManagerProxy - -Could not verify login...will try again. <org.apache.commons.lang.exception.NestableRuntimeException: org.apache.commons.lang.exception.NestableException: An error occurred during network communications.>org.apache.commons.lang.exception.NestableRuntimeException: org.apache.commons.lang.exception.NestableException: An error occurred during network communications.
         at com.hyperion.atf.services.distributed.clientproxies.SecurityContextManagerProxy.hasValidSecurityContext(SecurityContextManagerProxy.java:286)
         at com.hyperion.atf.security.authentication.SecurityContextManagerProxy.refresh(SecurityContextManagerProxy.java:73)
         at com.hyperion.atf.security.authentication.SecurityContextManagerProxy.hasValidSecurityContext(SecurityContextManagerProxy.java:162)
         at com.hyperion.atf.security.authentication.SecurityContextManagerProxy.getUser(SecurityContextManagerProxy.java:149)
         at com.hyperion.atf.security.authentication.SecurityContextManagerProxy.toString(SecurityContextManagerProxy.java:195)
         at java.lang.String.valueOf(Unknown Source)
         at java.lang.StringBuffer.append(Unknown Source)
         at com.hyperion.atf.internal.services.containers.UserSessionContainer.internalRelease(UserSessionContainer.java:259)
         at com.hyperion.atf.internal.services.containers.UserSessionContainer.release(UserSessionContainer.java:219)
         at com.hyperion.atf.internal.services.containers.UserSessionContainer.release(UserSessionContainer.java:229)
         at com.hyperion.atf.services.ServiceManager.releaseServices(ServiceManager.java:354)
         at com.hyperion.atf.services.SessionScopeBindingToJVM.destroy(SessionScopeBindingToJVM.java:34)
         at com.hyperion.atf.services.ServiceManager.initialize(ServiceManager.java:682)
         at com.hyperion.atf.services.ServiceRegistry.initialize(ServiceRegistry.java:126)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.initATF(Unknown Source)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.init(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: org.apache.commons.lang.exception.NestableException: An error occurred during network communications.
         at com.hyperion.atf.services.distributed.http.HttpRequestProcessor.internalProcess(HttpRequestProcessor.java:480)
         at com.hyperion.atf.services.distributed.DistributedRequestProcessorClient.process(DistributedRequestProcessorClient.java:115)
         at com.hyperion.atf.services.distributed.clientproxies.SecurityContextManagerProxy.hasValidSecurityContext(SecurityContextManagerProxy.java:277)
         ... 17 more
    Caused by: java.net.UnknownHostException: server_name
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.HttpConnection.open(Unknown Source)
         at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(Unknown Source)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown Source)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown Source)
         at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
         at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
         at com.hyperion.atf.services.distributed.http.HttpRequestProcessor.internalProcess(HttpRequestProcessor.java:466)
         ... 19 more
    [ERROR] HYABaseClient - -Error while initializing ATF <com.hyperion.atf.services.InitializationException: Could not initialize service manager: 1224512931093>com.hyperion.atf.services.InitializationException: Could not initialize service manager: 1224512931093
         at com.hyperion.atf.services.ServiceManager.initialize(ServiceManager.java:678)
         at com.hyperion.atf.services.ServiceRegistry.initialize(ServiceRegistry.java:126)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.initATF(Unknown Source)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.init(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.hyperion.atf.services.ServiceManager$ServiceRecursiveInitException: Could not start critical service: "appinit.tasks", all services are being rolled back.
         at com.hyperion.atf.services.ServiceManager.setServiceContainer(ServiceManager.java:546)
         at com.hyperion.atf.services.ServiceManager.initServiceContainer(ServiceManager.java:463)
         at com.hyperion.atf.services.ServiceManager.initialize(ServiceManager.java:661)
         ... 5 more
    org.apache.commons.lang.exception.NestableRuntimeException: org.apache.commons.lang.exception.NestableException: An error occurred during network communications.
         at com.hyperion.analyzer.atf.service.clientproxies.HYALicensingServiceProxy.isFeatureEnabled(Unknown Source)
         at com.hyperion.analyzer.usersession_base.AnalyzerClient.initShowHideParams(Unknown Source)
         at com.hyperion.analyzer.usersession_base.AnalyzerClient.createGUI(Unknown Source)
         at com.hyperion.analyzer.usersession_base.HYABaseClient.init(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: org.apache.commons.lang.exception.NestableException: An error occurred during network communications.
         at com.hyperion.atf.services.distributed.http.HttpRequestProcessor.internalProcess(HttpRequestProcessor.java:480)
         at com.hyperion.atf.services.distributed.DistributedRequestProcessorClient.process(DistributedRequestProcessorClient.java:115)
         ... 6 more
    Caused by: java.net.UnknownHostException: server_name
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.HttpConnection.open(Unknown Source)
         at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(Unknown Source)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown Source)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown Source)
         at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
         at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
         at com.hyperion.atf.services.distributed.http.HttpRequestProcessor.internalProcess(HttpRequestProcessor.java:466)
         ... 7 more
    Any help will be appreciated!

  • Applet very slow and shows no activity, but its running

    I have a new applet for the users, but I am reluctant to implement until I get some others opinions. It is very slow (30 - 40 seconds)
    Before it outputs a screen with about 20 lines, it reads 90 different html files. It looks at the forth rec of each to extract a name. It also gets the file size to determine if the record needs to be on the screen.
    Anyway, it does 4 reads on 90 files. = 360 reads. Oops, it also reads and loads a 80 record file at the beginning. So total is 440 reads.
    It takes 30 - 40 seconds. Which is not horrible, but it is not good. What really bothers me is that the applet screen shows no activity. At the bottom is shows "done" and "100%". Task Manager shows no activity. But if you just let it sit there, it will finally fill the screen. Pretty amazing to me. I would much rather see a "progress bar" moving on the bottom like other screens. Actually, a progress bar would solve it, because the users are not in a big hurry anyway.
    I am using "openStream" and "readLine" for the files.
    Any opinions?
    import javax.swing.*;
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    import java.io.*;
    import java.util.*;
    public class urlaa extends JApplet
    //zz  implements Runnable, ActionListener
          implements ActionListener
    // zz added
        private JLabel item;
        private JList itemList;
      int par;
      int errorflag = 0 ;
      int orgsize = 14900 ;
      String par1;
      String s;
      String e1;
      String e2;
      String e3;
      String w1;
      String w2;
      String w3;
      String w4;
      int i = 0;
      int len ;
      int size ;
      String stringsize ;
      URLConnection conn ;
      int i2 = 0 ;
      int k = 0;
      int current = 0;
      String s1 ;
      String s6 ;
      String s7 ;
      String s8 ;
      String printline ;
      String pageLink;
      String arr[]  = new String[150] ;
      String arr2[] = new String[150] ;
      String arr3[] = new String[150] ;
      int arr4[] = new int[150] ;
      String inputLine;
      Thread runner;
      public void init()
             String parameter = getParameter("par1");
             if (parameter != null)
                 par = Integer.parseInt(parameter);
             else
                 par = 99;
    // zz         Button goButton = new Button("Go");
    // zz         goButton.addActionListener(this);
    // zz         add(goButton);
    // zz   added
            this.item = new JLabel();
            this.addButton();
            Container container = this.getContentPane();
            this.itemList = this.getList();
            container.add(this.getPanel());
            URL u;
            InputStream wis = null;
            DataInputStream dis;
            int rcnt = 0;
            int rcn2 = 0;
           //    1)  read filelist.txt file
           //         and load into a table.
           //    2)  close the filelist.txt file
           //    3)  Use the tabled file names to
           //         read and see if the bio
           //         has been done
           //  1) Read filelist.txt and load table
            try
            u = new URL("http://www.classof1961.mysite.com/filelist.txt");
            catch (MalformedURLException e)
              errorflag = 1 ;  // set error flag to stop while loops
              e1 = ("FILELIST.TXT MalformedURLException: " + e.getMessage()) ;
            try
                u = new URL("http://www.classof1961.mysite.com/filelist.txt");
                wis = u.openStream();
            catch (IOException ioe)
              errorflag = 1 ;  // set error flag to stop while loops
              e1 = ("FILELIST.TXT IOException : " + ioe.getMessage()) ;
    //      does not work     size = wis.getContentLength() ;
                // Convert the inputStream to a buffered DatainputStream.
                dis = new DataInputStream(new BufferedInputStream(wis));
                // Read 1st record to set up while loop
                   try
                     s1 = dis.readLine() ;  // get 1st rcd
                   catch (IOException ioe)
                     errorflag = 1 ;  // set error flag to stop while loops
                     e3 = ("FILELIST.TXT IOException : " + ioe.getMessage()) ;
                   while (s1 !=  null)
                   {  // load file names loop
                   if (errorflag == 0)
                   {  // if errors
                    arr[i] = s1 ;
                    i++ ;
                    try
                    s1 = dis.readLine() ;
                    catch (IOException ioe)
                      errorflag = 1 ;  // set error flag to stop while loops
                      s1 = null ; // force end of loop
                      e3 = ("load table read failed" + ioe) ;
                    rcnt++ ;
                    if (rcnt > 100)  // test code
                    {                // test code
                      errorflag = 1;
                      s1 = null ;
                      e3 = "Load table is looping!!" ;
                   }  // end of error check loop
                   }  // end of table load loop
               int lasttableentry = i ;  //
                   // CLOSE the filelist.txt file
                   try
                    wis.close();
                   catch (IOException ioe)
                    errorflag = 1 ;  // set error flag to stop while loops
                    e3 = ("close of filelist.txt file failed" + ioe) ;
    //   End of filelist read and load and close
    //      ptr to whats new names in table arr
            i = 0 ;
    //      While more names in table,
    //        Connect and Open file
    //        Read file until 4th rcd (rel 3rd rcd)
    //          if rcd has date, then move it to table
    //          else
    //          bump to next file name
              w1 = arr[i] ;
              w2 = w1.substring(1, 4) ;   // ONLY USED FOR CHK FOR XXXX
    //    ______________  start of major loop  _____________
            boolean morenames = true ;
            while (morenames)
            {  // Name table loop
            if (errorflag == 0)
            {  //if no errors
              try
                u = new URL(w1);
                try
                  URLConnection conn ;
                  conn = u.openConnection();
                  size = conn.getContentLength();
                catch (IOException e)
                  errorflag = 4 ;
                  morenames = false ;
                  e1 = ("file size logic failed " + w1) ;
              catch (MalformedURLException e)
                    errorflag = 1 ;  // set error flag to stop while loops
                    morenames = false ;
                    e1 = ("next whats new url error : " + w1) ;
    // compile error                break ;
              try
                  u   = new URL(w1) ;
                  wis = u.openStream();
              catch (IOException e)
                errorflag = 1 ;  // set error flag to stop while loops
                morenames = false ;
                e2 = ("next whats new open error :  " + w1) ;
    //   compile error            break ;
    //            Convert the inputStream to a buffered DatainputStream.
                  dis = new DataInputStream(new BufferedInputStream(wis));
                if (errorflag == 0)
                {  //if no errors
                       try
    //  does not work                       String s2 = dis.readLine(3) ;
                         s1 = dis.readLine() ;
                         s1 = dis.readLine() ;
                         s1 = dis.readLine() ;
                         s1 = dis.readLine() ;
                       catch (IOException e)
                         errorflag = 1 ;  // set error flag to stop while loops
                         morenames = false ;
                         e2 = "whats new file MalformedURLException: " ;
                       // file is larger than original non-bio file size
                       if (size > orgsize)  //  if file size > original file size
                       String s2a = s1.substring(0, 5);
                       String s3 = "                       " ;
    //                 Only look at title records to get the name
                       if (s2a.equals("<titl"))
                          int k2 = 7 ;
                          int l = k2 + 1 ;
                            while (!s1.substring(k2, l).equals("<"))
                              k2++ ;
                              l++ ;
                          s3 = s1.substring(7, k2) ;
                       else
                          s3 = "               " ;
    //                 s3 now has blanks or the name
                       arr2[k] = w1 ;    // move name into arr2 (link to bio)
                       arr3[k] = s3 ;    // move name into arr3 (bio name)
                       arr4[k] = size ;  // move in file size
                       k++ ;
                       } // end of if length > 36
                } // end of chk for error flag zero (no errors)
                  //  now we have to close this whats new file
                   // CLOSE the current whats new file
                   try
                    wis.close();
                   catch (IOException ioe)
                    errorflag = 1 ;  // set error flag to stop while loops
                    morenames = false ;
                    e3 = ("close of the current whats new file failed" + ioe) ;
                  //  end of the close
              rcn2++ ;
              if (rcn2 > 100)  // test code
              {                // test code
                 errorflag = 2;
                 morenames = false ;
                 e3 = "Searching files is looping!!" ;
              i++ ;           // bump to next whats up name
              w1 = arr[i] ;   // load it into work string
              if (i > lasttableentry)
                morenames = false ;
              } // end of error checking loop
             else
                  morenames = false ;
            } // end major name table loop
                   // CLOSE the last whats new file
                   try
                    wis.close();
                   catch (IOException ioe)
                    errorflag = 1 ;  // set error flag to stop while loops
                    e3 = ("close of last whats new file failed" + ioe) ;
    // end of init
    //     _________________ other methods  ______________________
    // zz added
        private JList getList() {
            // Create a List
            JList tempList = new JList(arr3);
            tempList.setVisibleRowCount(3);
            // Enable single selection
            tempList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
            return tempList;
        private JButton addButton() {
            JButton button = new JButton("Select Item below and click here to go to the bio");
            button.addActionListener(this);
            return button;
        private JPanel getPanel() {
            // set layout to GridLayout 3 rows and 1 columns, no separations
            JPanel panel = new JPanel(new GridLayout(3,1,0,0));
            JScrollPane spane1 = new JScrollPane(this.itemList);
            panel.add(this.addButton());
            panel.add(spane1);
            panel.add(this.item);
    //       panel.add(new JLabel("Example List"));
            return panel;
    //   _______________  actionPerformed method  ____________________
         public void actionPerformed(ActionEvent evt)
           s8 = "actionPerformed";
    // zz added
            String command = evt.getActionCommand();
            // Get the selected value from the list and update the JLabel
            item.setText((String)itemList.getSelectedValue());
    //  try to redirect to selected url
      try
             int idx  = itemList.getSelectedIndex() ;
             String urlvalue = this.arr2[idx] ;
             URL u = new URL(urlvalue);
             this.getAppletContext().showDocument(u, "_self");
         catch(Exception e)
    }

    jagossage wrote:
    But if you just let it sit there, it will finally fill the screen. Pretty amazing to me. The onus is on you, the developer, to decide how to distract your users as they wait for your code to finish. Why should you expect something to do it for you?
    I would much rather see a "progress bar" moving on the bottom like other screens.Ah, I think I see where you're confused. The progress bar and applet loading subtitles, etc are Java's way of presenting the progress of loading the applet. Once it's fully loaded, though (which it is when your code starts running), it hands off control to you. It's in your hands at that point.

  • Applet with JDBC runs very slow

    I have recently created an applet which I am using to interface with a MS SQL Server 2000 database using JDBC. The server is running W2K Server, and a Tomcat web server.
    There are some performance problems with this application. The volume of data being demanded by the database is very low, yet it runs very slow. More specifically, however, the application runs at a very fast pace for several seconds, then "stalls" for 10 -15 seconds.
    The stalling of the application does not take place at the same place in the code all the time; rather it seems to be completely independent of what I am doing. Sometimes a particular operation takes 20 seconds to complete, but the next day the same thing only takes 20msec.
    Any ideas?
    Thanks

    sounds like network usage issues
    hard to tell with no code and no idea how you're configured

  • Very slow applets on Safari 5 and 1.6.20 - works fine in Firefox

    Hello,
    Has anyone else noticed very slow applets in safari 5? I'm running 1.6.0_20 and trying run any of the applets at http://openprocessing.org results in VERY slow applet performance.
    If i load the same applets in Firefox things run smoothly.
    For example, load this one in both and see the difference:
    http://openprocessing.org/visuals/?visualID=9151
    The motion in Safari 5 is jerky and not fluid at all. But in firefox it runs nice and smooth. Even in Chrome it's jerky just like Safari.
    I've tried both the 32/64 bit version settings and still the same result in Safari.
    Thanks..

    HI,
    Open Java Preferences (Applications/Utilities) Select the Network tab
    Click: Delete files
    Relaunch Safari.
    And empty the Safari cache from the Safari menu.
    Could be the site itself. An HTML validator came up with errors.
    http://validator.w3.org/check?uri=http%3A%2F%2Fopenprocessing.org%2Fvisuals%2F%3 FvisualID%3D9151&charset=%28detect+automatically%29&doctype=Inline&group=0
    Carolyn

  • Slow Applet init in IE

    Hi dudes,
    i have a problem with applet.. it's no a true problem, but it's an annoying problem. I have an applet that work in IE. When it's start with focus on and with maximixe window the applet load very slowly and CPU usage in very busy (88%-100%). When i start the applet with window minimized, it's load very fastly. It's a problem becuase my application needs to start in full screen mode....
    You have some suggestions?
    Thank you. Matte

    I can't post it beacuase it's a commercial program for my company.
            UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());
            enableEvents(AWTEvent.WINDOW_EVENT_MASK);
            Container contentPane  = this.getContentPane();
            contentPane.setLayout(null);
            String value = (String)this.getParameter("file");
            event_root1 = DNDTree.createTree(true,1,null,1);
            eventi1.addMouseListener(new Editor_eventi1_mouseAdapter(this));
            (DefaultMutableTreeNode) eventi1.getModel().getRoot(),new ArrayList());
            event_root2 = DNDTree.createTree(false,1,null,1);
            eventi2 = new DNDTree(event_root2,2);
            jScrollPane1 = new JScrollPane(tree1);
            jScrollPane2 = new JScrollPane(tree2);
            jScrollPane1.setViewportBorder(null);
            jScrollPane1.setAutoscrolls(true);
            jScrollPane1.setBorder(border2);
            jScrollPane1.setToolTipText("");
            jScrollPane1.setBounds(new Rectangle(50, 10, 320, 390));
            jScrollPane2.getViewport().setBackground(Color.white);
            jScrollPane2.setBorder(border2);
            jScrollPane2.setBounds(new Rectangle(400, 10, 320, 390));
            jScrollPane5 = new JScrollPane(eventi1);
            jScrollPane5.getViewport().setBackground(Color.white);
            jScrollPane5.setBorder(border2);
            jScrollPane5.setBounds(new Rectangle(50, 10, 320, 390));
            jScrollPane6= new JScrollPane(eventi2);
            jScrollPane6.getViewport().setBackground(Color.white);
            jScrollPane6.setBorder(border2);
            jScrollPane6.setBounds(new Rectangle(400, 10, 320, 390));
            Menu_Disponibili = new JPopupMenu();
            Menu_Disponibili.setBackground(new Color(212, 208, 200));
            Menu_Disponibili.setFont(new java.awt.Font("Tahoma", Font.PLAIN, 11));
            Menu_Disponibili.setToolTipText("Opzioni di inserimento");
            Menu_Disponibili.setInvoker(null);
            Menu_Disponibili.addMouseListener(new Editor_Menu_Disponibili_mouseAdapter(this));
            Item_Expande.setText("Espandi");
            Item_Expande.addActionListener(new Editor_Item_Expande_actionAdapter(this));
            Item_Collapse.setText("Compatta");
            Item_Collapse.addActionListener(new Editor_Item_Collapse_actionAdapter(this));
            Item_Add.setText("Aggiungi");
            Item_Add.addActionListener(new Editor_Item_Add_actionAdapter(this));
            VTextIcon textIcon = new VTextIcon(jLabel1, "OGGETTI DISPONIBILI",VTextIcon.ROTATE_NONE,220,220,198);
            jLabel1 = new JLabel(textIcon);
            jLabel1.setBackground(Color.darkGray);
            jLabel1.setFont(new java.awt.Font("Tahoma", Font.BOLD, 12));
            jLabel1.setForeground(Color.darkGray);
            jLabel1.setBorder(border2);
            jLabel1.setDisabledIcon(textIcon);
            jLabel1.setBounds(new Rectangle(31, 10, 20, 390));
            VTextIcon textIcon2 = new VTextIcon(jLabel2, "OGGETTI SELEZIONATI",VTextIcon.ROTATE_NONE,220,220,198);
            jLabel2 = new JLabel(textIcon2);
            jLabel2.setFont(new java.awt.Font("Tahoma", Font.BOLD, 12));
            jLabel2.setForeground(Color.darkGray);
            jLabel2.setBorder(border2);
            jLabel2.setHorizontalAlignment(SwingConstants.CENTER);
            jLabel2.setHorizontalTextPosition(SwingConstants.CENTER);
            jLabel2.setVerticalAlignment(SwingConstants.CENTER);
            jLabel2.setBounds(new Rectangle(719, 10, 20, 390));
            VTextIcon textIcon3 = new VTextIcon(jLabel6, "GRUPPI",VTextIcon.ROTATE_NONE,220,220,198);
            jLabel6 = new JLabel(textIcon3);
            jLabel6.setBackground(Color.darkGray);
            jLabel6.setFont(new java.awt.Font("Tahoma", Font.BOLD, 12));
            jLabel6.setForeground(Color.darkGray);
            jLabel6.setBorder(border2);
            jLabel6.setText("");
            jLabel6.setBounds(new Rectangle(31, 10, 20, 390));
            progressBarControl = new ProgressBarControl(ProgressBar,ProgressLabel);
            progressBarControl.reset();
            jTabbedPane1.setSelectedIndex(0);It's very strange, because it's works perfectly when execute it on a minimize window (CPU USAGE DOWN TO 40%-55%), while with a maximized window it's works very slowly and cpu usage go to 95%-100% it's very frustrating....

  • Java is very slow on terminal servers

    Hi, we have several terminal servers for clients. But running Java (JRE) on a bank website, is very slow to load the Java plugin. So the whole login takes around 1-2mins to complete.
    We run Windows Server 2008 R2 which is virtualized with VMWare, we run the latest Java client v7 Update 17. Java has always been slow on these servers, is there a way to teak it somewho, so it loads faster?

    WoOber wrote:
    Its me who have setup the whole server, but users experience really that Java starts really slow when they try to login on their bank on the web.And how is that login done? In an applet? Because then the performance issue is on their own computer in their own private installations of browsers and Java runtimes, not your terminal. Applets tend to load 'slowly', especially on older versions of Java. The feeling of slowness tends to be because people compare the loading time to Flash, a completely different beast.

  • Mac Mini boots very slow with Mavericks (after security update)

    Hi,
    my Mac Mini boots very slow after I've installed Maveriks. I did two clean installs by now, seemed to work OK after the second one but after the latest safety update (2014-002) the boot time is up to 5+ minutes. Starting Safari or other software takes addtional time. See below for system specs, Etrecheck and log. Any ideas what could cause this? According to the update history I did install the security update 2014-002 twice on the same day although I cannot remember doing such a thing.
    Thanks Joerg
    Hardware Information:
              Mac mini (Late 2009)
              Mac mini - model: Macmini3,1
              1 2.53 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400 - VRAM: 256 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 0:42:32
    Disk Information:
              Hitachi HTS545032B9SA02 disk0 : (320,07 GB)
                        EFI (disk0s1) <not mounted>: 209,7 MB
                        Macintosh HD (disk0s2) / [Startup]: 319,21 GB (225 GB free)
              OPTIARC DVD RW AD-5670S 
    USB Information:
              Mitsumi Electric Hub in Apple Extended USB Keyboard
                        Mitsumi Electric Apple Optical USB Mouse
                        Mitsumi Electric Apple Extended USB Keyboard
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
    Thunderbolt Information:
    Gatekeeper:
              Mac App Store and identified developers
    User Login Items:
              iTunesHelper
    Internet Plug-ins:
              FlashPlayer-10.6: Version: 13.0.0.201 - SDK 10.6 Support
              Flash Player: Version: 13.0.0.201 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.3
              Default Browser: Version: 537 - SDK 10.9
    Safari Extensions:
              AdBlock: Version: 2.6.28
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   3%          WindowServer
                   1%          fontd
                   0%          Console
                   0%          coreservicesd
                   0%          imagent
    Top Processes by Memory:
              213 MB          Safari
              90 MB          com.apple.IconServicesAgent
              90 MB          com.apple.WebKit.WebContent
              82 MB          mds_stores
              49 MB          Console
    Virtual Memory Information:
              5.33 GB          Free RAM
              1.60 GB          Active RAM
              211 MB          Inactive RAM
              627 MB          Wired RAM
              230 MB          Page-ins
              0 B          Page-outs
    28.04.14 09:48:09,000 bootlog[0]: BOOT_TIME 1398671289 0
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    28.04.14 09:55:31,000 kernel[0]: Longterm timer threshold: 1000 ms
    28.04.14 09:55:31,000 kernel[0]: Darwin Kernel Version 13.1.0: Wed Apr  2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
    28.04.14 09:55:31,000 kernel[0]: vm_page_bootstrap: 1867682 free pages and 147550 wired pages
    28.04.14 09:55:31,000 kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    28.04.14 09:55:31,000 kernel[0]: zone leak detection enabled
    28.04.14 09:55:31,000 kernel[0]: "vm_compressor_mode" is 4
    28.04.14 09:55:31,000 kernel[0]: standard timeslicing quantum is 10000 us
    28.04.14 09:55:31,000 kernel[0]: standard background quantum is 2500 us
    28.04.14 09:55:31,000 kernel[0]: mig_table_max_displ = 74
    28.04.14 09:55:31,000 kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    28.04.14 09:55:31,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    28.04.14 09:55:31,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    28.04.14 09:55:31,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    28.04.14 09:55:31,000 kernel[0]: calling mpo_policy_init for Sandbox
    28.04.14 09:55:31,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    28.04.14 09:55:31,000 kernel[0]: calling mpo_policy_init for Quarantine
    28.04.14 09:55:31,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    28.04.14 09:55:31,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    28.04.14 09:55:31,000 kernel[0]: The Regents of the University of California. All rights reserved.
    28.04.14 09:55:31,000 kernel[0]: MAC Framework successfully initialized
    28.04.14 09:55:31,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    28.04.14 09:55:31,000 kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    28.04.14 09:55:31,000 kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    28.04.14 09:55:31,000 kernel[0]: ACPI: sleep states S3 S4 S5
    28.04.14 09:55:31,000 kernel[0]: pci (build 20:00:24 Jan 16 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    28.04.14 09:55:31,000 kernel[0]: [ PCI configuration begin ]
    28.04.14 09:55:31,000 kernel[0]: console relocated to 0xf80010000
    28.04.14 09:55:31,000 kernel[0]: [ PCI configuration end, bridges 5, devices 18 ]
    28.04.14 09:55:31,000 kernel[0]: AppleIntelCPUPowerManagement: (built 19:46:50 Jan 16 2014) initialization complete
    28.04.14 09:55:31,000 kernel[0]: NVEthernet::start - Built Sep 19 2013 22:20:06
    28.04.14 09:55:31,000 kernel[0]: mcache: 2 CPU(s), 64 bytes CPU cache line size
    28.04.14 09:55:31,000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    28.04.14 09:55:31,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    28.04.14 09:55:31,000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 34159efffe270ccc; max speed s800.
    28.04.14 09:55:31,000 kernel[0]: rooting via boot-uuid from /chosen: 289A3125-09B8-376B-ACE3-38D61384202E
    28.04.14 09:55:31,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    28.04.14 09:55:31,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    28.04.14 09:55:31,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    28.04.14 09:55:31,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    28.04.14 09:55:31,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    28.04.14 09:55:31,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    28.04.14 09:55:31,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS545032B9SA02 Media/IOGUIDPartitionScheme/Customer@2
    28.04.14 09:55:31,000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    28.04.14 09:55:31,000 kernel[0]: BTCOEXIST off
    28.04.14 09:55:31,000 kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
    28.04.14 09:55:31,000 kernel[0]: 5.10.131.36
    28.04.14 09:55:31,000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    28.04.14 09:48:39,817 com.apple.launchd[1]: *** launchd[1] has started up. ***
    28.04.14 09:48:39,817 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    28.04.14 09:55:30,438 hidd[43]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    28.04.14 09:55:30,439 hidd[43]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    28.04.14 09:55:30,602 com.apple.SecurityServer[25]: Session 100000 created
    28.04.14 09:55:31,684 fseventsd[44]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (3 442 34362)
    28.04.14 09:55:31,738 fseventsd[44]: log dir: /.fseventsd getting new uuid: 4D96DE92-DF6A-4074-A734-C058ACC67177
    28.04.14 09:55:33,000 kernel[0]: VM Swap Subsystem is ON
    28.04.14 09:55:33,000 kernel[0]: Waiting for DSMOS...
    28.04.14 09:55:36,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    28.04.14 09:55:36,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    28.04.14 09:55:36,000 kernel[0]: NVDAStartup: Official
    28.04.14 09:55:36,000 kernel[0]: init
    28.04.14 09:55:36,000 kernel[0]: probe
    28.04.14 09:55:36,000 kernel[0]: start
    28.04.14 09:55:36,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    28.04.14 09:55:36,000 kernel[0]: IOBluetoothUSBDFU::probe
    28.04.14 09:55:36,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8216 FirmwareVersion - 0x0207
    28.04.14 09:55:36,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xe000 ****
    28.04.14 09:55:36,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xe000 ****
    28.04.14 09:55:36,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xe000
    28.04.14 09:55:36,000 kernel[0]: NVDANV50HAL loaded and registered
    28.04.14 09:55:36,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    28.04.14 09:55:36,000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    28.04.14 09:55:36,000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    28.04.14 09:55:36,000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    28.04.14 09:55:36,000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    28.04.14 09:55:36,000 kernel[0]: Previous Shutdown Cause: 5
    28.04.14 09:55:36,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    28.04.14 09:55:36,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    28.04.14 09:55:36,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x6280 -- 0x3800 -- 0xe000 ****
    28.04.14 09:55:36,000 kernel[0]: DSMOS has arrived
    28.04.14 09:55:37,000 kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    28.04.14 09:55:38,000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    28.04.14 09:55:38,142 configd[54]: setting hostname to "Susannes-Mac-mini.local"
    28.04.14 09:55:38,147 configd[54]: network changed.
    28.04.14 09:55:38,368 com.apple.SecurityServer[25]: Entering service
    28.04.14 09:55:38,000 kernel[0]: Ethernet [nvenet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0000,0de1,0005,45e1,0000]
    28.04.14 09:55:38,000 kernel[0]: 05f5e100  00500026  NVEthernet::setLinkStatus - Active
    28.04.14 09:55:39,000 kernel[0]: Ethernet [nvenet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0000,0de1,0005,45e1,0000]
    28.04.14 09:55:39,000 kernel[0]: 05f5e100  00500026  NVEthernet::setLinkStatus - Active
    28.04.14 09:55:41,920 digest-service[63]: label: default
    28.04.14 09:55:41,921 digest-service[63]:           dbname: od:/Local/Default
    28.04.14 09:55:41,921 digest-service[63]:           mkey_file: /var/db/krb5kdc/m-key
    28.04.14 09:55:41,921 digest-service[63]:           acl_file: /var/db/krb5kdc/kadmind.acl
    28.04.14 09:55:42,335 mDNSResponder[35]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    28.04.14 09:55:42,768 loginwindow[38]: Login Window Application Started
    28.04.14 09:55:43,026 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    28.04.14 09:55:43,278 airportd[61]: sandbox cache error 3850
    28.04.14 09:55:43,423 digest-service[63]: sandbox cache error 11: database disk image is malformed
    28.04.14 09:55:43,851 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    28.04.14 09:55:44,005 com.apple.usbmuxd[17]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    28.04.14 09:55:44,942 digest-service[63]: digest-request: uid=0
    28.04.14 09:55:45,441 airportd[61]: airportdProcessDLILEvent: en1 attached (up)
    28.04.14 09:55:45,729 awacsd[57]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    28.04.14 09:55:46,356 awacsd[57]: InnerStore CopyAllZones: no info in Dynamic Store
    28.04.14 09:55:46,370 stackshot[21]: Timed out waiting for IOKit to finish matching.
    28.04.14 09:55:47,289 configd[54]: network changed.
    28.04.14 09:55:47,291 configd[54]: network changed: DNS*
    28.04.14 09:55:47,318 systemkeychain[82]: done file: /var/run/systemkeychaincheck.done
    28.04.14 09:55:47,593 apsd[59]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28.04.14 09:55:47,723 mDNSResponder[35]: D2D_IPC: Loaded
    28.04.14 09:55:47,723 mDNSResponder[35]: D2DInitialize succeeded
    28.04.14 09:55:47,727 mDNSResponder[35]:   4: Listening for incoming Unix Domain Socket client requests
    28.04.14 09:55:48,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xe000 ****
    28.04.14 09:55:48,846 networkd[98]: networkd.98 built Aug 24 2013 22:08:46
    28.04.14 09:55:48,926 digest-service[63]: digest-request: netr probe 0
    28.04.14 09:55:48,927 digest-service[63]: digest-request: init request
    28.04.14 09:55:49,050 digest-service[63]: digest-request: init return domain: BUILTIN server: SUSANNES-MAC-MINI indomain was: <NULL>
    28.04.14 09:55:49,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    28.04.14 09:55:55,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    28.04.14 09:55:55,395 WindowServer[80]: Server is starting up
    28.04.14 09:55:55,554 WindowServer[80]: Session 256 retained (2 references)
    28.04.14 09:55:55,554 WindowServer[80]: Session 256 released (1 references)
    28.04.14 09:55:55,619 WindowServer[80]: Session 256 retained (2 references)
    28.04.14 09:55:55,689 WindowServer[80]: init_page_flip: page flip mode is on
    28.04.14 09:55:56,015 mds[34]: (Normal) FMW: FMW 0 0
    28.04.14 09:55:56,075 locationd[40]: NBB-Could not get UDID for stable refill timing, falling back on random
    28.04.14 09:55:56,238 WindowServer[80]: Found 27 modes for display 0x00000000 [24, 3]
    28.04.14 09:55:56,569 WindowServer[80]: Found 1 modes for display 0x00000000 [1, 0]
    28.04.14 09:55:56,571 WindowServer[80]: mux_initialize: Couldn't find any matches
    28.04.14 09:55:56,572 WindowServer[80]: Found 27 modes for display 0x00000000 [24, 3]
    28.04.14 09:55:56,778 locationd[40]: Location icon should now be in state 'Inactive'
    28.04.14 09:55:56,964 WindowServer[80]: Found 1 modes for display 0x00000000 [1, 0]
    28.04.14 09:55:56,995 WindowServer[80]: WSMachineUsesNewStyleMirroring: false
    28.04.14 09:55:56,997 WindowServer[80]: Display 0x764bdc00: GL mask 0x1; bounds (0, 0)[1280 x 1024], 27 modes available
    Main, Active, on-line, enabled, boot, Vendor 4dd9, Model 2f70, S/N 0, Unit 0, Rotation 0
    UUID 0x6077c6f135c4c44ddc359cba2050401d
    28.04.14 09:55:56,997 WindowServer[80]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    28.04.14 09:55:56,998 WindowServer[80]: WSSetWindowTransform: Singular matrix
    28.04.14 09:55:57,421 WindowServer[80]: Display 0x764bdc00: GL mask 0x1; bounds (0, 0)[1280 x 1024], 27 modes available
    Main, Active, on-line, enabled, boot, Vendor 4dd9, Model 2f70, S/N 0, Unit 0, Rotation 0
    UUID 0x6077c6f135c4c44ddc359cba2050401d
    28.04.14 09:55:57,421 WindowServer[80]: Display 0x003f003d: GL mask 0x2; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    28.04.14 09:55:57,421 WindowServer[80]: CGXPerformInitialDisplayConfiguration
    28.04.14 09:55:57,421 WindowServer[80]:   Display 0x764bdc00: Unit 0; Vendor 0x4dd9 Model 0x2f70 S/N 0 Dimensions 13.31 x 10.63; online enabled, Bounds (0,0)[1280 x 1024], Rotation 0, Resolution 1
    28.04.14 09:55:57,422 WindowServer[80]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    28.04.14 09:55:57,592 apsd[59]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28.04.14 09:55:58,874 mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F931180C560 Susannes-Mac-mini.local. (AAAA) that's already in the list
    28.04.14 09:55:58,874 mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F931180C9F0 C.C.C.0.7.2.E.F.F.F.E.9.5.1.6.3.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    28.04.14 09:55:58,874 mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F931180E160 Susannes-Mac-mini.local. (Addr) that's already in the list
    28.04.14 09:55:58,874 mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F931180E5F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    28.04.14 09:55:59,615 WindowServer[80]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x0000428b, unit 0, caps QEX|MIPMAP, vram 256 MB
    28.04.14 09:55:59,715 WindowServer[80]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    28.04.14 09:55:59,716 WindowServer[80]: GLCompositor enabled for tile size [256 x 256]
    28.04.14 09:55:59,716 WindowServer[80]: CGXGLInitMipMap: mip map mode is on
    28.04.14 09:55:59,726 WindowServer[80]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    28.04.14 09:55:59,801 loginwindow[38]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    28.04.14 09:56:00,154 configd[54]: network changed: v4(en0+:192.168.178.24) DNS+ Proxy+ SMB
    28.04.14 09:56:00,166 configd[54]: setting hostname to "susannes-mini.fritz.box"
    28.04.14 09:56:01,357 awacsd[57]: Exiting
    28.04.14 09:56:02,738 WindowServer[80]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fc9bb513090) - enabling OpenGL
    28.04.14 09:56:03,337 WindowServer[80]: Display 0x764bdc00: Unit 0; ColorProfile { 2, "SDM-HS74"}; TransferFormula (1.000000, 1.000000, 1.000000)
    28.04.14 09:56:03,383 WindowServer[80]: Display 0x764bdc00: Unit 0; ColorProfile { 2, "SDM-HS74"}; TransferFormula (1.000000, 1.000000, 1.000000)
    28.04.14 09:56:03,397 WindowServer[80]: Display 0x764bdc00: Unit 0; ColorProfile { 2, "SDM-HS74"}; TransferFormula (1.000000, 1.000000, 1.000000)
    28.04.14 09:56:03,448 ntpd[106]: proto: precision = 1.000 usec
    28.04.14 09:56:03,489 launchctl[126]: com.apple.findmymacmessenger: Already loaded
    28.04.14 09:56:03,785 com.apple.SecurityServer[25]: Session 100004 created
    28.04.14 09:56:04,311 digest-service[63]: digest-request: uid=0
    28.04.14 09:56:04,312 digest-service[63]: digest-request: init request
    28.04.14 09:56:04,316 digest-service[63]: digest-request: init return domain: MACMINI-270CCC server: SUSANNES-MINI indomain was: <NULL>
    28.04.14 09:56:04,363 digest-service[63]: digest-request: uid=0
    28.04.14 09:56:04,364 digest-service[63]: digest-request: init request
    28.04.14 09:56:04,368 digest-service[63]: digest-request: init return domain: SUSANNES-MINI server: SUSANNES-MINI indomain was: <NULL>
    28.04.14 09:56:04,370 UserEventAgent[127]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    28.04.14 09:56:05,219 loginwindow[38]: Login Window Started Security Agent
    28.04.14 09:56:05,648 SecurityAgent[142]: This is the first run
    28.04.14 09:56:05,649 SecurityAgent[142]: MacBuddy was run = 0
    28.04.14 09:56:05,672 SecurityAgent[142]: User info context values set for susannescherwinski
    28.04.14 09:56:06,399 loginwindow[38]: Login Window - Returned from Security Agent
    28.04.14 09:56:06,427 loginwindow[38]: USER_PROCESS: 38 console
    28.04.14 09:56:06,000 kernel[0]: AppleKeyStore:Sending lock change 0
    28.04.14 09:56:06,970 com.apple.launchd.peruser.501[145]: Background: Aqua: Registering new GUI session.
    28.04.14 09:56:06,996 com.apple.launchd.peruser.501[145]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    28.04.14 09:56:06,998 com.apple.launchd.peruser.501[145]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    28.04.14 09:56:07,002 launchctl[147]: com.apple.pluginkit.pkd: Already loaded
    28.04.14 09:56:07,002 launchctl[147]: com.apple.sbd: Already loaded
    28.04.14 09:56:07,029 distnoted[149]: # distnote server agent  absolute time: 479.663146784   civil time: Mon Apr 28 09:56:07 2014   pid: 149 uid: 501  root: no
    28.04.14 09:56:07,530 UserEventAgent[148]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    28.04.14 09:56:07,569 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    28.04.14 09:56:07,569 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    28.04.14 09:56:07,569 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    28.04.14 09:56:07,569 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    28.04.14 09:56:07,569 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    28.04.14 09:56:07,570 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    28.04.14 09:56:07,570 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    28.04.14 09:56:07,570 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    28.04.14 09:56:07,570 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    28.04.14 09:56:07,570 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    28.04.14 09:56:07,570 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    28.04.14 09:56:07,570 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    28.04.14 09:56:07,570 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    28.04.14 09:56:07,570 com.apple.audio.DriverHelper[161]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    28.04.14 09:56:07,608 com.apple.audio.DriverHelper[161]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    28.04.14 09:56:07,608 com.apple.audio.DriverHelper[161]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    28.04.14 09:56:07,608 com.apple.audio.DriverHelper[161]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    28.04.14 09:56:07,732 com.apple.SecurityServer[25]: Session 100006 created
    28.04.14 09:56:07,760 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    28.04.14 09:56:07,793 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28.04.14 09:56:07,820 sharingd[170]: Starting Up...
    28.04.14 09:56:07,954 WindowServer[80]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    28.04.14 09:56:08,649 WindowServer[80]: Display 0x764bdc00: Unit 0; ColorProfile { 2, "SDM-HS74"}; TransferFormula (1.000000, 1.000000, 1.000000)
    28.04.14 09:56:09,364 com.apple.IconServicesAgent[201]: IconServicesAgent launched.
    28.04.14 09:56:09,577 accountsd[202]: assertion failed: 13C1021: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    28.04.14 09:56:09,719 com.apple.SecurityServer[25]: Session 100009 created
    28.04.14 09:56:10,587 WiFiKeychainProxy[182]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    28.04.14 09:56:10,588 WiFiKeychainProxy[182]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    28.04.14 09:56:10,847 SystemUIServer[156]: Cannot find executable for CFBundle 0x7fb68855c320 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    28.04.14 09:56:10,864 SystemUIServer[156]: Cannot find executable for CFBundle 0x7fb68847aab0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    28.04.14 09:56:12,097 imagent[189]: [Warning] Services all disappeared, removing all dependent devices
    28.04.14 09:56:12,122 imagent[189]: [Warning] Creating empty account: PlaceholderAccount for service: IMDService (iMessage)
    28.04.14 09:56:12,123 imagent[189]: [Warning] Creating empty account: PlaceholderAccount for service: IMDService (iMessage)
    28.04.14 09:56:12,163 soagent[184]: [Warning] Services all disappeared, removing all dependent devices
    28.04.14 09:56:12,181 soagent[184]: No active accounts, killing soagent in 10 seconds
    28.04.14 09:56:12,184 soagent[184]: No active accounts, killing soagent in 10 seconds
    28.04.14 09:56:12,417 secd[207]:  __EnsureFreshParameters_block_invoke_2 SOSCloudKeychainSynchronizeAndWait: The operation couldn’t be completed. (SyncedDefaults error 1025 - Remote error : No valid account for KVS)
    28.04.14 09:56:12,417 secd[207]:  __talkWithKVS_block_invoke callback error: The operation couldn’t be completed. (SyncedDefaults error 1025 - Remote error : No valid account for KVS)
    28.04.14 09:56:12,639 secd[207]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    28.04.14 09:56:12,639 secd[207]:  securityd_xpc_dictionary_handler WiFiKeychainProx[182] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    28.04.14 09:56:12,944 com.apple.time[148]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    28.04.14 09:56:22,465 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28.04.14 09:56:23,038 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28.04.14 09:56:23,156 soagent[184]: Killing soagent.
    28.04.14 09:56:23,156 NotificationCenter[181]: SOHelperCenter main connection interrupted
    28.04.14 09:56:23,159 NotificationCenter[181]: SOHelperCenter main connection interrupted
    28.04.14 09:56:23,160 imagent[189]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:184)
    28.04.14 09:56:23,160 imagent[189]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:184)
    28.04.14 09:56:23,314 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28.04.14 09:56:23,316 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28.04.14 09:56:24,403 parentalcontrolsd[216]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    28.04.14 09:56:33,245 com.apple.time[148]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    28.04.14 09:56:33,310 soagent[217]: [Warning] Services all disappeared, removing all dependent devices
    28.04.14 09:56:33,318 soagent[217]: No active accounts, killing soagent in 10 seconds
    28.04.14 09:56:33,467 com.apple.dock.extra[212]: No endpoint returned trying to load UnreadCountController.bundle, suspending
    28.04.14 09:56:33,493 soagent[217]: No active accounts, killing soagent in 10 seconds
    28.04.14 09:56:33,494 soagent[217]: No active accounts, killing soagent in 10 seconds
    28.04.14 09:56:44,319 soagent[217]: Killing soagent.
    28.04.14 09:56:44,320 com.apple.dock.extra[212]: SOHelperCenter main connection interrupted
    28.04.14 09:56:44,322 com.apple.dock.extra[212]: SOHelperCenter main connection interrupted
    28.04.14 09:56:44,324 imagent[189]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:217)
    28.04.14 09:56:44,324 imagent[189]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:217)
    28.04.14 10:00:56,532 WindowServer[80]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    28.04.14 10:00:57,256 WindowServer[80]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.72 seconds (server forcibly re-enabled them after 1.00 seconds)
    28.04.14 10:00:59,103 com.apple.IconServicesAgent[201]: main Failed to composit image for binding VariantBinding [0x42d] flags: 0x8 binding: FileInfoBinding [0x1f3] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN.
    28.04.14 10:00:59,104 quicklookd[227]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN request size:64 scale: 1
    28.04.14 10:00:59,143 com.apple.IconServicesAgent[201]: main Failed to composit image for binding VariantBinding [0x3df] flags: 0x8 binding: FileInfoBinding [0x2e5] - extension: pdf, UTI: com.adobe.pdf, fileType: ????.
    28.04.14 10:00:59,144 quicklookd[227]: 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:64 scale: 1
    28.04.14 10:00:59,208 com.apple.IconServicesAgent[201]: main Failed to composit image for binding VariantBinding [0x1f5] flags: 0x8 binding: FileInfoBinding [0x42f] - extension: mp3, UTI: public.mp3, fileType: MPG3.
    28.04.14 10:00:59,208 quicklookd[227]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: mp3, UTI: public.mp3, fileType: MPG3 request size:64 scale: 1
    28.04.14 10:01:03,377 mds[34]: (Normal) Volume: volume:0x7f9c5c863000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.S2FNIL
    28.04.14 10:01:17,708 System Events[269]: .sdef warning for part of complex type 'any | number | boolean | date | list | record | text | data' used in suite 'Property List Suite': 'data' is not a valid type name.
    28.04.14 10:01:17,709 System Events[269]: .sdef warning for type 'text | missing value | any' attribute 'uniqueID' of class 'XML element' in suite 'XML Suite': AppleScript ID references may not work for this property because its type is not NSNumber- or NSString-derived.
    28.04.14 10:01:24,175 Safari[219]: ERROR: ForceShrinkPersistentStore_NoLock -delete- We do not have a BLOB or TEXT column type.  Instead, we have 5.

    Anybody?
    Did I something wrong? Too many lines of log? Wrong category? Enlighten me. Thx.

  • Problem description: My computer is running very slow ever since I switched to Yosemite.  I get the multicolored wheel just opening my browser at times and waiting for a page to open, or an application.  Any ideas other than rebooting my computer to

    Problem description:
    My computer is running very slow ever since I switched to Yosemite.  I get the multicolored wheel just opening my browser at times and waiting for a page to open, or an application.  Any ideas other than rebooting my computer to get the problem to alleviate for a few days?
    EtreCheck version: 2.1.8 (121)
    Report generated February 16, 2015 at 2:35:55 PM PST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (21.5-inch, Late 2009) (Technical Specifications)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                Empty  
            BANK 1/DIMM0
                Empty  
            BANK 0/DIMM1
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM1
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 9400 - VRAM: 256 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 11 days 19:34:2
    Disk Information: ℹ️
        ST3500418ASQ disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            BOOTCAMP (disk0s4) /Volumes/BOOTCAMP : 60.76 GB (15.30 GB free)
            Macintosh HD (disk1) / : 438.11 GB (351.62 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 438.49 GB Online
        HL-DT-ST DVDRW  GA11N 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        hp officejet 4200 series
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.accountsd.plist
        [killed]    com.apple.AirPlayUIAgent.plist
        [killed]    com.apple.bird.plist
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.coreservices.uiagent.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.pluginkit.pkd.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.recentsd.plist
        [killed]    com.apple.secd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        19 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.coresymbolicationd.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.diagnosticd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.iconservices.iconservicesd.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.periodic-monthly.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.sandboxd.plist
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.spindump.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        20 processes killed due to memory pressure
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.GoodShop.updater.plist [Click for support]
    User Login Items: ℹ️
        None
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Click for support]
        Google Earth Web Plug-in: Version: 5.2 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.4.2.4 [Click for support]
        RealPlayer Plugin: Version: Unknown [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        DivXBrowserPlugin: Version: 2.0 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Click for support]
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.79 [Click for support]
        VSeeHelper: Version: VSeeHelper 1.0.0.0 - SDK 10.8 [Click for support]
    Safari Extensions: ℹ️
        avast! Online Security
        Goodshop app
    3rd Party Preference Panes: ℹ️
        DivX  [Click for support]
        Flip4Mac WMV  [Click for support]
        MacFUSE  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 438.11 GB Disk used: 86.50 GB
        Destinations:
            Backup [Local]
            Total size: 159.70 GB
            Total number of backups: 3
            Oldest backup: 2014-11-24 05:20:18 +0000
            Last backup: 2015-02-01 03:04:02 +0000
            Size of backup disk: Too small
                Backup size 159.70 GB < (Disk used 86.50 GB X 3)
    Top Processes by CPU: ℹ️
             8%    WindowServer
             5%    DashboardClient
             3%    mds
             2%    launchd
             0%    ocspd
    Top Processes by Memory: ℹ️
        64 MB    WindowServer
        52 MB    thunderbird
        34 MB    mds
        34 MB    Mail
        30 MB    mds_stores
    Virtual Memory Information: ℹ️
        654 MB    Free RAM
        834 MB    Active RAM
        777 MB    Inactive RAM
        903 MB    Wired RAM
        102.49 GB    Page-ins
        1.46 GB    Page-outs
    Diagnostics Information: ℹ️
        Standard users cannot read /Library/Logs/DiagnosticReports.
        Run as an administrator account to see more information.

    Hi Linc!  Sorry for the delay.  Here is the information:
    Start time: 16:48:08 02/28/15
    Revision: 1241
    Model Identifier: iMac10,1
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 10 days 21:04
    UID: 502
    SerialATA
        ST*******ASQ                          
    USB
        officejet 4200 series (Hewlett Packard)
    Bluetooth
        Apple Wireless Mouse
    FileVault 2: On FileVault master keychain appears to be installed
    FileVault 1: On
    I/O wait time (ms/s)
        launchd (UID 0): 53
    Font issues: 40
    Firewall: On
    System caches/logs
        1987 MB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-01-31 SecurityAgent crash
        2015-02-01 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-02-01 IMDPersistenceAgent crash
        2015-02-01 secd crash
        2015-02-20 Inkjet7 crash
        2015-02-28 IMDPersistenceAgent crash
        2015-02-28 secd crash x2
    Kernel log
        Feb 23 07:06:08 Failed to get hibernate image filename
        Feb 23 17:07:05 Failed to get hibernate image filename
        Feb 24 07:06:05 Failed to get hibernate image filename
        Feb 24 17:47:13 Failed to get hibernate image filename
        Feb 24 18:31:50 IOAudioStream[0xffffff802df40400]::clipIfNecessary() - Error: counted 1 clip more than one buffer ahead errors.
        Feb 24 19:14:41 Failed to get hibernate image filename
        Feb 24 20:56:40 Failed to get hibernate image filename
        Feb 24 22:14:14 Failed to get hibernate image filename
        Feb 24 22:38:31 Failed to get hibernate image filename
        Feb 25 06:58:23 Failed to get hibernate image filename
        Feb 25 17:40:53 Failed to get hibernate image filename
        Feb 25 21:04:27 Failed to get hibernate image filename
        Feb 25 21:31:52 Failed to get hibernate image filename
        Feb 26 07:03:06 Failed to get hibernate image filename
        Feb 26 17:06:59 Failed to get hibernate image filename
        Feb 27 06:58:56 Failed to get hibernate image filename
        Feb 27 17:02:56 Failed to get hibernate image filename
        Feb 27 19:17:20 Failed to get hibernate image filename
        Feb 27 23:04:12 Failed to get hibernate image filename
        Feb 28 10:09:19 Failed to get hibernate image filename
        Feb 28 13:07:21 Failed to get hibernate image filename
        Feb 28 14:08:38 Failed to get hibernate image filename
        Feb 28 15:11:16 Failed to get hibernate image filename
        Feb 28 16:18:21 msdosfs_fat_uninit_vol: error 6 from msdosfs_fat_cache_flush
        Feb 28 16:29:32 Failed to get hibernate image filename
    System log
            label = "2.5.4.3";
            "localized label" = "2.5.4.3";
            type = string;
            value = "courier.sandbox.push.apple.com";
        Feb 28 16:30:55 loginwindow ERROR | __50-[MCXDLauncher(Private) startNetworkChangeThread:]_block_invoke | Unable to GetMCXAgentPort
        Feb 28 16:31:09 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8424]
        Feb 28 16:31:44 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8433]
        Feb 28 16:32:36 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:34:16 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:38:37 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "1Password mini" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:38:49 WindowServer WSGetSurfaceInWindow : Invalid surface 769181205 for window 4518
        Feb 28 16:38:49 WindowServer WSGetSurfaceInWindow : Invalid surface 769181205 for window 4518
        Feb 28 16:38:56 WindowServer WSGetSurfaceInWindow : Invalid surface 1023641180 for window 4522
        Feb 28 16:38:56 WindowServer WSGetSurfaceInWindow : Invalid surface 1023641180 for window 4522
        Feb 28 16:39:06 WindowServer WSGetSurfaceInWindow : Invalid surface 1058035653 for window 4525
        Feb 28 16:39:06 WindowServer WSGetSurfaceInWindow : Invalid surface 1058035653 for window 4525
        Feb 28 16:39:22 WindowServer WSGetSurfaceInWindow : Invalid surface 996085260 for window 4530
        Feb 28 16:39:22 WindowServer WSGetSurfaceInWindow : Invalid surface 996085260 for window 4530
        Feb 28 16:39:33 WindowServer WSGetSurfaceInWindow : Invalid surface 1034343505 for window 4534
        Feb 28 16:39:33 WindowServer WSGetSurfaceInWindow : Invalid surface 1034343505 for window 4534
        Feb 28 16:39:39 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Feb 28 16:39:39 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Feb 28 16:46:20 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8979]
        Feb 28 16:49:02 loginwindow ERROR | __50-[MCXDLauncher(Private) startNetworkChangeThread:]_block_invoke | Unable to GetMCXAgentPort
    Daemons
        com.apple.AccountPolicyHelper
        com.apple.AssetCacheLocatorService
        com.apple.CodeSigningHelper
        com.apple.MobileFileIntegrity
        com.apple.awdd
        com.apple.backupd-auto
        com.apple.cache_delete
        com.apple.coresymbolicationd
        com.apple.ctkd
        com.apple.diagnosticd
        com.apple.emond.aslmanager
        com.apple.iconservices.iconservicesagent
        com.apple.iconservices.iconservicesd
        com.apple.ifdreader
        com.apple.installd
        com.apple.installer.osmessagetracing
        com.apple.nehelper
        com.apple.networkd_privileged
        com.apple.nsurlsessiond_privileged
        com.apple.nsurlstoraged
        com.apple.periodic-daily
        com.apple.periodic-monthly
        com.apple.periodic-weekly
        com.apple.sandboxd
        com.apple.secinitd
        com.apple.security.syspolicy
        - status: -15
        com.apple.softwareupdate_download_service
        com.apple.softwareupdated
        com.apple.spindump
        com.apple.sysmond
        com.apple.systemstatsd
        com.apple.tccd.system
        com.apple.watchdogd
        com.apple.wdhelper
        org.cups.cupsd
    Agents
        2BUA8C4S2C.com.agilebits.onepassword4-helper
        com.adobe.ARM.UUID
        com.apple.AirPortBaseStationAgent
        com.apple.imdpersistence.IMDPersistenceAgent
        - status: -10
        com.apple.secd
        - status: -10
    User crontab
        59 16 * * 7 /Applications/MacScan\ 2/MacScan.app/Contents/MacOS/MacScan -autoscan YES
    Firefox extensions
        Mozilla Firefox hotfix
    Widgets
        iCal
    iCloud errors
        cloudd 7
        comapple.InputMethodKit.UserDictionary 2
        CallHistorySyncHelper 1
    Continuity errors
        sharingd 1
    Restricted files: 174
    Lockfiles: 30
    High file counts
        Desktop: 54
    Accessibility
        Scroll Zoom: On
    Contents of /System/Library/Security/authorization.plist
        - mod date: Oct  9 02:17:00 2014
        - checksum: 2720110640
        <?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>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1850 more line(s)
    Contents of /private/etc/authorization.deprecated
        - mod date: Oct 25 13:37:39 2014
        - checksum: 842352627
        <?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>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1013 more line(s)
    Contents of /private/etc/pam.d/prl_disp_service
        - mod date: Mar  5 03:24:01 2010
        - checksum: 1160556194
        auth       required       pam_nologin.so
        auth       optional       pam_afpmount.so
        auth       sufficient     pam_securityserver.so nullok
        auth       sufficient     pam_unix.so  nullok
        auth       required       pam_deny.so
        account    required       pam_permit.so
        password   required       pam_deny.so
        session    required       pam_permit.so
        session    optional       pam_afpmount.so
    Contents of /private/etc/pam.d/prl_disp_service.snow_leopard
        - mod date: Mar  5 03:24:01 2010
        - checksum: 2633576920
        auth       optional       pam_krb5.so
        auth       optional       pam_mount.so
        auth       sufficient     pam_serialnumber.so serverinstall legacy
        auth       required       pam_opendirectory.so
        account    required       pam_nologin.so
        account    required       pam_opendirectory.so
        password   required       pam_deny.so
        session    required       pam_launchd.so
        session    required       pam_uwtmp.so
        session    optional       pam_mount.so
        auth       optional       pam_krb5.so
        auth       optional       pam_mount.so
        auth       sufficient     pam_serialnumber.so serverinstall legacy
        auth       required       pam_opendirectory.so
        account    required       pam_nologin.so
        account    required       pam_opendirectory.so
        password   required       pam_deny.so
        session    required       pam_launchd.so
        session    required       pam_uwtmp.so
        session    optional       pam_mount.so
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Aug  1 17:37:19 2012
        - checksum: 408149527
        <?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.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>
    Applications
        /Applications/Acrobat 6.0 Professional/Acrobat 6.0.2 Professional.app
        - N/A
        /Applications/Acrobat 6.0 Professional/Acrobat Distiller 6.0.2.app
        - com.adobe.distiller
        /Applications/Adobe/Acrobat.com.app
        - com.adobe.mauby.UUID.1
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/Bible Explorer 4.app
        - com.BE8.wordsearchbible.corp
        /Applications/DivX Converter.app
        - N/A
        /Applications/DivX Player.app
        - com.divx.DivX_Player
        /Applications/DivX/DivX Community.app
        - com.spritec.DVD
        /Applications/DivX/DivX Products.app
        - com.spritec.DVD
        /Applications/DivX/DivX Support.app
        - com.spritec.DVD
        /Applications/DivX/Uninstall DivX for Mac.app
        - com.divxinc.uninstalldivxformac
        /Applications/FOX News Live.app
        - FoxPlayerAIR.UUID.1
        /Applications/Flip4Mac/WMV Player.app
        - net.telestream.wmv.player
        /Applications/Garmin Express.app
        - com.garmin.renu.client
        /Applications/Garmin WebUpdater.app
        - com.garmin.WebUpdater
        /Applications/Hewlett-Packard/HP Image Edit.app
        - com.hp.hpimageedit
        /Applications/Hewlett-Packard/HP Image Print.app
        - com.hp.photo.imageprint
        /Applications/Hewlett-Packard/HP Image Zone.app
        - com.hp.imagezone
        /Applications/Hewlett-Packard/HP Instant Share.app
        - com.hp.photo.instantshare
        /Applications/Hewlett-Packard/HP Panorama Stitching.app
        - com.hp.PanoramaStitching
        /Applications/Hewlett-Packard/HP Photo and Imaging Software/HP E-mail Portal/HP E-mail Portal
        - N/A
        /Applications/Hewlett-Packard/HP Photo and Imaging Software/HP Photo and Imaging Director/Director Docker.app
        - com.hp.director.docker
        /Applications/Hewlett-Packard/HP Software Update.app
        - com.hp.softwareupdate
        /Applications/Hewlett-Packard/HP Uninstaller
        - N/A
        /Applications/Karaoke Maker/Audacity.app
        - net.sourceforge.audacity
        /Applications/Macromedia Studio 8/Macromedia Contribute 3/Contribute
        - com.macromedia.Contribute
        /Applications/Macromedia Studio 8/Macromedia Contribute 3/Contribute/Contents/MacOS/Contribute
        - N/A
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8
        - com.macromedia.Dreamweaver
        /Applications/Macromedia Studio 8/Macromedia Extension Manager/Extension Manager.app
        - com.macromedia.ExtensionManager
        /Applications/Macromedia Studio 8/Macromedia Fireworks 8/Fireworks 8.app
        - com.macromedia.fireworks
        /Applications/Macromedia Studio 8/Macromedia Flash 8 VideoEncoder/Flash 8 Video Encoder.app
        - com.macromedia.FLVEncoder
        /Applications/Macromedia Studio 8/Macromedia Flash 8/Flash 8.app
        - com.macromedia.flash.8
        /Applications/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate
        /Applications/Microsoft Office 2004/Additional Tools/Handheld Sync Installer
        - com.MindVision.VISEX
        /Applications/Microsoft Office 2004/Additional Tools/Handheld Sync Installer/Contents/MacOSClassic/Handheld Sync Installer
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Microsoft Language Register/Microsoft Language Register
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Remote Desktop Connection/Remote Desktop Connection
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Remove Office/Remove Office
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Windows Media Installer
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Windows Media Installer/Contents/MacOS/Windows Media Installer
        - N/A
        /Applications/Microsoft Office 2004/MSN Messenger.app
        - Microsoft/com.microsoft.Messenger
        /Applications/Microsoft Office 2004/Microsoft Entourage
        - N/A
        /Applications/Microsoft Office 2004/Microsoft Excel
        - N/A
        /Applications/Microsoft Office 2004/Microsoft PowerPoint
        - N/A
        /Applications/Microsoft Office 2004/Microsoft Word
        - N/A
        /Applications/Microsoft Office 2004/Office/Alerts Daemon.app
        - Microsoft/com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2004/Office/Database Utility
        - N/A
        /Applications/Microsoft Office 2004/Office/Equation Editor
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Cert Manager.app
        - com.microsoft.certmgr
        /Applications/Microsoft Office 2004/Office/Microsoft Clip Gallery
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Database Daemon
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Error Reporting.app
        - com.microsoft.error_reporting
        /Applications/Microsoft Office 2004/Office/Microsoft Graph
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Office Notifications
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Query
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Sync Services.app
        - com.microsoft.entourage.syncservices
        /Applications/Microsoft Office 2004/Office/Organization Chart
        - N/A
        /Applications/Microsoft Office 2004/Office/Project Gallery Launcher
        - N/A
        /Applications/Open XML Converter.app
        - com.microsoft.OfficeConverter
        /Applications/OpenOffice.app
        - org.openoffice.script
        /Applications/Quicken 2007/Quicken 2007
        - com.intuit.quicken
        /Applications/Quicken 2007/Quicken 2007/Contents/MacOS/Quicken 2007
        - N/A
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Emergency Records Organizer
        - com.intuit.ero
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Emergency Records Organizer/Contents/MacOSClassic/Emergency Records Organizer
        - N/A
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Home Inventory.app
        - com.intuit.HomeInventory
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Quicken Backup Utility.app
        - com.intuit.quicken.dotmac
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Quicken Scheduler
        - N/A
        /Applications/RealPlayer Converter.app
        - com.real.converter
        /Applications/RealPlayer.app
        - com.RealNetworks.RealPlayer
        /Applications/TorBrowser.app
        - N/A
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe Utilities.localized/Adobe Updater6/Adobe Updater.app
        - "com.Adobe.ESD.AdobeUpdaterApplication"
        /Library/Application Support/Adobe/AdobePDF.app
        - com.Adobe.print.AdobePDF.bef
        /Library/Application Support/DivX/DivXUpdater.app
        - com.divx.DivXUpdater
        /Library/Application Support/Hewlett-Packard/Software Update/HP Rules Processor.app
        - com.hp.rulesprocessor
        /Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app
        - com.hp.HPScheduler
        /Library/Application Support/Hewlett-Packard/Software Update/HP Software Updater
        - N/A
        /Library/Application Support/Hewlett-Packard/Software Update/HP Software Updater/Contents/MacOS/HP Software Updater
        - N/A
        /Library/Application Support/Microsoft/HV1.0/Microsoft Help Viewer.app
        - com.microsoft.helpviewer
        /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/Script Editor/Templates/Cocoa-AppleScript Applet.app
        - com.apple.ScriptEditor.id.cocoa-applet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Droplet with Settable Properties.app
        - com.apple.ScriptEditor.id.droplet-with-settable-properties-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive File Processing Droplet.app
        - com.apple.ScriptEditor.id.file-processing-droplet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive Image File Processing Droplet.app
        - com.apple.ScriptEditor.id.image-file-processing-droplet-template
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/flashplayer
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_burn_cd.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_export_images.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_import_images.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_panorama_stitch.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_folders.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_image_edit.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_image_print.app
        - N/A
        /Library/Documentation/User Guides and Information.localized/Apple Hardware Test Read Me.app
        - com.apple.AppleHardwareTestReadMe
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.Template
        /Library/Image Capture/Scripts/Import and View with iPhoto.app
        - com.hp.iPhoto.icautotask
        /Library/Parallels/Parallels Mounter.app
        - com.parallels.server.mounter
        /Library/Printers/hp/Fax/fax.backend
        - com.hp.fax
        /Library/Printers/hp/Fax/rastertofax.filter
        - com.hp.rastertofax
        /Library/Printers/hp/cups/filters/commandtohp.filter
        - com.hp.print.cups.filter.commandtohp
        /Library/Printers/hp/cups/filters/pdftopdf.filter
        - com.hp.print.cups.filter.pdftopdf
        /Library/Printers/hp/cups/tools/autosetup.tool
        - com.hp.print.autosetup
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_bepbmhgboaologfdajaanbcjmnhjmhfn/Default bepbmhgboaologfdajaanbcjmnhjmhfn.app
        - com.google.Chrome.app.Default-bepbmhgboaologfdajaanbcjmnhjmhfn-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
        - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
        /Users/USER/Library/Caches/com.adobe.Reader.ARM/UUID/Adobe Reader Updater.app
        - com.adobe.ARM
        /mike's old computer/Adobe/AdobePDF.app
        - com.Adobe.print.AdobePDF.bef
        /mike's old computer/Adobe/Installers/R2/Setup.app
        - com.adobe.Installers.Setup
        /mike's old computer/Deimos Rising/Deimos Rising
        - N/A
        /mike's old computer/IA_Installers/TypingMaster_for_Mac/TypingMasterMac.app
        - N/A
        /mike's old computer/TypingMasterMac/UninstallerData/Uninstall TypingMaster for Mac.app
        - N/A
        /mike's old computer/TypingMasterMac/itutoreng.app
        - N/A
        /mike's old computer/adobe applications/Adobe GoLive CS/Adobe GoLive CS.app
        - com.adobe.GoLive
        /mike's old computer/adobe applications/Adobe Illustrator CS/2.app
        - com.adobe.illustrator
        /mike's old computer/adobe applications/Adobe InDesign CS/InDesign CS.app
        - com.adobe.InDesign
        /mike's old computer/adobe applications/Adobe InDesign CS/Plug-Ins/Online/AUMLibrary.cfm/Contents/SharedSupport/Adobe Update Manager.app
        - com.adobe.ESD.AUM
        /mike's old computer/adobe applications/Adobe Photoshop CS/Adobe ImageReady CS.app
        - com.adobe.ImageReady
        /mike's old computer/adobe applications/Adobe Photoshop CS/Adobe Photoshop CS.app
        - com.adobe.Photoshop
        /mike's old computer/adobe applications/Adobe Version Cue/Uninstall Adobe Version Cue.app
        - N/A
        /old computer stuff/At Ease Setup Folder/At Ease Setup
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Apple System Profiler
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Calculator
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Chooser
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/FaxStatus
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Graphing Calculator
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Browse the Internet
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Connect To...
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Mail
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Key Caps
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Note Pad
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Remote Access Status
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Scrapbook
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Sherlock
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/SimpleSound
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Stickies
        - N/A
        /old computer stuff/OLDIESystem Folder/Application Support/IntelliTools/Classic Sending Helper
        - N/A
        /old computer stuff/OLDIESystem Folder/Application Support/Norton AntiVirus ƒ/NAV Small Scanner
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Appearance
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Apple Menu Options
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/AppleTalk
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/ColorSync
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Configuration Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Control Strip
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Date & Time
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/DialAssist
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Energy Saver
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Extensions Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/File Exchange
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/File Sharing
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/General Controls
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Infrared
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Internet
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Keyboard
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Location Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Memory
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Microsoft Office Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Modem
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Monitors & Sound
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Mouse
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Numbers
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/QuickTime™ Settings:™ Settings:
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/QuikSync
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Remote Access
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Speech
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Startup Disk
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/TCP:IP
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Text
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Users & Groups
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Web Sharing
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Application Switcher
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/ColorSync Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Control Strip Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Desktop PrintMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Desktop Printer Spooler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/FBC Indexing Scheduler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/FaxMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Find/Find by Content Indexing
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Folder Actions
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Norton Scheduler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/PrintMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Time Synchronizer
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Web Sharing Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Help/Apple Help Viewer/Help Viewer
        - N/A
        /old computer stuff/OLDIESystem Folder/MacTCP DNR
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/Desktop Printer Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/Network Setup Scripting
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/URL Access Scripting
        - N/A
        /old computer stuff/OLDIESystem Folder/System Extensions (Disabled)/AOL 5.0 Backup Installer
        - N/A
        /old computer stuff/Tony Hawk's Pro Skater 4/Tony Hawk's Pro Skater 4.app
        - com.aspyr.thps4
    Frameworks
        /Library/Frameworks/Adobe AIR.framework
        - com.adobe.AIR
        /Library/Frameworks/DivX Toolkit.framework
        - com.divx.divxtoolkit
        /Library/Frameworks/EWSMac.framework
        - com.eSellerate.EWSMac67108868
        /Library/Frameworks/HPSmartPrint.framework
        - com.hp.print.HPSmartPrint
        /Library/Frameworks/MacFUSE.framework
        - com.google.MacFUSE
        /Library/Frameworks/PrintMeSSL.framework
        - com.efi.printme.ssl
        /Library/Frameworks/TSLicense.framework
        - net.telestream.license
    PrefPane
        /Library/PreferencePanes/DivX.prefPane
        - com.divx.divxprefs
        /Library/PreferencePanes/Flip4Mac WMV.prefPane
        - net.telestream.wmv.prefpane
        /Library/PreferencePanes/MacFUSE.prefPane
        - com.google.MacFUSE
    Bundles
        /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
        - info.emagic.driver.unitor
        /Library/Contextual Menu Items/ParallelsCM.plugin
        - com.parallels.cmplugin
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/AdobeCP15.plugin
        - com.adobe.adobecp
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Flash Player.plugin
        - com.macromedia.FlashPlayer-10.6.plugin
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/adobecp.plugin
        - com.adobe.adobecp20
        /Library/Internet Plug-Ins/AdobePDFViewer.plugin
        - com.adobe.acrobat.pdfviewer
        /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
        - com.adobe.acrobat.pdfviewerNPAPI
        /Library/Internet Plug-Ins/DivXBrowserPlugin.plugin
        - com.divx.DivXBrowserPlugin
        /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
        - net.telestream.wmv.plugin
        /Library/Internet Plug-Ins/GarminGpsControl.plugin
        - com.garmin.GarminGpsControl
        /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
        - com.Google.GoogleEarthPlugin.plugin
        /Library/Internet Plug-Ins/Silverlight.plugin
        - com.microsoft.SilverlightPlugin
        /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
        - com.google.googletalkbrowserplugin
        /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
        - com.apple.plugin.iPhotoPhotocast
        /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
        - com.google.o1dbrowserplugin
        /Library/Printers/Macromedia/PDEs/FlashPaperPDE.plugin
        - com.macromedia.flashpaper.pde.FlashPaperPDE
        /Library/Printers/PPD Plugins/AdobePDFPDE.plugin
        - com.Adobe.print.AdobePDF.pde
        /Library/QuickLook/GBQLGenerator.qlgenerator
        - com.apple.garageband.quicklookgenerator
        /Library/QuickLook/ParallelsQL.qlgenerator
        - com.parellels.quicklookgenerator
        /Library/Spotlight/GBSpotlightImporter.mdimporter
        - com.apple.garageband.spotlightimporter
        /Library/Spotlight/Microsoft Entourage.mdimporter
        - com.microsoft.entourageMDImporter
        /Library/Spotlight/ParallelsMD.mdimporter
        - com.parallels.mdimporter
        /Users/USER/Library/Application Support/Google/Chrome/PepperFlash/12.0.0.70/PepperFlashPlayer.plugin
        - com.macromedia.PepperFlashPlayer.pepper
        /Users/USER/Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
        - com.citrixonline.mac.WebDeploymentPlugin
    Library paths
        /Applications/Karaoke Maker/libmp3lame.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/Frameworks/libwchar.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/CoreTypes.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibCURL.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibCrypto.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibSSL.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/SystemFrameworkUtils.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/ZLib.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/DWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdCaps.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdFS.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKEngine.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/AdobePIM.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/PWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_caps.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_oobelib.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_upgrade.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/UWA/UWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/core/AdobePIM.dylib
        /Library/Application Support/DivX/Libraries/libDivXDesktopSupport.dylib
        /Library/Application Support/DivX/QtPlugins/accessible/libqtaccessiblewidgets.dylib
        /Library/Application Support/DivX/QtPlugins/iconengines/libqsvgicon.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqgif.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqico.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqjpeg.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqmng.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqsvg.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqtiff.dylib
        /Library/Application Support/DivX/QtPlugins/script/libqtscriptdbus.dylib
        /Library/Application Support/DivX/QtPlugins/sqldrivers/libqsqlite.dylib
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Library/Frameworks/MacFUSE.framework/Versions/A/Resources/Debug/libfuse.dylib. dSYM/Contents/Resources/DWARF/libfuse.dylib
        /Library/Frameworks/MacFUSE.framework/Versions/A/Resources/Debug/libfuse_ino64. dylib.dSYM/Contents/Resources/DWARF/libfuse_ino64.dylib
        /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks /Core.framework/Versions/3.0/Libraries/libHPIOnetsnmp.5.dylib
        /Library/Printers/hp/Frameworks/HPSmartX.framework/Versions/B/Resources/lib/SxC FReader.dylib
        /Library/Printers/hp/Frameworks/HPSmartX.framework/Versions/C/Resources/lib/SxC FReader.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libnspr4.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libnssckbi.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libplc4.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libplds4.dylib
        /Users/USER/Library/Application Support/Firefox/Profiles/w5owlxqa.default/gmp-gmpopenh264/1.1/libgmpopenh264.dy lib
        /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.6.758/_platform_specific/mac_x64/libwidev inecdm.dylib
        /Users/USER/Library/Caches/com.apple.ScreenSaver.Engine/com.apple.vision/com.ap ple.vision.64FaceCoreCLKernel.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libpbodbc3.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-jni-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-pb-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-rw-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-util-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/tomcat/webapps/ROOT/WEB-INF/components/com.adobe.bauhaus.nativecomm/res/VCF oundation.dylib
        /usr/lib/libgutenprint.2.0.3.dylib
        /usr/local/lib/libfreetype.6.3.16.dylib
        /usr/local/lib/libfreetype.6.dylib
        /usr/local/lib/libfreetype.dylib
        /usr/local/lib/libfuse.2.dylib
        /usr/local/lib/libfuse_ino64.2.dylib
    Installations
        Norton AntiVirus Application: 6/20/10, 10:21 PM
        Symantec Scheduler: 6/20/10, 10:21 PM
        Microsoft® Silverlight™ Browser Plug-In: 6/19/10, 8:25 PM
        Parallels Desktop 5 for Mac: 6/10/10, 6:02 AM
        MacFUSE Core: 6/10/10, 6:03 AM
    Elapsed time (sec): 317
    <Edited By Host>

  • My mid 2010 iMac is running very slow.

    I have done all the usual things such as checking the disk is clean, closing unnecessary programmes etc.  I would rather not replace what seems to be a good machine.  Any ideas?  Below is an etrecheck report on the machine:
    Problem description:
    I have 21.5 inch mid 2010 iMac running Yosemite.  Its very slow, programmes keep crashing etc.  Could you recommend any fixes rather than me having to buy a new one?  The HD is less than half full.
    EtreCheck version: 2.1.5 (108)
    Report generated 1 January 2015 12:26:08 GMT
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (21.5-inch, Mid 2010) (Verified)
      iMac - model: iMac11,2
      1 3.2 GHz Intel Core i3 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      empty empty empty empty
      BANK 1/DIMM0
      empty empty empty empty
      BANK 0/DIMM1
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI Radeon HD 5670 - VRAM: 512 MB
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 20:6:21
    Disk Information: ℹ️
      WDC WD1001FALS-40Y6A0 disk0 : (1 TB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 999.01 GB (661.46 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 999.35 GB Online
      OPTIARC DVD RW AD-5680H
    USB Information: ℹ️
      TOSHIBA External USB 3.0 1 TB
      EFI (disk2s1) <not mounted> : 210 MB
      TOSHIBA EXT (disk2s2) /Volumes/TOSHIBA EXT : 999.86 GB (581.54 GB free)
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Internal Memory Card Reader
      Apple Computer, Inc. IR Receiver
      Apple Inc. Built-in iSight
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/Avast/components/fileshield/unsigned
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) [Support]
      /Library/Application Support/Avast/components/proxy/unsigned
      [loaded] com.avast.PacketForwarder (2.0 - SDK 10.9) [Support]
      /Library/Application Support/Hotspot Shield
      [not loaded] com.anchorfree.tun (1.0.1) [Support]
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.2) [Support]
      [loaded] jp.co.toshiba.driver.ToExtCmd (1.0.2) [Support]
    Startup Items: ℹ️
      AGMacFSWatcher: Path: /Library/StartupItems/AGMacFSWatcher
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [running] jp.co.Toshiba.autorun.plist [Support]
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.avast.userinit.plist [Support]
      [running] com.delicioussafari.DeliciousSafariAgent.plist [Support]
      [running] com.epson.epw.agent.plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.anchorfree.ajaxserver.plist [Support]
      [loaded] com.avast.init.plist [Support]
      [loaded] com.avast.uninstall.plist [Support]
      [failed] com.avast.update.plist [Support]
      [running] com.backblaze.bzserv.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.avast.home.userinit.plist [Support]
      [running] com.backblaze.bzbmenu.plist [Support]
      [loaded] com.facebook.videochat.[redacted].plist [Support]
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
      [running] com.spotify.webhelper.plist [Support]
    User Login Items: ℹ️
      Backup & Storage UNKNOWNHidden (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      Backup & Storage UNKNOWNHidden (missing value)
    Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 6.1 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 2.3.8.1 [Support]
      AdobePDFViewerNPAPI: Version: 10.1.13 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 10.1.13 [Support]
      CouponPrinter-FireFox_v2: Version: 1.1.10 - SDK 10.6 [Support]
      EPPEX Plugin: Version: 10.0 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    Safari Extensions: ℹ️
      wrc [Installed]
      iTube Studio [Installed]
    3rd Party Preference Panes: ℹ️
      Backblaze Backup  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      Java  [Support]
      MacFUSE  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.01 GB Disk used: 337.55 GB
      Destinations:
      TOSHIBA EXT [Local]
      Total size: 999.86 GB
      Total number of backups: 14
      Oldest backup: 2014-12-16 03:10:34 +0000
      Last backup: 2015-01-01 12:10:03 +0000
      Size of backup disk: Too small
      Backup size 999.86 GB < (Disk used 337.55 GB X 3)
    Top Processes by CPU: ℹ️
          2% WindowServer
          1% mds_stores
          0% bztransmit
          0% bzfilelist
          0% AppleSpell
    Top Processes by Memory: ℹ️
      159 MB com.apple.WebKit.WebContent
      120 MB Safari
      47 MB com.avast.daemon
      47 MB bztransmit
      47 MB System Events
    Virtual Memory Information: ℹ️
      292 MB Free RAM
      1.20 GB Active RAM
      813 MB Inactive RAM
      735 MB Wired RAM
      39.95 GB Page-ins
      838 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 1, 2015, 12:19:02 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-01-121902_[redacted].hang
      Jan 1, 2015, 12:08:48 PM /Library/Logs/DiagnosticReports/AdobeReader_2015-01-01-120848_[redacted].hang
      Jan 1, 2015, 12:08:47 PM /Library/Logs/DiagnosticReports/Safari_2015-01-01-120847_[redacted].hang
      Dec 31, 2014, 04:20:24 PM Self test - passed
      Dec 31, 2014, 03:43:36 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-154336_[redac ted].crash
      Dec 31, 2014, 03:43:27 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-154327_[redac ted].crash
      Dec 31, 2014, 03:43:22 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-154322_[redac ted].crash
      Dec 31, 2014, 01:15:04 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-131504_[redac ted].crash
      Dec 31, 2014, 01:15:02 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-131502_[redac ted].crash
      Dec 31, 2014, 01:14:00 PM /Library/Logs/DiagnosticReports/WindowServer_2014-12-31-131400_[redacted].crash

    Hi Lex
    Its bizarre to still see cleanmymac on report below.  It wasn't listed in applications, and I just found a couple of files that I deleted.  Anyway, here is the report:
    EtreCheck version: 2.1.5 (108)
    Report generated 3 January 2015 12:18:56 GMT
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (21.5-inch, Mid 2010) (Verified)
      iMac - model: iMac11,2
      1 3.2 GHz Intel Core i3 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      empty empty empty empty
      BANK 1/DIMM0
      empty empty empty empty
      BANK 0/DIMM1
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI Radeon HD 5670 - VRAM: 512 MB
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: one day 21:51:10
    Disk Information: ℹ️
      WDC WD1001FALS-40Y6A0 disk0 : (1 TB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 999.01 GB (664.62 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 999.35 GB Online
      OPTIARC DVD RW AD-5680H 
    USB Information: ℹ️
      TOSHIBA External USB 3.0 1 TB
      EFI (disk2s1) <not mounted> : 210 MB
      TOSHIBA EXT (disk2s2) /Volumes/TOSHIBA EXT : 999.86 GB (603.88 GB free)
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/Hotspot Shield
      [not loaded] com.anchorfree.tun (1.0.1) [Support]
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.2) [Support]
      [loaded] jp.co.toshiba.driver.ToExtCmd (1.0.2) [Support]
    Startup Items: ℹ️
      AGMacFSWatcher: Path: /Library/StartupItems/AGMacFSWatcher
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [running] jp.co.Toshiba.autorun.plist [Support]
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [running] com.delicioussafari.DeliciousSafariAgent.plist [Support]
      [running] com.epson.epw.agent.plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.anchorfree.ajaxserver.plist [Support]
      [running] com.backblaze.bzserv.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.adobe.ARM.[...].plist [Support]
      [running] com.backblaze.bzbmenu.plist [Support]
      [loaded] com.facebook.videochat.[redacted].plist [Support]
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
      [running] com.spotify.webhelper.plist [Support]
    User Login Items: ℹ️
      Backup & Storage UNKNOWNHidden (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      Backup & Storage UNKNOWNHidden (missing value)
    Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 6.1 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 2.3.8.1 [Support]
      AdobePDFViewerNPAPI: Version: 10.1.13 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 10.1.13 [Support]
      CouponPrinter-FireFox_v2: Version: 1.1.10 - SDK 10.6 [Support]
      EPPEX Plugin: Version: 10.0 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    Safari Extensions: ℹ️
      wrc [Installed]
      iTube Studio [Installed]
    3rd Party Preference Panes: ℹ️
      Backblaze Backup  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      Java  [Support]
      MacFUSE  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.01 GB Disk used: 334.39 GB
      Destinations:
      TOSHIBA EXT [Local]
      Total size: 999.86 GB
      Total number of backups: 17
      Oldest backup: 2014-12-16 03:10:34 +0000
      Last backup: 2015-01-03 11:23:40 +0000
      Size of backup disk: Too small
      Backup size 999.86 GB < (Disk used 334.39 GB X 3)
    Top Processes by CPU: ℹ️
          8% backupd
          3% WindowServer
          0% mds
          0% fseventsd
          0% bzserv
    Top Processes by Memory: ℹ️
      228 MB Safari
      168 MB Mail
      101 MB com.apple.WebKit.WebContent
      69 MB Finder
      69 MB WindowServer
    Virtual Memory Information: ℹ️
      87 MB Free RAM
      1.18 GB Active RAM
      1.11 GB Inactive RAM
      737 MB Wired RAM
      54.29 GB Page-ins
      41 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 2, 2015, 06:28:06 PM /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-01-02-182806_[ redacted].cpu_resource.diag [Details]
      Jan 1, 2015, 02:28:20 PM Self test - passed
      Jan 1, 2015, 01:31:20 PM /Library/Logs/DiagnosticReports/iTunes_2015-01-01-133120_[redacted].hang
      Jan 1, 2015, 01:16:02 PM /Library/Logs/DiagnosticReports/EtreCheck_2015-01-01-131602_[redacted].hang
      Jan 1, 2015, 12:19:02 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-01-121902_[redacted].hang
      Jan 1, 2015, 12:08:48 PM /Library/Logs/DiagnosticReports/AdobeReader_2015-01-01-120848_[redacted].hang
      Jan 1, 2015, 12:08:47 PM /Library/Logs/DiagnosticReports/Safari_2015-01-01-120847_[redacted].hang
      Dec 31, 2014, 03:43:36 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-154336_[redac ted].crash
      Dec 31, 2014, 03:43:27 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-154327_[redac ted].crash
      Dec 31, 2014, 03:43:22 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-154322_[redac ted].crash
      Dec 31, 2014, 01:15:04 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-131504_[redac ted].crash
      Dec 31, 2014, 01:15:02 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontd_2014-12-31-131502_[redac ted].crash
      Dec 31, 2014, 01:14:00 PM /Library/Logs/DiagnosticReports/WindowServer_2014-12-31-131400_[redacted].crash

  • Very slow boot on MacBook with Mountain Lion

    My MacBook Pro  Core i7 2.7 Ghz and OS X 10.8.4 has been experienced very slow boots, I've tried several things that I read here and there, here I post the console log, PLEASE HELP!!!
    18/07/13 21:14:55.000 bootlog[0]: BOOT_TIME 1374200095 0
    18/07/13 21:15:12.000 kernel[0]: PMAP: PCID enabled
    18/07/13 21:15:12.000 kernel[0]: Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
    18/07/13 21:15:12.000 kernel[0]: vm_page_bootstrap: 1827652 free pages and 253116 wired pages
    18/07/13 21:15:12.000 kernel[0]: kext submap [0xffffff7f80737000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000737000]
    18/07/13 21:15:12.000 kernel[0]: zone leak detection enabled
    18/07/13 21:15:12.000 kernel[0]: standard timeslicing quantum is 10000 us
    18/07/13 21:15:12.000 kernel[0]: standard background quantum is 2500 us
    18/07/13 21:15:12.000 kernel[0]: mig_table_max_displ = 74
    18/07/13 21:15:12.000 kernel[0]: TSC Deadline Timer supported and enabled
    18/07/13 21:15:12.000 kernel[0]: corecrypto kext started!
    18/07/13 21:15:12.000 kernel[0]: Running kernel space in FIPS MODE
    18/07/13 21:15:12.000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    18/07/13 21:15:12.000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS POST passed!
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    18/07/13 21:15:12.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    18/07/13 21:15:12.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    18/07/13 21:15:12.000 kernel[0]: calling mpo_policy_init for Sandbox
    18/07/13 21:15:12.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    18/07/13 21:15:12.000 kernel[0]: calling mpo_policy_init for Quarantine
    18/07/13 21:15:12.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    18/07/13 21:15:12.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    18/07/13 21:15:12.000 kernel[0]: The Regents of the University of California. All rights reserved.
    18/07/13 21:15:12.000 kernel[0]: MAC Framework successfully initialized
    18/07/13 21:15:12.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    18/07/13 21:15:12.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    18/07/13 21:15:12.000 kernel[0]: ACPI: System State [S0 S3 S4 S5]
    18/07/13 21:15:12.000 kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    18/07/13 21:15:12.000 kernel[0]: [ PCI configuration begin ]
    18/07/13 21:15:12.000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    18/07/13 21:15:12.000 kernel[0]: AppleIntelCPUPowerManagement: (built 18:11:47 May  1 2013) initialization complete
    18/07/13 21:15:12.000 kernel[0]: console relocated to 0xf80000000
    18/07/13 21:15:12.000 kernel[0]: PCI configuration changed (bridge=16 device=4 cardbus=0)
    18/07/13 21:15:12.000 kernel[0]: [ PCI configuration end, bridges 12 devices 16 ]
    18/07/13 21:15:12.000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    18/07/13 21:15:12.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    18/07/13 21:15:12.000 kernel[0]: rooting via boot-uuid from /chosen: 0230F72E-AF85-35CF-B3DF-8B5F1BB1AB40
    18/07/13 21:15:12.000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    18/07/13 21:15:12.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    18/07/13 21:15:12.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    18/07/13 21:15:12.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    18/07/13 21:15:12.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    18/07/13 21:15:12.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    18/07/13 21:15:12.000 kernel[0]: BTCOEXIST off
    18/07/13 21:15:12.000 kernel[0]: BRCM tunables:
    18/07/13 21:15:12.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    18/07/13 21:14:57.728 com.apple.launchd[1]: *** launchd[1] has started up. ***
    18/07/13 21:15:12.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 70cd60fffeb76f2e; max speed s800.
    18/07/13 21:15:12.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500325ASG Media/IOGUIDPartitionScheme/Customer@2
    18/07/13 21:15:12.000 kernel[0]: BSD root: disk0s2, major 1, minor 1
    18/07/13 21:15:12.000 kernel[0]: Kernel is LP64
    18/07/13 21:15:12.000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    18/07/13 21:14:57.728 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    18/07/13 21:15:12.539 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    18/07/13 21:15:12.000 kernel[0]: BCM5701Enet: Ethernet address 10:9a:dd:67:16:ad
    18/07/13 21:15:12.000 kernel[0]: AirPort_Brcm4331: Ethernet address e0:f8:47:41:49:2a
    18/07/13 21:15:12.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    18/07/13 21:15:12.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    18/07/13 21:15:14.000 kernel[0]: IOBluetoothUSBDFU::probe
    18/07/13 21:15:14.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    18/07/13 21:15:14.000 kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    18/07/13 21:15:14.000 kernel[0]: Previous Shutdown Cause: 5
    18/07/13 21:15:14.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    18/07/13 21:15:14.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    18/07/13 21:15:14.000 kernel[0]: USBF:          19.312          IOUSBInterface[0xffffff803f35c000]::joinPMtree - could not find the hub device
    18/07/13 21:15:14.170 airportd[27]: _processDLILEvent: en1 attached (down)
    18/07/13 21:15:14.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    18/07/13 21:15:14.000 kernel[0]: createVirtIf(): ifRole = 1
    18/07/13 21:15:14.000 kernel[0]: in func createVirtualInterface ifRole = 1
    18/07/13 21:15:14.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff803fcfa400
    18/07/13 21:15:14.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    18/07/13 21:15:14.000 kernel[0]: Created virtif 0xffffff803fcfa400 p2p0
    18/07/13 21:15:14.000 kernel[0]: DSMOS has arrived
    18/07/13 21:15:14.979 com.apple.SecurityServer[15]: Session 100000 created
    18/07/13 21:15:15.000 kernel[0]: mTail has not been written to hardware: mTail = 0x00000000, hardare tail register = 0x00000040
    18/07/13 21:15:15.974 configd[18]: setting hostname to "MacBook-Pro-de-Joaquin-Galvan-Ramirez.local"
    18/07/13 21:15:15.000 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    18/07/13 21:15:15.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    18/07/13 21:15:15.978 configd[18]: network changed.
    18/07/13 21:15:20.790 com.apple.SecurityServer[15]: Entering service
    18/07/13 21:15:26.109 hidd[57]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    18/07/13 21:15:27.000 kernel[0]: macx_swapon SUCCESS
    18/07/13 21:15:30.528 kdc[54]: label: default
    18/07/13 21:15:30.528 kdc[54]:           dbname: od:/Local/Default
    18/07/13 21:15:30.528 kdc[54]:           mkey_file: /var/db/krb5kdc/m-key
    18/07/13 21:15:30.529 kdc[54]:           acl_file: /var/db/krb5kdc/kadmind.acl
    18/07/13 21:15:30.565 mDNSResponder[48]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    18/07/13 21:15:30.628 loginwindow[51]: Login Window Application Started
    18/07/13 21:15:30.639 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    18/07/13 21:15:30.713 systemkeychain[74]: done file: /var/run/systemkeychaincheck.done
    18/07/13 21:15:30.718 kdc[54]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    18/07/13 21:15:30.846 awacsd[67]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    18/07/13 21:15:30.848 awacsd[67]: InnerStore CopyAllZones: no info in Dynamic Store
    18/07/13 21:15:31.135 coreservicesd[71]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    18/07/13 21:15:31.135 WindowServer[72]: Server is starting up
    18/07/13 21:15:31.285 appleeventsd[63]: main: Starting up
    18/07/13 21:15:31.728 com.apple.usbmuxd[36]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    18/07/13 21:15:32.000 kernel[0]: en1: 802.11d country code set to 'US'.
    18/07/13 21:15:32.000 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    18/07/13 21:15:32.330 configd[18]: network changed: DNS*
    18/07/13 21:15:32.332 mDNSResponder[48]: D2D_IPC: Loaded
    18/07/13 21:15:32.333 mDNSResponder[48]: D2DInitialize succeeded
    18/07/13 21:15:32.907 digest-service[96]: label: default
    18/07/13 21:15:32.908 digest-service[96]:           dbname: od:/Local/Default
    18/07/13 21:15:32.908 digest-service[96]:           mkey_file: /var/db/krb5kdc/m-key
    18/07/13 21:15:32.908 digest-service[96]:           acl_file: /var/db/krb5kdc/kadmind.acl
    18/07/13 21:15:32.909 digest-service[96]: digest-request: uid=0
    18/07/13 21:15:32.925 aosnotifyd[97]: bootstrap_look_up failed (44e)
    18/07/13 21:15:32.932 rpcsvchost[100]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    18/07/13 21:15:32.936 digest-service[96]: digest-request: init request
    18/07/13 21:15:32.939 digest-service[96]: digest-request: init return domain: BUILTIN server: MACBOOK-PRO-DE-JOAQUIN-GALVAN-RAMIREZ
    18/07/13 21:15:32.956 InternetSharing[55]: objc[55]: Object 0x7fc1a2c085a0 of class __NSDictionaryM autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    18/07/13 21:15:32.959 com.apple.InternetSharing[55]: *** no interface for service
    18/07/13 21:15:33.192 kdc[54]: KDC started
    18/07/13 21:15:33.353 locationd[52]: NOTICE,Location icon should now be in state 0
    18/07/13 21:15:33.756 mds[47]: (Normal) FMW: FMW 0 0
    18/07/13 21:15:34.000 kernel[0]: MacAuthEvent en1   Auth result for: 08:76:ff:56:44:c8  MAC AUTH succeeded
    18/07/13 21:15:34.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    18/07/13 21:15:34.000 kernel[0]: AirPort: Link Up on en1
    18/07/13 21:15:34.000 kernel[0]: en1: BSSID changed to 08:76:ff:56:44:c8
    18/07/13 21:15:34.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    18/07/13 21:15:34.951 netbiosd[105]: Unable to start NetBIOS name service:
    18/07/13 21:15:36.405 apsd[69]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    18/07/13 21:15:36.406 apsd[69]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    18/07/13 21:15:37.222 com.apple.InternetSharing[55]: *** no interface for service
    18/07/13 21:15:38.242 configd[18]: network changed: v4(en1+:192.168.1.72) DNS+ Proxy+ SMB+
    18/07/13 21:15:38.267 UserEventAgent[11]: Captive: en1: Not probing 'FAM. GALVAN CAMARA' (protected network)
    18/07/13 21:15:38.270 configd[18]: network changed: v4(en1!:192.168.1.72) DNS Proxy SMB
    18/07/13 21:15:37.443 ntpd[94]: proto: precision = 1.000 usec
    18/07/13 21:15:38.688 airportd[27]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:15:38.700 airportd[27]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:15:38.711 airportd[27]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:15:39.903 stackshot[39]: Timed out waiting for IOKit to finish matching.
    18/07/13 21:15:41.817 com.apple.launchd[1]: (com.apple.xprotectupdater[33]) Exited with code: 252
    18/07/13 21:15:44.849 awacsd[67]: Exiting
    18/07/13 21:15:45.407 apsd[69]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    18/07/13 21:16:11.674 configd[18]: InterfaceNamer: timed out waiting for IOKit to quiesce
    18/07/13 21:16:11.674 configd[18]: Busy services :
    18/07/13 21:16:11.674 configd[18]:   MacBookPro8,1 [1, 77845 ms]
    18/07/13 21:16:11.674 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert [1, 77829 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0 [1, 77806 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [1, 77797 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C [1, 77800 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBrid ge [1, 77794 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBrid ge/SDXC@0,1 [!matched, 1, 77794 ms]
    18/07/13 21:16:30.134 WindowServer[72]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    18/07/13 21:16:30.134 WindowServer[72]: IOKitWaitQuiet: (iokit/common) I/O Timeout
    18/07/13 21:16:30.138 WindowServer[72]: Session 256 retained (2 references)
    18/07/13 21:16:30.138 WindowServer[72]: Session 256 released (1 references)
    18/07/13 21:16:30.146 WindowServer[72]: Session 256 retained (2 references)
    18/07/13 21:16:30.146 WindowServer[72]: init_page_flip: page flip mode is on
    18/07/13 21:16:30.208 WindowServer[72]: mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000001)
    18/07/13 21:16:30.209 WindowServer[72]: mux_initialize: Mode is safe
    18/07/13 21:16:30.220 WindowServer[72]: GLCompositor enabled for tile size [256 x 256]
    18/07/13 21:16:30.220 WindowServer[72]: CGXGLInitMipMap: mip map mode is on
    18/07/13 21:16:30.240 WindowServer[72]: WSMachineUsesNewStyleMirroring: false
    18/07/13 21:16:30.240 WindowServer[72]: Display 0x042731c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc7, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cc700000000042731c0
    18/07/13 21:16:30.240 WindowServer[72]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    18/07/13 21:16:30.240 WindowServer[72]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    18/07/13 21:16:30.240 WindowServer[72]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    18/07/13 21:16:30.242 WindowServer[72]: Created shield window 0x5 for display 0x042731c0
    18/07/13 21:16:30.242 WindowServer[72]: Created shield window 0x6 for display 0x003f003f
    18/07/13 21:16:30.242 WindowServer[72]: Created shield window 0x7 for display 0x003f003e
    18/07/13 21:16:30.242 WindowServer[72]: Created shield window 0x8 for display 0x003f003d
    18/07/13 21:16:30.244 WindowServer[72]: Display 0x042731c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc7, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cc700000000042731c0
    18/07/13 21:16:30.244 WindowServer[72]: Display 0x003f003f: GL mask 0x8; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    18/07/13 21:16:30.244 WindowServer[72]: Display 0x003f003e: GL mask 0x4; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    18/07/13 21:16:30.244 WindowServer[72]: Display 0x003f003d: GL mask 0x2; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    18/07/13 21:16:30.244 WindowServer[72]: CGXPerformInitialDisplayConfiguration
    18/07/13 21:16:30.244 WindowServer[72]:   Display 0x042731c0: MappedDisplay Unit 0; Vendor 0x610 Model 0x9cc7 S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    18/07/13 21:16:30.244 WindowServer[72]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    18/07/13 21:16:30.244 WindowServer[72]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2305,0)[1 x 1], Rotation 0, Resolution 1
    18/07/13 21:16:30.245 WindowServer[72]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2306,0)[1 x 1], Rotation 0, Resolution 1
    18/07/13 21:16:30.245 WindowServer[72]: CGXMuxBoot: Unexpected boot switch return value (0xe00002c7)
    18/07/13 21:16:30.307 WindowServer[72]: GLCompositor: GL renderer id 0x01024301, GL mask 0x0000000f, accelerator 0x000044cb, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
    18/07/13 21:16:30.307 WindowServer[72]: GLCompositor: GL renderer id 0x01024301, GL mask 0x0000000f, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    18/07/13 21:16:30.310 loginwindow[51]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    18/07/13 21:16:30.323 hidd[57]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    18/07/13 21:16:30.342 WindowServer[72]: Created shield window 0x9 for display 0x042731c0
    18/07/13 21:16:30.342 WindowServer[72]: Display 0x042731c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    18/07/13 21:16:30.381 launchctl[117]: com.apple.findmymacmessenger: Already loaded
    18/07/13 21:16:30.396 com.apple.SecurityServer[15]: Session 100006 created
    18/07/13 21:16:30.452 UserEventAgent[120]: cannot find useragent 1102
    18/07/13 21:16:30.480 airportd[118]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:16:30.606 hidd[57]: CGSShutdownServerConnections: Detaching application from window server
    18/07/13 21:16:30.606 hidd[57]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    18/07/13 21:16:32.243 WindowServer[72]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    18/07/13 21:16:32.275 WindowServer[72]: Display 0x042731c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    18/07/13 21:16:32.286 WindowServer[72]: Display 0x042731c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    18/07/13 21:16:55.434 distnoted[130]: # distnote server agent  absolute time: 121.716205193   civil time: Thu Jul 18 21:16:55 2013   pid: 130 uid: 502  root: no
    18/07/13 21:17:00.134 warmd[35]: [warmctl_evt_timer_bc_activation_timeout:286] BC activation bcstop timer fired!
    18/07/13 21:17:12.256 com.apple.SecurityServer[15]: Session 100002 created
    18/07/13 21:17:12.332 com.apple.SecurityServer[15]: Session 100003 created
    18/07/13 21:19:29.185 WindowServer[72]: Created shield window 0xa for display 0x042731c0
    18/07/13 21:19:29.185 WindowServer[72]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    18/07/13 21:19:29.195 WindowServer[72]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    18/07/13 21:19:31.358 com.apple.usbmuxd[36]: _heartbeat_failed heartbeat detected detach for device 0x1-192.168.1.74:0!
    18/07/13 21:19:42.764 WindowServer[72]: handle_will_sleep_auth_and_shield_windows: no lock state data
    18/07/13 21:19:42.765 WindowServer[72]: Created shield window 0xb for display 0x003f003d
    18/07/13 21:19:42.766 WindowServer[72]: handle_will_sleep_auth_and_shield_windows: no lock state data
    18/07/13 21:19:42.766 WindowServer[72]: Created shield window 0xc for display 0x003f003e
    18/07/13 21:19:42.766 WindowServer[72]: handle_will_sleep_auth_and_shield_windows: no lock state data
    18/07/13 21:19:42.767 WindowServer[72]: Created shield window 0xd for display 0x003f003f
    18/07/13 21:19:42.767 WindowServer[72]: handle_will_sleep_auth_and_shield_windows: no lock state data
    18/07/13 21:20:30.599 hidd[57]: Timeout waiting for IOKit to be quiet
    18/07/13 21:21:01.206 WindowServer[72]: Unable to open IOHIDSystem (e00002bd)
    18/07/13 21:21:01.000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    18/07/13 21:21:01.551 loginwindow[51]: Login Window Started Security Agent
    18/07/13 21:21:01.782 SecurityAgent[149]: This is the first run
    18/07/13 21:21:01.782 SecurityAgent[149]: MacBuddy was run = 0
    18/07/13 21:21:01.806 SecurityAgent[149]: User info context values set for scat111
    18/07/13 21:21:02.566 loginwindow[51]: Login Window - Returned from Security Agent
    18/07/13 21:21:02.589 loginwindow[51]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    18/07/13 21:21:02.629 loginwindow[51]: USER_PROCESS: 51 console
    18/07/13 21:21:02.722 airportd[151]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:21:02.790 com.apple.launchd.peruser.502[127]: (com.divx.agent.postinstall) Unknown key: LimitToSessionType
    18/07/13 21:21:02.790 com.apple.launchd.peruser.502[127]: (com.apple.gamed) Ignored this key: UserName
    18/07/13 21:21:02.790 com.apple.launchd.peruser.502[127]: (com.apple.gamed) Ignored this key: GroupName
    18/07/13 21:21:02.791 com.apple.launchd.peruser.502[127]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    18/07/13 21:21:02.795 loginwindow[51]: Connection with distnoted server was invalidated
    18/07/13 21:21:02.916 WindowServer[72]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    18/07/13 21:21:02.974 WindowServer[72]: Display 0x042731c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    18/07/13 21:21:03.793 talagent[161]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    18/07/13 21:21:03.808 com.apple.launchd.peruser.502[127]: (com.apple.afpstat-qfa[185]) Exited with code: 2
    18/07/13 21:21:03.816 talagent[161]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    18/07/13 21:21:03.859 blued[165]: kBTXPCUpdateUserPreferences gConsoleUserUID = 502
    18/07/13 21:21:04.496 coreaudiod[167]: Enabled automatic stack shots because audio IO is inactive
    18/07/13 21:21:04.693 com.apple.launchd.peruser.502[127]: (com.apple.mrt.uiagent[175]) Exited with code: 255
    18/07/13 21:21:05.843 loginwindow[51]: Login items - LSOpenApplication returned error -10660, url=/Users/scat111/.Trash/Dropbox.app
    18/07/13 21:21:05.843 loginwindow[51]: Unable to lauch startup item: (null)
    18/07/13 21:21:05.859 SystemUIServer[163]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    18/07/13 21:21:05.860 SystemUIServer[163]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    18/07/13 21:21:05.895 NetworkBrowserAgent[208]: Starting NetworkBrowserAgent
    18/07/13 21:21:07.659 apsd[192]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    18/07/13 21:21:10.901 com.apple.time[153]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    18/07/13 21:21:21.421 com.apple.time[153]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    18/07/13 21:21:25.294 com.apple.SecurityServer[15]: Session 100010 created
    18/07/13 21:22:03.019 SubmitDiagInfo[239]: Launched to submit Diagnostics and Usage
    18/07/13 21:25:42.000 kernel[0]: Sandbox: sandboxd(250) deny mach-lookup com.apple.coresymbolicationd
    18/07/13 21:25:43.205 sandboxd[250]: ([248]) WebProcess(248) deny iokit-open AppleGraphicsPolicyClient
    18/07/13 21:31:45.820 coreaudiod[167]: Disabled automatic stack shots because audio IO is active
    18/07/13 21:31:45.994 coreaudiod[167]: Enabled automatic stack shots because audio IO is inactive
    18/07/13 21:34:12.414 WindowServer[72]: CGXRegisterWindowWithSystemStatusBar: window 15 already registered

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -f -a TextEdit 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; sudo defaults read com.apple.loginwindow LoginHook; sudo crontab -l; } 2> /dev/null | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; crontab -l 2> /dev/null; } | open -f -a TextEdit 
    Step 4
    ls -1A /e*/{la,mach}* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -f -a TextEdit  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -f -a TextEdit 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Mac mini Late 2012 very slow with 10.9.3

    Hello,
    Since the upgrade to Mavericks, wathever flavour 10.9 - 10.9.1 - 10.9.2 - 10.9.3, my Mac min Late 2012, 16 Gb of RAM, is very slow. Slow to boot, slow to open Finder windows, etc. Annoying.
    Here is the EtreCheck report. Thanks for any help, I am desperate to find a solution.
    EtreCheck version : 1.9.12 (48)
    Rapport créé 21 juin 2014 14:34:36 UTC+2
    Informations matérielles :
        Mac mini (Late 2012) (Verifié)
        Mac mini - modèle : Macmini6,2
        1 2.3 GHz Intel Core i7 CPU : 4 cores
        16 GB RAM
    Informations vidéos :
        Intel HD Graphics 4000 - VRAM: (null)
            P23T-6 LED 1920 x 1080 @ 60 Hz
    Logiciel du système :
        OS X 10.9.3 (13D65) - Uptime: 0 days 5:1:12
    Informations des disques :
        APPLE HDD ST1000LM024 disk0 : (1 TB)
            EFI (disk0s1) <non monté> : 209.7 MB
            Macintosh HD (disk0s2) / [Démarrage]: 999.35 GB (915.38 GB libre)
            Recovery HD (disk0s3) <non monté> : 650 MB
    Informations USB :
        Mitsumi Electric Hub in Apple Extended USB Keyboard
            Mitsumi Electric Apple Extended USB Keyboard
        Mitsumi Electric Apple Optical USB Mouse
        Apple, Inc. IR Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Informations Firewire :
        LaCie d2 DVDRW FW/USB 400mbit - 400mbit max
    Informations Thunderbolt :
        Apple Inc. thunderbolt_bus
    Gatekeeper:
        N’importe où
    Daemons de lancements :
        [engagé]    com.4D.HelperTool.plist Aide
        [engagé]    com.adobe.fpsaud.plist Aide
        [désengagé]    com.gopro.stereomodestatus.plist Aide
        [engagé]    com.oracle.java.Helper-Tool.plist Aide
        [engagé]    com.oracle.java.JavaUpdateHelper.plist Aide
        [désengagé]    com.teamviewer.teamviewer_service.plist Aide
        [en marche]    de.devolo.networkservice.plist Aide
    Représentants de lancement :
        [engagé]    com.oracle.java.Java-Updater.plist Aide
        [désengagé]    com.teamviewer.teamviewer.plist Aide
        [désengagé]    com.teamviewer.teamviewer_desktop.plist Aide
        [engagé]    de.devolo.networkservice.notify.plist Aide
    Représentants de lancement pour l’utilisateur :
        [engagé]    com.google.keystone.agent.plist Aide
    Éléments Ouverture :
        iTunesHelper
        Rogue Amoeba Schedule Helper
    Plug-ins internet :
        FlashPlayer-10.6 : Version : 14.0.0.125 - SDK 10.6 Aide
        Flash Player : Version : 14.0.0.125 - SDK 10.6 Aide
        QuickTime Plugin : Version : 7.7.3
        JavaAppletPlugin : Version : Java 7 Update 55 Vérifier la version
        Default Browser : Version : 537 - SDK 10.9
    Plug-ins audios :
        BluetoothAudioPlugIn : Version : 1.0 - SDK 10.9
        AirPlay : Version : 2.0 - SDK 10.9
        AppleAVBAudio : Version : 203.2 - SDK 10.9
        InstantOn : Version : 7.1.2 - SDK 10.8 Aide
        iSightAudio : Version : 7.7.3 - SDK 10.9
    Plug-ins iTunes :
        Quartz Composer Visualizer : Version : 1.4 - SDK 10.9
    Plug-ins internets pour utilisateur :
        Google Earth Web Plug-in : Version : 7.1 Aide
    Panneaux de préférences de 3ème partie :
        Flash Player  Aide
        GoPro  Aide
        Java  Aide
    Time Machine :
        Time Machine n’est pas configuré !
    L’utilisation du CPU par processus :
             3%    plugin-container
             2%    firefox
             2%    WindowServer
             1%    devolonetsvc
             1%    fontd
    L’utilisation de la mémoire par processus :
        442 Mo    firefox
        213 Mo    plugin-container
        115 Mo    mds_stores
        66 Mo    WindowServer
        49 Mo    Finder
    Informations de la mémoire virtuelle :
        12.87 Go    RAM Disponible
        1.52 Go    RAM Active
        349 Mo    RAM Inactive
        1.27 Go    RAM Résidente
        249 Mo    Pages entrants
        0 o    Sorties pages

    So here is the log...
    If you find something wrong, I will be pleased to know what I can do to resolve the problem!
    Andrew
    22.06.14 22:58:01.000 bootlog[0]: BOOT_TIME 1403470681 0
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 kernel[0]: Longterm timer threshold: 1000 ms
    22.06.14 22:58:14.000 kernel[0]: PMAP: PCID enabled
    22.06.14 22:58:14.000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    22.06.14 22:58:14.000 kernel[0]: Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64
    22.06.14 22:58:14.000 kernel[0]: vm_page_bootstrap: 3912408 free pages and 249128 wired pages
    22.06.14 22:58:14.000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    22.06.14 22:58:14.000 kernel[0]: zone leak detection enabled
    22.06.14 22:58:14.000 kernel[0]: "vm_compressor_mode" is 4
    22.06.14 22:58:14.000 kernel[0]: standard timeslicing quantum is 10000 us
    22.06.14 22:58:14.000 kernel[0]: standard background quantum is 2500 us
    22.06.14 22:58:14.000 kernel[0]: mig_table_max_displ = 74
    22.06.14 22:58:14.000 kernel[0]: TSC Deadline Timer supported and enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    22.06.14 22:58:14.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    22.06.14 22:58:14.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    22.06.14 22:58:14.000 kernel[0]: calling mpo_policy_init for Sandbox
    22.06.14 22:58:14.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    22.06.14 22:58:14.000 kernel[0]: calling mpo_policy_init for Quarantine
    22.06.14 22:58:14.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    22.06.14 22:58:14.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    22.06.14 22:58:14.000 kernel[0]: The Regents of the University of California. All rights reserved.
    22.06.14 22:58:14.000 kernel[0]: MAC Framework successfully initialized
    22.06.14 22:58:14.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    22.06.14 22:58:14.000 kernel[0]: AppleKeyStore starting (BUILT: Apr 17 2014 23:36:27)
    22.06.14 22:58:14.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    22.06.14 22:58:14.000 kernel[0]: ACPI: sleep states S3 S4 S5
    22.06.14 22:58:14.000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 889A
    22.06.14 22:58:14.000 kernel[0]: AppleIntelCPUPowerManagement: (built 23:35:25 Apr 17 2014) initialization complete
    22.06.14 22:58:14.000 kernel[0]: pci (build 23:24:05 Apr 17 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    22.06.14 22:58:14.000 kernel[0]: [ PCI configuration begin ]
    22.06.14 22:58:14.000 kernel[0]: console relocated to 0xf80000000
    22.06.14 22:58:14.000 kernel[0]: [ PCI configuration end, bridges 11, devices 15 ]
    22.06.14 22:58:14.000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    22.06.14 22:58:14.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 44fb42fffeb8128a; max speed s800.
    22.06.14 22:58:14.000 kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    22.06.14 22:58:14.000 kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    22.06.14 22:58:14.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    22.06.14 22:58:14.000 kernel[0]: rooting via boot-uuid from /chosen: 2BA932BA-D572-3746-9BBD-3F60DED3B3D1
    22.06.14 22:58:14.000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    22.06.14 22:58:14.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    22.06.14 22:58:14.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    22.06.14 22:58:14.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    22.06.14 22:58:14.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    22.06.14 22:58:14.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    22.06.14 22:58:14.000 kernel[0]: BTCOEXIST off
    22.06.14 22:58:14.000 kernel[0]: BRCM tunables:
    22.06.14 22:58:14.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    22.06.14 22:58:14.000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    22.06.14 22:58:04.661 com.apple.launchd[1]: *** launchd[1] has started up. ***
    22.06.14 22:58:14.000 kernel[0]: IOThunderboltSwitch<0xffffff8041e59c00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    22.06.14 22:58:14.000 kernel[0]: IOThunderboltSwitch<0xffffff8041e59c00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    22.06.14 22:58:04.661 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    22.06.14 22:58:14.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT1@1/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE HDD ST1000LM024 Media/IOGUIDPartitionScheme/Customer@2
    22.06.14 22:58:14.000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    22.06.14 22:58:13.667 com.apple.launchd[1]: (de.devolo.networkservice) Unknown key: StandardErrPath
    22.06.14 22:58:14.000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    22.06.14 22:58:13.738 com.apple.SecurityServer[15]: Session 100000 created
    22.06.14 22:58:19.473 hidd[48]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    22.06.14 22:58:19.473 hidd[48]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    22.06.14 22:58:19.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    22.06.14 22:58:19.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    22.06.14 22:58:19.000 kernel[0]: Waiting for DSMOS...
    22.06.14 22:58:20.177 com.apple.usbmuxd[26]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    22.06.14 22:58:20.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    22.06.14 22:58:20.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    22.06.14 22:58:20.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    22.06.14 22:58:20.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    22.06.14 22:58:20.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    22.06.14 22:58:20.000 kernel[0]: Previous Shutdown Cause: 5
    22.06.14 22:58:20.000 kernel[0]: IOBluetoothUSBDFU::probe
    22.06.14 22:58:20.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828A FirmwareVersion - 0x0079
    22.06.14 22:58:20.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x1400 ****
    22.06.14 22:58:20.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x1400 ****
    22.06.14 22:58:20.000 kernel[0]: init
    22.06.14 22:58:20.000 kernel[0]: probe
    22.06.14 22:58:20.000 kernel[0]: start
    22.06.14 22:58:20.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x1400
    22.06.14 22:58:20.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    22.06.14 22:58:20.000 kernel[0]: DSMOS has arrived
    22.06.14 22:58:20.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    22.06.14 22:58:20.000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x7280 -- 0x4000 -- 0x1400 ****
    22.06.14 22:58:20.000 kernel[0]: m_tail has not been written to hardware: m_tail = 0x00000000, hardare tail register = 0x00000158
    22.06.14 22:58:21.000 kernel[0]: VM Swap Subsystem is ON
    22.06.14 22:58:23.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    22.06.14 22:58:23.322 configd[18]: setting hostname to "Mac-mini-de-Thomas-2.local"
    22.06.14 22:58:23.327 configd[18]: network changed.
    22.06.14 22:58:23.712 com.apple.SecurityServer[15]: Entering service
    22.06.14 22:58:23.792 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22.06.14 22:58:23.799 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    22.06.14 22:58:23.831 loginwindow[43]: Login Window Application Started
    22.06.14 22:58:23.835 digest-service[72]: label: default
    22.06.14 22:58:23.836 digest-service[72]:     dbname: od:/Local/Default
    22.06.14 22:58:23.836 digest-service[72]:     mkey_file: /var/db/krb5kdc/m-key
    22.06.14 22:58:23.836 digest-service[72]:     acl_file: /var/db/krb5kdc/kadmind.acl
    22.06.14 22:58:23.838 digest-service[72]: digest-request: uid=0
    22.06.14 22:58:23.840 mDNSResponder[40]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    22.06.14 22:58:23.851 awacsd[60]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    22.06.14 22:58:23.857 awacsd[60]: InnerStore CopyAllZones: no info in Dynamic Store
    22.06.14 22:58:23.000 kernel[0]: createVirtIf(): ifRole = 1
    22.06.14 22:58:23.000 kernel[0]: in func createVirtualInterface ifRole = 1
    22.06.14 22:58:23.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    22.06.14 22:58:23.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    22.06.14 22:58:23.000 kernel[0]: Created virtif 0xffffff8042fee400 p2p0
    22.06.14 22:58:23.875 airportd[64]: airportdProcessDLILEvent: en1 attached (up)
    22.06.14 22:58:23.893 digest-service[72]: digest-request: netr probe 0
    22.06.14 22:58:23.893 digest-service[72]: digest-request: init request
    22.06.14 22:58:23.904 digest-service[72]: digest-request: init return domain: BUILTIN server: MAC-MINI-DE-THOMAS-2 indomain was: <NULL>
    22.06.14 22:58:23.954 systemkeychain[88]: done file: /var/run/systemkeychaincheck.done
    22.06.14 22:58:23.965 configd[18]: network changed.
    22.06.14 22:58:23.967 configd[18]: network changed: DNS*
    22.06.14 22:58:24.654 mDNSResponder[40]: D2D_IPC: Loaded
    22.06.14 22:58:24.654 mDNSResponder[40]: D2DInitialize succeeded
    22.06.14 22:58:24.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    22.06.14 22:58:24.659 mDNSResponder[40]:   4: Listening for incoming Unix Domain Socket client requests
    22.06.14 22:58:24.697 networkd[108]: networkd.108 built Aug 24 2013 22:08:46
    22.06.14 22:58:24.987 mdmclient[41]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:25.000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,2301,0de1,0300,41e1,0000]
    22.06.14 22:58:25.504 mds[39]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22.06.14 22:58:25.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x1400 ****
    22.06.14 22:58:25.509 WindowServer[85]: Server is starting up
    22.06.14 22:58:25.517 mds[39]: (Normal) FMW: FMW 0 0
    22.06.14 22:58:25.615 sandboxd[94]: ([64]) airportd(64) deny file-read-data /private/var/root/Library/Preferences/ByHost/.GlobalPreferences.D399ADA9-CF52-5 558-B120-7860EB19C6F0.plist
    22.06.14 22:58:26.085 mdmclient[41]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:26.427 locationd[45]: NBB-Could not get UDID for stable refill timing, falling back on random
    22.06.14 22:58:26.565 locationd[45]: Location icon should now be in state 'Inactive'
    22.06.14 22:58:27.129 mdmclient[41]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:27.184 apsd[62]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    22.06.14 22:58:27.223 apsd[62]: Unable to bootstrap_look_up connection port 'com.apple.ubd.system-push' for user 0: Unknown service name
    22.06.14 22:58:27.224 apsd[62]: Unable to bootstrap_look_up connection port 'com.apple.ubd.system-push' for user 0: Unknown service name
    22.06.14 22:58:28.323 configd[18]: network changed: v4(en0+:192.168.192.25) DNS+ Proxy+ SMB
    22.06.14 22:58:30.122 ntpd[113]: proto: precision = 1.000 usec
    22.06.14 22:58:30.758 stackshot[29]: Timed out waiting for IOKit to finish matching.
    22.06.14 22:58:31.000 kernel[0]: pci pause: SDXC
    22.06.14 22:58:34.000 kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
    22.06.14 22:58:35.000 kernel[0]: en3: promiscuous mode enable succeeded
    22.06.14 22:58:35.131 WindowServer[85]: Session 256 retained (2 references)
    22.06.14 22:58:35.131 WindowServer[85]: Session 256 released (1 references)
    22.06.14 22:58:35.143 WindowServer[85]: Session 256 retained (2 references)
    22.06.14 22:58:35.144 WindowServer[85]: init_page_flip: page flip mode is on
    22.06.14 22:58:35.462 WindowServer[85]: Found 1 modes for display 0x00000000 [1, 0]
    22.06.14 22:58:35.509 WindowServer[85]: Found 1 modes for display 0x00000000 [1, 0]
    22.06.14 22:58:35.556 WindowServer[85]: Found 23 modes for display 0x00000000 [23, 0]
    22.06.14 22:58:35.559 WindowServer[85]: mux_initialize: Couldn't find any matches
    22.06.14 22:58:35.560 WindowServer[85]: Found 23 modes for display 0x00000000 [23, 0]
    22.06.14 22:58:35.573 WindowServer[85]: Found 1 modes for display 0x00000000 [1, 0]
    22.06.14 22:58:35.573 WindowServer[85]: Found 1 modes for display 0x00000000 [1, 0]
    22.06.14 22:58:35.600 WindowServer[85]: WSMachineUsesNewStyleMirroring: true
    22.06.14 22:58:35.601 WindowServer[85]: MPServiceForDisplayDevice: Invalid device alias (0)
    22.06.14 22:58:35.601 WindowServer[85]: Display 0x2cc249f6: GL mask 0x4; bounds (0, 0)[1920 x 1080], 23 modes available
    Main, Active, on-line, enabled, boot, Vendor 1ab3, Model 819, S/N 4fb6, Unit 2, Rotation 0
    UUID 0xd404289f496d2934512ed979148ba0e3
    22.06.14 22:58:35.601 WindowServer[85]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.601 WindowServer[85]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.601 WindowServer[85]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.602 WindowServer[85]: WSSetWindowTransform: Singular matrix
    22.06.14 22:58:35.602 WindowServer[85]: WSSetWindowTransform: Singular matrix
    22.06.14 22:58:35.621 WindowServer[85]: Display 0x2cc249f6: GL mask 0x4; bounds (0, 0)[1920 x 1080], 23 modes available
    Main, Active, on-line, enabled, boot, Vendor 1ab3, Model 819, S/N 4fb6, Unit 2, Rotation 0
    UUID 0xd404289f496d2934512ed979148ba0e3
    22.06.14 22:58:35.621 WindowServer[85]: Display 0x003f003f: GL mask 0x8; bounds (2944, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.621 WindowServer[85]: Display 0x003f003c: GL mask 0x1; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.621 WindowServer[85]: Display 0x003f003d: GL mask 0x2; bounds (2946, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.621 WindowServer[85]: CGXPerformInitialDisplayConfiguration
    22.06.14 22:58:35.621 WindowServer[85]:   Display 0x2cc249f6: Unit 2; Vendor 0x1ab3 Model 0x819 S/N 20406 Dimensions 20.04 x 11.26; online enabled, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    22.06.14 22:58:35.621 WindowServer[85]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    22.06.14 22:58:35.621 WindowServer[85]:   Display 0x003f003c: Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    22.06.14 22:58:35.622 WindowServer[85]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2946,0)[1 x 1], Rotation 0, Resolution 1
    22.06.14 22:58:35.636 WindowServer[85]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, accelerator 0x000045cf, unit 0, caps QEX|MIPMAP, vram 1024 MB
    22.06.14 22:58:35.636 WindowServer[85]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    22.06.14 22:58:35.636 WindowServer[85]: GLCompositor enabled for tile size [256 x 256]
    22.06.14 22:58:35.636 WindowServer[85]: CGXGLInitMipMap: mip map mode is on
    22.06.14 22:58:36.173 loginwindow[43]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    22.06.14 22:58:37.603 WindowServer[85]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    22.06.14 22:58:38.644 WindowServer[85]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x2cc249f6 device: 0x7fd63b60a4e0  isBackBuffered: 1 numComp: 3 numDisp: 3
    22.06.14 22:58:38.644 WindowServer[85]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fd63b60a4e0) - enabling OpenGL
    22.06.14 22:58:39.514 awacsd[60]: Exiting
    22.06.14 22:58:41.302 WindowServer[85]: Display 0x2cc249f6: Unit 2; ColorProfile { 2, "P23T-6 LED"}; TransferFormula (1.000000, 1.000000, 1.000000)
    22.06.14 22:58:41.321 launchctl[131]: com.apple.findmymacmessenger: Already loaded
    22.06.14 22:58:41.339 com.apple.SecurityServer[15]: Session 100005 created
    22.06.14 22:58:41.340 WindowServer[85]: Display 0x2cc249f6: Unit 2; ColorProfile { 2, "P23T-6 LED"}; TransferFormula (1.000000, 1.000000, 1.000000)
    22.06.14 22:58:41.352 WindowServer[85]: Display 0x2cc249f6: Unit 2; ColorProfile { 2, "P23T-6 LED"}; TransferFormula (1.000000, 1.000000, 1.000000)
    22.06.14 22:58:41.376 UserEventAgent[132]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22.06.14 22:58:41.430 loginwindow[43]: Login Window Started Security Agent
    22.06.14 22:58:41.496 SecurityAgent[139]: This is the first run
    22.06.14 22:58:41.496 SecurityAgent[139]: MacBuddy was run = 0
    22.06.14 22:58:51.116 SecurityAgent[139]: User info context values set for andrew
    22.06.14 22:58:52.386 SecurityAgent[139]: Login Window login proceeding
    22.06.14 22:58:52.934 loginwindow[43]: Login Window - Returned from Security Agent
    22.06.14 22:58:52.987 loginwindow[43]: USER_PROCESS: 43 console
    22.06.14 22:58:53.000 kernel[0]: AppleKeyStore:Sending lock change 0
    22.06.14 22:58:53.269 com.apple.launchd.peruser.501[151]: Background: Aqua: Registering new GUI session.
    22.06.14 22:58:53.287 com.apple.launchd.peruser.501[151]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    22.06.14 22:58:53.288 com.apple.launchd.peruser.501[151]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    22.06.14 22:58:53.291 launchctl[153]: com.apple.pluginkit.pkd: Already loaded
    22.06.14 22:58:53.291 launchctl[153]: com.apple.sbd: Already loaded
    22.06.14 22:58:53.298 distnoted[155]: # distnote server agent  absolute time: 52.155260881   civil time: Sun Jun 22 22:58:53 2014   pid: 155 uid: 501  root: no
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    22.06.14 22:58:53.903 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    22.06.14 22:58:53.903 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    22.06.14 22:58:53.903 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    22.06.14 22:58:53.920 com.apple.audio.DriverHelper[166]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    22.06.14 22:58:53.920 com.apple.audio.DriverHelper[166]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    22.06.14 22:58:53.920 com.apple.audio.DriverHelper[166]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    22.06.14 22:58:53.000 kernel[0]: coreaudiod (map: 0xffffff8043cc83c0) triggered DYLD shared region unnest for map: 0xffffff8043cc83c0, region 0x7fff8e000000->0x7fff8e200000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    22.06.14 22:58:54.413 sharingd[173]: Starting Up...
    22.06.14 22:58:54.419 WindowServer[85]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    22.06.14 22:58:54.451 WindowServer[85]: Display 0x2cc249f6: Unit 2; ColorProfile { 2, "P23T-6 LED"}; TransferFormula (1.000000, 1.000000, 1.000000)
    22.06.14 22:58:54.462 UserEventAgent[154]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22.06.14 22:58:54.536 coreaudiod[164]: 2014-06-22 10:58:54.535997 PM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    22.06.14 22:58:54.653 xpcproxy[184]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    22.06.14 22:58:54.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=203[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    22.06.14 22:58:54.782 SystemUIServer[162]: Cannot find executable for CFBundle 0x7fe269611b40 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    22.06.14 22:58:54.787 com.apple.launchd.peruser.501[151]: (com.apple.mrt.uiagent[192]) Exited with code: 255
    22.06.14 22:58:54.802 SystemUIServer[162]: Cannot find executable for CFBundle 0x7fe269609cc0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    22.06.14 22:58:54.816 com.apple.IconServicesAgent[210]: IconServicesAgent launched.
    22.06.14 22:58:54.950 accountsd[213]: assertion failed: 13D65: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    22.06.14 22:58:54.993 com.apple.SecurityServer[15]: Session 100011 created
    22.06.14 22:58:55.041 WiFiKeychainProxy[186]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    22.06.14 22:58:55.041 WiFiKeychainProxy[186]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    22.06.14 22:58:55.765 com.apple.SecurityServer[15]: Session 100008 created
    22.06.14 22:58:55.802 usernoted[181]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:55.828 com.apple.iCloudHelper[184]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:56.820 syncdefaultsd[204]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:56.867 usernoted[181]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:56.925 com.apple.iCloudHelper[184]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:57.886 syncdefaultsd[204]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:57.895 apsd[209]: Unable to bootstrap_look_up connection port 'com.apple.ubd.system-push' for user 0: Unknown service name
    22.06.14 22:58:57.900 usernoted[181]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:57.902 apsd[209]: Unable to bootstrap_look_up connection port 'com.apple.ubd.system-push' for user 0: Unknown service name
    22.06.14 22:58:57.935 com.apple.iCloudHelper[184]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:58.326 syncdefaultsd[204]: It took 2.6s to setup APSConnection
    22.06.14 22:58:58.369 GrowlLauncher[185]: Launching Growl at URL: file://localhost/Applications/Growl.app/Contents/MacOS/Growl
    22.06.14 22:58:58.971 accountsd[213]: /SourceCache/Accounts/Accounts-336.9/ACDAuthenticationPluginManager.m - -[ACDAuthenticationPluginManager credentialForAccount:client:handler:] - 230 - The authentication plugin for account "[email protected]" (DBCB6F83-EC7B-45A3-9BE5-2CA7DDAA4DDC) could not be found!
    22.06.14 22:58:58.972 accountsd[213]: /SourceCache/Accounts/Accounts-336.9/ACDAccountStore.m - __62-[ACDAccountStore credentialForAccountWithIdentifier:handler:]_block_invoke389 - 857 - No plugin provides credentials for account [email protected]. Falling back to legacy behavior.
    22.06.14 22:58:59.046 xpcproxy[227]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    22.06.14 22:58:59.748 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22.06.14 22:58:59.751 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22.06.14 22:59:03.000 kernel[0]: firefox (map: 0xffffff8044b80690) triggered DYLD shared region unnest for map: 0xffffff8044b80690, region 0x7fff91e00000->0x7fff92000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    22.06.14 22:59:05.211 mds_stores[111]: (Error) SecureStore: Access token 6 changed uid from -1 to 501
    22.06.14 22:59:07.699 com.apple.iCloudHelper[184]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:59:08.432 gamed[224]: CKSoftwareMap: Registering with Daemon
    22.06.14 22:59:10.965 imagent[195]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:59:11.180 apsd[209]: Unrecognized leaf certificate
    22.06.14 22:59:11.658 Growl[225]: Using your own bundle identifier as an NSUserDefaults suite name does not make sense and will not work. Break on _NSUserDefaults_Log_Nonsensical_Suites to find this
    22.06.14 22:59:12.050 parentalcontrolsd[241]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    22.06.14 22:59:14.545 Growl[225]: Setup timer, this should only happen once
    22.06.14 22:59:14.547 Growl[225]: Next image check no earlier than 24 hours from 2014-06-21 21:59:00 +0000
    22.06.14 22:59:18.947 syncdefaultsd[204]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    22.06.14 22:59:20.070 com.apple.SecurityServer[15]: Session 100013 created
    22.06.14 22:59:20.515 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22.06.14 22:59:21.136 com.apple.NotesMigratorService[245]: Joined Aqua audit session
    22.06.14 22:59:30.907 plugin-container[246]: 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.
    22.06.14 22:59:30.907 plugin-container[246]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    22.06.14 22:59:32.011 plugin-container[246]: 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.
    22.06.14 22:59:56.863 com.apple.SecurityServer[15]: Session 100006 created
    22.06.14 23:01:01.000 kernel[0]: process devolonetsvc[65] caught causing excessive wakeups. Observed wakeups rate (per sec): 278; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45161
    22.06.14 23:01:05.643 com.apple.SecurityServer[15]: Session 100015 created
    22.06.14 23:01:08.859 spindump[269]: Saved wakeups_resource.spin report for devolonetsvc version ??? (???) to /Library/Logs/DiagnosticReports/devolonetsvc_2014-06-22-230108_Mac-mini-de-Thom as-2.wakeups_resource.spin
    22.06.14 23:02:24.031 mds[39]: (Normal) Volume: volume:0x7f82bf02c600 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.fn2zAA
    22.06.14 23:07:06.425 com.apple.NotesMigratorService[245]: Joined Aqua audit session
    22.06.14 23:07:09.219 Console[289]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.

Maybe you are looking for

  • Editing a Form Central PDF in Acrobat Pro

    I've created a multi-page form with F Central and need it to be editable in Acrobat Pro.  "Save a Copy" in Acrobat Pro does not remove the security and thusly the form cannot be edited.  Was I misled by Acrobat marketing and now I am stuck with a for

  • Can I import 2 sets of photos with the same file name numbers?

    I've inadvertantly not had my camera set to "continuous" for file names and now have 2 memory cards with 2 different sets of images with the same file names. Can I still import both into Lightroom 2 without problems? What are the consequences? Thanks

  • IWeb 2.0.2 crashes on photo import

    Hi - This is on a client's machine, not mine. It's a G5 1.8DP 10.4.11 iWeb 2.0.2 When we try to drag media into the site, iWeb crashes. This has only happened since the 2.0.2 update. We've reinstalled from the DVD back to 2.0 and confirmed that the c

  • Trex Upgrade: importHost_61_70.py does not work !!

    Hello, I am upgrading TREX server from 6.1 to 7.0 following SAP Upgrade Guide "Upgrade from TREX 6.1 to SAP NetWeaver 2004s TREX (TREX 7.0)". Old TREX system (6.1) is installed on machine called sapportaldes, and new TREX system (7.0) is installed on

  • Developing forms based on more than one table

    I need to develop a form which requires to insert and query data elements from more than one table in the database. Can create a view and develop a form based on the view to achieve this functionality? Also is it better to use portal forms for this p