Open application on remote host

Hi,
Wondering if there is a way to open an application on a remote host but have it appear on the computer you are working on. So, I have two machines on my home network, a tower & a laptop... I can ssh into the tower from the laptop. And I can use "open" to start an application like calculator. But I want it display on the laptop, but it displays on tower.
The reason I want to do this is more for things like photoshop. My tower is much more suited to running those apps than the laptop (powerbook vs MacPro - no contest - lol). But sometimes I just want to work on things and not be in the office.
I'm use to solaris and just setting the DISPLAY environment variable is all that is needed to have a GUI display on a remote machine.
Any ideas?
Thanks,
Pete.

Tried the screen sharing... It works but it shares the entire screen. Which on my MacPro is way too big to fit on my powerbook. I guess my real question is there anyway to tell a single application to display on a remote host. From their descriptions Apple Remote Desktop and Timbuktu do not seem to offer this feature. Maybe there is a way to configure it?
here is an example I'm attempting to describe, which got to work..
- start X11 on both the laptop & the MacPro
- on the laptop either an xterm will appear or under the X11 menubar
under applications start a "Terminal" that will be the "xterm"
- in the xterm type "xhost +"
- in the xterm ssh into the MacPro
- in the xterm type export DISPLAY=HOSTNAME_OFMACPRO:0.0
- in the xterm type xclock&
The xclock will now be displayed on the laptop... but the process is running on the MacPro (verified via Activity Monitor on the MacPro & laptop).
This what I'm trying to do. But with other (non X11) applications.
Thanks,
Pete.

Similar Messages

  • IE Problem with opening XLS from remote host

    So I’m having a problem opening/saving my generated Excel Spreadshhet in Internet Explorer on a remote client. Basically, I click on my button to generate the spreadsheet, it then sends the data to my servlet that generates the document and then sends it back in a response. When I do via localhost everything works the way its supposed to, I get the document to open in IE. However if I try this from another machine, the document doesn’t open; when tried in Firefox remotely everything works. So I then started down the road of reviewing my response headers and haven’t had any luck.
          resp.setContentType("application/vnd.ms-excel");
          resp.setContentLength(document.size());
          resp.setHeader("Pragma", "no-cache");
          resp.setHeader("Expires", "-1");
          resp.setHeader("Accept-Ranges", "bytes");
          resp.setHeader("Content-disposition", "inline; filename=report.xls");
          OutputStream outputStreamToClient = resp.getOutputStream();
          document.writeTo(outputStreamToClient);
          try {
            outputStreamToClient.flush();
            outputStreamToClient.close();
          } catch (Exception e) {
            if (DEBUG) {
              System.out.println(e.getMessage());
          }My next step was to run a wireshark trace and verify that I was in fact getting my generated document sent to the remote machine and I was able to confirm the response was in fact sent and that all my necessary headers were in place. I’m open to any suggestions as I'm quite stumped at the moment.
    Matt

    So I made the changes for removing the extra headers as was recommend and still didn't have a problem. Now I did realize I forgot to mention that this is all being executed from an Applet on the client side. I build up my request dynamically in the post string and then send it via the connection I create. Now I did actually notice when I reworked my DEBUG statements that on the applet side I would get the following
    AppletConnection.getContent() warning: no content-type
    However, I have a servlet that generates a PDF based on the same data and that works just fine off a remote client and also returns the above "no content-type" error. Below I have the code from the Applet side that is actually sending the data to the servlet and receiving the response. I just wanted to reiterate that I am assuming the content-length field is in fact valid because I am able to successfully send a spreadsheet to a remote client if they are using FireFox as opposed to IE.
          final URLConnection appletConnection = url.openConnection();
          // inform the connection that we will send output and accept input
          appletConnection.setDoInput(true);
          appletConnection.setDoOutput(true);
          // Don't use a cached version of URL connection.
          appletConnection.setUseCaches(false);
          appletConnection.setDefaultUseCaches(false);
          appletConnection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
          //Write object to servlet
          OutputStreamWriter wr = new OutputStreamWriter(appletConnection.getOutputStream());
          wr.write(post);
          try {
            wr.flush();
          } catch (Exception e) {
              System.err.println("Error: Could not write object to servlet from client!");
          try {
            appletConnection.getContent();
          } catch (IOException ioe) {
            System.err.println("AppletConnection.getContent() warning:"+ioe.getMessage());
          }Thanks,
    Matt

  • SFTP receiver error: putFile: Could not connect to remote host; Reason: Unable to open Sftp client. SshReasonCode: CHANNEL_FAILURE

    Hi,
    When we try to send file over seeburger SFTP (receiver) we are getting the error as below.
    Message processing failed. Cause: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: >> Description: SFTP transaction error occured.>> Details: putFile: Could not connect to remote host; Reason: Unable to open Sftp client. SshReasonCode: CHANNEL_FAILURE>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: true>>Fatal: true, >> Description: SFTP transaction error occured.>> Details: putFile: Could not connect to remote host; Reason: Unable to open Sftp client. SshReasonCode: CHANNEL_FAILURE>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: true>>Fatal: true
    But we are able to connect through filezilla . we are able to create and delete file using the same username and password which is being used in SFTP adapter.
    we have imported the both dsa and rsa keys in SFTP partner folder in NWA. Even though we are getting same error.
    Thanks,
    Vinayak

    Hi Ram,
    we checked with network team and port 22 is open and they are able to ping to the target system.
    we checked the seeburger logs and we see EOF received from remote site error:
    Caused by: com.maverick.ssh.SshException: EOF received from remote side [Unknown cause]
    #at com.maverick.ssh2.TransportProtocol.b(Unknown Source)
    #at com.maverick.ssh2.TransportProtocol.i(Unknown Source)
    #at com.maverick.ssh2.TransportProtocol.nextMessage(Unknown Source)
    #at com.maverick.ssh.message.SshMessageRouter.d(Unknown Source)
    #at com.maverick.ssh.message.SshMessageRouter.access$000(Unknown Source)
    #at com.maverick.ssh.message.SshMessageRouter$_b.run(Unknown Source) 
    Thanks,
    Vinayak.

  • TAC+: TCP/IP open to 10.20.17.2/49 failed -- Connection timed out; remote host not responding

     TACACS+ configured on router and router is in ACS.  I can ping the ACS but the router cannot establish a connection to authenticate users.
    aaa group server tacacs+ hq_acs-1
    server 10.20.17.2
    ip tacacs source-interface GigabitEthernet0/0
    aaa authentication login default group tacacs+ local
    aaa authorization config-commands
    aaa authorization exec default group tacacs+ local
    aaa authorization commands 10 default group tacacs+ local
    aaa authorization commands 15 default group tacacs+ local
    aaa accounting nested
    aaa accounting update newinfo periodic 60
    aaa accounting auth-proxy default start-stop group tacacs+
    aaa accounting exec default start-stop group tacacs+
    aaa accounting commands 15 default start-stop group tacacs+
    aaa accounting network default start-stop group tacacs+
    aaa accounting connection default start-stop group tacacs+
    aaa accounting system default start-stop group tacacs+
    aaa accounting resource default start-stop group tacacs+
    BigTree_3945#sh ip int br
    Interface                  IP-Address      OK? Method Status                Protocol
    GigabitEthernet0/0         10.4.3.1        YES NVRAM  down                  down
    GigabitEthernet0/1         10.12.10.26     YES NVRAM  up                    up 
    Serial0/2/0                unassigned      YES NVRAM  down                  down
    Serial0/2/0.602            10.12.15.10     YES NVRAM  down                  down
    Apr 13 11:08:13.673: TPLUS: Queuing AAA Authentication request 79 for processing
    Apr 13 11:08:13.673: TPLUS: processing authentication start request id 79
    Apr 13 11:08:13.675: TPLUS: Authentication start packet created for 79(cisscdb)
    Apr 13 11:08:13.675: TPLUS: Using server 10.20.17.2
    Apr 13 11:08:13.675: TPLUS(0000004F)/0/NB_WAIT/1BDD9C34: Started 5 sec timeout
    Apr 13 11:08:18.676: TPLUS(0000004F)/0/NB_WAIT/1BDD9C34: timed out
    Apr 13 11:08:18.676: TPLUS(0000004F)/0/NB_WAIT/1BDD9C34: timed out, clean up
    Apr 13 11:08:18.676: TPLUS(0000004F)/0/1BDD9C34: Processing the reply packet
    Apr 13 11:08:25.834: TPLUS: Queuing AAA Authentication request 79 for processing
    Apr 13 11:08:25.834: TPLUS: processing authentication start request id 79
    Apr 13 11:08:25.834: TPLUS: Authentication start packet created for 79(cisscdb)
    Apr 13 11:08:25.834: TPLUS: Using server 10.20.17.2
    Apr 13 11:08:25.834: TPLUS(0000004F)/0/NB_WAIT/1BDD9C34: Started 5 sec timeout
    Apr 13 11:08:30.836: TPLUS(0000004F)/0/NB_WAIT/1BDD9C34: timed out
    Apr 13 11:08:30.836: TPLUS(0000004F)/0/NB_WAIT/1BDD9C34: timed out, clean up
    Apr 13 11:08:30.836: TPLUS(0000004F)/0/1BDD9C34: Processing the reply packet
    Apr 13 11:08:43.689: TAC: Using default tacacs server-group "tacacs" list.
    Apr 13 11:08:43.689: TAC+: Opening TCP/IP to 10.20.17.2/49 timeout=5
    Apr 13 11:08:51.057: TPLUS: Queuing AAA Authentication request 79 for processing
    Apr 13 11:08:51.057: TPLUS: processing authentication start request id 79
    Apr 13 11:08:51.057: TPLUS: Authentication start packet created for 79(cisscdb)
    Apr 13 11:08:51.057: TPLUS: Using server 10.20.17.2
    Apr 13 11:08:51.057: TPLUS(0000004F)/0/NB_WAIT/1BDD9C34: Started 5 sec timeout
    Apr 13 11:08:54.692: TAC+: TCP/IP open to 10.20.17.2/49 failed -- Connection timed out; remote host not responding
    Apr 13 11:08:54.692: TPLUS: Queuing AAA Accounting request 76 for processing
    Apr 13 11:08:54.692: TPLUS: processing accounting request id 76
    Apr 13 11:08:54.692: TPLUS: Sending AV task_id=332
    Apr 13 11:08:54.692: TPLUS: Sending AV timezone=EDT
    Apr 13 11:08:54.692: TPLUS: Sending AV service=shell
    Apr 13 11:08:54.692: TPLUS: Sending AV start_time=1334329734
    Apr 13 11:08:54.692: TPLUS: Sending AV priv-lvl=15
    Apr 13 11:08:54.692: TPLUS: Sending AV cmd=show logging <cr>
    Apr 13 11:08:54.692: TPLUS: Accounting request created for 76(n20j03t)
    Apr 13 11:08:54.692: TPLUS: Using server 10.20.17.2
    Apr 13 11:08:54.692: TPLUS(0000004C)/1/NB_WAIT/20FD90EC: Started 5 sec timeout
    Apr 13 11:08:56.058: TPLUS(0000004F)/0/NB_WAIT/1BDD9C34: timed out
    Apr 13 11:08:56.058: TPLUS(0000004F)/0/NB_WAIT/1BDD9C34: timed out, clean up
    Apr 13 11:08:56.058: TPLUS(0000004F)/0/1BDD9C34: Processing the reply packet
    Apr 13 11:08:59.693: TPLUS(0000004C)/1/NB_WAIT/20FD90EC: timed out
    Apr 13 11:08:59.693: TPLUS(0000004C)/1/NB_WAIT/20FD90EC: timed out, clean up
    Apr 13 11:08:59.693: TPLUS(0000004C)/1/20FD90EC: Processing the reply packet
    BigTree_3945#
    AAA Client IP Address
    10.4.3.* 10.12.15.10
    Key
    Network Device Group
    Test    
    NJT    
    AccessLink    
    (Not Assigned)    
    Authenticate Using
    TACACS+ (Cisco IOS)    
    RADIUS (Cisco Aironet)    
    RADIUS (Cisco BBSM)    
    RADIUS (Cisco IOS/PIX)    
    RADIUS (Cisco VPN 3000)    
    RADIUS (Cisco VPN 5000)    
    RADIUS (IETF)    
    RADIUS (Ascend)    
    RADIUS (Juniper)    
    RADIUS (Nortel)    
    RADIUS (iPass)    
    Single Connect TACACS+ AAA Client (Record stop in accounting on failure).
    The 10.12.10.* range is listed under the HQ site.
    Your help is greatly appreciated.

    You stated that you can ping ACS from the router, did you try sourcing the packets from the GigabitEthernet 0/0 interface (which is the one TACACS+ will try to use, given the configuration that you posted)?
    What does the network path between the router and ACS look like (ie, any firewalls, NAT, etc)?
    Can you connect to port 49 at the ACS IP address from the router sourcing the packets from GigabitEthernet 0/0 ?
    Are you using VRFs?
    What version of IOS?

  • Error FRM-91500 when compile from remote host

    Dear all,
    I have a problem when compiling forms from remote using 'frmcmp.sh'. It creates error :
    "FRM-91500: Unable to start/complete the build."
    and when I try to compile from remote host using 'frmcmp', it creates error:
    "frmcmp: error while loading shared libraries: libjvm.so: cannot open shared object file: No such file or directory"
    The problem is also occured when I use vnc, ssh, telnet. So I can't complie forms when I login from remote host.
    But,
    the problem doesn't occured if I compile forms by login FROM SERVER directly. There's no firewall between me and the server, network connection is good, and I already try some advice from this forum using:
    export ORACLE_TERM=vt220
    export DISPLAY=202.181.18.31
    But It still doesn't work. I try export DISPLAY using my local Ip-address, using my gateway ip-address, but none of them works. Please help me solve this problem so I can compile from remote host
    The server specification:
    Pentium 4
    RAM 1 GB
    OS Enterprise Linux AS release 4 (October Update 4)
    server IP adddress:x.x.x.x
    with product:
    Oracle DB 10g
    Oracle Apllication Server 10gR2
    My own IP address:192.168.13.34
    server see me as : x.x.x.x
    Regards,
    firman

    your DISPLAY isn't correct,
    it should be something like
    export DISPLAY=203.81.184.30:0.0
    where 0.0 stands for your local display and the virtual screen on it ..
    (or something like that ... )
    in any case I first would check the X-Session using some standard X-application
    like xterm or xclock
    as long as they don't work, your compile will fail
    hope that helps
    Volker

  • Unable to delete file on the remote host

    Hi,
    I tried to delete a file on the remote host using File.delete method as well as using Runtime.getRuntime.exec("del filename")
    But both of them failed to work. First one returned false, but the second one is throwing IOException always.
    I am trying this through a java application in Windows NT environment. I am using jdk1.3. How can i solve this problem?.
    IOException occured at DataLoadFromTxtToOra exeBatchForTWS: CreateProcess: del \\ERSWEB\DTemp\ERS\HEB_428\DATAFILES\ERSWEB\DLCOMMA.txt error=2
    Regards,
    Babu

    you should be able to do that if you have rights on the file, try the following code and substitute the computer/share names:
                   File aFile = new File("\\\\COMPUTER\\share\\filename.ext");
                   System.out.println("Read: " + aFile.canRead());
                   System.out.println("Write: " + aFile.canWrite());
                   System.out.println("Exists: " + aFile.exists());
                   System.out.println("File: " + aFile.isFile());
                   aFile.delete();Mind the slashes: a single backslash is causing a escape character: \n for example is a (unix) return. A double \\ defeats it and results in a single \ in the filename
    If everything returns true I think the file will be deleted. If isFile() returns false you've got the path/filename wrong.

  • XML not working in remote host

    Dear colleagues, I've a JSP successfully running locally with J2SE1.4.2 and Tomcat5.
    The problem is it won't run when uploaded in the remote host. I've spent hours in vain, please help.
    The program should load an XML file located in the application folder (same path as the JSP), parse it into
    a DOM tree and retrieve some values.
    I'm getting NullPointerException.
    My import statements:
    <%@ page import="java.io.*" %>
    <%@ page import="org.w3c.dom.*" %>
    <%@ page import="org.xml.sax.*" %>
    <%@ page import="javax.xml.parsers.*" %>
    The code I'm using to get the real path of xml file from JSP scriptlet is:
    String filepath = application.getRealPath(filename);
    However, I also tried and failed with the hard-coded pathname like this:
    String filepath ="/var/tomcat/webapps/babyuniverse/myxmlfile.xml";
    Upon checking the Java version of remote host, I found that it is 1.2.2
    Now I guess, some of the packages I'm importing may not exist in the remote host, especially
    the org.w3c.dom and/or org.xml.sax.
    Upon checking the tomcat/lib folder in the remote host, I found it contains the following jar files:
    ant.jar; commons-fileupload-1.0.jar; jasper.jar; jaxp.jar; parser.jar; servlet.jar; webserver.jar
    Are those packages sufficient to handle my program. If not, which extra packages are needed and where
    they can be found? I've permission to upload files to tomcat/lib and also to restart tomcat if needed.
    But I cannot update classpath.
    Thank you for the help.

    Hi, I found out where to find those jars you mentioned.
    But unfortunately, I was wrong in stating that I'm allowed to upload files to
    tomcat/lib. When I tried, I couldn't. I could only upload them to
    my app's WEB-INF/lib. And this isn't working. Any ideas to solve my problem?
    I'm sure the line I'm getting the NullPointerException is at
    Document mydoc = myparser.parse(new File(xml_file_name));
    My assumption is that it is not able to find a parser.
    Please help someone.

  • LV 8.2.1 Error 66 or 1379 occured at open Application Reference. A LV 8.2.1

    Hi,
    LV 8.2.1 Error 66 or 1379 occured at open Application Reference. A LV 8.2.1
    Using:
    Application access an other LV application on an remote PC with Vi-Server Technology. (Based on MS OS Windows XP SP2 with all patches ...)
    With LabVIEW 8.2.1 it is not possible (exactly: with one PC it works, with other PCs, (identical regarding configuration of LabVIEW-Components), the described errors occured ...
    There is no problem with LV 7.1.1. ( If the VI-Server Configuration of the .exe will be done within the .ini -File...)
    The differences between LV 7.1.1 are in the .ini-File of the application regarding the the access-List property.
    Error 66 occures if ther is no entry in the access-List property.-> OK.
    Error 1379 occures if i will use the copy of the LV .ini-File acl-property with allowed access from all clients (*) or special clients defined with IP-Adress ... -> BUG
    The same behaviour is described in 2 threads in the discussion forum ..., but in my application/configuration the workaround acl.configuration: "allow access from all clients" will work only with one PC ?
    So what is the solution ?
    At this moment i gol back to LV 7.1.1, but this is surely not the solution ....
    Thanks for help ....

    Hi!
    I have also found following discusion in the forum.
    But the the problem for Error 1379 lies in LabVIEW 8.2.1 and VI Server.
    This is a know Bug. This Bug should be fixed in a future version.
    The problem is that the IP address in the could not be resolved into a machine name.
    Workaround:
    This program works in 7.1 so the only option right now is to use 7.1 instead of 8.2.1.
    Plamen
    Message Edited by Support on 10-31-2007 08:59 AM
    National Instruments Germany
    Application Engineer

  • Yosemite finder spinning beachball when opening or saving files from within any open application ... fix please!

    At my wits end with this issue, it seemed to have started with the 10.10.1 upgrade and continues with 10.10.2. Only when you are in an open application (it’s fine if I am looking at files on the desktop) and go to open or save a file the pop up window opens and then seems to open again and as I try to navigate through the files it pauses and I get a spinning beach ball for 15 seconds to a minute each time. Then the ball is gone for a few seconds and comes back again … eventually I can get to a file but it can take several minutes to get to one file through this process. The delays seem to get worse the more I try it. I have been dealing with a senior CPU adviser from Apple for the last four weeks on this issue and the conclusion after all of our testing and a half dozen data logs is that the engineers are continuing to collect information on the problem from others and will hopefully identify and fix it some time but can’t offer any further advise. As of now I am forced to run 10.8.5 (without any finder issues) on a second partition in order to do any meaningful work. I have a mid 2010 27” iMac with 16Gb ram and a 3TB fusion HD. Here’s what I have done so far to try and fix this:
    - went through all of the cleaning and maintenance items using the OnyX utility program including;
    fixing permissions, running all maintenance scripts, rebuilding system databases and deleting the system, user, internet and fonts cache.
    - running Disk Utility repair and permissions.
    - used Disk Warrior to rebuild and optimize the disk
    - tried turning off Spotlight and iCloud.
    - started up in safe mode
    - zapped the PRAM and reset the SMC
    - used terminal to delete Finder settings and disable auto-mount of network shares
    - reinstalled a combo update of 10.2.2
    - tried different user accounts
    - did a fresh install of 10.2.2. on a second partition (the problem was still duplicated here)
    I have to say I am disappointed of late with what seems  to be a lot of bugs coming out from the latest Apple software releases. Am I going to have to live with this setup and just wait for Apple to hopefully identify this as a bug and offer a fix sometime in the future?  … can anyone offer any further advise?
    EtreCheck version: 2.1.8 (121)
    Report generated February 5, 2015 at 11:42:40 AM EST
    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 (27-inch, Mid 2010) (Technical Specifications)
        iMac - model: iMac11,3
        1 2.93 GHz Intel Core i7 CPU: 4-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM1
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        ATI Radeon HD 5750 - VRAM: 1024 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 17:51:10
    Disk Information: ℹ️
        Hitachi HDS723030BLE640 disk1 : (3 TB)
            EFI (disk1s1) <not mounted> : 210 MB
            Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
            iMac Mountain Lion (disk1s4) /Volumes/iMac Mountain Lion : 917.17 GB (491.51 GB free)
            Recovery HD (disk1s5) <not mounted>  [Recovery]: 650 MB
            iMac Yosemite (disk2) / : 2.19 TB (474.37 GB free)
                Core Storage: disk0s2 119.69 GB Online
                Core Storage: disk1s2 2.08 TB Online
        PIONEER DVD-RW  DVRTS09 disk5 : (1.28 GB)
            disk5s1 (disk5s1) <not mounted> : 1 KB
            Zero Hour (disk5s2) /Volumes/Zero Hour : 1.28 GB (5 MB free)
        OWC Mercury Electra 3G SSD disk0 : (120.03 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Boot OS X (disk0s3) <not mounted> : 134 MB
            iMac Yosemite (disk2) / : 2.19 TB (474.37 GB free)
                Core Storage: disk0s2 119.69 GB Online
                Core Storage: disk1s2 2.08 TB Online
    USB Information: ℹ️
        Apple Inc. iPhone
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Internal Memory Card Reader
        HP Officejet Pro L7700
        American Power Conversion Back-UPS XS 1200 FW:8.g1 .D USB FW:g1
        Apple, Inc. Keyboard Hub
            Apple, Inc Apple Keyboard
        Motorola, Inc. Apple USB Modem
        Apple Computer, Inc. IR Receiver
        Apple Inc. Built-in iSight
    Firewire Information: ℹ️
        iomega MAC COMPANION 400mbit - 800mbit max
            EFI (disk4s1) <not mounted> : 210 MB
            iMac Yosemite CCC Backup (disk4s2) /Volumes/iMac Yosemite CCC Backup : 3.00 TB (1.50 TB free)
        LaCie d2 Quadra v3C 800mbit - 800mbit max
            EFI (disk3s1) <not mounted> : 210 MB
            iMac Yosemite Time Machine Backup (disk3s2) /Volumes/iMac Yosemite Time Machine Backup : 3.00 TB (1.22 TB free)
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /Applications/Disk Warrior/DiskWarrior.app
        [not loaded]    com.alsoft.Preview (5 - SDK 10.5) [Click for support]
            /Applications/Parallels Desktop.app
        [not loaded]    com.parallels.kext.hypervisor (10.1.2 28859 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.netbridge (10.1.2 28859 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.usbconnect (10.1.2 28859 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.vnic (10.1.2 28859 - SDK 10.7) [Click for support]
            /Applications/TechTool Pro 7.app
        [not loaded]    com.micromat.driver.spdKernel (1 - SDK 10.8) [Click for support]
        [not loaded]    com.micromat.driver.spdKernel-10-8 (1 - SDK 10.8) [Click for support]
            /Applications/Toast 7 Titanium/Toast Titanium.app
        [not loaded]    com.roxio.TDIXController (1.4) [Click for support]
            /Applications/Utilities/HardwareMonitor.app
        [not loaded]    com.bresink.driver.BRESINKx86Monitoring (8.0) [Click for support]
            /Library/Application Support/Hotspot Shield
        [not loaded]    com.anchorfree.tun (1.1.1 - SDK 10.8) [Click for support]
            /Library/Extensions
        [loaded]    com.squirrels.airparrot.framebuffer (5 - SDK 10.10) [Click for support]
        [loaded]    com.squirrels.driver.AirParrotSpeakers (1.8 - SDK 10.8) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.Belcarra.iokit.USBLAN_netpart (3.1.1 - SDK 10.6) [Click for support]
        [not loaded]    com.Belcarra.iokit.USBLAN_usbpart (3.1.1 - SDK 10.6) [Click for support]
        [loaded]    com.Logitech.Control Center.HID Driver (3.4.0 - SDK 10.0) [Click for support]
        [not loaded]    com.Logitech.Unifying.HID Driver (1.2.0 - SDK 10.0) [Click for support]
        [not loaded]    com.RemoteControl.USBLAN.usbpart (3.1.1 - SDK 10.7) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchAfaTech (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergy450 (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergyXS (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchEmpia (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchVoyager (1.1) [Click for support]
        [not loaded]    com.kensington.mouseworks.iokit.KensingtonMouseDriver (3.0) [Click for support]
            /System/Library/Extensions/KensingtonMouseDriver.kext/Contents/PlugIns
        [not loaded]    com.kensington.mouseworks.driver.ADBID32Mouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID32MouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID4Mouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID4MouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.KMWBluetoothHIDMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.KMWBluetoothOldHIDMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.KMWUSBHIDMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.USBMouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.VirtualMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.VirtualMouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.iokit.KensingtonMouseDriverX1 (3.0) [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.hp.help.tocgenerator.plist [Click for support]
        [running]    com.micromat.TechToolProAgent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.srs.EssentialsAgent.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.anchorfree.ajaxserver.plist [Click for support]
        [running]    com.bombich.ccchelper.plist [Click for support]
        [running]    com.elgato.EyeConnect.plist [Click for support]
        [running]    com.micromat.TechToolProDaemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.surteesstudios.hddfancontroldaemon.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_service.plist [Click for support]
        [loaded]    info.lokiware.attachmenttamer.securetool.plist [Click for support]
        [not loaded]    openbase.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    com.google.keystone.agent.plist [Click for support] [Click for details]
        [not loaded]    com.marketcircle.daylite.pidclear.plist [Click for support]
        [not loaded]    com.microsoft.LaunchAgent.SyncServicesAgent.plist [Click for support]
        [not loaded]    com.valvesoftware.steamclean.plist [Click for support]
    User Login Items: ℹ️
        System Events    Application  (/System/Library/CoreServices/System Events.app)
        AirPort Base Station Agent    Application  (/System/Library/CoreServices/AirPort Base Station Agent.app)
        OpenDNS Updater    Application  (/Applications/Utilities/OpenDNS Updater.app)
        ChronoSyncBackgrounder    Application  (/Library/Application Support/ChronoSync/ChronoSyncBackgrounder.app)
        EyeTV Helper    Application Hidden (/Library/Application Support/EyeTV/EyeTV Helper.app)
        ChronoSync    Application Hidden (/Applications/ChronoSync.app)
        SpeechSynthesisServer    Application  (/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks /SpeechSynthesis.framework/Versions/A/SpeechSynthesisServer.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Support/AdobeResourceSynchronizer.app)
        AirCamLauncher    Application  (/Applications/AirCamLauncher.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Hardware Monitor Lite    Application Hidden (/Applications/HardwareMonitorLite.app)
        WeathrClip    Application  (/Applications/WeathrClip.app)
        DiskWarriorDaemonStarter    Application  (/Applications/Disk Warrior/DiskWarrior.app/Contents/Helpers/DiskWarriorStarter.app)
    Internet Plug-ins: ℹ️
        DirectorShockwave: Version: 11.6.5r635 [Click for support]
        Java Applet: Version: Unknown
        Google Earth Web Plug-in: Version: 6.0 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.4.4.2 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: Unknown
        Scorch: Version: ScorchNetscapePlugin 4.1.4 build 1 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown
    Safari Extensions: ℹ️
        Open in Internet Explorer
        Reload Button
        Print Plus
        clea.nr Videos
        YouTube5
        YoutubeWide
        Reload Button
    3rd Party Preference Panes: ℹ️
        APC PowerChute Personal Edition  [Click for support]
        Flash Player  [Click for support]
        Growl  [Click for support]
        HDD Fan Control  [Click for support]
        Java  [Click for support]
        MenuMeters  [Click for support]
        TechTool Protection  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            iMac Yosemite: Disk size: 2.19 TB Disk used: 1.72 TB
        Destinations:
            iMac Yosemite Time Machine Backup [Local]
            Total size: 3.00 TB
            Total number of backups: 26
            Oldest backup: 2015-01-30 23:34:31 +0000
            Last backup: 2015-02-05 15:51:25 +0000
            Size of backup disk: Too small
                Backup size 3.00 TB < (Disk used 1.72 TB X 3)
    Top Processes by CPU: ℹ️
             6%    launchd
             4%    WindowServer
             2%    taskgated
             1%    SystemUIServer
             1%    WeathrClip
    Top Processes by Memory: ℹ️
        1.31 GB    mds_stores
        481 MB    mds
        447 MB    OnyX
        326 MB    iTunes
        275 MB    Safari
    Virtual Memory Information: ℹ️
        4.48 GB    Free RAM
        7.51 GB    Active RAM
        3.71 GB    Inactive RAM
        1.46 GB    Wired RAM
        18.79 GB    Page-ins
        29 KB    Page-outs
    Diagnostics Information: ℹ️
        Feb 5, 2015, 11:38:15 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 13815_[redacted].crash
        Feb 5, 2015, 11:29:31 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-112931_[redacted].crash
        Feb 5, 2015, 10:54:32 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 05432_[redacted].crash
        Feb 5, 2015, 10:54:22 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 05422_[redacted].crash
        Feb 5, 2015, 10:54:21 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 05421_[redacted].crash
        Feb 5, 2015, 10:54:12 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 05412_[redacted].crash
        Feb 5, 2015, 10:30:47 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-103047_[redacted].crash
        Feb 5, 2015, 09:56:26 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-0 95626_[redacted].crash
        Feb 5, 2015, 09:56:16 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-0 95616_[redacted].crash
        Feb 5, 2015, 09:56:15 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-0 95615_[redacted].crash
        Feb 5, 2015, 09:34:42 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-0 93442_[redacted].crash
        Feb 5, 2015, 09:34:33 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-0 93433_[redacted].crash
        Feb 5, 2015, 09:32:03 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-093203_[redacted].crash
        Feb 5, 2015, 08:33:19 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-083319_[redacted].crash
        Feb 5, 2015, 07:34:35 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-073435_[redacted].crash
        Feb 5, 2015, 06:35:52 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-063552_[redacted].crash
        Feb 5, 2015, 05:37:08 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-053708_[redacted].crash
        Feb 5, 2015, 03:39:40 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-033940_[redacted].crash
        Feb 5, 2015, 02:40:57 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-024057_[redacted].crash
        Feb 5, 2015, 01:42:13 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-014213_[redacted].crash
        Feb 5, 2015, 12:43:30 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-004330_[redacted].crash
        Feb 4, 2015, 11:44:45 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-234445_[redacted].crash
        Feb 4, 2015, 10:46:02 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-224602_[redacted].crash
        Feb 4, 2015, 09:47:18 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-214718_[redacted].crash
        Feb 4, 2015, 08:48:34 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-204834_[redacted].crash
        Feb 4, 2015, 07:49:50 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-194950_[redacted].crash
        Feb 4, 2015, 06:51:04 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-185104_[redacted].crash
        Feb 4, 2015, 06:44:21 PM    /Library/Logs/DiagnosticReports/???_2015-02-04-184421_[redacted].cpu_resource.d iag [Click for details]
        Feb 4, 2015, 05:53:47 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75347_[redacted].crash
        Feb 4, 2015, 05:53:37 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75337_[redacted].crash
        Feb 4, 2015, 05:53:26 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75326_[redacted].crash
        Feb 4, 2015, 05:53:16 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75316_[redacted].crash
        Feb 4, 2015, 05:53:15 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75315_[redacted].crash
        Feb 4, 2015, 05:52:13 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-175213_[redacted].crash
        Feb 4, 2015, 05:52:07 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-175207_[redacted].crash
        Feb 4, 2015, 05:48:58 PM    Self test - passed
        Feb 4, 2015, 05:41:14 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74114_[redacted].crash
        Feb 4, 2015, 05:40:53 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74053_[redacted].crash
        Feb 4, 2015, 05:40:43 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74043_[redacted].crash
        Feb 4, 2015, 05:40:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74042_[redacted].crash
        Feb 4, 2015, 05:37:29 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 73729_[redacted].crash
        Feb 4, 2015, 05:37:19 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 73719_[redacted].crash
        Feb 4, 2015, 05:36:26 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-173626_[redacted].crash
        Feb 4, 2015, 04:41:41 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64141_[redacted].crash
        Feb 4, 2015, 04:41:31 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64131_[redacted].crash
        Feb 4, 2015, 04:41:21 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64121_[redacted].crash
        Feb 4, 2015, 04:41:10 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64110_[redacted].crash
        Feb 4, 2015, 04:41:00 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64100_[redacted].crash
        Feb 4, 2015, 04:40:50 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64050_[redacted].crash
        Feb 4, 2015, 04:37:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-163742_[redacted].crash
        Feb 4, 2015, 04:37:36 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-163736_[redacted].crash
        Feb 4, 2015, 11:34:34 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-113434_[redacted].crash
        Feb 4, 2015, 10:35:47 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-103547_[redacted].crash
        Feb 4, 2015, 09:36:44 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-093644_[redacted].crash
        Feb 4, 2015, 09:34:13 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-093413_[redacted].crash
        Feb 4, 2015, 09:29:50 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-092950_[redacted].crash
        Feb 4, 2015, 09:28:49 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-092849_[redacted].crash
        Feb 4, 2015, 09:24:46 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-092446_[redacted].crash
        Feb 4, 2015, 09:24:10 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-092410_[redacted].crash
        Feb 4, 2015, 09:19:33 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-091933_[redacted].crash
        Feb 4, 2015, 09:19:24 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-091924_[redacted].crash
        Feb 4, 2015, 08:42:28 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-084228_[redacted].crash
        Feb 4, 2015, 07:43:44 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-074344_[redacted].crash

    Thanks, but this did not improve anything ....
    EtreCheck version: 2.1.8 (121)
    Report generated February 5, 2015 at 5:30:21 PM EST
    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 (27-inch, Mid 2010) (Technical Specifications)
        iMac - model: iMac11,3
        1 2.93 GHz Intel Core i7 CPU: 4-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM1
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        ATI Radeon HD 5750 - VRAM: 1024 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:3:9
    Disk Information: ℹ️
        Hitachi HDS723030BLE640 disk1 : (3 TB)
            EFI (disk1s1) <not mounted> : 210 MB
            Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
            iMac Mountain Lion (disk1s4) /Volumes/iMac Mountain Lion : 917.17 GB (491.51 GB free)
            Recovery HD (disk1s5) <not mounted>  [Recovery]: 650 MB
            iMac Yosemite (disk2) / : 2.19 TB (474.30 GB free)
                Core Storage: disk0s2 119.69 GB Online
                Core Storage: disk1s2 2.08 TB Online
        PIONEER DVD-RW  DVRTS09 disk5 : (1.28 GB)
            disk5s1 (disk5s1) <not mounted> : 1 KB
            Zero Hour (disk5s2) /Volumes/Zero Hour : 1.28 GB (5 MB free)
        OWC Mercury Electra 3G SSD disk0 : (120.03 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Boot OS X (disk0s3) <not mounted> : 134 MB
            iMac Yosemite (disk2) / : 2.19 TB (474.30 GB free)
                Core Storage: disk0s2 119.69 GB Online
                Core Storage: disk1s2 2.08 TB Online
    USB Information: ℹ️
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Internal Memory Card Reader
        Motorola, Inc. Apple USB Modem
        American Power Conversion Back-UPS XS 1200 FW:8.g1 .D USB FW:g1
        Apple, Inc. Keyboard Hub
            Apple, Inc Apple Keyboard
        HP Officejet Pro L7700
        Apple Inc. Built-in iSight
        Apple Computer, Inc. IR Receiver
    Firewire Information: ℹ️
        iomega MAC COMPANION 400mbit - 800mbit max
            EFI (disk4s1) <not mounted> : 210 MB
            iMac Yosemite CCC Backup (disk4s2) /Volumes/iMac Yosemite CCC Backup : 3.00 TB (1.50 TB free)
        LaCie d2 Quadra v3C 800mbit - 800mbit max
            EFI (disk3s1) <not mounted> : 210 MB
            iMac Yosemite Time Machine Backup (disk3s2) /Volumes/iMac Yosemite Time Machine Backup : 3.00 TB (1.22 TB free)
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /Applications/Disk Warrior/DiskWarrior.app
        [not loaded]    com.alsoft.Preview (5 - SDK 10.5) [Click for support]
            /Applications/TemperatureMonitor.app
        [not loaded]    com.bresink.driver.BRESINKx86Monitoring (8.0) [Click for support]
            /Library/Application Support/Hotspot Shield
        [not loaded]    com.anchorfree.tun (1.1.1 - SDK 10.8) [Click for support]
            /Library/Extensions
        [loaded]    com.squirrels.airparrot.framebuffer (5 - SDK 10.10) [Click for support]
        [loaded]    com.squirrels.driver.AirParrotSpeakers (1.8 - SDK 10.8) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.Belcarra.iokit.USBLAN_netpart (3.1.1 - SDK 10.6) [Click for support]
        [not loaded]    com.Belcarra.iokit.USBLAN_usbpart (3.1.1 - SDK 10.6) [Click for support]
        [loaded]    com.Logitech.Control Center.HID Driver (3.4.0 - SDK 10.0) [Click for support]
        [not loaded]    com.Logitech.Unifying.HID Driver (1.2.0 - SDK 10.0) [Click for support]
        [not loaded]    com.RemoteControl.USBLAN.usbpart (3.1.1 - SDK 10.7) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchAfaTech (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergy450 (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergyXS (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchEmpia (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchVoyager (1.1) [Click for support]
        [not loaded]    com.kensington.mouseworks.iokit.KensingtonMouseDriver (3.0) [Click for support]
            /System/Library/Extensions/KensingtonMouseDriver.kext/Contents/PlugIns
        [not loaded]    com.kensington.mouseworks.driver.ADBID32Mouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID32MouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID4Mouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID4MouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.KMWBluetoothHIDMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.KMWBluetoothOldHIDMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.KMWUSBHIDMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.USBMouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.VirtualMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.VirtualMouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.iokit.KensingtonMouseDriverX1 (3.0) [Click for support]
            /Volumes/iMac Mountain Lion/Applications/Parallels Desktop.app
        [not loaded]    com.parallels.kext.hidhook (8.0 18619.1001606) [Click for support]
        [not loaded]    com.parallels.kext.hypervisor (8.0 18619.1001606) [Click for support]
        [not loaded]    com.parallels.kext.netbridge (8.0 18619.1001606) [Click for support]
        [not loaded]    com.parallels.kext.usbconnect (8.0 18619.1001606) [Click for support]
        [not loaded]    com.parallels.kext.vnic (8.0 18619.1001606) [Click for support]
            /Volumes/iMac Mountain Lion/Applications/TechTool Pro 7.app
        [not loaded]    com.micromat.driver.spdKernel (1 - SDK 10.8) [Click for support]
        [not loaded]    com.micromat.driver.spdKernel-10-8 (1 - SDK 10.8) [Click for support]
            /Volumes/iMac Mountain Lion/Applications/Toast 7 Titanium/Toast Titanium.app
        [not loaded]    com.roxio.TDIXController (1.4) [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.hp.help.tocgenerator.plist [Click for support]
        [running]    com.micromat.TechToolProAgent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.srs.EssentialsAgent.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.anchorfree.ajaxserver.plist [Click for support]
        [running]    com.bombich.ccchelper.plist [Click for support]
        [running]    com.elgato.EyeConnect.plist [Click for support]
        [running]    com.micromat.TechToolProDaemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.surteesstudios.hddfancontroldaemon.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_service.plist [Click for support]
        [loaded]    info.lokiware.attachmenttamer.securetool.plist [Click for support]
        [not loaded]    openbase.plist [Click for support]
    User Launch Agents: ℹ️
        [not loaded]    com.marketcircle.daylite.pidclear.plist [Click for support]
        [not loaded]    com.microsoft.LaunchAgent.SyncServicesAgent.plist [Click for support]
        [not loaded]    com.valvesoftware.steamclean.plist [Click for support]
    User Login Items: ℹ️
        System Events    Application  (/System/Library/CoreServices/System Events.app)
        AirPort Base Station Agent    Application  (/System/Library/CoreServices/AirPort Base Station Agent.app)
        OpenDNS Updater    Application  (/Applications/Utilities/OpenDNS Updater.app)
        ChronoSyncBackgrounder    Application  (/Library/Application Support/ChronoSync/ChronoSyncBackgrounder.app)
        EyeTV Helper    Application Hidden (/Library/Application Support/EyeTV/EyeTV Helper.app)
        ChronoSync    Application Hidden (/Applications/ChronoSync.app)
        SpeechSynthesisServer    Application  (/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks /SpeechSynthesis.framework/Versions/A/SpeechSynthesisServer.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Support/AdobeResourceSynchronizer.app)
        AirCamLauncher    Application  (/Applications/AirCamLauncher.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Hardware Monitor Lite    Application Hidden (/Applications/HardwareMonitorLite.app)
        WeathrClip    Application  (/Applications/WeathrClip.app)
        DiskWarriorDaemonStarter    Application  (/Applications/Disk Warrior/DiskWarrior.app/Contents/Helpers/DiskWarriorStarter.app)
    Internet Plug-ins: ℹ️
        DirectorShockwave: Version: 11.6.5r635 [Click for support]
        Java Applet: Version: Unknown
        Google Earth Web Plug-in: Version: 6.0 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.4.4.2 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: Unknown
        Scorch: Version: ScorchNetscapePlugin 4.1.4 build 1 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown
    Safari Extensions: ℹ️
        Open in Internet Explorer
        Reload Button
        Print Plus
        clea.nr Videos
        YouTube5
        YoutubeWide
        Reload Button
    3rd Party Preference Panes: ℹ️
        APC PowerChute Personal Edition  [Click for support]
        Flash Player  [Click for support]
        Growl  [Click for support]
        HDD Fan Control  [Click for support]
        Java  [Click for support]
        MenuMeters  [Click for support]
        TechTool Protection  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            iMac Yosemite: Disk size: 2.19 TB Disk used: 1.72 TB
        Destinations:
            iMac Yosemite Time Machine Backup [Local]
            Total size: 3.00 TB
            Total number of backups: 30
            Oldest backup: 2015-01-30 23:34:31 +0000
            Last backup: 2015-02-05 20:57:50 +0000
            Size of backup disk: Too small
                Backup size 3.00 TB < (Disk used 1.72 TB X 3)
    Top Processes by CPU: ℹ️
             9%    Dropbox
             3%    mds
             2%    WindowServer
             1%    SystemUIServer
             0%    HardwareMonitorLite
    Top Processes by Memory: ℹ️
        1.08 GB    mds_stores
        223 MB    Safari
        120 MB    ChronoSync
        120 MB    Contacts
        103 MB    com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
        10.46 GB    Free RAM
        3.71 GB    Active RAM
        1.71 GB    Inactive RAM
        1.29 GB    Wired RAM
        2.78 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 5, 2015, 05:24:55 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-05-172455_[redacted].crash
        Feb 5, 2015, 05:22:58 PM    Self test - passed
        Feb 5, 2015, 05:13:53 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-05-171353_[redacted].crash
        Feb 5, 2015, 05:01:53 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 70153_[redacted].crash
        Feb 5, 2015, 05:01:52 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 70152_[redacted].crash
        Feb 5, 2015, 05:00:43 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-05-170043_[redacted].crash
        Feb 5, 2015, 04:23:11 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-162311_[redacted].crash
        Feb 5, 2015, 03:24:27 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-152427_[redacted].crash
        Feb 5, 2015, 03:13:07 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 51307_[redacted].crash
        Feb 5, 2015, 03:12:56 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 51256_[redacted].crash
        Feb 5, 2015, 03:12:46 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 51246_[redacted].crash
        Feb 5, 2015, 03:12:35 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 51235_[redacted].crash
        Feb 5, 2015, 03:12:25 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 51225_[redacted].crash
        Feb 5, 2015, 03:11:40 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 51140_[redacted].crash
        Feb 5, 2015, 02:25:43 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-142543_[redacted].crash
        Feb 5, 2015, 01:41:27 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 34127_[redacted].crash
        Feb 5, 2015, 01:33:43 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 33343_[redacted].crash
        Feb 5, 2015, 01:26:59 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-132659_[redacted].crash
        Feb 5, 2015, 12:28:16 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-122816_[redacted].crash
        Feb 5, 2015, 11:38:15 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 13815_[redacted].crash
        Feb 5, 2015, 11:29:31 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-112931_[redacted].crash
        Feb 5, 2015, 10:54:32 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 05432_[redacted].crash
        Feb 5, 2015, 10:54:22 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 05422_[redacted].crash
        Feb 5, 2015, 10:54:21 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 05421_[redacted].crash
        Feb 5, 2015, 10:54:12 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-1 05412_[redacted].crash
        Feb 5, 2015, 10:30:47 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-103047_[redacted].crash
        Feb 5, 2015, 09:56:26 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-0 95626_[redacted].crash
        Feb 5, 2015, 09:56:16 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-0 95616_[redacted].crash
        Feb 5, 2015, 09:56:15 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-05-0 95615_[redacted].crash
        Feb 5, 2015, 09:32:03 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-093203_[redacted].crash
        Feb 5, 2015, 08:33:19 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-083319_[redacted].crash
        Feb 5, 2015, 07:34:35 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-073435_[redacted].crash
        Feb 5, 2015, 06:35:52 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-063552_[redacted].crash
        Feb 5, 2015, 05:37:08 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-053708_[redacted].crash
        Feb 5, 2015, 04:38:24 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-043824_[redacted].crash
        Feb 5, 2015, 03:39:40 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-033940_[redacted].crash
        Feb 5, 2015, 02:40:57 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-024057_[redacted].crash
        Feb 5, 2015, 01:42:13 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-014213_[redacted].crash
        Feb 5, 2015, 12:43:30 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-05-004330_[redacted].crash
        Feb 4, 2015, 11:44:45 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-234445_[redacted].crash
        Feb 4, 2015, 10:46:02 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-224602_[redacted].crash
        Feb 4, 2015, 09:47:18 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-214718_[redacted].crash
        Feb 4, 2015, 08:48:34 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-204834_[redacted].crash
        Feb 4, 2015, 07:49:50 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-194950_[redacted].crash
        Feb 4, 2015, 06:51:04 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-185104_[redacted].crash
        Feb 4, 2015, 06:44:21 PM    /Library/Logs/DiagnosticReports/???_2015-02-04-184421_[redacted].cpu_resource.d iag [Click for details]
        Feb 4, 2015, 05:53:47 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75347_[redacted].crash
        Feb 4, 2015, 05:53:37 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75337_[redacted].crash
        Feb 4, 2015, 05:53:26 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75326_[redacted].crash
        Feb 4, 2015, 05:53:16 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75316_[redacted].crash
        Feb 4, 2015, 05:53:15 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 75315_[redacted].crash
        Feb 4, 2015, 05:52:13 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-175213_[redacted].crash
        Feb 4, 2015, 05:52:07 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-175207_[redacted].crash
        Feb 4, 2015, 05:41:24 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74124_[redacted].crash
        Feb 4, 2015, 05:41:14 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74114_[redacted].crash
        Feb 4, 2015, 05:41:03 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74103_[redacted].crash
        Feb 4, 2015, 05:40:53 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74053_[redacted].crash
        Feb 4, 2015, 05:40:43 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74043_[redacted].crash
        Feb 4, 2015, 05:40:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 74042_[redacted].crash
        Feb 4, 2015, 05:37:29 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 73729_[redacted].crash
        Feb 4, 2015, 05:37:19 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 73719_[redacted].crash
        Feb 4, 2015, 05:36:26 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-173626_[redacted].crash
        Feb 4, 2015, 04:41:41 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64141_[redacted].crash
        Feb 4, 2015, 04:41:31 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64131_[redacted].crash
        Feb 4, 2015, 04:41:21 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64121_[redacted].crash
        Feb 4, 2015, 04:41:10 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64110_[redacted].crash
        Feb 4, 2015, 04:41:00 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64100_[redacted].crash
        Feb 4, 2015, 04:40:50 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iconservicesagent_2015-02-04-1 64050_[redacted].crash
        Feb 4, 2015, 04:37:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-163742_[redacted].crash
        Feb 4, 2015, 04:37:36 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-163736_[redacted].crash
        Feb 4, 2015, 11:34:34 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-113434_[redacted].crash
        Feb 4, 2015, 10:35:47 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-103547_[redacted].crash
        Feb 4, 2015, 09:36:44 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-093644_[redacted].crash
        Feb 4, 2015, 09:34:13 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-093413_[redacted].crash
        Feb 4, 2015, 09:29:50 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-092950_[redacted].crash
        Feb 4, 2015, 09:28:49 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-092849_[redacted].crash
        Feb 4, 2015, 09:24:46 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-092446_[redacted].crash
        Feb 4, 2015, 09:24:10 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -02-04-092410_[redacted].crash
        Feb 4, 2015, 09:19:33 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2015 -02-04-091933_[redacted].crash
        Feb 4, 2015, 09:19:24 AM    /Users/[red

  • Remote host supports the use of SSL ciphers that offer weak encryption

    Dear All,
    Our Internal security audit suggests to avoid the use of Week SSL ciphers for our SAP PI 7.0 servers.
    We have followed the SAP note 510007 - Setting up SSL on Web Application Server ABAP
    as mentioned in the point 6 we have added below parameter in the instance profile of application server  and restarted our server but still the issue is not resoved.
    ssl/ciphersuites=MEDIUM:HIGH:EXPORT:!LOW:!eNULL
    Clients are accessing our PI server through SAP Web dispatcher.
    Kindly suggest the action to be taken to resolve the issue.
    Please find the below comment from Audit.
    The remote host supports the use of SSL ciphers that offer weak encryption.
    Note: This is considerably easier to exploit if the attacker is on the same physical network
    Regards,
    Lalitha.

    Hi Jim,
    The remote host is the PI(7.0) server.
    PI server profile
    FN_JSTART = jcontrol$(FT_EXE)
    ssl/ciphersuites = HIGH:MEDIUM:!mMD5
    jstartup/recorder = java -classpath ../j2ee/cluster/bootstrap/launcher.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/
    cluster/bootstrap -node %nodeID% %startTime% -bz $(DIR_GLOBAL) âexitcode %exitcode%
    login/accept_sso2_ticket = 1
    SAPSYSTEMNAME = APQ
    SAPSYSTEM = 00
    INSTANCE_NAME = DVEBMGS00
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = $(DIR_INSTANCE)/exe
    jstartup/trimming_properties = off
    jstartup/protocol = on
    jstartup/vm/home = /opt/IBMJava2-amd64-142
    jstartup/max_caches = 500
    jstartup/release = 700
    jstartup/instance_properties = $(jstartup/j2ee_properties):$(jstartup/sdm_properties)
    j2ee/dbdriver = /oracle/client/10x_64/instantclient/ojdbc14.jar
    PHYS_MEMSIZE = 512
    exe/saposcol = $(DIR_CT_RUN)/saposcol
    rdisp/wp_no_dia = 10
    rdisp/wp_no_btc = 3
    exe/icmbnd = $(DIR_CT_RUN)/icmbnd
    rdisp/j2ee_start_control = 1
    rdisp/j2ee_start = 1
    rdisp/j2ee_libpath = $(DIR_EXECUTABLE)
    exe/j2ee = $(DIR_EXECUTABLE)/jcontrol$(FT_EXE)
    rdisp/j2ee_timeout = 1800
    rdisp/frfc_fallback = on
    icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00
    icm/server_port_0 = PROT=HTTP,PORT=80$$
    # SAP Messaging Service parameters are set in the DEFAULT.PFL
    ms/server_port_0 = PROT=HTTP,PORT=81$$
    rdisp/wp_no_enq = 1
    rdisp/wp_no_vb = 1
    rdisp/wp_no_vb2 = 1
    rdisp/wp_no_spo = 1
    # Jcontrol: Migrated Profile Parameter
    #      create at Wed Mar 25 20:20:02 2009
    j2ee/instance_id = ID0079698
    Web dispatcher profile
    SAPSYSTEMNAME = WD0
    SAPSYSTEM = 00
    INSTANCE_NAME = W00
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    wdisp/shm_attach_mode = 6
    # Accesssability of Message Server
    #rdisp/mshost = asapq00.b.com
    #ms/http_port = 8100
    #ms/https_port = 8101
    wdisp/system_0 = MSHOST=asapq00.b.com, MSPORT=8100, SID=APQ
    # Configuration for medium scenario
    icm/max_conn               = 16350
    icm/max_sockets            = 32768
    wdisp/HTTPS/max_pooled_con = 16350
    icm/req_queue_len          = 8000
    icm/min_threads            = 100
    icm/max_threads            = 500
    mpi/total_size_MB          = 700
    mpi/buffer_size            = 32768
    mpi/max_pipes              = 21000
    wdisp/HTTP/max_pooled_con  = 8192
    wdisp/HTTPS/max_pooled_con = 8192
    # SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTP,PORT=80,EXTBIND=1
    icm/server_port_1 = PROT=ROUTER,PORT=443,EXTBIND=1
    #icm/host_name_full= asapq00.b.com
    icm/host_name_full= qtyh2h.k.co.in
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=/sapmnt/WD0/global/security/data/icmauth.txt
    ssl/ssl_lib=/usr/sap/WD0/W00/sec/libsapcrypto.so
    wdisp/HTTPS/dest_logon_group = PUBLIC
    wdisp/HTTPS/max_client_ip_entries = 100000
    wdisp/HTTPS/sticky_mask = 255.255.255.0
    #Additional Parameters
    wdisp/add_client_protocol_header = true
    wdisp/auto_refresh = 120
    wdisp/max_servers = 100
    wdisp/handle_webdisp_ap_header = 1
    #Registering SAP Web Dispatcher in the SLD
    #wdisp/system_0 = HOST=asapq00.b.com, PORT=8100, SID=APQ, NR=00
    #Parameter to avoid week SSL ciphers
    ssl/ciphersuites=HIGH:MEDIUM:!mMD5
    Regards,
    Lalitha

  • Could not open connection to the host, on port 23: Connect failed

    Can anyone please help with this telnet problem on CISCO 877 ADSL Router
    I am trying to telnet into my ISP Router remotely using public IP which has been dynamically assigned to the router by the ISP.
    I can Ping the Router and I can also go out to the internet on that router but, I can not telnet into that router from Inside the Network nor Outside the Network. There are no Firewalls involved.
    I have tried to clear the config and reconfigure it again, it does not help, I have also applied same config on another CISCO 877 ADSL Router it still does not work.
    ERROR i get on the Command Prompt: Could not open connection to the host, on port 23: Connect failed
    I have shown some of the Show Run out put below if that helps,
    ip nat inside source list 1 interface Dialer0 overload
    access-list 1 permit x.x.x.x 0.0.0.7
    dialer-list 1 protocol ip permit
    line vty 0 4
    password 7 ***********
    login
    Manny Thanks
    Punit

    Find Below the Requested Sh run outputs
    ADSL-ROUTER1#sh run | beg line vty
    line vty 0 4
    password 7 ***********
    login
    scheduler max-task-time 5000
    end
    I have removed the IP for security reasons
    ADSL-ROUTER1#sh ip route
    Gateway of last resort is 0.0.0.0 to network 0.0.0.0
         x.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
    S       x.x.x.x/29 is directly connected, Vlan1
    C       x.x.x.x/32 is directly connected, Dialer0
         x.0.0.0/32 is subnetted, 1 subnets
    C       x.x.x.x is directly connected, Dialer0
    S*   0.0.0.0/0 is directly connected, Dialer0
    I also keep getting the message below on the console done know if this is part of the problem
    Mar 13 07:17:32.213: %IP_VFR-4-FRAG_TABLE_OVERFLOW: Vlan1: the fragment table h
    as reached its maximum threshold 16
    Hope this output helps
    Thanks

  • SOAP: call failed: java.io.EOFException: Connection closed by remote host

    Hi folks,
    my friday crusher:
    We have a sync RFC-PI-SOAP scenario.
    All is working fine in Dev system.
    After moving into Test following error is displayed as the SOAP response message:
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
    <SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.EOFException: Connection closed by remote host.</SAP:AdditionalText>
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Also Channel Monitoring says:
    Message-Verarbeitung fehlgeschlagen. Grund: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.EOFException: Connection closed by remote host.
    Couldn´t find any hints in SDN and the web to this issue.
    Does anyone of you has made experiences with that problem?
    Maybe it´s a system parameter for time out SOAP connections....?
    Many thanks for your help
    -and-
    have a great weekend!
    Cheers
    André

    Very strange!
    But I have the solution:
    I have looked into channel monitoring / RWB again.
    There I saw, this PI is using two clusters on two application servers.
    Everytime the SOAP call is executed through the frist cluster, all was fine.
    But no SOAP call was successfully executed by the second cluster.
    Fortuity? No!
    The second cluster node / app server wasn´t registered for internet access in the used proxy server.
    So it wasn´t an PI issue.
    Now, all is fine & I´m happy!
    Thanks @all for helping!
    Cheers,
    André

  • TCP/IP communication with remote host

    Hey guys,I wrote a class for TCP/IP communication with remote host.I am trying to use this class in following way:Its not working.One thing I am not sure about if I can give IP address of the machine while creating a socket.Please take a look at my program and let me know where i am doing wrong.Help me!
    CommunicationAgent commAgent;
    commAgent= new TCPIPCommAgent();
    writer = commAgent.getWriter("CASS");
    /* Send GC request message to CASS */
    writer.print(searchduedateRequestMsg);
    /* Get reader object to read TCP IP response from CASS */
    reader = commAgent.getReader("CASS");
    /* Read response message */
    String respMsg = reader.readLine();
    if(respMsg!=null)
    System.out.println("Search due date Response from CASS is:" +respMsg);
    else
    System.out.println("Error in reading search due date response");
    and here is my class responsible for TCP/IP communication:
    * Created on Jul 15, 2004
    * To change the template for this generated file go to
    * Window>Preferences>Java>Code Generation>Code and Comments
    package com.prtc.commif.framework;
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.PrintStream;
    import java.net.Socket;
    import java.net.UnknownHostException;
    import java.util.Properties;
    import com.prtc.commif.framework.interfaces.CommunicationAgent;
    import com.prtc.commif.util.InputResources;
    * @author spolireddy
    * To change the template for this generated type comment go to
    * Window>Preferences>Java>Code Generation>Code and Comments
    public class TCPIPCommAgent implements CommunicationAgent
    public BufferedReader getReader(String system)
    InputResources inputResources = new InputResources();
    Properties props=inputResources.getProperties(system + ".properties");
    Socket socket=null;
    BufferedReader in=null;
    //Get this from the properties
    String hostName = "113.132.192.21";
    //Get this from the properties
    int port = 10103;
    try
    socket = new Socket(hostName, port);
    in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    catch (UnknownHostException e)
    System.err.println("Unable to identify the Host: " + hostName + ":" + port);
    System.exit(1);
    catch (IOException e)
    System.err.println("Couldn't get I/O for the connection to: "     + hostName + ":" + port);
    System.exit(1);
    return in;
    public PrintStream getWriter(String system)
    InputResources inputResources = new InputResources();
    Properties props=inputResources.getProperties(system + ".properties");
    Socket socket=null;
    PrintStream out=null;
    //Get this from the properties file
    String hostName = "113.132.192.21";
    //Get this from the properties file
    int port = 10103;
    try
    socket = new Socket(hostName, port);
    out = new PrintStream(socket.getOutputStream(), true);
    catch (UnknownHostException e)
    System.err.println("Unable to identify the Host: " + hostName + ":" + port);
    System.exit(1);
    catch (IOException e)
    System.err.println("Couldn't get I/O for the connection to: "     + hostName + ":" + port);
    System.exit(1);
    return out;

    Hi,
    Yes, you can specify ip-address as host-address.
    What do you expect the class to do? Why does reader and writer both open sockets?
    What happens when you run the program?
    /Kaj

  • How to display a file on remote host?

    Hi, All,
    I want to know how to display a text file on a remote host on APEX.
    In my APEX application, I call a OS command which execute a shell script on a remote host. The shell script will run for 5mins, and send out its running status on the remote host every 10 seconds.
    For APEX application, I want to display the output file on the remote host, and refresh the screen every 10 seconds. So the user can get the running status while the shell script is running.
    Thanks in advance for any advice.
    Sharon.Ni

    I call a OS command which execute a shell script on a remote hostI am assuming that you are using a Java wrapper to execute the OS script.
    <li>If so add another script that 'echo's or displays(cat) the file content in your OS
    <li> Add another java wrapper that runs the script (PLSQL OS COMMAND library can return the unix output of a script to PLSQL and is feature rich)
    <li> Have a PLSQL ondemand process that runs the Java code that returns the file content_(it can even return a clob) to JS ( using htp.p).
    <li> In the page have a timer JS which calls the Ondemadn process and put the content into an HTML div(eg by using html() function) with the Ondemand processes return string.

  • SMD Issue: A remote host refused an attempted connect operation

    Hi all,
    I am installing SMD agent 7.2 on managed system which is ABAP+JAVA 7.0. I Have successfully installed SMD agent 7.2 on Managemd system. Now, i need to configure its Introcope agent for JAVA system in sOlution manager. when i go to RCA->MAnaged system->setup wizard, it successfully configures it in further screens.
    However, wehn i go to RCA->MAnaged system->INtroscope agent and select the respective JAVA SID for which I installed sMD agent, it does not display the server node of jAVA for that system. Also when I check in the logs of sMG agent in the managed system, I get the below error;
    location:/usr/sap/sMD/SMDA97/log/SMDAgentApplication.0.log
    Error: A remote host refused an attempted connect operation
    Can anyone help me solving this issue?
    REgards,
    FAisal

    Hi Guilherme,
    Thanks for your reply.
    I have checked in agent administration screen. The agent is successfully assigned. I only see a problem while solman talking to the managed system on P4 port. I believe I have to open or do some administration of this P4 port. But where I am not sure.
    I mean while installed another SMD Agent on another J2EE server and it worked instantly!
    Can you help?
    Regards,
    Faisal

Maybe you are looking for

  • SELECt query in UNiX environment

    Iam using hp unix with oracle 11g when i try to spool 26 lack records it is giving me error " There is not enough memory available now. O/S Message: Broken pipe" is there is any other way SQL commands, we can limit the SELECT query to spool specific

  • Identify record number being processed in Custom Integrator?

    Hi gurus, We have developed a custom integrator using a PL/SQL packaged procedure as the interface. Inside this package we insert into a custom table. We are on Oracle Financials 11.5.10.2. The custom table is located in a custom schema called CGL. O

  • Populate one Autocomplete box on selection of another in DataGrid

    I have 2 Auto complete box inside Editable DataGrid. first for 'Type' second for 'Subtype'.  I need to populate the corresponding subtypes on the selection of Type in any row of DataGrid. If I have 2 subtypes with same name in 2 different types then

  • EditingComponent in TreeCellEditor 1.2 to 1.5

    I have inherited some code and am faced with making a few changes and making sure it works with 1.5. It currently works with 1.2. I have a custom DefaultTreeCellEditor as shown below in part. In 1.5 editingComponent is null, so of course the call to

  • Capture/Display Date & Time for Document Approval

    Hi Gurus, We are on SAP Enterprise Portals 7 SPS 15. I have enabled Document Approval in one folder in a repository.  The Document Approval works correctly; but I want to capture the date and time the document was approved at: Option 1 (Preferred): 1