Userful info fromesxcfg-* by powercli

I often asked by the network, info info team / vlan mac. I found myself running under cmd 3 to explain things to them. can we get this in powercli & xls?

Mac vmhost, Nic, Nic, nic belongs to what vswitch / vmkernel ports & they IP...

~ # esxcfg - vmknic - l

~ # esxcfg - NICS - l

~ #

~ # esxcfg - vswitch - l

Thank you

You can do all this with the Get-EsxCLi cmdlet.

Like this

$esxcli = get-EsxCli - VMHost MyEsxi

# esxcfg - vmknic - l

{foreach ($vmk to {$esxcli.network.ip.interface.list ()})}

$esxcli.network.ip.interface.ipv4.get($vmk.) Name) |

Select Name,@{N='PortGroup'; E = {$vmk. The PortGroup}},@{N='IP family '; E = {'IPv4'}},

@{N = 'IP address'; E={$_. IPv4Address}},

@{N = 'Subnet mask'; E={$_. IPv4Netmask}},

@{N = "Broadcast"; E={$_. IPv4Broadcast}},

@{N = 'MAC'; E = {$vmk. MACAddress}},

@{N = "MTU"; E = {$vmk. MTU}},

@{N = "TSOMSS"; E = {$vmk. TSOMSS}},

@{N = "enabled"; E = {$vmk. Activated}},

@{N = ' Type'; E={$_. AddressType}}

}

# esxcfg - NICs - l

$esxcli.network.nic.list () |

where {$_.} Name - match "vmnic"} |

Select Name,@{N='PCI'; E={$_. PCIDevice}},

Driver, speed, Duplex, MACAddress, MTU, link, Description

# esxcfg - vswitch - l

{foreach ($vss to {$esxcli.network.vswitch.standard.list ()})}

$vss | Select @{N = "Report name"; E={$_. Name}},

NumPorts,UsedPorts,ConfiguredPorts,MTU,@{N='Uplinks'; E={$_. {{Links rising-join ","}}

$esxcli.network.vswitch.standard.portgroup.list () |

where {$_.} VirtualSwitch - eq $vss. Name} |

Select @{N = 'Portgroup name'; E={$_. Name}},

VLANID,@{N='Used Ports; E={$_. ActiveClients}},

@{N = 'Links'; E = {}

($esxcli.network.vswitch.standard.portgroup.policy.failover.get ($_.)) Name) |

Select ActiveAdapters - ExpandProperty) - join «,»

}}

}

{foreach ($vds to {$esxcli.network.vswitch.dvs.vmware.list ()})}

$vds | Select @{N = 'Name DVS'; E={$_. Name}},

NumPorts,UsedPorts,ConfiguredPorts,MTU,@{N='Uplinks'; E={$_. {{Links rising-join ","}}

$vds. DVPort |

Select DVPortgroupID,InUse,@{N='Client'; E={$_. {{CLient-join ","}}

}

Tags: VMware

Similar Questions

  • Get the user info on the process

    Hi all

    We have created a few processes and work well... Now, we got a new request to activate Site Minder authentication for each request. In our project the LiveCycle process is calling from a code Flex via SOAP endpoint. Flex application authenticates the request by reading the info from the request object sent by the Site Mider. Is there a way to process LiveCycle to read information from the browser request object? Our application is not linked with LDAP. We wanted to know the id of the user that has been adopted as part of the authentication of Site Minder and use it in the rest of the services.

    Thank you for your time and help...

    Concerning

    Srini

    Fix.

    Jasmine

  • Game User Info

    Hello

    I'm almost done a chess game which features a lobby where you can challenge each other and enter into private rooms to play. They can also access their own games a ListCollection updated by XML acive external (user-specific external XML stores some info of game for the games that the guest has started/played).

    I am interested to know whether there is CAA methods for storing user information or is it advised to keep this external information?

    Thank you.

    New patches to the Console room AFCS are great. Thank you!

    In case you change your mind, you can use custom fields and simply store the user IDs. If you use an external authentication (and always assign the same user name to the same user) or if your connection of users with an AdobeID, internal user ID is guaranteed to always be the same (if your username enter as guests, the user ID is a new guid generated every time that they connect)

  • Retrieve the current user info

    Hello

    I have a dynamic form created using the LC Designer. Is it possible to extract the details of the current user who looks at the form in the form itself?

    Hi Pierre,.

    If you create a file with the following code .js and place in the JavaScripts folder under the directory of installation of the reader (or Acrobat), it's C:\Program Files (x 86) \Adobe\Reader 11.0\Reader\Javascripts on my machine and I called my getIdentityLoginName.js file, then all defined functions will be available as a global function in your JavaScript forms and will also have access to secure items such as identity.  The code is so;

    var getIdentityLoginName = app.trustedFunction (function () {}

    app.beginPriv ();

    return (identity.loginName);

    app.endPriv ();

    });

    And can be called from a form as;

    App.Alert (getIdentityLoginName ());

    Concerning

    Bruce

  • EBS users Info from the Backend.

    Hi DBAs,

    SQLPLUS (backend) in EBS R12, how can they find all users, creation date and all the responsibilities that they have? And how do I create a user Application with responsibilities assigned to SQLPLUS prompt.

    Thank you
    -Samar-

    Hello

    You can use FNDLOAD to migrate users and responsibilities.

    Note: 232029.1 - how to move users responsibilities on several applications 11i instances
    Note: 376469.1 - can FNDLOAD migrate user accounts without forcing users to change their password?

    Kind regards
    Hussein

  • Get a user/group, details of role using Powercli

    Hi all

    I wrote the script to extract the user role by using Powercli below information and got the details.

    $Excel = new-Object - ComObject Excel.Application

    $Excel.visible = $True

    $Excel = $Excel.Workbooks.Add)

    $Sheet = $Excel.Worksheets.Item (1)

    $Sheet.Activate () | Out-Null

    $Sheet.Name = 'vCenter roles. "

    $Sheet.Cells.Item (1,1) = 'name '.

    $Sheet.Cells.Item (1,2) = 'Role '.

    $Sheet.Cells.Item (1,3) = "entity".

    $Sheet.Cells.Item (1.4) = 'entity Type.

    $Sheet.Cells.Item (1.5) = 'vCenter.

    $intRow = 2

    $WorkBook = $Sheet.UsedRange

    $WorkBook.Interior.ColorIndex = 19

    $WorkBook.Font.ColorIndex = 11

    $WorkBook.Font.Bold = $True

    $gps = get-vipermission

    {foreach ($gp to $gps)

    $vc = $gp.uid.split(':@') [1]

    $Sheet.Cells.Item ($intRow, 1) = $gp.principal

    $Sheet.Cells.Item ($intRow, 2) = $gp. Role

    $Sheet.Cells.Item ($intRow, 3) = $gp.entity.Name

    $Sheet.Cells.Item ($intRow, 4) = $gp.entityid.split('-') [0]

    $Sheet.Cells.Item ($intRow, 5) = $vc

    $intRow = $intRow + 1

    }

    $WorkBook.EntireColumn.AutoFit)

    In addition, I am trying to expand the list of privileges using the script below.

    $gvips = get-vipermission | Role of group | Select name

    {foreach ($gvip to $gvips)

    Get-ferrule-name $gvip.name | Select Name, PrivilegeList

    }

    I can find out the name and the list of privileges, but not completely due to the long list of Privlieges for certain roles. I'm out like {xxx.xxxxxxxxxxxxxxxx...}

    As it then not be able to see full privileges.

    If single role that I want to see, then I can run the command get-ferrule-name admin | Select - expandproperty PrivilegeList

    Above command will list the perfect performance. But this command cannot be used for loop with the parameter 'Name '.

    Can anyone suggest me how to get result with all the details.

    Is it possible I can get 2 out of Scripts in a spreadsheet or HTML with SameFormat file.

    Thanks in advance.

    Try like this

    $reportName = "C:\Report.xlsx".

    Get-VIPermission |

    Select Principal,Role,@{n='Entity'; E={$_. Type of Entity.Name}},@{N='Entity'; E={$_. "EntityId.Split('-') [0]}}, @{N = 'vCenter';" E={$_. {{Uid.Split (' @: ') [1]}} |

    Export-Xlsx-path $reportName - WorksheetName permissions

    Get-ferrule.

    Select Name,@{N='PrivilegeList'; E = {[string]: join (",", $_.)} PrivilegeList)}} |

    Export-Xlsx-path $reportName - AppendWorksheet - WorksheetName roles - end SheetPosition

  • Users on the network can not connect

    I have a problem with the network connection, and would be grateful if someone could tell what to check next.

    Try to connect from an iMac under Snow Leopard, just sign in dialog box stirs whenever I try to open a session.

    The customer log shows the following after each attempt

    SecurityAgent [548] display of the Login window

    kernel WARNING: space low (5 < % free) on the audit system of audit log files

    SecurityAgent [548] failed to obtain registration of the user to 'test' for Directory Services

    SecurityAgent [548] user info context values defined for test

    Unknown user (test) SecurityAgent [548] login attempt success for the audit

    kernel WARNING: space low (5 < % free) on the audit system of audit log files

    On the server (running the Server 3.2.2 and Mavericks) he has no message in the newspaper during the connection attempt.

    DNS seems to work without problems. On the control server of the

    Home 192.168.3.100

    Returns the correct host name and

    host [hostname]

    Returns the same ip address.

    Using nslookup to the iMac gives the same results

    The iMac seems to be properly related to the server. Connection options indicates the correct server with a green lamp beside her name and the list of user login has one entry of 'other '.

    The network is wired.

    Verify that the user 'test' exists and that it is the correct type 'network' on the server. Verify that the customer is using the server for authentication. Your the client disk is full, or almost, remedy before proceeding. OS X, like any unix, really don't like do not have the space available on the file system, and this may be the cause of the problem.

    C.

  • Windows Installer error only by the installation of the machine is allowed. Please make sure that the user has the appropriate rights to do so.

    Trouble with trying to install an MSI Package. Receive the error message only by the installation of the machine is allow. It's when you try to run manually. When you try to run msiexec cmd

    msiexec /i "C:\Mimecast Services for Outlook 4.0.411.5287 (32 bit) GPO.msi" /qb/log "C:\install.log.

    = Recording started: 04/09/2013-10:36:27 Build type: SHIP UNICODE 5.00.7601.00 appeal process: C:\windows\system32\msiexec.exe =.
    MSI (c) (58:C0) [10:36:27:087]: established police.  Charset: Req = 0, Ret = 0, fonts: Req = MS Shell Dlg, Ret = MS Shell Dlg

    MSI (c) (58:C0) [10:36:27:087]: established police.  Charset: Req = 0, Ret = 0, fonts: Req = MS Shell Dlg, Ret = MS Shell Dlg

    MSI (c) (58:88) [10:36:27:107]: Resetting cached policy values
    MSI (c) (58:88) [10:36:27:107]: value of strategy Machine 'Debug' is 0
    MSI (c) (58:88) [10:36:27:107]: * RunEngine:
    Product: C:\Mimecast Services for Outlook 4.0.411.5287 (32-bit) GPO.msi
    Action:
    Command line:
    MSI (c) (58:88) [10:36:27:107]: Client and UI is none or basic: full installation running on the server.
    MSI (c) (58:88) [10:36:27:107]: grabbed execution mutex.
    MSI (c) (58:88) [10:36:27:147]: Cloaking enabled.
    MSI (c) (58:88) [10:36:27:147]: attempt of activation of all disabled privileges before calling install on server
    MSI (c) (58:88) [10:36:27:147]: meter is incremented to disable the stop. Counter after increment: 0
    MSI (s) (C 54:4) [10:36:27:157]: running the installation inside the multi-package transaction Services C:\Mimecast for Outlook 4.0.411.5287 (32-bit) GPO.msi
    MSI (s) (C 54:4) [10:36:27:157]: grabbed execution mutex.
    MSI (s) (54:F8) [10:36:27:157]: Resetting cached policy values
    MSI (s) (54:F8) [10:36:27:157]: value of strategy Machine 'Debug' is 0
    MSI (s) (54:F8) [10:36:27:157]: * RunEngine:
    Product: C:\Mimecast Services for Outlook 4.0.411.5287 (32-bit) GPO.msi
    Action:
    Command line:
    MSI (s) (54:F8) [10:36:27:477]: value of strategy Machine 'DisableUserInstalls' is 0
    MSI (s) (54:F8) [10:36:27:477]: value 'SearchOrder' user policy is 'nmu '.
    MSI (s) (54:F8) [10:36:27:477]: "DisableMedia" user policy value is 0
    MSI (s) (54:F8) [10:36:27:477]: value of strategy Machine 'AllowLockdownMedia' is 0
    MSI (s) (54:F8) [10:36:27:477]: SOURCEMGMT: Media enabled only if the package is safe.
    MSI (s) (54:F8) [10:36:27:477]: SOURCEMGMT: looking for sourcelist for product {C28136F7-F2C7-4426-B26F-F7E03922B34B}
    MSI (s) (54:F8) [10:36:27:477]: SOURCEMGMT: added {C28136F7-F2C7-4426-B26F-F7E03922B34B}; for the potential sourcelist (pcode; disc; relpath) list.
    MSI (s) (54:F8) [10:36:27:477]: SOURCEMGMT: check now product {C28136F7-F2C7-4426-B26F-F7E03922B34B}
    MSI (s) (54:F8) [10:36:27:477]: SOURCEMGMT: Media is enabled for the product.
    MSI (s) (54:F8) [10:36:27:477]: SOURCEMGMT: attempting to use LastUsedSource from source list.
    MSI (s) (54:F8) [10:36:27:477]: SOURCEMGMT: source C:\windows\ccmcache\4\ by train.
    MSI (s) (54:F8) [10:36:27:787]: entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (54:F8) [10:36:27:787]: source specified is already in a list.
    MSI (s) (54:F8) [10:36:27:787]: value 'SearchOrder' user policy is 'nmu '.
    MSI (s) (54:F8) [10:36:27:787]: value of strategy Machine 'DisableBrowse' is 0
    MSI (s) (54:F8) [10:36:27:787]: value of strategy Machine 'AllowLockdownBrowse' is 0
    MSI (s) (54:F8) [10:36:27:787]: adding new sources is allowed.
    MSI (s) (54:F8) [10:36:27:787]: the LastUsedSource value: C:\windows\ccmcache\4\.
    MSI (s) (54:F8) [10:36:27:787]: value LastUsedType: n.
    MSI (s) (54:F8) [10:36:27:787]: A LastUsedIndex: 1.
    MSI (s) (54:F8) [10:36:27:787]: SOURCEMGMT: resolved source: 'C:\windows\ccmcache\4\ '.
    MSI (s) (54:F8) [10:36:27:787]: value of strategy Machine 'LimitSystemRestoreCheckpointing' is 0
    MSI (s) (54:F8) [10:36:27:787]: Note: 1: 1715 2: Services for 32-bit Outlook Mimecast
    MSI (s) (54:F8) [10:36:27:787]: SRSetRestorePoint API call. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: «Installed it Services for Outlook 32-bit»
    MSI (s) (54:F8) [10:36:27:787]: the system restore service is disabled. Referred State: 1058. GetLastError() returned: 1058
    MSI (s) (54:F8) [10:36:28:117]: file will have the applied safety of OpCode.
    MSI (s) (54:F8) [10:36:28:147]: STRATEGY of RESTRICTION SOFTWARE: Verifying package--> ' C:\Mimecast Services for Outlook 4.0.411.5287 (32 bit) GPO.msi ' against the software restriction policy
    MSI (s) (54:F8) [10:36:28:147]: STRATEGY of RESTRICTION SOFTWARE: Services C:\Mimecast for Outlook 4.0.411.5287 (32-bit) GPO.msi has a digital signature
    MSI (s) (54:F8) [10:36:28:547]: STRATEGY of RESTRICTION SOFTWARE: C:\Mimecast Services for Outlook 4.0.411.5287 (32-bit) GPO.msi is allowed to run at the level of authorization 'unlimited '.
    MSI (s) (54:F8) [10:36:28:547]: dialogue of end not activated
    MSI (s) (54:F8) [10:36:28:547]: ==> C:\windows\ccmcache\4\Mimecast4.0.msi original packaging
    MSI (s) (54:F8) [10:36:28:547]: we're running out of ==> C:\windows\Installer\14b48052.msi package
    MSI (s) (54:F8) [10:36:28:547]: APPCOMPAT: looking for entry with ProductCode '{C28136F7-F2C7-4426-B26F-F7E03922B34B}' appcompat database
    MSI (s) (54:F8) [10:36:28:547]: APPCOMPAT: no matching ProductCode found in the database.
    MSI (s) (54:F8) [10:36:28:557]: MSCOREE not loaded loading copy from system32
    MSI (s) (54:F8) [10:36:28:557]: value of strategy Machine 'DisablePatch' is 0
    MSI (s) (54:F8) [10:36:28:557]: value of strategy Machine 'AllowLockdownPatch' is 0
    MSI (s) (54:F8) [10:36:28:557]: value of strategy Machine 'DisableLUAPatching' is 0
    MSI (s) (54:F8) [10:36:28:557]: value of strategy Machine 'DisableFlyWeightPatching' is 0
    MSI (s) (54:F8) [10:36:28:557]: APPCOMPAT: looking for entry with ProductCode '{C28136F7-F2C7-4426-B26F-F7E03922B34B}' appcompat database
    MSI (s) (54:F8) [10:36:28:557]: APPCOMPAT: no matching ProductCode found in the database.
    MSI (s) (54:F8) [10:36:28:557]: transformations are not secure.
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: adding MsiLogFileLocation property. Its value is 'C:\install.log.
    MSI (s) (54:F8) [10:36:28:557]: command line: MSIINSTALLPERUSER = 3 CURRENTDIRECTORY = C: \ CLIENTUILEVEL = 2 CLIENTPROCESSID = 3672
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: adding PackageCode property. Its value is '{6C9809C5-9DBC-4683-AE5F-3E05D53939EA} '.
    MSI (s) (54:F8) [10:36:28:557]: Product Code spent in Engine.Initialize: "{C28136F7-F2C7-4426-B26F-F7E03922B34B}".
    MSI (s) (54:F8) [10:36:28:557]: the Product Code of the table of properties before transformations: "{C28136F7-F2C7-4426-B26F-F7E03922B34B}".
    MSI (s) (54:F8) [10:36:28:557]: the Product Code of the table of properties after transformations: "{C28136F7-F2C7-4426-B26F-F7E03922B34B}".
    MSI (s) (54:F8) [10:36:28:557]: unregistered product: first start installation
    MSI (s) (54:F8) [10:36:28:557]: has determined that the existing product (this product or the product being upgraded with a patch) is installed by user.
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: adding MSIINSTALLPERUSER property. Its value is '3'.
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: deleting ALLUSERS property. Its current value is '1 '.
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: deleting MSIINSTALLPERUSER property. Its current value is '3'.
    MSI (s) (54:F8) [10:36:28:557]: product {C28136F7-F2C7-4426-B26F-F7E03922B34B} is assigned admin: LocalSystem has the key to publish.
    MSI (s) (54:F8) [10:36:28:557]: product {C28136F7-F2C7-4426-B26F-F7E03922B34B} is managed.
    MSI (s) (54:F8) [10:36:28:557]: MSI_LUA: invites of credentials not required, the user is an administrator
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: adding ProductState property. Its value is '1 '.
    MSI (s) (54:F8) [10:36:28:557]: entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (54:F8) [10:36:28:557]: source specified is already in a list.
    MSI (s) (54:F8) [10:36:28:557]: value 'SearchOrder' user policy is 'nmu '.
    MSI (s) (54:F8) [10:36:28:557]: adding new sources is allowed.
    MSI (s) (54:F8) [10:36:28:557]: the Package name from the configuration data: "Mimecast4.0.msi."
    MSI (s) (54:F8) [10:36:28:557]: Note: 2 1: 2262: AdminProperties 3:-2147287038
    MSI (s) (54:F8) [10:36:28:557]: Machine policy value 'DisableMsi' is 0
    MSI (s) (54:F8) [10:36:28:557]: value of strategy Machine 'AlwaysInstallElevated' is 0
    MSI (s) (54:F8) [10:36:28:557]: "AlwaysInstallElevated" user policy value is 0
    MSI (s) (54:F8) [10:36:28:557]: product {C28136F7-F2C7-4426-B26F-F7E03922B34B} is assigned admin: LocalSystem has the key to publish.
    MSI (s) (54:F8) [10:36:28:557]: product {C28136F7-F2C7-4426-B26F-F7E03922B34B} is managed.
    MSI (s) (54:F8) [10:36:28:557]: the product '{C28136F7-F2C7-4426-B26F-F7E03922B34B}' is running with elevated privileges: product is affected.
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: adding MSIINSTALLPERUSER property. Its value is '3'.
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: adding CURRENTDIRECTORY property. Its value is "C:\". ».
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: adding CLIENTUILEVEL property. Its value is '2'.
    MSI (s) (54:F8) [10:36:28:557]: PROPERTY CHANGE: adding CLIENTPROCESSID property. Its value is '3672'.
    MSI (s) (54:F8) [10:36:28:557]: value of strategy Machine 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (54:F8) [10:36:28:567]: PROPERTY CHANGE: adding MsiRestartManagerSessionKey property. Its value is 'b9237eca8dffb44583db9105bf61f283 '.
    MSI (s) (54:F8) [10:36:28:567]: MANAGER of REBOOT: logon.
    MSI (s) (54:F8) [10:36:28:567]: PROPERTY CHANGE: adding MsiSystemRebootPending property. Its value is '1 '.
    MSI (s) (54:F8) [10:36:28:567]: PROPERTY CHANGE: deleting MSIINSTALLPERUSER property. Its current value is '3'.
    MSI (s) (54:F8) [10:36:28:567]: TRANSFORMS property is now:
    MSI (s) (54:F8) [10:36:28:567]: PROPERTY CHANGE: adding PRODUCTLANGUAGE property. Its value is "1033".
    MSI (s) (54:F8) [10:36:28:567]: PROPERTY CHANGE: adding VersionDatabase property. Its value is "200".
    MSI (s) (54:F8) [10:36:28:567]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application data
    MSI (s) (54:F8) [10:36:28:567]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Favorites
    MSI (s) (54:F8) [10:36:28:567]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Network shortcuts
    MSI (s) (54:F8) [10:36:28:567]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Documents
    MSI (s) (54:F8) [10:36:28:567]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Printer shortcuts
    MSI (s) (54:F8) [10:36:28:567]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Recent
    MSI (s) (54:F8) [10:36:28:577]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\SendTo
    MSI (s) (54:F8) [10:36:28:577]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Templates
    MSI (s) (54:F8) [10:36:28:577]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (54:F8) [10:36:28:577]: SHELL32::SHGetFolderPath returned: C:\Users\tech.support\AppData\Local
    MSI (s) (54:F8) [10:36:28:577]: SHELL32::SHGetFolderPath returned: C:\Users\tech.support\Pictures
    MSI (s) (54:F8) [10:36:28:577]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application Menu\Programs\Administrative of Directors Data\Microsoft\Windows\Start
    MSI (s) (54:F8) [10:36:28:577]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (54:F8) [10:36:28:577]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application start\program Data\Microsoft\Windows\Start
    MSI (s) (54:F8) [10:36:28:587]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Start Menu
    MSI (s) (54:F8) [10:36:28:587]: SHELL32::SHGetFolderPath returned: \\gblon-v-fp001\users$\tech.support\Desktop
    MSI (s) (54:F8) [10:36:28:587]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative of Directors
    MSI (s) (54:F8) [10:36:28:587]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (54:F8) [10:36:28:587]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start start\program
    MSI (s) (54:F8) [10:36:28:587]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (54:F8) [10:36:28:587]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (54:F8) [10:36:28:587]: SHELL32::SHGetFolderPath returned: C:\windows\Fonts
    MSI (s) (54:F8) [10:36:28:587]: Note: 1: 2898 2: MS without Serif 3: MS without Serif 4: 0 05:16
    MSI (s) (54:F8) [10:36:28:597]: MSI_LUA: the MsiRunningElevated of the parameter property to 1 because the installation is already running high.
    MSI (s) (54:F8) [10:36:28:597]: PROPERTY CHANGE: adding MsiRunningElevated property. Its value is '1 '.
    MSI (s) (54:F8) [10:36:28:597]: PROPERTY CHANGE: adding privileged property. Its value is '1 '.
    MSI (s) (54:F8) [10:36:28:597]: Note: 1: 1402 2: HKEY_CURRENT_USER Software Microsoft MS Setup (ACME) \User Info 3:2
    MSI (s) (54:F8) [10:36:28:597]: PROPERTY CHANGE: adding USERNAME property. Its value is "Oriel securities user".
    MSI (s) (54:F8) [10:36:28:597]: Note: 1: 1402 2: HKEY_CURRENT_USER Software Microsoft MS Setup (ACME) \User Info 3:2
    MSI (s) (54:F8) [10:36:28:597]: PROPERTY CHANGE: adding COMPANYNAME property. Its value is "Oriel Securities Ltd.".
    MSI (s) (54:F8) [10:36:28:597]: PROPERTY CHANGE: adding a DATABASE property. Its value is 'C:\windows\Installer\14b48052.msi '.
    MSI (s) (54:F8) [10:36:28:597]: PROPERTY CHANGE: adding OriginalDatabase property. Its value is 'C:\windows\ccmcache\4\Mimecast4.0.msi '.
    MSI (s) (54:F8) [10:36:28:597]: value of strategy Machine 'MsiDisableEmbeddedUI' is 0
    MSI (s) (54:F8) [10:36:28:597]: Note: 1: 2205 2:3: Package_correctif
    MSI (s) (54:F8) [10:36:28:597]: policy value 'DisableRollback' Machine is 0
    MSI (s) (54:F8) [10:36:28:597]: strategy user 'DisableRollback' is 0
    MSI (s) (54:F8) [10:36:28:597]: PROPERTY CHANGE: adding UILevel property. Its value is '3'.
    = Logging started: 04/09/2013-10:36:28 =.
    MSI (s) (54:F8) [10:36:28:597]: PROPERTY CHANGE: adding ACTION property. Its value is 'INSTALL '.
    MSI (s) (54:F8) [10:36:28:597]: doing action: INSTALL
    Action start 10:36:28: INSTALL.
    MSI (s) (54:F8) [10:36:28:597]: ExecuteSequence running
    MSI (s) (54:F8) [10:36:28:597]: action driving: FindRelatedProducts
    Action start 10:36:28: FindRelatedProducts.
    MSI (s) (54:F8) [10:36:28:597]: action driving: AppSearch
    Action ended at 10:36:28: FindRelatedProducts. Returns the value 1.
    Action start 10:36:28: AppSearch.
    MSI (s) (54:F8) [10:36:28:597]: Note: 2 1: 2262: Signature 3:-2147287038
    MSI (s) (54:F8) [10:36:28:597]: PROPERTY CHANGE: adding NETFRAMEWORK40FULL property. Its value is '#1 '.
    MSI (s) (54:F8) [10:36:28:597]: Note: 2 1: 2262: Signature 3:-2147287038
    MSI (s) (54:F8) [10:36:28:597]: action driving: OutlookVersionCheck
    Action ended at 10:36:28: AppSearch. Returns the value 1.
    MSI (s) (54:C8) [10:36:28:627]: call for a custom action to distance. DLL: C:\windows\Installer\MSI837D.tmp, point of entry: OutlookVersionCheck
    MSI (s) (54:B8) [10:36:28:627]: generation random cookie.
    MSI (s) (54:B8) [10:36:28:637]: created server custom with PID 4656 (0 x 1230) Action.
    MSI (s) (54:80) [10:36:28:667]: running as a service.
    MSI (s) (54:80) [10:36:28:667]: Hello, I am your 32-bit custom action Server Impersonated.
    Action start 10:36:28: OutlookVersionCheck.
    SFXCA: Extraction of a custom action to the temporary directory: C:\windows\Installer\MSI837D.tmp-\
    SFXCA: Link to the CLR version v4.0.30319
    Call to the custom action CustomAction_OutlookCheck! CustomAction_OutlookCheck.CustomActions.OutlookVersionCheck
    BEGIN OutlookVersionCheck
    OUTLOOK BITNESS IS: x 86
    Key checking: Software\Microsoft\Office\11.0\Outlook
    Key checking: Software\Wow6432Node\Microsoft\Office\11.0\Outlook
    Key checking: Software\Microsoft\Office\12.0\Outlook\InstallRoot
    Key checking: Software\Wow6432Node\Microsoft\Office\12.0\Outlook\InstallRoot
    MSI (s) (54. 68) [10:36:28:827]: PROPERTY CHANGE: adding OUTLOOK_INSTALLED property. Its value is 'TRUE '.
    Key checking: Software\Microsoft\Office\14.0\Outlook\InstallRoot
    Found version: Outlook 2010
    Key checking: Software\Wow6432Node\Microsoft\Office\14.0\Outlook\InstallRoot
    MSI (s) (54. 68) [10:36:28:827]: PROPERTY CHANGE: property to change OUTLOOK_VERSION. Its current value is 'NONE '. Its new value: "Outlook 2010".
    Found version: Outlook 2010
    OUTLOOK_INSTALLED is: TRUE
    IS THE VERSION of OUTLOOK: Outlook 2010
    MSI (s) (54:F8) [10:36:28:830]: action driving: LaunchConditions
    Action ended at 10:36:28: OutlookVersionCheck. Returns the value 1.
    Action start 10:36:28: LaunchConditions.
    MSI (s) (54:F8) [10:38:26:502]: product: service Mimecast for 32-bit Outlook - only by the installation of the machine is allowed. Please make sure that the user has the appropriate rights to do so.

    MSI (c) (58:C0) [10:36:28:850]: established police.  Charset: Req = 0, Ret = 0, fonts: Req = MS Shell Dlg, Ret = MS Shell Dlg

    Installation is allowed only by the machine. Please make sure that the user has the appropriate rights to do so.
    Action ended at 10:38:26: LaunchConditions. Return value 3.
    Action ended at 10:38:26: INSTALL. Return value 3.
    Property (S): UpgradeCode = {586A589B-D6D5-48D3-9B6D-571EF230ED6A}
    Property (S): NETFRAMEWORK40FULL = 1 #.
    Property (S): LAUNCHOUTLOOKONEXIT = 1
    Property (S): WIXUI_INSTALLDIR = INSTALLDIR
    Property (S): OutlookOpen = false
    Property (S): ProgramFilesFolder = C:\Program Files (x 86).
    Property (S): VersionNT = 601
    Property (S): Manufacturer = Mimecast Ltd
    Property (S): ProductCode = {C28136F7-F2C7-4426-B26F-F7E03922B34B}
    Property (S): ProductLanguage = 1033
    Property (S): ProductName = Mimecast Services for 32-bit Outlook
    Property (S): ProductVersion = 4.0.348.5166
    Property (S): ARPPRODUCTICON = MainIcon.exe
    Property (S): ARPHELPLINK = * address email is removed from the privacy *
    Property (S): ARPNOMODIFY = 0
    Property (S): Platform = *.
    Property (S): ROOTDRIVE = C:\\
    Property (S): MsiBitness = x 86
    Property (S): MimecastInstaller = *.
    Property (S): CAP_Common = *.
    Property (S): CAP_Common.Options = *.
    Property (S): CAP_Common.Options.Credentials = *.
    Property (S): CAP_Common.Options.ChangePassword = *.
    Property (S): CAP_Common.Options.Network = *.
    Property (S): CAP_Common.Options.Network.Read = *.
    Property (S): CAP_Common.Options.Network.Update = *.
    Property (S): CAP_Common.Options.Capabilities = *.
    Property (S): CAP_Common.Update.Manual = *.
    Property (S): CAP_Archive = *.
    Property (S): CAP_Archive.Search = *.
    Property (S): CAP_Archive.Search.Quick = *.
    Property (S): CAP_Archive.Search.Basic = *.
    Property (S): CAP_Archive.Search.Builder = *.
    Property (S): CAP_Archive.Search.Context = *.
    Property (S): CAP_Archive.Search.Recent = *.
    Property (S): CAP_Archive.Search.Favourite = *.
    Property (S): CAP_Archive.Search.Manage = *.
    Property (S): CAP_Gateway = *.
    Property (S): CAP_Gateway.Block = *.
    Property (S): CAP_Gateway.Block.Address = *.
    Property (S): CAP_Gateway.Block.Domain = *.
    Property (S): CAP_Gateway.Block.ReportSpam = *.
    Property (S): CAP_Gateway.Block.ManagedSenders = *.
    Property (S): CAP_Gateway.OnHoldItems = *.
    Property (S): CAP_Gateway.OnHoldItems.Personal = *.
    Property (S): CAP_Gateway.OnHoldItems.Moderated = *.
    Property (S): CAP_Gateway.OnHoldItems.Release = *.
    Property (S): CAP_Gateway.OnHoldItems.Block = *.
    Property (S): CAP_Gateway.Track = *.
    Property (S): CAP_Gateway.Transport = *.
    Property (S): CAP_Gateway.Transport.Secure = *.
    Property (S): CAP_Gateway.Transport.CCM = *.
    Property (S): CAP_Gateway.Transport.Stationery = *.
    Property (S): CAP_Gateway.Transport.Stationery.None = *.
    Property (S): CAP_Gateway.Transport.Stationery.Select = *.
    Property (S): CAP_Gateway.Transport.Attachments = *.
    Property (S): CAP_Gateway.Transport.Attachments.Convert = *.
    Property (S): CAP_Gateway.Transport.Attachments.Metadata = *.
    Property (S): CAP_Gateway.Transport.Attachments.StripLink = *.
    Property (S): CAP_Continuity = *.
    Property (S): CAP_Continuity.Mailbox = *.
    Property (S): CAP_Continuity.Mailbox.ReceivedItems = *.
    Property (S): CAP_Continuity.Mailbox.SentItems = *.
    Property (S): CAP_Continuity.Monitor = *.
    Property (S): CAP_Continuity.Monitor.Auto = *.
    Property (S): CAP_Continuity.Monitor.User = *.
    Property (S): CAP_Continuity.Monitor.Admin = *.
    Property (S): CAP_Continuity.Enable = *.
    Property (S): CAP_Continuity.Enable.Auto = *.
    Property (S): CAP_Continuity.Enable.Admin = *.
    Property (S): CAP_Piits = *.
    Property (S): CAP_Piits.Management = *.
    Property (S): CAP_Piits.AutoMount = *.
    Property (S): Global.Service.AccountType = *.
    Property (S): Global.Service.Username = *.
    Property (S): Global.Service.Password = *.
    Property (S): Global.WebProxy.Enable = *.
    Property (S): Global.WebProxy.Type = *.
    Property (S): Global.WebProxy.URL = *.
    Property (S): Global.WebProxy.Username = *.
    Property (S): Global.WebProxy.Password = *.
    Property (S): Global.Settings.IgnoreLocal = *.
    Property (S): Global.AutoUpdate.URL = *.
    Property (S): Global.AutoUpdate.Enable = *.
    Property (S): Global.Logging.LogDirectory = *.
    Property (S): Global.Logging.MaxFileSize = *.
    Property (S): Global.Service.MaxRolls = *.
    Property (S): Global.Logging.Level = *.
    Property (S): Session.Pits.FolderSyncInterval = *.
    Property (S): Global.Piits.MaxMessagesPerFolder = *.
    Property (S): Global.Service.InstallDirectory = *.
    Property (S): Global.Service.DataCacheSize = *.
    Property (S): Session.Continuity.PreDupeDuration = *.
    Property (S): Session.Continuity.PostDupeDuration = *.
    Property (S): Session.Continuity.HardFrequency = *.
    Property (S): Session.Continuity.SoftDuration = *.
    Property (S): Session.Continuity.EndContinuityExchangeAvailable = *.
    Property (S): Session.Continuity.EndContinuityMimecastUnavailable = *.
    Property (S): Global.Feedback.Recipients = *.
    Property (S): DefaultUIFont = *.
    Property (S): MSIRESTARTMANAGERCONTROL = DisableShutdown
    Property (S): REBOOT = ReallySuppress
    Property (S): OUTLOOK_VERSION = Outlook 2010
    Property (S): OUTLOOK_BITNESS = x 86
    Property (S): ErrorDialog = ErrorDlg
    Property (S): SERVICE_DIR = Windows Service Mimecast
    Property (S): SecureCustomProperties = NETFRAMEWORK40FULL; NEWERPRODUCTFOUND; OLDAPPFOUND; PREVIOUSVERSIONSINSTALLED; WIX_DOWNGRADE_DETECTED; WIX_UPGRADE_DETECTED
    Property (S): MsiHiddenProperties = _LicenseAgreed; CAP_Archive; CAP_Archive.search; CAP_Archive.search.Basic; CAP_Archive.search.Builder; CAP_Archive.search.context; CAP_Archive.search.favourite; CAP_Archive.search.manage; CAP_Archive.search.quick; CAP_Archive.search.recent; CAP_Common; CAP_Common.options; CAP_Common.options.capabilities; CAP_Common.options.ChangePassword; CAP_Common.options.credentials; CAP_Common.options.network; CAP_Common.options.network.read; CAP_Common.options.network.Update; CAP_Common.update.manual; CAP_Continuity; CAP_Continuity.enable; CAP_Continuity.enable.admin; CAP_Continuity.enable.Auto; CAP_Continuity.mailbox; CAP_Continuity.mailbox.ReceivedItems; CAP_Continuity.mailbox.SentItems; CAP_Continuity.monitor; CAP_Continuity.monitor.admin; CAP_Continuity.monitor.Auto; CAP_Continuity.monitor.user; CAP_Gateway; CAP_Gateway.block; CAP_Gateway.block.address; CAP_Gateway.block.domain; CAP_Gateway.block.ManagedSenders; CAP_Gateway.block.ReportSpam; CAP_Gateway.OnHoldItems; CAP_Gateway.OnHoldItems.block; CAP_Gateway.OnHoldItems.moderated; CAP_Gateway.OnHoldItems.personal; CAP_Gateway.OnHoldItems.release; CAP_Gateway.track; CAP_Gateway.transport; CAP_Gateway.transport.attachments; CAP_Gateway.transport.attachments.convert; CAP_Gateway.transport.attachments.metadata; CAP_Gateway.transport.attachments.StripLink; CAP_Gateway.transport.CCM; CAP_Gateway.transport.secure; CAP_Gateway.transport.stationery; CAP_Gateway.transport.stationery.None; CAP_Gateway.transport.stationery.Select; CAP_Piits; CAP_Piits.automount; CAP_Piits.Management; DefaultUIFont; Global.AutoUpdate.Enable; Global.AutoUpdate.URL; Global.Feedback.Recipients; Global.Logging.Level; Global.Logging.LogDirectory; Global.Logging.MaxFileSize; Global.Piits.MaxMessagesPerFolder; Global.Service.AccountType; Global.Service.DataCacheSize; Global.Service.InstallDirectory; Global.Service.MaxRolls; Global.Service.Password; Global.Service.Username; Global.Settings.IgnoreLocal; Global.WebProxy.Enable; Global.WebProxy.Password; Global.WebProxy.Type; Global.WebProxy.URL; Global.WebProxy.Username; MimecastInstaller; PLATFORM; Session.Continuity.EndContinuityExchangeAvailable; Session.Continuity.EndContinuityMimecastUnavailable; Session.Continuity.HardFrequency; Session.Continuity.PostDupeDuration; Session.Continuity.PreDupeDuration; Session.Continuity.SoftDuration; Session.Pits.FolderSyncInterval
    Property (S): MsiLogFileLocation = C:\install.log
    Property (S): PackageCode = {6C9809C5-9DBC-4683-AE5F-3E05D53939EA}
    Property (S): ProductState = 1
    Property (S): PRODUCTLANGUAGE = 1033
    Property (S): CURRENTDIRECTORY = C:\
    Property (S): CLIENTUILEVEL = 2
    Property (S): CLIENTPROCESSID = 3672
    Property (S): MsiRestartManagerSessionKey = b9237eca8dffb44583db9105bf61f283
    Property (S): VersionDatabase = 200
    Property (S): MsiSystemRebootPending = 1
    Property (S): VersionMsi = 5.00
    Property (S): VersionNT64 = 601
    Property (S): WindowsBuild = 7601
    Property (S): ServicePackLevel = 1
    Property (S): ServicePackLevelMinor = 0
    Property (S): MsiNTProductType = 1
    Property (S): WindowsFolder = C:\windows\
    Property (S): WindowsVolume = C:\
    Property (S): System64Folder = C:\windows\system32\
    Property (S): SystemFolder = C:\windows\SysWOW64\
    Property (S): RemoteAdminTS = 1
    Property (S): TempFolder = C:\Users\TECH~1.SUP\AppData\Local\Temp\
    Property (S): CommonFilesFolder directory = C:\Program Files (x 86) \Common Files\
    Property (S): ProgramFiles64Folder = C:\Program Files\
    Property (S): CommonFiles64Folder = C:\Program Files\ Files\Fichiers
    Property (S): AppDataFolder = \\gblon-v-fp001\users$\tech.support\Application Data\
    Property (S): FavoritesFolder = \\gblon-v-fp001\users$\tech.support\Favorites\
    Property (S): NetHoodFolder = \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Network Shortcuts\
    Property (S): PersonalFolder = \\gblon-v-fp001\users$\tech.support\Documents\
    Property (S): PrintHoodFolder = \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Printer Shortcuts\
    Property (S): RecentFolder = \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Recent\
    Property (S): SendToFolder = \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\SendTo\
    Property (S): TemplateFolder = \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Templates\
    Property (S): CommonAppDataFolder = C:\ProgramData\
    Property (S): LocalAppDataFolder = C:\Users\tech.support\AppData\Local\
    Property (S): MyPicturesFolder = C:\Users\tech.support\Pictures\
    Property (S): AdminToolsFolder = \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Start administration Tools\
    Property (S): StartupFolder = \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Start demarrer\programmes\demarrage\
    Property (S): ProgramMenuFolder = \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Start Menu\Programs\
    Property (S): StartMenuFolder = \\gblon-v-fp001\users$\tech.support\Application Data\Microsoft\Windows\Start Menu\
    Property (S): DesktopFolder = \\gblon-v-fp001\users$\tech.support\Desktop\
    Property (S): Font = C:\windows\Fonts\
    Property (S): GPTSupport = 1
    Property (S): OLEAdvtSupport = 1
    Property (S): ShellAdvtSupport = 1
    Property (S): MsiAMD64 = 6
    Property (S): Msix64 = 6
    Property (S): Intel = 6
    Property (S): PhysicalMemory = 4027
    Property (S): VirtualMemory = 5339
    Property (S): AdminUser = 1
    Property (S): MsiTrueAdminUser = 1
    Property (S): LogonUser = tech.support
    Property (S): UserSID = S-1-5-21-583907252-2049760794-725345543-5685
    Property (S): UserLanguageID = 2057
    Property (S): ComputerName = OSLLONPC052
    Property (S): SystemLanguageID = 2057
    Property (S): ScreenX = 1024
    Property (S): ScreenY = 768
    Property (S): CaptionHeight = 22
    Property (S): BorderTop = 1
    Property (S): BorderSide = 1
    Property (S): TextHeight = 16
    Property (S): TextInternalLeading = 3
    Property (S): ColorBits = 32
    Property (S): TTCSupport = 1
    Property (S): Time = 10:38:26
    Property (S): Date = 04/09/2013
    Property (S): MsiNetAssemblySupport = 4.0.30319.1
    Property (S): MsiWin32AssemblySupport = 6.1.7601.17514
    Property (S): RedirectedDllSupport = 2
    Property (S): MsiRunningElevated = 1
    Property (S): The privilege = 1
    Property (S): Name of USER = Oriel securities user
    Property (S): COMPANYNAME = Oriel Securities Ltd.
    Property (S): basis of DATA = C:\windows\Installer\14b48052.msi
    Property (S): OriginalDatabase = C:\windows\ccmcache\4\Mimecast4.0.msi
    Property (S): UILevel = 3
    Property (S): ACTION = INSTALL
    Property (S): OUTLOOK_INSTALLED = TRUE
    MSI (s) (54:F8) [10:38:26:532]: see clean files/packages, if there
    MSI (s) (54:F8) [10:38:26:532]: MainEngineThread returned 1603
    MSI (s) (C 54:4) [10:38:26:542]: RESTART MANAGER: closed Session.
    MSI (s) (C 54:4) [10:38:26:542]: sequence number number for this installation system restore.
    = Logging stopped: 04/09/2013-10:38:26 =.
    MSI (s) (C 54:4) [10:38:26:542]: strategy user 'DisableRollback' is 0
    MSI (s) (C 54:4) [10:38:26:542]: policy value 'DisableRollback' Machine is 0
    MSI (s) (C 54:4) [10:38:26:542]: meter is incremented to disable the stop. Counter after increment: 0
    MSI (s) (C 54:4) [10:38:26:542]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3:2
    MSI (s) (C 54:4) [10:38:26:542]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3:2
    MSI (s) (C 54:4) [10:38:26:542]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3:2
    MSI (s) (C 54:4) [10:38:26:542]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3:2
    MSI (s) (C 54:4) [10:38:26:542]: disable the stop against the decrement. If counter > = 0, will be denied the stop.  Counter after decrement:-1
    MSI (s) (C 54:4) [10:38:26:542]: restoration of the environment variables
    MSI (s) (C 54:4) [10:38:26:542]: object to destroy RemoteAPI.
    MSI (s) (54:B8) [10:38:26:542]: end of thread Custom Action Manager.
    MSI (c) (58:88) [10:38:26:542]: disable the stop against the decrement. If counter > = 0, will be denied the stop.  Counter after decrement:-1
    MSI (c) (58:88) [10:38:26:542]: MainEngineThread returned 1603
    = Recording stopped: 04/09/2013-10:38:26 =.

    Appreciate that any direction. Seems that maybe the MSI package might have broken this machine

    Hi Dan,

    This computer is on a domain network?

    I suggest that post you the question in Mimecast forums for more information support:

    Support community-powered Mimecast

    https://community.Mimecast.com/Mimecast

    Hope this information helps.

  • Script for the registration name of the user connected to PC Windows7?

    Is there a script to add the name of the user logged in Windows7 PC in a textField?

    Hello

    This will require a script folder level, some JS which must be copied on the machine for everyone who uses your form.  There are more details here Re: retrieve current user info

    Concerning

    Bruce

  • Create the EBS user exactly like an existing backend user

    Hi all

    I want to create a new EBS user which is exactly like an existing user of EBS backend (such as responsibilities, end_date and start_date etc.)

    EBS 12.0.6
    Database 11.2.0.2.0.

    Thanks in advance,

    PP

    You can use:

    FND_USER_PKG API - HTTPS://FORUMS.ORACLE.COM/FORUMS/SEARCH.JSPA?THREADID=&Q=FND_USER_PKG&OBJID=C3&DATERANGE=ALL&USERID=&NUMRESULTS=15&RANKBY=10001

    FNDLOAD (download the user data you want to clone, edit the file with the new user info/details ldt and download using FNDLOAD)-https://forums.oracle.com/forums/search.jspa?threadID=&q=FNDLOAD+AND+User&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001

    Thank you
    Hussein

  • change user information

    Hello

    How should we make an edit of the user page,
    which only allows the user to edit their own information
    and not someone else,

    What prevents a user from changing the url string of:

    EDITUSER.cfm? UserID = 101
    TO
    EDITUSER.cfm? UserID = 102

    and then they have full access to the users info

    How can I stop that... ?

    If, rather than to use the URL to determine which user to edit, you use a session variable, you can use the app to show only the information of the person who is currently logged. This, of course, will be dependent on the fact that you are actually followed the user id in the session when the person connects. Now, instead of pass the user ID in through the URL, you may have just editUser.cfm query based on the session ID... something like SELECT * FROM USERS where user_id = ' #session.user_id # '.

    Hope that helps!

    -Joe

  • SSH permissions

    I know that this has been done, but I can't find here or elsewhere.

    I just reinstalled my SSH protocols after replacing a hard drive on the server and (data only) restore from a Time Machine backup. I seemed to have to start the SSH process from scratch.

    I'm from the procedure (which I learned here) ctlow.ca/SSH-VPN_MacOSX.html.

    It worked, but when I connect from the client, it just goes through without asking for password. I think that he asked a password the first time, the password private key (?), but he used to ask for it (in a small text box, echo) every time and then the password (?) server in the Terminal itself, not taken over.

    Now, none of those happening.

    So, I found some notes I had made about it and reset the permissions as 700 .ssh folder and files inside like 600, on the server and the client.

    It ends up looking like this:

    ClientComputer: ~ ClientID$ ls - ael .ssh

    Total 24

    drwx - 5 personal ClientID 170 11 Sep 15:24.

    drwxr-x-wx + 24 personal ClientID 816 13 Sep 08:26...

    0: Group: everyone deny delete

    -rw-@ 1 personal ClientID 32 10 February 2012 config

    -rw - 1 1766 11 Sep 15:11 id_rsa personal ClientID

    -rw - 1 818 11 Sep 15:33 known_hosts personal ClientID

    ====

    ServerComputer: ~ ServerID$ ls - ael .ssh

    Total 16

    drwx - 4 personal ServerID 136 11 Sep 15:28.

    drwxr-xr-x @ 25 personal ServerID 850 11 Sep 15:30...

    0: Group: everyone deny delete

    -rw - 1 416 11 Sep 15:28 authorized_keys personal ServerID

    -rw - 1 391 11 Sep 15:26 known_hosts personal ServerID

    I don't think I'm particularly threatened, but I was happy to have to use two passwords to log into the SSH tunnel. No idea why I wonder no password now? (I did specify a passphrase when generating the key.)

    Thank you.

    Charles

    P.S. The customer running 10.9, 10.11 server.

    P.P.S. For the client-user info window showed "shared folder" which I don't know how it got that way and have unchecked the box. I doubt if that is related to my question.

    Hello Charles,

    I'm not sure what you were doing before, but it seems OK now.

    Most of the internet uses the same set of instructions that tell people not to use a password for the private key. It's a hassle to the running ssh-agent and most people struggle enough as it is with ssh. But on OS X, keychain using ssh-agent. Thus, when you provide a password for your private key, the first time you go, you will be asked (via a beautiful Aqua GUI) your password. You can expect that and save it in the keychain, hence, you will never be asked again. Then, if the rest of your ssh stuff is correct, it will pass all by as you describe. It sounds like what is happening now, and that's how it should work.

    If I were to speculate, I think that maybe before you run a custom build of ssh and ssh-agent command line version. This would explain the double Terminal passwords can be made echo and the other not.

  • can not connect / has not finished recording

    I finished filling my User Info.

    Where do you register? I'm happy to help you, we just need a context more to what you're trying to do.

  • Blue screen of death

    I have an old iMac 24 "which I intend to sell. I decided it would be better to erase the entire disc (which I did) and then I read that I should also erase the HD recovery disk in case personal data are still there (passwords, etc.). So I deleted that too. However, after clearing I is more had the option to install Lion except via Internet needed my Apple ID, etc, so after several hours of searching for solutions I 'dropped' and find my original Snow Leopard disc to do a fresh install. It seems to proceed correctly and I completed the user info, name the HD, password I left blank (I think or I can put a-if so I know what it is that I always use) however I have then I faced the blue screen.

    I tried in safe mode, but it does not recognize my password either vacuum or that we could (I tried a wired keyboard just in case). I tried to use various methods to reset the password using the single-user mode (keep in mind, I'm a complete novice). That is to say. Mount - uw / etc.

    So I can basically on-screen mode safe but not spent in the system or I can access Cmd S and that's all. I can't go beyond either for the fire.

    I wonder if by removing the HD recovery I'm stuck now? I tried to reinstall Snow leopard twice (which takes 45 minutes each time), but I'm always dealing with the blue screen.

    I wonder if something is wrong with the boot files? I only scratch around now.

    Help!

    «Try disk utility»

    1 insert the Mac OS X installation disc, and then restart the computer by pressing the C.

    2 when your computer has finished booting from the disc, choose disk utility from the menu of the installer at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)

    * Important: Do not click on continue in the first screen of the installer. If you do, you must restart from the disc to access disc utilitaire.*

    3. click the first aid tab.

    4. Select your Mac OS X volume.

    5. click on the ERD, (not repair permissions). Disk utility verifies and repairs the disk. »

    If this does not work, you will need to reinstall.

  • Only be able to start in safe mode...

    Hi guys!

    The basics of my old Mac Pro:

    Model name: Mac Pro

    Model identifier: MacPro1, 1

    Name of the processor: Dual-Core Intel Xeon

    Processor speed: of 2.66 GHz

    Number of processors: 2

    Total number of Cores: 4

    L2 Cache (per CPU): 4 MB

    Memory: 3 GB

    Bus speed: 1.33 GHz

    Boot ROM version: MP11.005C.B08

    Version of the SCM (System): 1.7f10

    It is currently running Lion 10.7.5

    For awhile, I was little liviing to the fact it starts only in safe mode. The day this started, the machine was on and the power is out.

    I read today in the communities. LINC Davis someone gave instructions to run a diagnostic and post it. One of them mentioned user Verbose modes and unique, so I tried them. I tried the verbose mode and it booted up and everything ran! Safe mode enabled me to hear the sounds of music or system (except the initial "tada" when I hit the power button, and no video won't play either. Then I tried some additional tests. I restarted in verbose mode... which resulted to lose the sound and video. Then I booted into single user mode, and it would not complete the boot. He stopped with a gray screen and just a slider in the corner. Tried to boot in verbose mode and nothing got but gray screen and the cursor in the corner.

    I'm now booted without new failure.

    Here are the results of the two diagnoses... the first was when I was in Safe Mode, second is when I was in Verbose Mode & sound and video worked, for a while at least.

    STARTED IN SAFE MODE:

    Start time: 06/08/16 16:23:26

    Review: 1283

    Model identifier: MacPro1, 1

    Memory: 3 GB

    The system version: Mac OS X 10.7.5 (11 G 63)

    Kernel version: Darwin 11.4.2

    Start mode: security

    64-bit kernel and Extensions: No.

    Since the start-up time: 50 minutes

    UID: 501

    Memory

    Riser DIMM A/DIMM 1

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    Riser DIMM A/DIMM 2

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    DIMM Riser B/DIMM 1

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    DIMM Riser B/DIMM 2

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    Riser A/DIMM DIMMS 3

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    Riser DIMM A/DIMM 4

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    DIMM B/DIMM Riser 3

    Size: empty

    Speed: empty

    Status: empty

    Manufacturer: empty

    DIMM B/DIMM Riser 4

    Size: empty

    Speed: empty

    Status: empty

    Manufacturer: empty

    Cards video/monitors

    NVIDIA GeForce 7300 GT

    DELL E198WFP (hand)

    PanasonicTV0

    ATX

    WDC WD1003FZEX-00MK2A0

    PCI cards

    NVIDIA GeForce 7300 GT

    Type: View controller

    USB

    WiFi (ASUSTek Computer Inc.)

    Kensington 4 button mouse (Kensington)

    Featured: indexing and search disabled

    Firewall: on

    Proxies

    ProxyAutoConfigEnable: 1

    ProxyAutoConfigURLString: http://wpad/wpad.dat

    ProxyAutoDiscoveryEnable: 1

    DNS: 209.18.47.61

    Listeners

    KDC: kerberos

    launchd: afpovertcp

    Diagnostic reports

    2016-05-10 kernel panic x 2

    2016-05-10 MusicManagerHelper accident x 2

    Accident to install Adobe Flash Player 2016-05-19

    2016-05-19 kernel panic x 7

    2016-05-19 MusicManagerHelper crash

    2016-05-19 QuickLookUIHelper crash

    2016-05-19 Sophos Anti-virus crash x 4

    2016-05-19 helpd accident x 5

    2016-06-02 kernel panic x 7

    Accident of Sophos Anti-virus 2016-06-02

    2016 06-02 UserNotificationCenter crash

    Accident of automator 2016-06-08

    Accident of finder 2016-06-08

    2016-06-08 kernel panic x 4

    2016 06-08 SecurityAgent accident x 4

    Accident of Sophos Anti-virus 2016-06-08

    The core journal

    8 Jun 11:40:29 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    8 Jun 11:53:38 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    8 Jun 11:53:38 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:05:26 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:05:26 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:18:35 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:18:35 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:31:44 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:31:44 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:43:52 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:43:52 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:57:01 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:57:01 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    8 Jun 13:08:49 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    8 Jun 13:08:49 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 13:23:21 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 13:23:21 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 13:35:29 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 13:35:29 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    8 June 13:47:15 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    8 June 13:47:15 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    8 June 15:33:46 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key $Num (kSMCKeyNotFound)

    8 June 15:33:46 SMC::smcReadKeyAction ERROR $Num kSMCKeyNotFound(0x84) fKeyHashTable = 0x0

    8 June 15:33:46 SMC::smcInitHelper ERROR: regMap MMIO == NULL - go back to the old mode MSC

    8 June 15:33:47 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key BEMB (kSMCKeyNotFound)

    System log

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AudioIPCDriver failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleSMBusPCI.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleSMBusPCI failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.ke xt - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleHDAController failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleMCCSControl.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleMCCSControl failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleMCEDriver.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleMCEDriver failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleTyMCEDriver.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleTyMCEDriver failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/IOFireWireIP.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.iokit.IOFireWireIP failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS erialManager.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.iokit.IOBluetoothSerialManager failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleUpstreamUserClient.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleUpstreamUserClient failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/IOSurface.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.iokit.IOSurface failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/IOUserEthernet.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.iokit.IOUserEthernet failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/GeForce7xxx.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.GeForce7xxx failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/GeForce.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.GeForce failed; removal of the personalities of the kernel.

    launchd Journal

    Jun 5 15:24:39 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    Jun 5 15:24:39 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    Jun 5 15:24:57: FAILURE: could not send a response MIG: 0 x 10000003

    Jun 5 15:25:25 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    5 Jul 22:42:04 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    5 Jul 22:42:04 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    5 Jul 22:42:04 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    5 Jul 22:42:23: FAILURE: could not send a response MIG: 0 x 10000003

    5 Jul 22:42:53 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    6 Jun 01:31:01 com.apple.dock.extra: XPC Service could not exec (3). Reset port.

    6 June 12:05:02 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    6 Jun 21:27:07 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    Jun 7 00:54:04 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    7 Jun 03:53:28 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 03:53:28 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 03:53:28 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 04:03 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    7 Jun 21:48:45 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 21:48:45 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 21:48:45 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    7 June 21:49:38 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    8 June 15:33:30 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    8 June 15:33:30 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    8 June 15:33:30 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    8 June 15:34:59 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    The console log

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.03.asl

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.02.asl

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.01.asl

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.04.29.asl

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.04.28.asl

    3 Jun 01:16:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.04.asl

    4 Jun 16:58:11 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.05.asl

    8 Jun 01:49:43 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.09.asl

    Kernel loaded extensions

    e.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1)

    e.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0d1)

    e.BootCache (33)

    e.Dont_Steal_Mac_OS_X (7.0.0)

    e.NVDAResman.G7xxx (7.0.4)

    e.driver.ACPI_SMC_PlatformPlugin (5.0.0d8)

    e.driver.AppleACPIButtons (1.5)

    e.driver.AppleACPIEC (1.5)

    e.driver.AppleACPIPlatform (1.5)

    e.driver.AppleAHCIPort (2.3.1)

    e.driver.AppleAPIC (1.6)

    e.driver.AppleEFINVRAM (1.6.1)

    e.driver.AppleEFIRuntime (1.6.1)

    e.driver.AppleFWOHCI (4.9.0 :)

    e.driver.AppleGraphicsControl (3.1.33)

    e.driver.AppleHPET (1.7)

    e.driver.AppleHWSensor (1.9.5d0)

    e.driver.AppleIntel8254XEthernet (2.1.3b1)

    e.driver.AppleIntelCPUPowerManagement (195.0.0)

    e.driver.AppleIntelCPUPowerManagementClient (195.0.0)

    e.driver.AppleIntelPIIXATA (2.5.1)

    e.driver.AppleKeyStore (28.18)

    e.driver.AppleLPC (1.6.0)

    e.driver.ApplePolicyControl (3.1.33)

    e.driver.AppleRTC (1.5)

    e.driver.AppleSMBIOS (1.9)

    e.driver.AppleSMC (3.1.3d10)

    e.driver.AppleUSBComposite (5.0.0)

    e.driver.AppleUSBEHCI (5.1.0)

    e.driver.AppleUSBHub (5.1.0)

    e.driver.AppleUSBMergeNub (5.1.0)

    e.driver.AppleUSBUHCI (5.1.0)

    e.driver.DiskImages (331.7)

    e.driver.IOPlatformPluginFamily (5.1.1d6)

    e.driver.IOPlatformPluginLegacy (5.0.0d8)

    e.driver.XsanFilter (404)

    e.filesystems.autofs (3.0)

    e.iokit.IOACPIFamily (1.4)

    e.iokit.IOAHCIBlockStorage (2.1.0)

    e.iokit.IOAHCIFamily (2.0.8)

    e.iokit.IOATAFamily (2.5.1)

    e.iokit.IOATAPIProtocolTransport (3.0.0)

    e.iokit.IOBDStorageFamily (1.7)

    e.iokit.IOCDStorageFamily (1.7.1)

    e.iokit.IODVDStorageFamily (1.7.1)

    e.iokit.IOFireWireFamily (4.4.8)

    e.iokit.IOGraphicsFamily (2.3.4)

    e.iokit.IOHIDFamily (1.7.1)

    e.iokit.IONDRVSupport (2.3.4)

    e.iokit.IONetworkingFamily (2.1)

    e.iokit.IOPCIFamily (2.7)

    e.iokit.IOSCSIArchitectureModelFamily (3.2.1)

    e.iokit.IOSCSIMultimediaCommandsDevice (3.2.1)

    e.iokit.IOSMBusFamily (1.1)

    e.iokit.IOStorageFamily (1.7.2)

    e.iokit.IOUSBFamily (5.1.0)

    e.iokit.IOUSBHIDDriver (5.0.0)

    e.iokit.IOUSBUserClient (5.0.0)

    e.iokit.SCSITaskUserClient (3.2.1)

    e.kext.AppleMatch (1.0.0d1)

    e.kext.Triggers (1.0)

    e.NKE.applicationfirewall (3.2.30)

    e.NVIDIA.nv40hal.G7xxx (7.0.4)

    e.security.TMSafetyNet (8)

    e.Security.Quarantine (1.4)

    e.Security.sandbox (177.11)

    All officers

    com.apple.launchctl.Aqua

    -status: 1

    com Apple.MRT.UIAgent

    -status: 255

    Problems with fonts

    com.apple.launchctl.Aqua

    -status: 1

    com Apple.MRT.UIAgent

    -status: 255

    User login items

    iCal

    -/Applications/iCal.app

    Music Manager

    -/Users/user/library/PreferencePanes/MusicManager.prefPane/contents/helpers/musi cManagerHelper.app

    Wondershare Helper Compact

    -/ Users/USER/Library/Application support/assistance/Wondershare Helper Compact.app

    Firefox extensions

    Hello Firefox Beta

    Ad-Aware Ad Block

    Widgets

    Clock FlipClock

    Small files: 638

    Lockfiles: 1

    Universal access

    Zoom mode: window

    Content of /Library/LaunchAgents/com.sophos.uiserver.plist

    -mod date: 9 May 20:14:18 2016

    -checksum: 40276757

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > KeepAlive < / key >

    < true / >

    < key > tag < / key >

    < string > com.sophos.uiserver < / string >

    < key > ProgramArguments < / key >

    < table >

    < string >/Library/Sophos Anti-Virus/SophosUIServer.app/Contents/MacOS/SophosUIServer < / string >

    < / array >

    < key > RunAtLoad < / key >

    < true / >

    < key > StandardErrorPath < / key >

    < string >/dev/null < / string >

    < key > StandardOutPath < / key >

    < string >/dev/null < / string >

    < / dict >

    < / plist >

    Content of /Library/LaunchDaemons/com.sophos.common.servicemanager.plist

    -mod date: 9 May 20:14:15 2016

    -checksum: 521223032

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > StandardErrorPath < / key >

    < string >/dev/null < / string >

    < key > StandardOutPath < / key >

    < string >/dev/null < / string >

    < key > tag < / key >

    < string > com.sophos.common.servicemanager < / string >

    < key > ProgramArguments < / key >

    < table >

    < string >/Library/Sophos Anti-Virus/SophosServiceManager.bundle/Contents/MacOS/SophosServiceManager < / str ing >

    < / array >

    < key > KeepAlive < / key >

    < true / >

    < key > MachServices < / key >

    < dict >

    com.Sophos.common.ServiceManager < key > < / key >

    < true / >

    < / dict >

    < / dict >

    < / plist >

    Content of /System/Library/LaunchAgents/com.apple.iCalPush.plist

    -mod date: 31 dec 18:37: 21 2015

    -checksum: 2684394709

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.apple.iCalPush < / string >

    < key > LimitLoadToSessionType < / key >

    < table >

    < string > LoginWindow < / string >

    Aqua < string > < / string >

    < / array >

    < key > MachServices < / key >

    < dict >

    com.apple.iCalPush < key > < / key >

    < true / >

    < / dict >

    < key > ProgramArguments < / key >

    < table >

    < string > /Applications/iCal.app/Contents/Resources/iCalPush < / string >

    < / array >

    < / dict >

    < / plist >

    Content of /System/Library/LaunchAgents/org.x.startx.plist

    -mod date: 31 dec 18:39: 55 2015

    -checksum: 355348819

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-computer //Apple / / DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > org.x.startx < / string >

    < key > ProgramArguments < / key >

    < table >

    < string >/usr/X 11/bin/startx < / string >

    < / array >

    Sockets < key > < / key >

    < dict >

    org.x:0 < key > < / key >

    < dict >

    < key > SecureSocketWithKey < / key >

    < string > VIEW < / string >

    < / dict >

    < / dict >

    < key > ServiceIPC < / key >

    < true / >

    < key > EnableTransactions < / key >

    < true / >

    < / dict >

    < / plist >

    Content of /System/Library/LaunchDaemons/com.apple.xprotectupdater.plist

    -mod date: 31 dec 19:21: 17 2015

    -checksum: 3347091824

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.apple.xprotectupdater < / string >

    < key > ProgramArguments < / key >

    < table >

    < string > / usr/libexec/XProtectUpdater < / string >

    < / array >

    < key > RunAtLoad < / key >

    < true / >

    < key > StartCalendarInterval < / key >

    < dict >

    < key > time < / key >

    < integer > 23 < / integer >

    < key > Minute < / key >

    < integer > 3 < / integer >

    < / dict >

    < / dict >

    < / plist >

    Content of /System/Library/LaunchDaemons/org.apache.httpd.plist

    -mod date: April 17, 14:12:12 2016

    -checksum: 3461590056

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > disabled < / key >

    < true / >

    < key > tag < / key >

    < string > org.apache.httpd < / string >

    < key > OnDemand < / key >

    < false / >

    < key > ProgramArguments < / key >

    < table >

    < string > / usr/sbin/httpd < / string >

    < string > d < / string >

    < string > FOREGROUND < / string >

    < / array >

    < key > SHAuthorizationRight < / key >

    < string > system.preferences < / string >

    < / dict >

    < / plist >

    Content of Library/LaunchAgents/com.adobe.ARM.UUID.plist

    -mod date: 21 Jan 16:52:52 2016

    -checksum: 394026997

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.adobe.ARM.UUID < / string >

    < key > ProgramArguments < / key >

    < table >

    < string >/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Helper.app/Contents/MacOS/Adobe Reader Updater Helper Updater < / string >

    Semi-auto < string > < / string >

    < / array >

    < key > RunAtLoad < / key >

    < true / >

    < key > StartInterval < / key >

    < integer > 12600 < / integer >

    < / dict >

    < / plist >

    Contents of Library/LaunchAgents/com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID. plist

    -mod date: Apr 1 22:46:36 2016

    -checksum: 1246257216

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID < / string >

    < key > ProgramArguments < / key >

    < table >

    ourceSyncScheduleHelper /System/Library/Frameworks/AddressBook.framework/Resources/AddressBookS < string > < / string >

    < string > - scheduleSync < / string >

    < string > UUID < / string >

    < / array >

    < key > StartInterval < / key >

    < integer > 120000 < / integer >

    < / dict >

    < / plist >

    Library/LaunchAgents/com.apple.CSConfigDotMacCert-EMAIL-SharedServices.Agent.pl ist content

    -mod date: 31 dec 19:02: 16 2015

    -checksum: 3183285794

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > KeepAlive < / key >

    < false / >

    < key > tag < / key >

    < string > com.apple.CSConfigDotMacCert - E-MAIL-shared services < / string >

    < key > LimitLoadToSessionType < / key >

    Aqua < string > < / string >

    < key > LowPriorityIO < / key >

    < true / >

    < key > Nice < / key >

    < integer > 10 < / integer >

    < key > ProgramArguments < / key >

    < table >

    .framework/Versions/A/Support/CSConfigDotMacCert /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices < string > < / string >

    < string >-l < / string >

    < string > /Users/USER/Library/Logs/CSConfigDotMacCert.log < / string >

    < string > u < / string >

    < string > EMAIL < / string >

    < string > t < / string >

    shared services < string > < / string >

    < string > s < / string >

    < / array >

    .. .and 4 more lines

    Content of Library/LaunchAgents/com.apple.FolderActions.folders.plist

    -mod date: 8 June 16:26:37 2016

    -checksum: 4030248352

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.apple.FolderActions.folders < / string >

    program < key > < / key >

    < string > / usr/bin/osascript < / string >

    < key > ProgramArguments < / key >

    < table >

    < string > osascript < / string >

    < string > e < / string >

    < string > tell application "Folder Actions dispatcher" check < / string >

    < / array >

    < key > WatchPaths < / key >

    < table >

    < string >/Applications/Utilities < / string >

    < / array >

    < / dict >

    < / plist >

    Content of Library/LaunchAgents/com.google.keystone.agent.plist

    -mod date: Mar 10 16:06:19 2016

    -checksum: 3847280815

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.google.keystone.user.agent < / string >

    < key > LimitLoadToSessionType < / key >

    Aqua < string > < / string >

    < key > ProgramArguments < / key >

    < table >

    < string > /Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent < / string >

    < string > - runMode < / string >

    < string > ifneeded < / string >

    < / array >

    < key > RunAtLoad < / key >

    < true / >

    < key > StartInterval < / key >

    < integer > 3623 < / integer >

    < key > StandardErrorPath < / key >

    < string >/dev/null < / string >

    < key > StandardOutPath < / key >

    < string >/dev/null < / string >

    < / dict >

    < / plist >

    Bad plists

    / Library/Preferences/com. Apple.softwareupdate.plist

    Frames

    /Library/frameworks/savi.framework

    -com.sophos.sav.savi

    /Library/frameworks/SUMScanKit.framework

    -com.sophos.sum.scan.kit

    /Library/frameworks/SophosGenericsCommon.framework

    -com.sophos.macendpoint.SophosGenericsCommon

    /Library/frameworks/SophosGenericsCore.framework

    -com.sophos.macendpoint.SophosGenericsCore

    PrefPane

    / Library/PreferencePanes/Flash Player.prefPane

    -com.adobe.flashplayerpreferences

    /Users/user/library/PreferencePanes/MusicManager.prefPane

    -com.google.musicmanager.pref

    El

    Start time: 06/08/16 16:23:26

    Review: 1283

    Model identifier: MacPro1, 1

    Memory: 3 GB

    The system version: Mac OS X 10.7.5 (11 G 63)

    Kernel version: Darwin 11.4.2

    Start mode: security

    64-bit kernel and Extensions: No.

    Since the start-up time: 50 minutes

    UID: 501

    Memory

    Riser DIMM A/DIMM 1

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    Riser DIMM A/DIMM 2

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    DIMM Riser B/DIMM 1

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    DIMM Riser B/DIMM 2

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    Riser A/DIMM DIMMS 3

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    Riser DIMM A/DIMM 4

    Size: 512 MB

    Speed: 667 MHz

    Status: OK

    Manufacturer: 0x830B

    DIMM B/DIMM Riser 3

    Size: empty

    Speed: empty

    Status: empty

    Manufacturer: empty

    DIMM B/DIMM Riser 4

    Size: empty

    Speed: empty

    Status: empty

    Manufacturer: empty

    Cards video/monitors

    NVIDIA GeForce 7300 GT

    DELL E198WFP (hand)

    PanasonicTV0

    ATX

    WDC WD1003FZEX-00MK2A0

    PCI cards

    NVIDIA GeForce 7300 GT

    Type: View controller

    USB

    WiFi (ASUSTek Computer Inc.)

    Kensington 4 button mouse (Kensington)

    Featured: indexing and search disabled

    Firewall: on

    Proxies

    ProxyAutoConfigEnable: 1

    ProxyAutoConfigURLString: http://wpad/wpad.dat

    ProxyAutoDiscoveryEnable: 1

    DNS: 209.18.47.61

    Listeners

    KDC: kerberos

    launchd: afpovertcp

    Diagnostic reports

    2016-05-10 kernel panic x 2

    2016-05-10 MusicManagerHelper accident x 2

    Accident to install Adobe Flash Player 2016-05-19

    2016-05-19 kernel panic x 7

    2016-05-19 MusicManagerHelper crash

    2016-05-19 QuickLookUIHelper crash

    2016-05-19 Sophos Anti-virus crash x 4

    2016-05-19 helpd accident x 5

    2016-06-02 kernel panic x 7

    Accident of Sophos Anti-virus 2016-06-02

    2016 06-02 UserNotificationCenter crash

    Accident of automator 2016-06-08

    Accident of finder 2016-06-08

    2016-06-08 kernel panic x 4

    2016 06-08 SecurityAgent accident x 4

    Accident of Sophos Anti-virus 2016-06-08

    The core journal

    8 Jun 11:40:29 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    8 Jun 11:53:38 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    8 Jun 11:53:38 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:05:26 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:05:26 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:18:35 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:18:35 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:31:44 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:31:44 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:43:52 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:43:52 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 12:57:01 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 12:57:01 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    8 Jun 13:08:49 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    8 Jun 13:08:49 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 13:23:21 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 13:23:21 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    June 8, 13:35:29 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    June 8, 13:35:29 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    8 June 13:47:15 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key MSSP (kSMCKeyNotFound)

    8 June 13:47:15 SMC::setPowerState ERROR: failed to smcPublishSleepCause (kSMCKeyNotFound)

    8 June 15:33:46 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key $Num (kSMCKeyNotFound)

    8 June 15:33:46 SMC::smcReadKeyAction ERROR $Num kSMCKeyNotFound(0x84) fKeyHashTable = 0x0

    8 June 15:33:46 SMC::smcInitHelper ERROR: regMap MMIO == NULL - go back to the old mode MSC

    8 June 15:33:47 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key BEMB (kSMCKeyNotFound)

    System log

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AudioIPCDriver failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleSMBusPCI.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleSMBusPCI failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.ke xt - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleHDAController failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleMCCSControl.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleMCCSControl failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleMCEDriver.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleMCEDriver failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleTyMCEDriver.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleTyMCEDriver failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/IOFireWireIP.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.iokit.IOFireWireIP failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS erialManager.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.iokit.IOBluetoothSerialManager failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/AppleUpstreamUserClient.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.driver.AppleUpstreamUserClient failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/IOSurface.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.iokit.IOSurface failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/IOUserEthernet.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.iokit.IOUserEthernet failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/GeForce7xxx.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.GeForce7xxx failed; removal of the personalities of the kernel.

    8 June 15:38:39 com.apple.kextd: cannot load /System/Library/Extensions/GeForce.kext - ineligible for secure boot.

    8 June 15:38:39 com.apple.kextd: load com.apple.GeForce failed; removal of the personalities of the kernel.

    launchd Journal

    Jun 5 15:24:39 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    Jun 5 15:24:39 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    Jun 5 15:24:57: FAILURE: could not send a response MIG: 0 x 10000003

    Jun 5 15:25:25 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    5 Jul 22:42:04 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    5 Jul 22:42:04 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    5 Jul 22:42:04 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    5 Jul 22:42:23: FAILURE: could not send a response MIG: 0 x 10000003

    5 Jul 22:42:53 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    6 Jun 01:31:01 com.apple.dock.extra: XPC Service could not exec (3). Reset port.

    6 June 12:05:02 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    6 Jun 21:27:07 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    Jun 7 00:54:04 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    7 Jun 03:53:28 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 03:53:28 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 03:53:28 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 04:03 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    7 Jun 21:48:45 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 21:48:45 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    7 Jun 21:48:45 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    7 June 21:49:38 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    8 June 15:33:30 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    8 June 15:33:30 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    8 June 15:33:30 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    8 June 15:34:59 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    The console log

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.03.asl

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.02.asl

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.01.asl

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.04.29.asl

    2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.04.28.asl

    3 Jun 01:16:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.04.asl

    4 Jun 16:58:11 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.05.asl

    8 Jun 01:49:43 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.09.asl

    Kernel loaded extensions

    e.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1)

    e.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0d1)

    e.BootCache (33)

    e.Dont_Steal_Mac_OS_X (7.0.0)

    e.NVDAResman.G7xxx (7.0.4)

    e.driver.ACPI_SMC_PlatformPlugin (5.0.0d8)

    e.driver.AppleACPIButtons (1.5)

    e.driver.AppleACPIEC (1.5)

    e.driver.AppleACPIPlatform (1.5)

    e.driver.AppleAHCIPort (2.3.1)

    e.driver.AppleAPIC (1.6)

    e.driver.AppleEFINVRAM (1.6.1)

    e.driver.AppleEFIRuntime (1.6.1)

    e.driver.AppleFWOHCI (4.9.0 :)

    e.driver.AppleGraphicsControl (3.1.33)

    e.driver.AppleHPET (1.7)

    e.driver.AppleHWSensor (1.9.5d0)

    e.driver.AppleIntel8254XEthernet (2.1.3b1)

    e.driver.AppleIntelCPUPowerManagement (195.0.0)

    e.driver.AppleIntelCPUPowerManagementClient (195.0.0)

    e.driver.AppleIntelPIIXATA (2.5.1)

    e.driver.AppleKeyStore (28.18)

    e.driver.AppleLPC (1.6.0)

    e.driver.ApplePolicyControl (3.1.33)

    e.driver.AppleRTC (1.5)

    e.driver.AppleSMBIOS (1.9)

    e.driver.AppleSMC (3.1.3d10)

    e.driver.AppleUSBComposite (5.0.0)

    e.driver.AppleUSBEHCI (5.1.0)

    e.driver.AppleUSBHub (5.1.0)

    e.driver.AppleUSBMergeNub (5.1.0)

    e.driver.AppleUSBUHCI (5.1.0)

    e.driver.DiskImages (331.7)

    e.driver.IOPlatformPluginFamily (5.1.1d6)

    e.driver.IOPlatformPluginLegacy (5.0.0d8)

    e.driver.XsanFilter (404)

    e.filesystems.autofs (3.0)

    e.iokit.IOACPIFamily (1.4)

    e.iokit.IOAHCIBlockStorage (2.1.0)

    e.iokit.IOAHCIFamily (2.0.8)

    e.iokit.IOATAFamily (2.5.1)

    e.iokit.IOATAPIProtocolTransport (3.0.0)

    e.iokit.IOBDStorageFamily (1.7)

    e.iokit.IOCDStorageFamily (1.7.1)

    e.iokit.IODVDStorageFamily (1.7.1)

    e.iokit.IOFireWireFamily (4.4.8)

    e.iokit.IOGraphicsFamily (2.3.4)

    e.iokit.IOHIDFamily (1.7.1)

    e.iokit.IONDRVSupport (2.3.4)

    e.iokit.IONetworkingFamily (2.1)

    e.iokit.IOPCIFamily (2.7)

    e.iokit.IOSCSIArchitectureModelFamily (3.2.1)

    e.iokit.IOSCSIMultimediaCommandsDevice (3.2.1)

    e.iokit.IOSMBusFamily (1.1)

    e.iokit.IOStorageFamily (1.7.2)

    e.iokit.IOUSBFamily (5.1.0)

    e.iokit.IOUSBHIDDriver (5.0.0)

    e.iokit.IOUSBUserClient (5.0.0)

    e.iokit.SCSITaskUserClient (3.2.1)

    e.kext.AppleMatch (1.0.0d1)

    e.kext.Triggers (1.0)

    e.NKE.applicationfirewall (3.2.30)

    e.NVIDIA.nv40hal.G7xxx (7.0.4)

    e.security.TMSafetyNet (8)

    e.Security.Quarantine (1.4)

    e.Security.sandbox (177.11)

    All officers

    com.apple.launchctl.Aqua

    -status: 1

    com Apple.MRT.UIAgent

    -status: 255

    Problems with fonts

    com.apple.launchctl.Aqua

    -status: 1

    com Apple.MRT.UIAgent

    -status: 255

    User login items

    iCal

    -/Applications/iCal.app

    Music Manager

    -/Users/user/library/PreferencePanes/MusicManager.prefPane/contents/helpers/musi cManagerHelper.app

    Wondershare Helper Compact

    -/ Users/USER/Library/Application support/assistance/Wondershare Helper Compact.app

    Firefox extensions

    Hello Firefox Beta

    Ad-Aware Ad Block

    Widgets

    Clock FlipClock

    Small files: 638

    Lockfiles: 1

    Universal access

    Zoom mode: window

    Content of /Library/LaunchAgents/com.sophos.uiserver.plist

    -mod date: 9 May 20:14:18 2016

    -checksum: 40276757

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > KeepAlive < / key >

    < true / >

    < key > tag < / key >

    < string > com.sophos.uiserver < / string >

    < key > ProgramArguments < / key >

    < table >

    < string >/Library/Sophos Anti-Virus/SophosUIServer.app/Contents/MacOS/SophosUIServer < / string >

    < / array >

    < key > RunAtLoad < / key >

    < true / >

    < key > StandardErrorPath < / key >

    < string >/dev/null < / string >

    < key > StandardOutPath < / key >

    < string >/dev/null < / string >

    < / dict >

    < / plist >

    Content of /Library/LaunchDaemons/com.sophos.common.servicemanager.plist

    -mod date: 9 May 20:14:15 2016

    -checksum: 521223032

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > StandardErrorPath < / key >

    < string >/dev/null < / string >

    < key > StandardOutPath < / key >

    < string >/dev/null < / string >

    < key > tag < / key >

    < string > com.sophos.common.servicemanager < / string >

    < key > ProgramArguments < / key >

    < table >

    < string >/Library/Sophos Anti-Virus/SophosServiceManager.bundle/Contents/MacOS/SophosServiceManager < / str ing >

    < / array >

    < key > KeepAlive < / key >

    < true / >

    < key > MachServices < / key >

    < dict >

    com.Sophos.common.ServiceManager < key > < / key >

    < true / >

    < / dict >

    < / dict >

    < / plist >

    Content of /System/Library/LaunchAgents/com.apple.iCalPush.plist

    -mod date: 31 dec 18:37: 21 2015

    -checksum: 2684394709

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.apple.iCalPush < / string >

    < key > LimitLoadToSessionType < / key >

    < table >

    < string > LoginWindow < / string >

    Aqua < string > < / string >

    < / array >

    < key > MachServices < / key >

    < dict >

    com.apple.iCalPush < key > < / key >

    < true / >

    < / dict >

    < key > ProgramArguments < / key >

    < table >

    < string > /Applications/iCal.app/Contents/Resources/iCalPush < / string >

    < / array >

    < / dict >

    < / plist >

    Content of /System/Library/LaunchAgents/org.x.startx.plist

    -mod date: 31 dec 18:39: 55 2015

    -checksum: 355348819

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-computer //Apple / / DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > org.x.startx < / string >

    < key > ProgramArguments < / key >

    < table >

    < string >/usr/X 11/bin/startx < / string >

    < / array >

    Sockets < key > < / key >

    < dict >

    org.x:0 < key > < / key >

    < dict >

    < key > SecureSocketWithKey < / key >

    < string > VIEW < / string >

    < / dict >

    < / dict >

    < key > ServiceIPC < / key >

    < true / >

    < key > EnableTransactions < / key >

    < true / >

    < / dict >

    < / plist >

    Content of /System/Library/LaunchDaemons/com.apple.xprotectupdater.plist

    -mod date: 31 dec 19:21: 17 2015

    -checksum: 3347091824

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.apple.xprotectupdater < / string >

    < key > ProgramArguments < / key >

    < table >

    < string > / usr/libexec/XProtectUpdater < / string >

    < / array >

    < key > RunAtLoad < / key >

    < true / >

    < key > StartCalendarInterval < / key >

    < dict >

    < key > time < / key >

    < integer > 23 < / integer >

    < key > Minute < / key >

    < integer > 3 < / integer >

    < / dict >

    < / dict >

    < / plist >

    Content of /System/Library/LaunchDaemons/org.apache.httpd.plist

    -mod date: April 17, 14:12:12 2016

    -checksum: 3461590056

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > disabled < / key >

    < true / >

    < key > tag < / key >

    < string > org.apache.httpd < / string >

    < key > OnDemand < / key >

    < false / >

    < key > ProgramArguments < / key >

    < table >

    < string > / usr/sbin/httpd < / string >

    < string > d < / string >

    < string > FOREGROUND < / string >

    < / array >

    < key > SHAuthorizationRight < / key >

    < string > system.preferences < / string >

    < / dict >

    < / plist >

    Content of Library/LaunchAgents/com.adobe.ARM.UUID.plist

    -mod date: 21 Jan 16:52:52 2016

    -checksum: 394026997

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.adobe.ARM.UUID < / string >

    < key > ProgramArguments < / key >

    < table >

    < string >/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Helper.app/Contents/MacOS/Adobe Reader Updater Helper Updater < / string >

    Semi-auto < string > < / string >

    < / array >

    < key > RunAtLoad < / key >

    < true / >

    < key > StartInterval < / key >

    < integer > 12600 < / integer >

    < / dict >

    < / plist >

    Contents of Library/LaunchAgents/com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID. plist

    -mod date: Apr 1 22:46:36 2016

    -checksum: 1246257216

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID < / string >

    < key > ProgramArguments < / key >

    < table >

    ourceSyncScheduleHelper /System/Library/Frameworks/AddressBook.framework/Resources/AddressBookS < string > < / string >

    < string > - scheduleSync < / string >

    < string > UUID < / string >

    < / array >

    < key > StartInterval < / key >

    < integer > 120000 < / integer >

    < / dict >

    < / plist >

    Library/LaunchAgents/com.apple.CSConfigDotMacCert-EMAIL-SharedServices.Agent.pl ist content

    -mod date: 31 dec 19:02: 16 2015

    -checksum: 3183285794

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > KeepAlive < / key >

    < false / >

    < key > tag < / key >

    < string > com.apple.CSConfigDotMacCert - E-MAIL-shared services < / string >

    < key > LimitLoadToSessionType < / key >

    Aqua < string > < / string >

    < key > LowPriorityIO < / key >

    < true / >

    < key > Nice < / key >

    < integer > 10 < / integer >

    < key > ProgramArguments < / key >

    < table >

    .framework/Versions/A/Support/CSConfigDotMacCert /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices < string > < / string >

    < string >-l < / string >

    < string > /Users/USER/Library/Logs/CSConfigDotMacCert.log < / string >

    < string > u < / string >

    < string > EMAIL < / string >

    < string > t < / string >

    shared services < string > < / string >

    < string > s < / string >

    < / array >

    .. .and 4 more lines

    Content of Library/LaunchAgents/com.apple.FolderActions.folders.plist

    -mod date: 8 June 16:26:37 2016

    -checksum: 4030248352

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.apple.FolderActions.folders < / string >

    program < key > < / key >

    < string > / usr/bin/osascript < / string >

    < key > ProgramArguments < / key >

    < table >

    < string > osascript < / string >

    < string > e < / string >

    < string > tell application "Folder Actions dispatcher" check < / string >

    < / array >

    < key > WatchPaths < / key >

    < table >

    < string >/Applications/Utilities < / string >

    < / array >

    < / dict >

    < / plist >

    Content of Library/LaunchAgents/com.google.keystone.agent.plist

    -mod date: Mar 10 16:06:19 2016

    -checksum: 3847280815

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    < plist version = "1.0" >

    < dict >

    < key > tag < / key >

    < string > com.google.keystone.user.agent < / string >

    < key > LimitLoadToSessionType < / key >

    Aqua < string > < / string >

    < key > ProgramArguments < / key >

    < table >

    < string > /Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent < / string >

    < string > - runMode < / string >

    < string > ifneeded < / string >

    < / array >

    < key > RunAtLoad < / key >

    < true / >

    < key > StartInterval < / key >

    < integer > 3623 < / integer >

    < key > StandardErrorPath < / key >

    < string >/dev/null < / string >

    < key > StandardOutPath < / key >

    < string >/dev/null < / string >

    < / dict >

    < / plist >

    Bad plists

    / Library/Preferences/com. Apple.softwareupdate.plist

    Frames

    /Library/frameworks/savi.framework

    -com.sophos.sav.savi

    /Library/frameworks/SUMScanKit.framework

    -com.sophos.sum.scan.kit

    /Library/frameworks/SophosGenericsCommon.framework

    -com.sophos.macendpoint.SophosGenericsCommon

    /Library/frameworks/SophosGenericsCore.framework

    -com.sophos.macendpoint.SophosGenericsCore

    PrefPane

    / Library/PreferencePanes/Flash Player.prefPane

    -com.adobe.flashplayerpreferences

    /Users/user/library/PreferencePanes/MusicManager.prefPane

    -com.google.musicmanager.pref

    Time elapsed (s): 397

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    START UP IN VERBOSE MODE

    1 hour of departure: 18:17:25 06/08/16

    2

    Review 3: 1612

    4

    5 model identifier: MacPro1, 1

    6 memory: 3 GB

    7 boot ROM Version: MP11.005C.B08

    8 the system version: Mac OS X 10.7.5 (11 G 63)

    9 kernel version: Darwin 11.4.2

    10 times since boot: 01:00

    11

    Memory 12

    Riser DIMM 13 A/DIMM 1

    14

    15 size: 512 MB

    16: 667 MHz speed

    17 location: OK

    18 manufacturer: 0x830B

    19

    Riser DIMM 20 A/DIMM 2

    21

    22 size: 512 MB

    23 speed: 667 MHz

    24 location: OK

    25 manufacturer: 0x830B

    26

    27 DIMM Riser B/DIMM 1

    28

    Size 29: 512 MB

    30: 667 MHz speed

    31 location: OK

    32 manufacturer: 0x830B

    33

    34 DIMM Riser B/DIMM 2

    35

    Size 36: 512 MB

    37 speed: 667 MHz

    38 status: OK

    39 manufacturer: 0x830B

    40

    Riser 41 A/DIMM DIMMS 3

    42

    43 size: 512 MB

    44: 667 MHz speed

    45 State: OK

    46 manufacturer: 0x830B

    47

    Riser DIMM 48 A/DIMM 4

    49

    50 size: 512 MB

    Speed 51: 667 MHz

    52 status: OK

    53 manufacturer: 0x830B

    54

    55 Riser B/DIMM DIMMS 3

    56

    Size 57: empty

    Speed 58: empty

    59 status: empty

    60 manufacturer: vacuum

    61

    DIMM 62 Riser B/DIMM 4

    63

    Size 64: empty

    Speed 65: empty

    66 status: empty

    67 manufacturer: vacuum

    68

    ATX 69

    70

    WDC WD1003FZEX-00MK2A0 71

    72

    73 PCI cards

    74

    75 NVIDIA GeForce 7300 GT

    76

    Type 77: view controller

    78

    79 USB

    80

    WiFi 81 (ASUSTek Computer Inc.)

    82 SoundSticks (Harman International)

    Mouse button 83 4 Kensington (Kensington)

    84

    Heat 85

    86

    Use of 87: pmset < options >

    88 see pmset (1) for more details: "man pmset".

    89

    Firewall 90: on

    91

    92 proxies

    93

    94 ProxyAutoConfigEnable: 1

    95 ProxyAutoConfigURLString: http://wpad/wpad.dat

    ProxyAutoDiscoveryEnable 96: 1

    97

    98 DNS: 209.18.47.61

    99

    100 listeners

    101

    102 kdc: kerberos

    launchd 103: afpovertcp

    104

    105 diagnostic reports

    106

    2016-05-107 10 kernel panic x 2

    2016-05-108 10 MusicManagerHelper crash x 2

    Crash installing Adobe Flash Player 109 2016-05-19

    2016-05-110 19 x 7 panic kernel

    MusicManagerHelper 111 crash 2016-05-19

    2016-05-112 19 QuickLookUIHelper crash

    2016-05-113 19 Sophos Anti-virus crash x 4

    114 helpd 2016-05-19 crash x 5

    2016 06-115 02 kernel panic x 7

    Sophos Anti-virus 116 crash 2016-06-02

    UserNotificationCenter 117 crash 2016-06-02

    Automator 118 crash 2016-06-08

    Crash of finder 119 2016-06-08

    2016 06-120 08 kernel panic x 4

    2016 06-121 08 SecurityAgent crash x 4

    Crash of Sophos Anti-virus 122 2016-06-08

    123

    124 core journal

    125

    126 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    127 the 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    128 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    129 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    130 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    131 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    132 of 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    133 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    134 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    135 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    136, 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    137 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    138 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    139 the 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    140 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    141 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    142 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    143 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    144 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    145 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    146 8 June 17:16:36 NVDA (OpenGL): exception channel! exception type = 0xd = GR: error to notify SW

    147 the 8 June 17:17:12 sleep failure code 0x00000000 0 x 19006600

    148 June 8, 17:17:13 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key $Num (kSMCKeyNotFound)

    149 8 June 17:17:13 previous judgment Cause: 3

    150 8 June 17:17:14 SMC::smcReadKeyAction ERROR: failure of smcReadData8 for key BEMB (kSMCKeyNotFound)

    151

    152 journal system

    153

    154 8 June 17:10:26 netbiosd: could not start the NetBIOS name service:

    155 8 June 17:10:32 SophosWebD: undefined GPO

    156 of 8 June 17:10:32 SophosWebD: incoming policy not valid, current policy will not be updated.

    157 8 June 17:10:34 loginwindow: Login window has begun a security officer

    158 8 June 17:10:34 SecurityAgent: Echo enabled

    159 8 June 17:11:17 WindowServer: kCGErrorFailure: set a breakpoint @ CGErrorBreakpoint() to intercept errors as they are registered.

    160 8 June 17:12:39 mdworker32: kCGErrorFailure: set a breakpoint @ CGErrorBreakpoint() to intercept errors as they are registered.

    161 8 June 17:17:06 fseventsd: event logs in .fseventsd not synchronized with the volume.  destroy the old newspapers. (373-5-403)

    162 8 June 17:17:06 fseventsd: log dir: .fseventsd get new uuid: UUID

    163 8 June 17:17:13 mDNSResponder: mDNSResponder mDNSResponder - 320.16 (July 19, 2012 21:07:07) from 11 OSXVers

    164 8 June 17:17:18 mDNSResponder: D2DInitialize managed

    165, 8 June 17:17:19 < no asl_client >: [SophosDistantObject.m:208] an exception occurred when the e-mail server: SophosNilProxyException. New test: 1 attempt

    166 8 June 17:17:24 SophosWebD: undefined GPO

    167, 8 June 17:17:24 SophosWebD: incoming policy not valid, current policy will not be updated.

    168, 8 June 17:17:24 loginwindow: Login window has begun a security officer

    169 8 June 17:17:24 SecurityAgent: Echo enabled

    170 8 June 17:17:25 WindowServer: kCGErrorFailure: set a breakpoint @ CGErrorBreakpoint() to intercept errors as they are registered.

    171 8 June 17:17:33 SecurityAgent: user info nec Tony1 context values

    172 8 June 17:17:34 SecurityAgent: procedure of connection login window

    173 8 June 17:17:40 am preferences system: kCGErrorIllegalArgument: CGSDeviceCreate: invalid window

    174 8 June 17:17:40 am preferences system: kCGErrorFailure: set a breakpoint @ CGErrorBreakpoint() to intercept errors as they are registered.

    175 8 June 17:17:40 am preferences system: could not create device window frame

    176 8 June 17:17:41 system preferences: CGWindowContextCreate: failed to create the delegate of window frame.

    177 8 June 17:19:49 mdworker32: kCGErrorFailure: set a breakpoint @ CGErrorBreakpoint() to intercept errors as they are registered.

    178 8 June 17:47:49 SophosAutoUpdate: impossible to retrieve the Automatic Configuration Script to the URL. (Script URL: http://wpad/wpad.dat)

    179

    launchd 180 Journal

    181

    182 June 7 03:53:28 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    183 7 Jun 03:53:28 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    184 June 7 03:53:28 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    185 June 7 04:03 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    186 7 June 21:48:45 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    187 7 June 21:48:45 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    188 7 June 21:48:45 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    189 the 7 June 21:49:38 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    190 8 June 15:33:30 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    191 8 Jun 15:33:30 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    192 8 June 15:33:30 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    193 8 June 15:34:59 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    194 8 Jun 16:42:24 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    195 8 Jun 16:42:24 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    196 8 Jun 16:42:24 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    197 8 Jun 16:43:04 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    198, 8 June 17:10:12 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    199 the 8 June 17:10:12 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    200 8 June 17:10:12 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    201 June 8, 17:10:24: FAILURE: could not send a response MIG: 0 x 10000003

    202 8 June 17:17:06 com.apple.powerd: unknown value for the key POSIXSpawnType: Interactive

    203 8 June 17:17:06 com.apple.sandboxd: unknown value for the key POSIXSpawnType: Interactive

    204 8 June 17:17:06 com.apple.usbmuxd: unknown value for the key POSIXSpawnType: Interactive

    205 June 8, 17:17:19: FAILURE: could not send a response MIG: 0 x 10000003

    206 8 June 17:17:35 com.apple.AirPortBaseStationAgent: unknown value for the key POSIXSpawnType: background

    207

    208 console log

    209

    210 2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.03.asl

    211 2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.02.asl

    212 2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.01.asl

    213 2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.04.29.asl

    214 2 Jun 01:29:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.04.28.asl

    215 3 Jun 01:16:44 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.04.asl

    216 4 Jun 16:58:11 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.05.asl

    217 8 Jun 01:49:43 SubmitDiagInfo: cleaning of the database of diagnostic messages expired at the path: /var/log/DiagnosticMessages/2016.05.09.asl

    218

    Loaded kernel extensions 219

    220

    221 e.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1)

    222 e.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0d1)

    223 e.BootCache (33)

    224 e.Dont_Steal_Mac_OS_X (7.0.0)

    225 e.GeForce7xxx (7.0.4)

    226 e.NVDAResman.G7xxx (7.0.4)

    227 e.driver.ACPI_SMC_PlatformPlugin (5.0.0d8)

    228 e.driver.AppleACPIButtons (1.5)

    229 e.driver.AppleACPIEC (1.5)

    230 e.driver.AppleACPIPlatform (1.5)

    231 e.driver.AppleAHCIPort (2.3.1)

    232 e.driver.AppleAPIC (1.6)

    233 e.driver.AppleEFINVRAM (1.6.1)

    234 e.driver.AppleEFIRuntime (1.6.1)

    235 e.driver.AppleFWOHCI (4.9.0)

    236 e.driver.AppleGraphicsControl (3.1.33)

    237 e.driver.AppleHDA (2.2.5a5)

    238 e.driver.AppleHDAController (2.2.5a5)

    239 e.driver.AppleHPET (1.7)

    240 e.driver.AppleHWSensor (1.9.5d0)

    241 e.driver.AppleIntel8254XEthernet (2.1.3b1)

    242 e.driver.AppleIntelCPUPowerManagement (195.0.0)

    243 e.driver.AppleIntelCPUPowerManagementClient (195.0.0)

    e.driver.AppleIntelPIIXATA 244 (2.5.1)

    245 e.driver.AppleKeyStore (28.18)

    246 e.driver.AppleLPC (1.6.0)

    247 e.driver.AppleMCCSControl (1.0.33)

    248 e.driver.AppleMCEDriver (1.1.9)

    249 e.driver.ApplePolicyControl (3.1.33)

    250 e.driver.AppleRTC (1.5)

    251 e.driver.AppleSMBIOS (1.9)

    252 e.driver.AppleSMBusController (1.0.10d0)

    253 e.driver.AppleSMC (3.1.3d10)

    254 e.driver.AppleUSBAudio (2.9.0f5)

    255 e.driver.AppleUSBComposite (5.0.0)

    256 e.driver.AppleUSBEHCI (5.1.0)

    257 e.driver.AppleUSBHub (5.1.0)

    258 e.driver.AppleUSBMergeNub (5.1.0)

    259 e.driver.AppleUSBUHCI (5.1.0)

    260 e.driver.AppleUpstreamUserClient (3.5.9)

    261 e.driver.AudioAUUC (1.59)

    262 e.driver.AudioIPCDriver (1.2.3)

    263 e.driver.DiskImages (331.7)

    264 e.driver.DspFuncLib (2.2.5a5)

    265 e.driver.IOPlatformPluginFamily (5.1.1d6)

    266 e.driver.IOPlatformPluginLegacy (5.0.0d8)

    267 e.driver.XsanFilter (404)

    268 e.filesystems.autofs (3.0)

    269 e.iokit.IOACPIFamily (1.4)

    270 e.iokit.IOAHCIBlockStorage (2.1.0)

    271 e.iokit.IOAHCIFamily (2.0.8)

    272 e.iokit.IOATAFamily (2.5.1)

    273 e.iokit.IOATAPIProtocolTransport (3.0.0)

    274 e.iokit.IOAudioFamily (1.8.6fc18)

    275 e.iokit.IOBDStorageFamily (1.7)

    276 e.iokit.IOBluetoothSerialManager (4.0.8f17)

    277 e.iokit.IOCDStorageFamily (1.7.1)

    278 e.iokit.IODVDStorageFamily (1.7.1)

    279 e.iokit.IOFireWireFamily (4.4.8)

    280 e.iokit.IOFireWireIP (2.2.5)

    281 e.iokit.IOGraphicsFamily (2.3.4)

    282 e.iokit.IOHDAFamily (2.2.5a5)

    283 e.iokit.IOHIDFamily (1.7.1)

    284 e.iokit.IONDRVSupport (2.3.4)

    285 e.iokit.IONetworkingFamily (2.1)

    286 e.iokit.IOPCIFamily (2.7)

    287 e.iokit.IOSCSIArchitectureModelFamily (3.2.1)

    288 e.iokit.IOSCSIMultimediaCommandsDevice (3.2.1)

    289 e.iokit.IOSMBusFamily (1.1)

    290 e.iokit.IOSerialFamily (10.0.5)

    291 e.iokit.IOStorageFamily (1.7.2)

    292 e.iokit.IOSurface (80.0.2)

    293 e.iokit.IOUSBFamily (5.1.0)

    294 e.iokit.IOUSBHIDDriver (5.0.0)

    295 e.iokit.IOUSBUserClient (5.0.0)

    296 e.iokit.IOUserEthernet (1.0.0d1)

    297 e.iokit.SCSITaskUserClient (3.2.1)

    298 e.kext.AppleMatch (1.0.0d1)

    299 e.kext.OSvKernDSPLib (1.3)

    300 e.kext.triggers (1.0)

    e.NKE.applicationfirewall 301 (3.2.30)

    302 e.nvidia.nv40hal.G7xxx (7.0.4)

    303 e.security.TMSafetyNet (8)

    304 e.security.quarantine (1.4)

    305 e.security.sandbox (177.11)

    306 os.kext.sav (9.4.2)

    307 os.nke.swi (9.4.2)

    308

    Load System 309 services

    310

    311 com.adobe.fpsaud

    312 com.sophos.autoupdate

    com.Sophos.common.ServiceManager 313

    com.Sophos.Configuration 314

    com.Sophos.InterCheck 315

    316 com.sophos.notification

    317 com.sophos.scan

    318 com.sophos.sxld

    319 com.sophos.webd

    320

    321 enforcement agent

    322

    323 com.adobe.ARM.UUID

    324 com.apple.CSConfigDotMacCert - E-MAIL-SSP

    325 status: 1

    326 com.apple.launchctl.Aqua

    327 status: 1

    328 com.apple.mrt.uiagent

    329 status: 255

    330 com.google.keystone.user.agent

    331 com.sophos.uiserver

    332

    333 /Library/LaunchAgents/com.sophos.uiserver.plist content

    334 - mod date: 9 May 20:14:18 2016

    335. (B) size: 563

    336 checksum: 40276757

    337

    338 <? XML version = "1.0" encoding = "UTF-8"? >

    339 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    340 < plist version = "1.0" >

    341 < dict >

    342 < key > KeepAlive < / key >

    343 < true / >

    344 < key > tag < / key >

    345 com.sophos.uiserver < string > < / string >

    346 < key > ProgramArguments < / key >

    347 < table >

    < string > 348/library/Sophos Anti-Virus/SophosUIServer.app/Contents/MacOS/SophosUIServer < / string >

    349 < / array >

    350 < key > RunAtLoad < / key >

    351 < true / >

    352 < key > StandardErrorPath < / key >

    353 < string >/dev/null < / string >

    354 < key > StandardOutPath < / key >

    355 < string >/dev/null < / string >

    356 < / dict >

    357 < / plist >

    358

    359 /Library/LaunchDaemons/com.sophos.common.servicemanager.plist content

    360 - mod date: 9 May 20:14:15 2016

    361. (B) size: 658

    362 checksum: 521223032

    363

    364 <? XML version = "1.0" encoding = "UTF-8"? >

    365 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    366 < plist version = "1.0" >

    367 < dict >

    368 < key > StandardErrorPath < / key >

    369 < string >/dev/null < / string >

    370 < key > StandardOutPath < / key >

    371 < string >/dev/null < / string >

    372 < key > tag < / key >

    373 com.sophos.common.servicemanager < string > < / string >

    374 < key > ProgramArguments < / key >

    375 < table >

    < string > 376/library/Sophos Anti-Virus/SophosServiceManager.bundle/Contents/MacOS/SophosServiceManager < / str ing >

    377 < / array >

    378 < key > KeepAlive < / key >

    379 < true / >

    380 < key > MachServices < / key >

    381 < dict >

    382 com.sophos.common.servicemanager < key > < / key >

    383 < true / >

    384 < / dict >

    385 < / dict >

    386 < / plist >

    387

    388 content of /System/Library/LaunchAgents/com.apple.iCalPush.plist

    389 - mod date: 31 dec 18:37: 21 2015

    390. (B) size: 690

    391 checksum: 2684394709

    392

    393 <? XML version = "1.0" encoding = "UTF-8"? >

    394 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    395 < plist version = "1.0" >

    396 < dict >

    397 < key > tag < / key >

    398 < string > com.apple.iCalPush < / string >

    399 < key > LimitLoadToSessionType < / key >

    400 < table >

    401 LoginWindow < string > < / string >

    402 < string > Aqua < / string >

    403 < / array >

    404 < key > MachServices < / key >

    405 < dict >

    406 com.apple.iCalPush < key > < / key >

    407 < true / >

    408 < / dict >

    409 < key > ProgramArguments < / key >

    410 < table >

    411 /Applications/iCal.app/Contents/Resources/iCalPush < string > < / string >

    412 < / array >

    413 < / dict >

    414 < / plist >

    415

    416 /System/Library/LaunchAgents/org.x.startx.plist content

    417 - mod date: 31 dec 18:39: 55 2015

    418. (B) size: 562

    419 checksum: 355348819

    420

    421 <? XML version = "1.0" encoding = "UTF-8"? >

    422 <! DOCTYPE plist PUBLIC "-computer //Apple / / DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    423 < plist version = "1.0" >

    424 < dict >

    425 < key > tag < / key >

    426 < string > org.x.startx < / string >

    427 < key > ProgramArguments < / key >

    428 < table >

    429 < string >/usr/X 11/bin/startx < / string >

    430 < / array >

    431 Sockets < key > < / key >

    432 < dict >

    433 org.x:0 < key > < / key >

    434 < dict >

    435 < key > SecureSocketWithKey < / key >

    436 < string > VIEW < / string >

    437 < / dict >

    438 < / dict >

    439 < key > ServiceIPC < / key >

    440 < true / >

    441 < key > EnableTransactions < / key >

    442 < true / >

    443 < / dict >

    444 < / plist >

    445

    446 /System/Library/LaunchDaemons/com.apple.xprotectupdater.plist content

    447 - mod date: 31 dec 19:21: 17 2015

    448 (B) size: 513

    449 checksum: 3347091824

    450

    451 <? XML version = "1.0" encoding = "UTF-8"? >

    452 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    453 < plist version = "1.0" >

    454 < dict >

    455 < key > tag < / key >

    456 < string > com.apple.xprotectupdater < / string >

    457 < key > ProgramArguments < / key >

    458 < table >

    459 < string > / usr/libexec/XProtectUpdater < / string >

    460 < / array >

    461 < key > RunAtLoad < / key >

    462 < true / >

    463 < key > StartCalendarInterval < / key >

    464 < dict >

    465 < key > time < / key >

    466 < integer > 23 < / integer >

    Minute 467 < key > < / key >

    468 < integer > 3 < / integer >

    469 < / dict >

    470 < / dict >

    471 < / plist >

    472

    473 /System/Library/LaunchDaemons/org.apache.httpd.plist content

    474 - mod date: April 17, 14:12:12 2016

    475. (B) size: 507

    476 checksum: 3461590056

    477

    478 <? XML version = "1.0" encoding = "UTF-8"? >

    479 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    480 < plist version = "1.0" >

    481 < dict >

    482 < key > disabled < / key >

    483 < true / >

    484 < key > tag < / key >

    485 org.apache.httpd < string > < / string >

    486 < key > OnDemand < / key >

    487 < false / >

    488 < key > ProgramArguments < / key >

    489 < table >

    490 < string > / usr/sbin/httpd < / string >

    491 < string > d < / string >

    492 < string > FOREGROUND < / string >

    493 < / array >

    494 < key > SHAuthorizationRight < / key >

    495 system.preferences < string > < / string >

    496 < / dict >

    497 < / plist >

    498

    499 /private/etc/memberd.conf content

    500 - mod date: 31 dec 18:44: 17 2015

    501 (B) size: 168

    502 checksum: 1648513985

    503

    504 DefaultExpirationInSecs 14400

    505 DefaultFailureExpirationInSecs 7200

    506 DefaultKernelExpirationInSecs 120

    507 DefaultMaximumRefreshInSecs 900

    508 KerberosFallbackToRecordName 1

    509

    510 content of Library/LaunchAgents/com.adobe.ARM.UUID.plist

    511 - mod date: 21 Jan 16:52:52 2016

    512 (B) size: 603

    513 checksum: 394026997

    514

    515 <? XML version = "1.0" encoding = "UTF-8"? >

    516 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    517 < plist version = "1.0" >

    518 < dict >

    519 < key > tag < / key >

    520 com.adobe.ARM.UUID < string > < / string >

    521 < key > ProgramArguments < / key >

    522 < table >

    < string > 523/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Helper.app/Contents/MacOS/Adobe Reader Updater Helper Updater < / string >

    524 semi-auto < string > < / string >

    525 < / array >

    526 < key > RunAtLoad < / key >

    527 < true / >

    528 < key > StartInterval < / key >

    529 < integer > 12600 < / integer >

    530 < / dict >

    531 < / plist >

    532

    533 Library/LaunchAgents/com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID content. plist

    534 - mod date: Apr 1 22:46:36 2016

    535. (B) size: 618

    536 checksum: 1246257216

    537

    538 <? XML version = "1.0" encoding = "UTF-8"? >

    539 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    540 < plist version = "1.0" >

    541 < dict >

    542 < key > tag < / key >

    543 com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID < string > < / string >

    544 < key > ProgramArguments < / key >

    545 < table >

    546 /System/Library/Frameworks/AddressBook.framework/Resources/AddressBookS ourceSyncScheduleHelper < string > < / string >

    547 < string > - scheduleSync < / string >

    548 < string > UUID < / string >

    549 < / array >

    550 < key > StartInterval < / key >

    551 < integer > 120000 < / integer >

    552 < / dict >

    553 < / plist >

    554

    555 Library/LaunchAgents/com.apple.CSConfigDotMacCert-EMAIL-SharedServices.Agent.pl ist content

    556 - mod date: 31 dec 19:02: 16 2015

    557. (B) size: 902

    558 checksum: 3183285794

    559

    560 <? XML version = "1.0" encoding = "UTF-8"? >

    561 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    562 < plist version = "1.0" >

    563 < dict >

    564 < key > KeepAlive < / key >

    565 < false / >

    566 < key > tag < / key >

    567 < string > com.apple.CSConfigDotMacCert - E-MAIL-shared services < / string >

    568 < key > LimitLoadToSessionType < / key >

    569 Aqua < string > < / string >

    570 < key > LowPriorityIO < / key >

    571 < true / >

    572 < key > Nice < / key >

    573 < integer > 10 < / integer >

    574 < key > ProgramArguments < / key >

    575 < table >

    576 < string > /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices .framework/Versions/A/Support/CSConfigDotMacCert < / string >

    577 < string >-l < / string >

    578 < string > /Users/USER/Library/Logs/CSConfigDotMacCert.log < / string >

    579 < string > u < / string >

    580 < string > EMAIL < / string >

    581 < string > t < / string >

    shared services 582 < string > < / string >

    583 < string > s < / string >

    584 < / array >

    585

    586 .and 4 more lines

    587

    588 Library/LaunchAgents/com.apple.FolderActions.folders.plist content

    589 - mod date: 8 June 17:18:37 2016

    590. (B) size: 569

    591 checksum: 4030248352

    592

    593 <? XML version = "1.0" encoding = "UTF-8"? >

    594 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    595 < plist version = "1.0" >

    596 < dict >

    597 < key > tag < / key >

    598 < string > com.apple.FolderActions.folders < / string >

    program 599 < key > < / key >

    600 < string > / usr/bin/osascript < / string >

    601 < key > ProgramArguments < / key >

    602 < table >

    603 osascript < string > < / string >

    604 < string > e < / string >

    605 < string > tell application "Folder Actions dispatcher" check < / string >

    606 < / array >

    607 < key > WatchPaths < / key >

    608 < table >

    < string > 609/Applications/Utilities < / string >

    610 < / array >

    611 < / dict >

    612 < / plist >

    613

    614 Library/LaunchAgents/com.google.keystone.agent.plist content

    615 - mod date: Mar 10 16:06:19 2016

    616 (B) size: 802

    617 checksum: 3847280815

    618

    619 <? XML version = "1.0" encoding = "UTF-8"? >

    620 <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    621 < plist version = "1.0" >

    622 < dict >

    623 < key > tag < / key >

    624 com.google.keystone.user.agent < string > < / string >

    625 < key > LimitLoadToSessionType < / key >

    626 < string > Aqua < / string >

    627 < key > ProgramArguments < / key >

    628 < table >

    629 < string > /Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent < / string >

    630 < string > - runMode < / string >

    631 ifneeded < string > < / string >

    632 < / array >

    633 < key > RunAtLoad < / key >

    634 < true / >

    635 < key > StartInterval < / key >

    636 < integer > 3623 < / integer >

    637 < key > StandardErrorPath < / key >

    638 < string >/dev/null < / string >

    639 < key > StandardOutPath < / key >

    640 < string >/dev/null < / string >

    641 < / dict >

    642 < / plist >

    643

    644 illegible plists

    645

    /Library/preferences/com.Apple.SoftwareUpdate.plist 646

    647

    648 points of user login

    649

    650 iCal

    651 - /Applications/iCal.app

    Music Manager 652

    653 - /Users/USER/Library/PreferencePanes/MusicManager.prefPane/Contents/Helpers/Musi cManagerHelper.app

    Wondershare 654 Helper Compact

    655 / users/USER/Library/Application Support / Helper / Wondershare Helper Compact.app

    656

    657 Firefox extensions

    658

    659 Hello Firefox Beta

    Ad-Aware 660 ad block

    661

    662 widgets

    663

    Clock FlipClock 664

    665

    666 iCloud services

    667

    668 CONTACTS

    CALENDAR 669

    670 BOOKMARKS

    671 MOBILE_DOCUMENTS

    672

    Permissions restrictive 673: 642

    674

    675 Lockfiles: 1

    676

    677 global prefs (user)

    678

    679 AppleShowAllExtensions = 1

    680 AppleTextBreakLocale = "en_US_POSIX".

    681 NSUserReplacementItemsEnabled = 1

    682 = 1 WebAutomaticTextReplacementEnabled

    683

    Universal access 684

    685

    686 zoom Mode: window

    687

    688 applications

    689

    690/applications/M4P to MP3 Converter.app

    691 - com.ondesoft.M4P - to-MP3-Converter

    692 Jian Li

    Compact.app support/Helper/Wondershare Helper 693 Users/USER/Library/Application

    694 - com.wondershare.helper_compact

    695 Wondershare Software Co., Ltd.

    696

    PrefPane 697

    698

    699/Library/PreferencePanes/Flash Player.prefPane

    700 - com.adobe.flashplayerpreferences

    701

    Bundles of 702

    703

    704/library/Internet Plug - Ins / AdobePDFViewer.plugin

    705 - com.adobe.acrobat.pdfviewer

    706 - adobe Systems, Inc..

    707/library/Internet Plug - Ins / AdobePDFViewerNPAPI.plugin

    708 - com.adobe.acrobat.pdfviewerNPAPI

    709 - adobe Systems, Inc..

    710/library/Internet Plug - Ins / Flash Player.plugin

    711 -. com.macromedia.Flash Player.plugin

    712 - adobe Systems, Inc..

    713/library/Internet Plug - Ins / Quartz Composer.webplugin

    714 - com.apple.QuartzComposer.webplugin

    715 signature software

    716/Users/USER/Library/Application Support/Google/Chrome/PepperFlash/21.0.0.216/PepperFlashPlayer.plugin

    717 - com.macromedia.PepperFlashPlayer.pepper

    718 - adobe Systems, Inc..

    719/users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.8.866/_platform_specific/mac_x64/widevine cdmadapter.plugin

    720. NA

    721 /Users/USER/Library/Widgets/FlipClock.wdgt

    722 - com FlipClock.widget.FlipClock

    723 /usr/share/servermgrd/bundles/servermgr_addressbook.bundle

    724. NA

    725

    726 bundles (new)

    727

    728/Library/Application Support / Sophos / he / Sophos Installer Components/savi.bundle

    729 - com.sophos.macinstallpkg.savi

    730 Sophos (2H5GFH3774)

    731 /Library/Caches/com.sophos.sau/CID/Sophos Installer Components/savi.bundle

    732 - com.sophos.macinstallpkg.savi

    733 Sophos (2H5GFH3774)

    Components/savi.bundle 734/users/USER/downloads/n/Sophos Installer

    735 - com.sophos.macinstallpkg.savi

    736 Sophos (2H5GFH3774)

    737

    738 library paths

    739

    740/users/USER/Library/Application Support/Firefox/Profiles/w0m9itqx.default-1463807046223/gmp-gmpopenh264/1.5.3/l ibgmpopenh264.dylib

    741 Users/USER/Library/Application Support/Firefox/Profiles/w0m9itqx.default-1463807046223/gmp-widevinecdm/1.4.8.8 66 / libwidevinecdm.dylib

    742/users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.8.866/_platform_specific/mac_x64/libwidev inecdm.dylib

    743

    744 changes

    745

    746 added resource: /Applications/Safari.app/Contents/Resources/_internal_MobileTestIPadBack.png

    747 added resource: /Applications/Safari.app/Contents/Resources/_internal_MobileTestIPadForward.png

    748 added resource: /Applications/Safari.app/Contents/Resources/_internal_MobileTestIPadRotate.png

    749 added resource: /Applications/Safari.app/Contents/Resources/_internal_MobileTestIPhoneBack.png

    750 added resource: /Applications/Safari.app/Contents/Resources/_internal_MobileTestIPhoneForward.p ng

    751 added resource: /Applications/Safari.app/Contents/Resources/_internal_MobileTestIPhoneRetinaBac k.png

    752 added resource: /Applications/Safari.app/Contents/Resources/_internal_MobileTestIPhoneRetinaFor ward.png

    753 added resource: /Applications/Safari.app/Contents/Resources/_internal_MobileTestIPhoneRetinaRot ate.png

    754 added resource: /Applications/Safari.app/Contents/Resources/_internal_MobileTestIPhoneRotate.pn g

    755 added resource: /Applications/Safari.app/Contents/Resources/Activity_StopPressed~snowleopard.ti ff

    756...

    757

    Time up 758 (s): 640

    A

    The graphics processor is faulty and should be replaced if you continue to use the machine. You can also search the Web for instructions to bake in an oven Tin reflow. Sometimes this will prolong its life for a while.

    B

    The results of the tests show other issues, probably not related to the original question.

    Please remove the Sophos product by following the instructions on this page, so this one, if any. If you have a different version, the procedure may be different.

    Back up all data before making any changes. Never install a software "anti-virus" or "anti-malware" again.

Maybe you are looking for

  • Problems with Motorola Defy India Froyo update

    Hello Its been about 2 weeks since I've updated my phone to froyo through motorola.com/update update. At first I did not notice anything, but now I realize the following points: 1. any photo with flash becomes completely black. 2 - UI is slow. All tr

  • Installing the video card TC-705-EB53

    I managed to install an eVGA GeForce GT 730 2 GB GDDR5 64 bit card without any problems... except that I first punched the wrong hole in the back of the case :-(.  I guess I can consider additional ventilation? I have two questions: -The specificatio

  • Shortcut Windows 7 to the MS-DOS program icon will not change

    I have an old MS-DOS program that I use and I need to create a toolbar that contains a link to other programs.  However, when I try to change the icon for the shortcut, it passes in the properties box, but does not actually change the icon in the bar

  • Force stop execution of a scheduled task

    HelloIs it possible to stop a scheduled running, task that has no stop() control implemented with force? I'm looking for an equivalent of orders to 'kill '.Peter

  • El Captain [10.11.5] Mac / latest Plugin [11.9.976.291]

    Using the form above with a Magewell USB3/HDMI adapter, I get on 1 - FPS when the add-in is used. Otherwise if I add? Launcher = false at the end of the url and ignore the prompt addin, everything works great [15-20 fps]. I also tested with the built