PO DOCUMENT APPROVAL MANAGER FAIL로 인하여 PO APPOVAL STATUS 가 INPROCESS 임

제품 : MFG_PO
작성날짜 : 2003-12-02
PO DOCUMENT APPROVAL MANAGER FAIL로 인하여 PO APPOVAL STATUS 가 INPROCESS 임.
=======================================================================
PURPOSE
Inprocess 상태인 PO를 진행시킴.
Problem Description
PO DOCUMENT APPROVAL MANAGER FAIL로 인하여 PO APPOVAL STATUS 가 INPROCESS 임.
Workaround
N/A
Solution Description
System Adminstator 에게 보내진 Notification 에서 PO 를 retry 할수 있는 권한이 필요하다.
1. SQLPLUS 로 Login 하여 Notification을 받은 User를 찾는다.
select text
from wf_resources
where name = 'WF_ADMIN_ROLE';
2. 상기 Person detail 정보에서 확인한 user로 PO Super User로 Login 한다.
1) Notification Summary 를 Open 한다.
2) Fail 된 document 를 Open 하고 Respond button 을 Click한다.
3) Retry 를 선택한다.
마지막 Action으로 fail 된 approval process 가 다시 시도된다.
Reference Documents
Note 120566.1 - CANNOT APPROVE A PO - APPROVAL MANAGER WAS DOWN

Similar Messages

  • 11I - PO DOCUMENT APPROVAL MANAGER FAIL 시의 기능 개선 사항.

    제품 : MFG_PO
    작성날짜 : 2004-11-29
    11I - PO DOCUMENT APPROVAL MANAGER FAIL 시의 기능 개선 사항.
    ====================================================
    PURPOSE
    PO Document Approval Manager Fail 시의 기능 개선 사항에 대한 검토.
    Explanation
    PO 를 승인하였으나 Status 가 In-Processs 인 경우가 발생할 수있다. 이런
    경우는 보통 PO Document Approval Manager 가 정지되었거나, Workflow 에서
    Error 가 발생한 경우가 일반적이다.
    이런 경우의 처리 방법은 Workflow Sysadmin 권한으로 Login 하여 Retry 하거
    나, wfretry.sql 을 수행하여 문제가 발생한 workflow 의 진행을 재시도 하
    게 된다.
    Procurement Family Pack F 에서는 이같은 재시도를 자동으로 수행하는 기능
    이 추가되었으며 아래의 방법으로 설정할 수있다.
    1) How to Implement This New Feature:
    - Apply 11i.PRC_PF.F (Procurement Family Pack F) AND one-off
    patch 1942091
    - Procurement Family Packs G and higher
    2) Technical Details:
    a) Dodument manager 에 관련된 Error 를 처리하기 위하여 새로운
    Purchasing Item Type 인 "POERROR" 이 추가되었다.
    POERROR item type 에 대하여 아래의 workflow attribute 가 define 되었
    으며 이 값들을 설정하여야 한다.
    관련 Attribute 들은 아래와 같으며 Business 환경에 맞게 적절한 값으로
    설정한다.
    DOC_MGR_WAIT_RELATIVE_TIME Length of time, in minutes, processes
    will have to wait before getting picked
    again.
    Default = 0
    RETRY_COUNT Number of attempts to get document
    manager for approval.
    Default = 0
    TIMEOUT_VALUE Length of time, in minutes, for
    notification automatically close itself.
    Default = 0
    SYSADMIN_USER_NAME Application user (typically the System
    Administrator) who can receive
    notifications for document manager-
    related errors in status 1 and 2.
    YOU MUST DEFINE THIS MANUALLY TO A VALID
    USERNAME.
    b) POERROR item type 에 대하여 Workflow Background Processor 가 주기적으
    로 수행되어야 한다.
    document manager 에 대한 재시도 횟수는 아래의 요소에 의해 결정된다.
    - Attribute DOC_MGR_WAIT_RELATIVE_TIME
    - WorkFlow Background engine wait period
    c) Approval mode 와 관계없이 POERROR 를 처리할 Workflow Background
    process 가 수행되어야 하며, wait time 후에 해당 process를 재시도하게
    된다. Background engine 이 start 되면 document approve 를 다시 시도하
    게된다. User 는 status 1 와 2 errors 에 대해서는 Notification 을 받
    지 않으며, status 3 error 는 User 에게 Notification 을 보내게 된다.
    (Sysadmin 에게 발송되지 않음.)
    Example
    Reference Documents
    Note 160713.1 - Improved Document Error Handling Provided in
    Procurement Family Pack F Quick Reference

  • PURCHASING DOCUMENT APPROVAL MANAGER SETUP 방법

    제품 : MFG_PO
    작성날짜 : 2003-11-18
    PURCHASING DOCUMENT APPROVAL MANAGER SETUP 방법
    =============================================
    PURPOSE
    PO approval을 하기 위한 PO document approval manager setup 방법을
    익힌다.
    Explanation
    System Administrator의 Administer Concurrent Manager form을 이용하여
    PO Document Approval Manager를 setup 한다.
    -.Responsibility: System Administrator
    Navigation: Concurrent -> Manager -> Administer
    -.PO Document Approval Manager는 Concurrent Manager list에 나타나야만
    한다. 만약 그렇지 않으면 LOV를 이용하여 PO Document Approval Manager를
    이 List 위에 추가 해야 한다.
    -.Processes를 추가하는데 이것은 Target processes는 database server + 1
    보다 크거나 같아야 한다.
    ex) Target Processes 갯수 = (Number of Processors on Server) + 1
    -.Status column에서 manager is not running이라는 내용의 상태를 볼 수
    있어야 한다.
    -.등록한 PO Document Approval Manager start 하기
    o.PO Document Approval Manager를 포함하는 Line을 선택
    o.Activate button을 click
    o.PO Document Approval Manager가 start 되어야 함
    -.PO Document Approval Manager reactivate(bounce) 하기
    o.PO Document Approval Manager를 포함하는 Line을 선택
    o.Deactivate button을 click
    o.Form을 닫고 다시 open
    o.PO Document Approval Manager를 포함하는 Line을 선택
    o.Activate button을 click
    NOTE: 이 process가 실행되려면 internal manager가 반드시 running 중이어야
    한다.만약 internal manager가 running 중이 않니면 DBA나 System
    admin은 internal manager를 제일 먼저 restart 해야 한다.
    Example
    Reference Documents
    -------------------

    Thanks Andy,
    I have googled activating workflow approvals in SP2013. However the sites I have read, refer to activating a feature that is not there on my server. So not sure how I should be doing this.
    I have spent days looking into this. Is there an article somewhere that explains how to do this.
    I will read up on people picker, it looks a little more complicated than I think setting up a document approval should be.
    I only want the approver to be 1 of about 10 people. Is there any way just to set a simple list to pick the approver from?

  • Activate PO Document Approval Manager

    Cold anyone please tell me how to activate "PO Document Approval Manager" in OAM in 11i as i just received this request from my functional guy?
    Thanks
    J

    Pl post details of OS, database and EBS versions.
    Using the System Administrator responsibility, navigate to Concurrent --> Manager --> Define, query up "PO Document Approval Manager", then click the "Work Shifts" button and set the "Processes" field to an appropriate value, and save.
    In R12, the functionality of this manager has been changed significantly.
    How To Plan The Number Of Processes Required By PO Document Approval Manager After R12 (Doc ID 735474.1)
    HTH
    Srini

  • PO Document Approval manager

    Hi,
    What is the role of PO Document Approval manager???We have approval process only for Requisitions and not for purchase orders.Do we still need the PO Document Approval manger up and running??

    Yes it is needed for reqn approval process also.
    NOTE: If an Approver does not need a supervisor to approve the Requisition it will get approved successfully.
    Thanks,
    Saurabh

  • Document Status not changing when document approval procedure in SOLAR01/02

    Here is my situation:
    We created and assigned a Status Schema for Solution Manager Document and to that status assigned a signature strategy. We have defined the following end results  for the signature strategy, when the process is initiated:
       FROM               TO
    Copy_editing -> in_progress
    In_progress ->  Reviewed
    Reviewed -> Released
    We initiate the process and the author performs the first signature, so the outcome expected is for the strategy to change the status from copy_editing into in_progress so on and so forth.
    This is not happening and the document stays in copy editing throughout the approval process.
    Any ideas? I can provide the complete configuration done in order to see if we missed something.

    are you using digital signature? Yes we are using Digital Signature since we want to have the correct approval once a document is loaded and reviewed.
    In case not, you do not have to create a signature strategy, but only an approval scheme.
    Did you assign the approval scheme to a document type? Yes we have.
    What happens, if a user tries to changes the status using the document attributes? currently it doesnt allow you to manually change it once the document is saved but this is what happens in detail.
    1. I load the document into solman.
    2. based on the digital signature and doc strategy the Author needs to Sign the document once the save button has been clicked.
    3. The strategy defined states that the document will start as copy_editing and when singed it will go into in_progress.
    This is not happening.
    When I load the document I can actually change the status as always as I dont save the same.
    Here is the document Strategy configuration we have set:
    Status              init    Seq low   high    Dig Sig               End stat                     Cancelled stat
    COPY_EDITING      X      10 10     20     ZTECHENT     IN_PROGRESS         COPY_EDITING
    IN_PROGRESS      X      20 10     30     ZTECHAPP     REVIEW                  IN_PROGRESS
    REVIEW              X      30 20     40     ZTECHAPP       RELEASED          REVIEW
    RELEASED      X      40 30     40                          RELEASED

  • Error: on clicking Registry menu item in ESM Management Portal. The request failed with HTTP status 404: Not Found.

    Hi,
    I have installed ESB Management Portal successfully after following all the steps. everything is working fine except when I click the Registry menu in the portal. I get an unhandled exception. The event viewer shows the below error "The request failed
    with HTTP status 404: Not Found."
    ================================================
    Event code: 3005 
    Event message: An unhandled exception has occurred. 
    Event time: 1/27/2015 5:56:10 PM 
    Event time (UTC): 1/27/2015 5:56:10 PM 
    Event ID: f7aedd39118845b79c17d3442a0d15a7 
    Event sequence: 54 
    Event occurrence: 1 
    Event detail code: 0 
    Application information: 
        Application domain: /LM/W3SVC/1/ROOT/ESB.Portal-1-130668549484455107 
        Trust level: Full 
        Application Virtual Path: /ESB.Portal 
        Application Path: C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\ 
        Machine name: <Machine Name> 
    Process information: 
        Process ID: 4712 
        Process name: w3wp.exe 
        Account name: NT AUTHORITY\NETWORK SERVICE 
    Exception information: 
        Exception type: TargetInvocationException 
        Exception message: Exception has been thrown by the target of an invocation.
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
       at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
       at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
       at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
       at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
       at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
       at System.Web.UI.Control.EnsureChildControls()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    The request failed with HTTP status 404: Not Found.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.Practices.ESB.Portal.UDDIService.UDDIService.GetCategoryByName(String UDDIServerUrl, String tModelName) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Web References\UDDIService\Reference.cs:line
    575
       at Microsoft.Practices.ESB.Portal.Uddi.ServiceProxy.getBTEndpoints(String applicationName, Boolean getSendPorts, Boolean getRcvLocations) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Uddi\ServiceProxy.cs:line
    553
       at Microsoft.Practices.ESB.Portal.Uddi.ServiceProxy.GetEndpointsByApplication(String applicationName, Boolean getSendPorts, Boolean getRcvLocations) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Uddi\ServiceProxy.cs:line
    46
    Request information: 
        Request URL: http://localhost/ESB.Portal/uddi/uddi.aspx 
        Request path: /ESB.Portal/uddi/uddi.aspx 
        User host address: ::1 
        User: <domain>\<user>
        Is authenticated: True 
        Authentication Type: Negotiate 
        Thread account name: NT AUTHORITY\NETWORK SERVICE 
    Thread information: 
        Thread ID: 19 
        Thread account name: NT AUTHORITY\NETWORK SERVICE 
        Is impersonating: False 
        Stack trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
       at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
       at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
       at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
       at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
       at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
       at System.Web.UI.Control.EnsureChildControls()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Custom event details: 
    =================================
    Any idea why this is happening and what needs to be done ?
    PLEASE HELP
    Thanks & Regards
    Vikram

    Snippet from the link below:
    If you get a “404: Not Found” error, it ‘s because by default there is no script map for .svc file with default IIS 7.0 installation, so you need to register .svc extension in IIS:
    You need to update IIS script maps to register .svc extension In a command prompt (ran as administrator), execute the following command:
    “%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe” -r -y"
    Refer:
    https://dgoins.wordpress.com/2010/05/01/esb-toolkit-management-portal-installation-notes-from-the-field-2/
    Sarvanan's blog around this with detailed explanation:
    Configuring Exception Management Portal
    As mentioned above also
    Check Portal Configuration Settings
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Creating a Simple document Approval workflow in SPD

    Hi
    Having configured workflow manager 1.0 I  have attempted to create the simplest approval workflow.
    on my document library I set content approval , content type management and versioning. I have  left out check in and checkout to speed up my testing
    Create a single stage workflowin SPD2013 associated with my Document Library
     I upload my document set the various properties as defined in my custom content type
    Document "Approval Status" states "Draft"
    I (optionally) checkin and Publish a major version of the document, "Approval Status" is "Pending"
    I manually trigger the my w/f setting myself as the approver
    I want  pass my Task Outcome to the Approval Status property in my current item - I am just not sure how to do this without setting the item back to draft 
    I am just not sure of the syntax - could anyone help?
    Daniel

    Now if I was building a SharePoint 2010 workflow .... I seem to have richer support for content approval
    .......  Was there beauty contest for the 2010 actions!!!!!!!!
    Freelance consultant

  • Adobe Application Manager Fails

    Hi there.
    Already six months ago, but now I have the same issues. Everything startet with a bug in Media Encoder and the support notice by adobe to uninstall all Quicktime components (see this thread:                                   Re: Adobe QT 32 Server is Not Responding in Premiere CC                     ). It solved the problem, but then I could'nt import several Quicktime source because of the missing components. I reinstalled Quicktime, Pro Apps codec pack, .... many other codecs I need every day: nothing. At last I reinstalled Final Cut Pro 7 again hoping the missing components will come with it. Then I recognized that I had to reconnect each media manually in Premiere to use all teh sources again. Fine! Until I tried to export again. Then the same issues came up like before: buggy Media Encoder. And ON TOP I can't open After Effects becaus "Adobe Application Manager fails!". I uninstalled it, reinstalled it, logged out and in again...nothing changes. And I won't uninstall all my CC Apps!
    So: is there a save solution for this issue??
    Another point: Why should there be a problem of running CS6 Apps and CC Apps on the same machine? Encore isn't even included in CC. Running the cleaner tool will make you to reinstall Premiere CS6 in order to have Encore on your system.
    Best, Tobias

    Hi again:
    I searched the older logs while updating from CS6 to CC and found this one to include many ERRORS and WARNINGS: Adobe CSXS Infrastructure 4 Driver 4 10-30-2013.log
    Please have a look. Thanks.
    10/30/13 14:10:30:412 | [INFO] |  | OOBE | DE |  |  |  | 3612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:30:412 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    10/30/13 14:10:30:412 | [INFO] |  | OOBE | DE |  |  |  | 3612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:30:412 | [INFO] |  | OOBE | DE |  |  |  | 3612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:30:412 | [INFO] |  | OOBE | DE |  |  |  | 3612 | START - Installer Session
    10/30/13 14:10:30:412 | [INFO] |  | OOBE | DE |  |  |  | 3612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:30:412 | [INFO] |  | OOBE | DE |  |  |  | 3612 | RIBS version: 7.0.0.108
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | OSX version: 10.8.5 
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | ::START TIMER:: [Total Timer]
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | CHECK: Single instance running
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | CHECK : Credentials
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Load Deployment File
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | CHECK : Another Native OS installer already running
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Create Required Folders
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Assuming uninstall mode
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Lookup for master payload
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Ready to initialize session to start with ...
    10/30/13 14:10:30:416 | [INFO] |  | OOBE | DE |  |  |  | 3612 | ::START TIMER:: [CreatePayloadSession]
    10/30/13 14:10:30:418 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Supported RIBS version range: [0.0.0.0,7.0.0.108]
    10/30/13 14:10:30:418 | [INFO] |  | OOBE | DE |  |  |  | 3612 | ----------------- CreatePayloadSession: machine is x86 ---------------
    10/30/13 14:10:31:984 | [INFO] |  | OOBE | DE |  |  |  | 3612 | ______ Verify Dependency Subscribers ______
    10/30/13 14:10:31:984 | [INFO] |  | OOBE | DE |  |  |  | 3612 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    10/30/13 14:10:31:984 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}: 1 (0,1)
    10/30/13 14:10:31:984 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}: 2 (0,0)
    10/30/13 14:10:31:984 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF}: 3 (1,0)
    10/30/13 14:10:31:984 | [INFO] |  | OOBE | DE |  |  |  | 3612 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    10/30/13 14:10:32:005 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Ignoring deployment input for the INSTALLDIR: marked as fixed
    10/30/13 14:10:32:005 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Setting property "deploymentFile" to: /Applications/Utilities/Adobe Creative Cloud/ServiceManager/deploy/remove.xml
    10/30/13 14:10:32:005 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Setting property "driverAdobeCode" to: {404314CA-73B4-4D3D-8910-59673ABF1ECF}
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Setting property "mediaSignature" to: {404314CA-73B4-4D3D-8910-59673ABF1ECF}
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Setting property "skipProcessChecks" to: 1
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Setting property "uninstall" to:
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Setting property "update" to: true
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Overwrite property "mediaSignature" to: {404314CA-73B4-4D3D-8910-59673ABF1ECF}
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Overwrite property "skipProcessChecks" to: 1
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Overwrite property "uninstall" to:
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Overwrite property "update" to: true
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Found payload actions:
    10/30/13 14:10:32:006 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Deciding what installer mode to use...
    10/30/13 14:10:32:008 | [INFO] |  | OOBE | DE |  |  |  | 3612 | BEGIN Setting requested payload actions
    10/30/13 14:10:32:008 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Value returned on lookup of payload: Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF} is: true
    10/30/13 14:10:32:008 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Action string for Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF}  is remove
    10/30/13 14:10:32:008 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Selection of payload Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF} is forbidden by the policy. Reason: Free payload
    10/30/13 14:10:32:008 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Value returned on lookup of payload: Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B} is: true
    10/30/13 14:10:32:008 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Action string for Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}  is none
    10/30/13 14:10:32:009 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Payload Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B} is extension payload. Aligning its action according to parent Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}
    10/30/13 14:10:32:009 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Value returned on lookup of payload: Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B} is: true
    10/30/13 14:10:32:009 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Action string for Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}  is none
    10/30/13 14:10:32:026 | [INFO] |  | OOBE | DE |  |  |  | 3612 | END Setting requested payload actions
    10/30/13 14:10:32:026 | [INFO] |  | OOBE | DE |  |  |  | 3612 | INSTALLDIR passed path basic path validation: /Library/Application Support/Adobe/CEPServiceManager4
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 | BEGIN InstallOperationsQueue Unordered operations
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF}:  with operation remove
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}:  with operation remove
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}:  with operation remove
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 | END InstallOperationsQueue Unordered operations
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 | BEGIN InstallOperationsQueue Ordered operations
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF}:  with operation remove
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}:  with operation remove
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}:  with operation remove
    10/30/13 14:10:34:228 | [INFO] |  | OOBE | DE |  |  |  | 3612 | END InstallOperationsQueue Ordered operations
    10/30/13 14:10:34:285 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Payloads passed preflight validation.
    10/30/13 14:10:34:285 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Call PreSession Custom Hook
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 | BEGIN InstallOperationsQueue Unordered operations
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF}:  with operation remove
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}:  with operation remove
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}:  with operation remove
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 | END InstallOperationsQueue Unordered operations
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 | BEGIN InstallOperationsQueue Ordered operations
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF}:  with operation remove
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}:  with operation remove
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 |   Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}:  with operation remove
    10/30/13 14:10:34:302 | [INFO] |  | OOBE | DE |  |  |  | 3612 | END InstallOperationsQueue Ordered operations
    10/30/13 14:10:35:408 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Calling the custom action code for pre-remove for payload Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF}
    10/30/13 14:10:35:426 | [INFO] |  | OOBE | DE |  |  |  | 3612 | ::START TIMER:: [Payload Operation :{404314CA-73B4-4D3D-8910-59673ABF1ECF}]
    10/30/13 14:10:35:427 | [INFO] |  | OOBE | DE |  |  |  | 3662 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:35:427 | [INFO] |  | OOBE | DE |  |  |  | 3662 | Installer Operation: PayloadUninstaller
    10/30/13 14:10:35:427 | [INFO] |  | OOBE | DE |  |  |  | 3662 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:35:427 | [INFO] |  | OOBE | DE |  |  |  | 3662 | Session {404314CA-73B4-4D3D-8910-59673ABF1ECF} modify request for AdobeCode: {404314CA-73B4-4D3D-8910-59673ABF1ECF}
    10/30/13 14:10:35:457 | [INFO] |  | OOBE | DE |  |  |  | 3662 | Effective AdobeCode for: {404314CA-73B4-4D3D-8910-59673ABF1ECF} is {404314CA-73B4-4D3D-8910-59673ABF1ECF}
    10/30/13 14:10:35:463 | [INFO] |  | OOBE | DE |  |  |  | 3662 | Payload Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF}: Calling ARKEngine from path /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources
    10/30/13 14:10:35:532 | [INFO] |  | OOBE | DE |  |  |  | 3662 | Beginning un-installation for payload at /Library/Application Support/Adobe/Uninstall/{404314CA-73B4-4D3D-8910-59673ABF1ECF}.db
    10/30/13 14:10:35:538 | [INFO] |  | OOBE | DE |  |  |  | 3662 | Completing un-installation for payload at /Library/Application Support/Adobe/Uninstall/{404314CA-73B4-4D3D-8910-59673ABF1ECF}.db
    10/30/13 14:10:35:577 | [INFO] |  | OOBE | DE |  |  |  | 3662 | Physical payload uninstall result:0
    10/30/13 14:10:35:629 | [INFO] |  | OOBE | DE |  |  |  | 3612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:35:630 | [INFO] |  | OOBE | DE |  |  |  | 3612 | :: END TIMER :: [Payload Operation :{404314CA-73B4-4D3D-8910-59673ABF1ECF}] took 203 milliseconds (0.203 seconds) DTR = 1123.15 KBPS (1.09683 MBPS)
    10/30/13 14:10:35:648 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Updating driver data - Action: Add driver entry
    10/30/13 14:10:35:649 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    10/30/13 14:10:35:693 | [INFO] |  | OOBE | DE |  |  |  | 3612 | User specified overrideFile:
    10/30/13 14:10:35:806 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Successfully updated the csu inventory for Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF} return values 0:0
    10/30/13 14:10:35:806 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Calling the custom action code for post-remove for payload Adobe CSXS Infrastructure 4 Driver 4.0.0.0 {404314CA-73B4-4D3D-8910-59673ABF1ECF}
    10/30/13 14:10:36:884 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Calling the custom action code for pre-remove for payload Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}
    10/30/13 14:10:36:914 | [INFO] |  | OOBE | DE |  |  |  | 3612 | ::START TIMER:: [Payload Operation :{9EEE0750-879F-4EA8-89F7-329C866B572B}]
    10/30/13 14:10:36:915 | [INFO] |  | OOBE | DE |  |  |  | 3670 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:36:915 | [INFO] |  | OOBE | DE |  |  |  | 3670 | Installer Operation: PayloadUninstaller
    10/30/13 14:10:36:915 | [INFO] |  | OOBE | DE |  |  |  | 3670 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:36:915 | [INFO] |  | OOBE | DE |  |  |  | 3670 | Session {404314CA-73B4-4D3D-8910-59673ABF1ECF} modify request for AdobeCode: {9EEE0750-879F-4EA8-89F7-329C866B572B}
    10/30/13 14:10:36:949 | [INFO] |  | OOBE | DE |  |  |  | 3670 | Effective AdobeCode for: {9EEE0750-879F-4EA8-89F7-329C866B572B} is {9EEE0750-879F-4EA8-89F7-329C866B572B}
    10/30/13 14:10:37:016 | [INFO] |  | OOBE | DE |  |  |  | 3612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:37:016 | [INFO] |  | OOBE | DE |  |  |  | 3612 | :: END TIMER :: [Payload Operation :{9EEE0750-879F-4EA8-89F7-329C866B572B}] took 102 milliseconds (0.102 seconds)
    10/30/13 14:10:37:050 | [INFO] |  | OOBE | DE |  |  |  | 3612 | User specified overrideFile:
    10/30/13 14:10:37:053 | [INFO] |  | OOBE | DE |  |  |  | 3612 | The csu inventory was not updated for payload Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}, value of local var is -1
    10/30/13 14:10:37:053 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Calling the custom action code for post-remove for payload Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}
    10/30/13 14:10:38:757 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Calling the custom action code for pre-remove for payload Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}
    10/30/13 14:10:38:780 | [INFO] |  | OOBE | DE |  |  |  | 3612 | ::START TIMER:: [Payload Operation :{5F816B76-62F3-41C9-B651-27F49F25F50B}]
    10/30/13 14:10:38:838 | [INFO] |  | OOBE | DE |  |  |  | 3703 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:38:838 | [INFO] |  | OOBE | DE |  |  |  | 3703 | Installer Operation: PayloadUninstaller
    10/30/13 14:10:38:838 | [INFO] |  | OOBE | DE |  |  |  | 3703 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:38:838 | [INFO] |  | OOBE | DE |  |  |  | 3703 | Session {404314CA-73B4-4D3D-8910-59673ABF1ECF} modify request for AdobeCode: {5F816B76-62F3-41C9-B651-27F49F25F50B}
    10/30/13 14:10:38:873 | [INFO] |  | OOBE | DE |  |  |  | 3703 | Effective AdobeCode for: {5F816B76-62F3-41C9-B651-27F49F25F50B} is {5F816B76-62F3-41C9-B651-27F49F25F50B}
    10/30/13 14:10:38:939 | [INFO] |  | OOBE | DE |  |  |  | 3612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:38:939 | [INFO] |  | OOBE | DE |  |  |  | 3612 | :: END TIMER :: [Payload Operation :{5F816B76-62F3-41C9-B651-27F49F25F50B}] took 158 milliseconds (0.158 seconds)
    10/30/13 14:10:38:969 | [INFO] |  | OOBE | DE |  |  |  | 3612 | User specified overrideFile:
    10/30/13 14:10:38:973 | [INFO] |  | OOBE | DE |  |  |  | 3612 | The csu inventory was not updated for payload Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}, value of local var is -1
    10/30/13 14:10:38:974 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Calling the custom action code for post-remove for payload Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}
    10/30/13 14:10:42:876 | [INFO] |  | OOBE | DE |  |  |  | 3612 | Calling the custom action code for pre-remove for payload  7.0.0.108 CommonUninstall
    10/30/13 14:10:42:894 | [INFO] |  | OOBE | DE |  |  |  | 3612 | ::START TIMER:: [Payload Operation :CommonUninstall]
    10/30/13 14:10:42:907 | [INFO] |  | OOBE | DE |  |  |  | 3732 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:42:908 | [INFO] |  | OOBE | DE |  |  |  | 3732 | Installer Operation: PayloadUninstaller
    10/30/13 14:10:42:908 | [INFO] |  | OOBE | DE |  |  |  | 3732 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/30/13 14:10:42:908 | [INFO] |  | OOBE | DE |  |  |  | 3732 | Session {404314CA-73B4-4D3D-8910-59673ABF1ECF} modify request for AdobeCode: CommonUninstall
    10/30/13 14:10:42:924 | [INFO] |  | OOBE | DE |  |  |  | 3732 | Effective AdobeCode for: CommonUninstall is CommonUninstall
    10/30/13 14:10:42:953 | [INFO] |  | OOBE | DE |  |  |  | 3732 | Payload  7.0.0.108 CommonUninstall: Calling ARKEngine from path /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources
    10/30/13 14:10:43:254 | [INFO] |  | OOBE | DE |  |  |  | 3732 | INSTALLDIR property not found in database
    10/30/13 14:10:43:254 | [INFO] |  | OOBE | DE |  |  |  | 3732 | Beginning un-installation for payload at /Library/Application Support/Adobe/Uninstall/CommonUninstall.db
    10/30/13 14:10:43:267 | [INFO] |  | OOBE | DE |  |  |  | 3732 | UninstallSeq property not found in database
    10/30/13 14:10:43:267 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/SpeedGrade". Check and correct folder & parent directory permissions and then try again.(Seq 1)
    10/30/13 14:10:43:267 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 1)
    10/30/13 14:10:43:267 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/Premiere Pro". Check and correct folder & parent directory permissions and then try again.(Seq 2)
    10/30/13 14:10:43:267 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 2)
    10/30/13 14:10:43:305 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/Prelude". Check and correct folder & parent directory permissions and then try again.(Seq 3)
    10/30/13 14:10:43:305 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 3)
    10/30/13 14:10:43:336 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/OnLocation". Check and correct folder & parent directory permissions and then try again.(Seq 4)
    10/30/13 14:10:43:336 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 4)
    10/30/13 14:10:43:340 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/dynamiclinkmediaserver". Check and correct folder & parent directory permissions and then try again.(Seq 5)
    10/30/13 14:10:43:340 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 5)
    10/30/13 14:10:43:340 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/dynamiclinkmanager". Check and correct folder & parent directory permissions and then try again.(Seq 6)
    10/30/13 14:10:43:340 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 6)
    10/30/13 14:10:43:340 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/Audition". Check and correct folder & parent directory permissions and then try again.(Seq 7)
    10/30/13 14:10:43:340 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 7)
    10/30/13 14:10:43:341 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/After Effects". Check and correct folder & parent directory permissions and then try again.(Seq 8)
    10/30/13 14:10:43:341 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 8)
    10/30/13 14:10:43:341 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/Adobe Media Encoder". Check and correct folder & parent directory permissions and then try again.(Seq 9)
    10/30/13 14:10:43:341 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 9)
    10/30/13 14:10:43:398 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Preferences/Adobe/Adobe Encore". Check and correct folder & parent directory permissions and then try again.(Seq 10)
    10/30/13 14:10:43:398 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 10)
    10/30/13 14:10:43:398 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Application Support/Adobe/SpeedGrade". Check and correct folder & parent directory permissions and then try again.(Seq 11)
    10/30/13 14:10:43:398 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 11)
    10/30/13 14:10:43:398 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Application Support/Adobe/Premiere Pro". Check and correct folder & parent directory permissions and then try again.(Seq 12)
    10/30/13 14:10:43:399 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 12)
    10/30/13 14:10:43:399 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Application Support/Adobe/Prelude". Check and correct folder & parent directory permissions and then try again.(Seq 13)
    10/30/13 14:10:43:399 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 13)
    10/30/13 14:10:43:399 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Application Support/Adobe/dynamiclinkmediaserver". Check and correct folder & parent directory permissions and then try again.(Seq 14)
    10/30/13 14:10:43:399 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 14)
    10/30/13 14:10:43:399 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Application Support/Adobe/CS6ServiceManager". Check and correct folder & parent directory permissions and then try again.(Seq 15)
    10/30/13 14:10:43:399 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 15)
    10/30/13 14:10:43:434 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Library/Application Support/Adobe/CS5.5ServiceManager". Check and correct folder & parent directory permissions and then try again.(Seq 16)
    10/30/13 14:10:43:434 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 16)
    10/30/13 14:10:43:434 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Documents/Adobe/SpeedGrade/6.0". Check and correct folder & parent directory permissions and then try again.(Seq 17)
    10/30/13 14:10:43:434 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 17)
    10/30/13 14:10:43:434 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Users/tobiassteidle/Documents/Adobe/SpeedGrade". Check and correct folder & parent directory permissions and then try again.(Seq 18)
    10/30/13 14:10:43:434 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 18)
    10/30/13 14:10:43:468 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Macromedia/FlashPlayerTrust". Check and correct folder & parent directory permissions and then try again.(Seq 19)
    10/30/13 14:10:43:468 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 19)
    10/30/13 14:10:43:468 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/XMP/Custom File Info Panels". Check and correct folder & parent directory permissions and then try again.(Seq 20)
    10/30/13 14:10:43:468 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 20)
    10/30/13 14:10:43:468 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/XMP". Check and correct folder & parent directory permissions and then try again.(Seq 21)
    10/30/13 14:10:43:468 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 21)
    10/30/13 14:10:43:469 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/TypeSupport/CS6/CMaps". Check and correct folder & parent directory permissions and then try again.(Seq 22)
    10/30/13 14:10:43:469 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 22)
    10/30/13 14:10:43:469 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/TypeSupport/CS6". Check and correct folder & parent directory permissions and then try again.(Seq 23)
    10/30/13 14:10:43:469 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 23)
    10/30/13 14:10:43:503 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/TypeSupport/CS5/CMaps". Check and correct folder & parent directory permissions and then try again.(Seq 24)
    10/30/13 14:10:43:503 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 24)
    10/30/13 14:10:43:504 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/TypeSupport/CS5". Check and correct folder & parent directory permissions and then try again.(Seq 25)
    10/30/13 14:10:43:504 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 25)
    10/30/13 14:10:43:504 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/TypeSupport". Check and correct folder & parent directory permissions and then try again.(Seq 26)
    10/30/13 14:10:43:504 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 26)
    10/30/13 14:10:43:504 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/ssc/AMT". Check and correct folder & parent directory permissions and then try again.(Seq 27)
    10/30/13 14:10:43:504 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 27)
    10/30/13 14:10:43:511 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/ssc". Check and correct folder & parent directory permissions and then try again.(Seq 28)
    10/30/13 14:10:43:511 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 28)
    10/30/13 14:10:43:519 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/SpeechAnalysisModels". Check and correct folder & parent directory permissions and then try again.(Seq 29)
    10/30/13 14:10:43:519 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 29)
    10/30/13 14:10:43:519 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Plug-Ins". Check and correct folder & parent directory permissions and then try again.(Seq 30)
    10/30/13 14:10:43:519 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 30)
    10/30/13 14:10:43:561 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/PDFL/9.9/Fonts". Check and correct folder & parent directory permissions and then try again.(Seq 31)
    10/30/13 14:10:43:561 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 31)
    10/30/13 14:10:43:561 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/PDFL/9.9/CMaps". Check and correct folder & parent directory permissions and then try again.(Seq 32)
    10/30/13 14:10:43:561 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 32)
    10/30/13 14:10:43:561 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/PDFL/9.9". Check and correct folder & parent directory permissions and then try again.(Seq 33)
    10/30/13 14:10:43:561 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 33)
    10/30/13 14:10:43:562 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/PDFL/10.9/Fonts". Check and correct folder & parent directory permissions and then try again.(Seq 34)
    10/30/13 14:10:43:562 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 34)
    10/30/13 14:10:43:562 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/PDFL/10.9/CMaps". Check and correct folder & parent directory permissions and then try again.(Seq 35)
    10/30/13 14:10:43:562 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 35)
    10/30/13 14:10:43:562 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/PDFL/10.9". Check and correct folder & parent directory permissions and then try again.(Seq 36)
    10/30/13 14:10:43:562 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 36)
    10/30/13 14:10:43:562 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/PDFL". Check and correct folder & parent directory permissions and then try again.(Seq 37)
    10/30/13 14:10:43:562 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 37)
    10/30/13 14:10:43:563 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/PCF". Check and correct folder & parent directory permissions and then try again.(Seq 38)
    10/30/13 14:10:43:563 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 38)
    10/30/13 14:10:43:563 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Linguistics". Check and correct folder & parent directory permissions and then try again.(Seq 39)
    10/30/13 14:10:43:563 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 39)
    10/30/13 14:10:43:571 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Keyfiles/PremierePro". Check and correct folder & parent directory permissions and then try again.(Seq 40)
    10/30/13 14:10:43:571 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 40)
    10/30/13 14:10:43:599 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Keyfiles/Encore". Check and correct folder & parent directory permissions and then try again.(Seq 41)
    10/30/13 14:10:43:599 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 41)
    10/30/13 14:10:43:599 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Keyfiles/dynamiclink". Check and correct folder & parent directory permissions and then try again.(Seq 42)
    10/30/13 14:10:43:599 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 42)
    10/30/13 14:10:43:599 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Keyfiles/Audition". Check and correct folder & parent directory permissions and then try again.(Seq 43)
    10/30/13 14:10:43:599 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 43)
    10/30/13 14:10:43:607 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Keyfiles/AfterEffects". Check and correct folder & parent directory permissions and then try again.(Seq 44)
    10/30/13 14:10:43:607 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 44)
    10/30/13 14:10:43:607 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Keyfiles". Check and correct folder & parent directory permissions and then try again.(Seq 45)
    10/30/13 14:10:43:607 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 45)
    10/30/13 14:10:43:616 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/zh_TW". Check and correct folder & parent directory permissions and then try again.(Seq 46)
    10/30/13 14:10:43:616 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 46)
    10/30/13 14:10:43:616 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/zh_CN". Check and correct folder & parent directory permissions and then try again.(Seq 47)
    10/30/13 14:10:43:616 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 47)
    10/30/13 14:10:43:621 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/uk_UA". Check and correct folder & parent directory permissions and then try again.(Seq 48)
    10/30/13 14:10:43:621 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 48)
    10/30/13 14:10:43:621 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/tr_TR". Check and correct folder & parent directory permissions and then try again.(Seq 49)
    10/30/13 14:10:43:621 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 49)
    10/30/13 14:10:43:622 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/sv_SE". Check and correct folder & parent directory permissions and then try again.(Seq 50)
    10/30/13 14:10:43:622 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 50)
    10/30/13 14:10:43:629 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/ru_RU". Check and correct folder & parent directory permissions and then try again.(Seq 51)
    10/30/13 14:10:43:629 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 51)
    10/30/13 14:10:43:629 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/ro_RO". Check and correct folder & parent directory permissions and then try again.(Seq 52)
    10/30/13 14:10:43:629 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 52)
    10/30/13 14:10:43:630 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/pt_BR". Check and correct folder & parent directory permissions and then try again.(Seq 53)
    10/30/13 14:10:43:630 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 53)
    10/30/13 14:10:43:653 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/pl_PL". Check and correct folder & parent directory permissions and then try again.(Seq 54)
    10/30/13 14:10:43:653 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 54)
    10/30/13 14:10:43:654 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/nl_NL". Check and correct folder & parent directory permissions and then try again.(Seq 55)
    10/30/13 14:10:43:654 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 55)
    10/30/13 14:10:43:667 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/nb_NO". Check and correct folder & parent directory permissions and then try again.(Seq 56)
    10/30/13 14:10:43:667 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 56)
    10/30/13 14:10:43:667 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/ko_KR". Check and correct folder & parent directory permissions and then try again.(Seq 57)
    10/30/13 14:10:43:667 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 57)
    10/30/13 14:10:43:694 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/ja_JP". Check and correct folder & parent directory permissions and then try again.(Seq 58)
    10/30/13 14:10:43:694 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 58)
    10/30/13 14:10:43:696 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/it_IT". Check and correct folder & parent directory permissions and then try again.(Seq 59)
    10/30/13 14:10:43:696 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 59)
    10/30/13 14:10:43:696 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/hu_HU". Check and correct folder & parent directory permissions and then try again.(Seq 60)
    10/30/13 14:10:43:696 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 60)
    10/30/13 14:10:43:697 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/he_IL". Check and correct folder & parent directory permissions and then try again.(Seq 61)
    10/30/13 14:10:43:697 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 61)
    10/30/13 14:10:43:730 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/fr_FR". Check and correct folder & parent directory permissions and then try again.(Seq 62)
    10/30/13 14:10:43:730 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 62)
    10/30/13 14:10:43:730 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/fi_FI". Check and correct folder & parent directory permissions and then try again.(Seq 63)
    10/30/13 14:10:43:730 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 63)
    10/30/13 14:10:43:730 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/es_ES". Check and correct folder & parent directory permissions and then try again.(Seq 64)
    10/30/13 14:10:43:730 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 64)
    10/30/13 14:10:43:762 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/en_US". Check and correct folder & parent directory permissions and then try again.(Seq 65)
    10/30/13 14:10:43:762 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 65)
    10/30/13 14:10:43:762 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/el_GR". Check and correct folder & parent directory permissions and then try again.(Seq 66)
    10/30/13 14:10:43:762 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 66)
    10/30/13 14:10:43:762 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/de_DE". Check and correct folder & parent directory permissions and then try again.(Seq 67)
    10/30/13 14:10:43:762 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 67)
    10/30/13 14:10:43:805 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/da_DK". Check and correct folder & parent directory permissions and then try again.(Seq 68)
    10/30/13 14:10:43:805 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 68)
    10/30/13 14:10:43:805 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/cs_CZ". Check and correct folder & parent directory permissions and then try again.(Seq 69)
    10/30/13 14:10:43:805 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 69)
    10/30/13 14:10:43:805 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg/ar_AE". Check and correct folder & parent directory permissions and then try again.(Seq 70)
    10/30/13 14:10:43:805 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 70)
    10/30/13 14:10:43:805 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/HelpCfg". Check and correct folder & parent directory permissions and then try again.(Seq 71)
    10/30/13 14:10:43:806 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 71)
    10/30/13 14:10:43:806 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Help/en_US/FlashPlatform/reference/actionscript". Check and correct folder & parent directory permissions and then try again.(Seq 72)
    10/30/13 14:10:43:806 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 72)
    10/30/13 14:10:43:806 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Help/en_US/FlashPlatform/reference". Check and correct folder & parent directory permissions and then try again.(Seq 73)
    10/30/13 14:10:43:806 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 73)
    10/30/13 14:10:43:806 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Help/en_US/FlashPlatform". Check and correct folder & parent directory permissions and then try again.(Seq 74)
    10/30/13 14:10:43:806 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 74)
    10/30/13 14:10:43:806 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Help/en_US". Check and correct folder & parent directory permissions and then try again.(Seq 75)
    10/30/13 14:10:43:806 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 75)
    10/30/13 14:10:43:806 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Help". Check and correct folder & parent directory permissions and then try again.(Seq 76)
    10/30/13 14:10:43:806 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 76)
    10/30/13 14:10:43:827 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Common/Plug-ins/CS5.5/MediaCore". Check and correct folder & parent directory permissions and then try again.(Seq 77)
    10/30/13 14:10:43:827 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 77)
    10/30/13 14:10:43:827 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Common/Plug-ins/CS5.5". Check and correct folder & parent directory permissions and then try again.(Seq 78)
    10/30/13 14:10:43:827 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 78)
    10/30/13 14:10:43:828 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Common/Plug-ins". Check and correct folder & parent directory permissions and then try again.(Seq 79)
    10/30/13 14:10:43:828 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 79)
    10/30/13 14:10:43:828 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Common/dynamiclink". Check and correct folder & parent directory permissions and then try again.(Seq 80)
    10/30/13 14:10:43:828 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 80)
    10/30/13 14:10:43:828 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Common". Check and correct folder & parent directory permissions and then try again.(Seq 81)
    10/30/13 14:10:43:828 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 81)
    10/30/13 14:10:43:828 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Zeiss/Nikon". Check and correct folder & parent directory permissions and then try again.(Seq 82)
    10/30/13 14:10:43:828 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 82)
    10/30/13 14:10:43:828 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Zeiss/Canon". Check and correct folder & parent directory permissions and then try again.(Seq 83)
    10/30/13 14:10:43:828 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 83)
    10/30/13 14:10:43:829 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Zeiss". Check and correct folder & parent directory permissions and then try again.(Seq 84)
    10/30/13 14:10:43:829 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 84)
    10/30/13 14:10:43:829 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Tokina". Check and correct folder & parent directory permissions and then try again.(Seq 85)
    10/30/13 14:10:43:829 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 85)
    10/30/13 14:10:43:829 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Tamron/Nikon". Check and correct folder & parent directory permissions and then try again.(Seq 86)
    10/30/13 14:10:43:829 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 86)
    10/30/13 14:10:43:829 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Tamron". Check and correct folder & parent directory permissions and then try again.(Seq 87)
    10/30/13 14:10:43:829 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 87)
    10/30/13 14:10:43:829 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Sony". Check and correct folder & parent directory permissions and then try again.(Seq 88)
    10/30/13 14:10:43:829 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 88)
    10/30/13 14:10:43:830 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Sigma/Sony". Check and correct folder & parent directory permissions and then try again.(Seq 89)
    10/30/13 14:10:43:830 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 89)
    10/30/13 14:10:43:830 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Sigma/Sigma". Check and correct folder & parent directory permissions and then try again.(Seq 90)
    10/30/13 14:10:43:830 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 90)
    10/30/13 14:10:43:830 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Sigma/Pentax". Check and correct folder & parent directory permissions and then try again.(Seq 91)
    10/30/13 14:10:43:830 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 91)
    10/30/13 14:10:43:831 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Sigma/Olympus". Check and correct folder & parent directory permissions and then try again.(Seq 92)
    10/30/13 14:10:43:831 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 92)
    10/30/13 14:10:43:831 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Sigma/Nikon". Check and correct folder & parent directory permissions and then try again.(Seq 93)
    10/30/13 14:10:43:831 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 93)
    10/30/13 14:10:43:831 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Sigma/Canon". Check and correct folder & parent directory permissions and then try again.(Seq 94)
    10/30/13 14:10:43:831 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 94)
    10/30/13 14:10:43:832 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Sigma". Check and correct folder & parent directory permissions and then try again.(Seq 95)
    10/30/13 14:10:43:832 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 95)
    10/30/13 14:10:43:832 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Pentax". Check and correct folder & parent directory permissions and then try again.(Seq 96)
    10/30/13 14:10:43:832 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 96)
    10/30/13 14:10:43:832 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Nikon". Check and correct folder & parent directory permissions and then try again.(Seq 97)
    10/30/13 14:10:43:833 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 97)
    10/30/13 14:10:43:833 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Leica". Check and correct folder & parent directory permissions and then try again.(Seq 98)
    10/30/13 14:10:43:833 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 98)
    10/30/13 14:10:43:833 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Hasselblad". Check and correct folder & parent directory permissions and then try again.(Seq 99)
    10/30/13 14:10:43:833 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 99)
    10/30/13 14:10:43:834 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0/Canon". Check and correct folder & parent directory permissions and then try again.(Seq 100)
    10/30/13 14:10:43:834 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 100)
    10/30/13 14:10:43:834 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles/1.0". Check and correct folder & parent directory permissions and then try again.(Seq 101)
    10/30/13 14:10:43:834 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 101)
    10/30/13 14:10:43:834 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/LensProfiles". Check and correct folder & parent directory permissions and then try again.(Seq 102)
    10/30/13 14:10:43:834 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 102)
    10/30/13 14:10:43:869 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/CameraProfiles/Camera". Check and correct folder & parent directory permissions and then try again.(Seq 103)
    10/30/13 14:10:43:869 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 103)
    10/30/13 14:10:44:021 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/CameraProfiles/Adobe Standard". Check and correct folder & parent directory permissions and then try again.(Seq 104)
    10/30/13 14:10:44:021 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 104)
    10/30/13 14:10:44:021 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw/CameraProfiles". Check and correct folder & parent directory permissions and then try again.(Seq 105)
    10/30/13 14:10:44:021 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 105)
    10/30/13 14:10:44:021 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/CameraRaw". Check and correct folder & parent directory permissions and then try again.(Seq 106)
    10/30/13 14:10:44:022 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 106)
    10/30/13 14:10:44:022 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/APE". Check and correct folder & parent directory permissions and then try again.(Seq 107)
    10/30/13 14:10:44:022 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 107)
    10/30/13 14:10:44:051 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Adobe/AdobePatchFiles". Check and correct folder & parent directory permissions and then try again.(Seq 108)
    10/30/13 14:10:44:051 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 108)
    10/30/13 14:10:44:054 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Library/Application Support/Adobe/Adobe". Check and correct folder & parent directory permissions and then try again.(Seq 109)
    10/30/13 14:10:44:054 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 109)
    10/30/13 14:10:44:060 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Applications/Adobe/AdobePatchFiles/ZipExceptions". Check and correct folder & parent directory permissions and then try again.(Seq 110)
    10/30/13 14:10:44:060 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 110)
    10/30/13 14:10:44:061 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Applications/Adobe Photoshop CS5.1/Plug-ins". Check and correct folder & parent directory permissions and then try again.(Seq 111)
    10/30/13 14:10:44:061 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 111)
    10/30/13 14:10:44:061 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Applications/Adobe Photoshop CS5.1". Check and correct folder & parent directory permissions and then try again.(Seq 112)
    10/30/13 14:10:44:061 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 112)
    10/30/13 14:10:44:061 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Applications/Adobe After Effects CS6/Presets". Check and correct folder & parent directory permissions and then try again.(Seq 113)
    10/30/13 14:10:44:061 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 113)
    10/30/13 14:10:44:061 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Applications/Adobe After Effects CS6/Plug-ins/Format". Check and correct folder & parent directory permissions and then try again.(Seq 114)
    10/30/13 14:10:44:061 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 114)
    10/30/13 14:10:44:061 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Applications/Adobe After Effects CS6/Plug-ins". Check and correct folder & parent directory permissions and then try again.(Seq 115)
    10/30/13 14:10:44:062 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 115)
    10/30/13 14:10:44:062 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/Applications/Adobe After Effects CS6". Check and correct folder & parent directory permissions and then try again.(Seq 116)
    10/30/13 14:10:44:062 | [WARN] |  | OOBE | DE |  |  |  | 3732 | DW063: Command ARKDeleteDirectoryCommand failed.(Seq 116)
    10/30/13 14:10:44:062 | [ERROR] |  | OOBE | DE |  |  |  | 3732 | DF037: Unable to delete directory "/A

  • RDA for Cash Management FAILS

    Hi All
    I am trying to collect RDA for Cash Management.
    I ran Oracle Diagnostic tool using SYSADMIN.
    selected Cash Management filled the form providing Responsibility ID, Application Shortname , apps username and password.
    After running the test the output file displayed following error.
    To run this report successfully is there any patch which I need to apply.
    ------------- Test Result Summary -------------
    Total Tests: 1
    Success Count: 0
    Error count: 1
    Test Names Status
    oracle.apps.izu.general.diag.RDAACT Failed
    ----------- End Test Result Summary -----------
    ============= Test Result =============
    Test Class Name: oracle.apps.izu.general.diag.RDAACT
    Application Code: CE
    Group Name: System Snapshot
    Status: Failed
    Time: 2010-05-27 14:15:17.0
    Time Consumed: 9705
    Test Version: 120.27.12000000.4
    Tool Version: 120.25.12000000.5
    Install Version: Base: none Upgrade: none
    Mode: 1
    Index: 1
    Tested Class Name Tested Class Version
    oracle.apps.jtf.regress.qatool.base.DiagBase 120.0.12000000.1
    oracle.apps.jtf.regress.qatool.base.HRInfo 120.0.12000000.1
    oracle.apps.jtf.regress.qatool.base.OSUtility 120.0.12000000.1
    oracle.apps.jtf.regress.qatool.base.SessionHelper 120.0.12000000.1
    oracle.apps.jtf.regress.qatool.base.YesNoLov 120.0.12000000.1
    oracle.apps.jtf.regress.qatool.fnd.FNDUtility 120.0.12000000.9
    Input Names Input Values
    Responsibility ID 51235
    Application Shortname CE
    Mask sensitive data
    APPS Schema Username apps
    APPS Schema Password ******
    Diagnostic Test Executed By SYSADMIN
    Dependent Class Names
    Report:
    Oracle Diagnostics Information Product Installation Status and Patchset Level Parameters
    ACT Report
    Database Information [Top]
    Server = prod-db
    Version = Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    Name/SID = PROD
    Language = AMERICAN
    Character Set = AR8ISO8859P6
    Application Information [Top]
    Release = 12.0.4
    Application = Cash Management (260) with status of INSTALLED
    Responsibility = KGLL CM Supervisor (51235)
    Security Group = Standard
    MultiOrg Flag = Y
    Oracle Diagnostics Information [Top]
    Patch OD for R12 RUP3 [12.0.3] (6154018) is installed
    Patch Oracle Diagnostics Tools, R12.IZU.A.DELTA.4 (6497339) is installed
    Metalink Document Id = 420427.1
    Product Installation Status and Patchset Level [Top]
    Application Short Name Id Installation Status Patch Level
    Application Object Library FND 0 Installed R12.FND.A.4
    System Administration SYSADMIN 1 Installed Not Available
    2 rows retrieved
    Parameters [Top]
    Username = SYSADMIN
    Responsibility = KGLL CM Supervisor (51235)
    Application Shortname = CE
    Mask sensitive data = No
    APPS Schema Username = apps
    ACT Report [Top]
    ERROR - RDA report html file 'RDA_ACT_report.htm' could not be found
    ACTION - This error may occur if the RDA execution timed out or if the report has already been executed in another session but has not completed. If this is not the case, make sure the permissions are correct on all application directories so that report output can be generated.
    ATTENTION - The following information may be required to assist in resolving the above error
    RDA Data Collection Started 27-May-2010 14:15:10
    Processing Initialization module ...
    Processing CFG module ...
    Processing ACT module ...
    Enter APPS user password:
    Please re-enter it to confirm:
    Empty string. Please try again...
    Enter APPS user password:
    Please re-enter it to confirm:
    Empty string. Please try again...
    Enter APPS user password:
    Please re-enter it to confirm:
    Failure to match a valid entry on 3 attempts
    Enter the password for 'APPS@PROD':
    Please re-enter it to confirm:
    Empty string. Please try again...
    Enter the password for 'APPS@PROD':
    Please re-enter it to confirm:
    Empty string. Please try again...
    Enter the password for 'APPS@PROD':
    Please re-enter it to confirm:
    Failure to match a valid entry on 3 attempts
    RDA-00508: Null password given; logon denied in S500ACT near line 373
    If you are experiencing any issues regarding this diagnostic test, please use Metalink to log an iTAR (Service Request) for product "Support Diagnostics Project" (ID=1332).
    If you have any question related to support diagnostic tools (installation, execution, usage or availability), you can ask us using the Support Diagnostics Project forum on Metalink.
    We would also appreciate your feedback regarding the usefulness of this test, however, there will be no replies to feedback emails.
    Error Message: 1 error and 0 warnings were found.
    Fix Info: Please review the test summary for more information.
    ============ End Test Result ============

    Hi;
    Enter APPS user password:
    Please re-enter it to confirm:
    Failure to match a valid entry on 3 attempts
    RDA-00508: Null password given; logon denied in S500ACT near line 373can you connect as apps to your db from SQL prompt? Coz you have error, so something wrong
    Please check:
    RDA Documentation Index [ID 414966.1]<<Troubleshooting Guide
    Abt the persmission i dont know where to look.Be sure your applmgr user has w/r permission to related path, also be sure /tmp and RDA log location
    Regard
    Helios

  • OPMN Process Manager failed to start - libmodapi.so libclntsh.so not found

    Hi all,
    I am completely new to Oracle in its entirety. I am trying to install Oracle Enterprise Manager Grid Console 10.2.0.1.0 on Oracle Enterprise Linux 5.1 through the OUI using the new database install. When I get to setting up the Oracle Application Server, it tells me the OPMN Process Manager failed to start, tells me to check the logs in /oms10g/opmn/logs, and to start OPMN manually before hitting retry.
    The log files in that directory do not seem to contain any errors.
    When I run ./opmnctl stopall, ./opmnctl startall, ./opmnctl status, I get no obvious errors, and then the following:
    DSA ~ DSA ~ Down
    HTTP_Server ~ HTTPServer ~ Alive
    LogLoader ~ logloaderd ~ Down
    dcm-daemon ~ dcm-daemon ~ Down
    OC4J ~ home ~ Alive
    WebCache ~ WebCache ~ Alive
    WebCache ~ WebCacheAdmin ~ Alive
    When I do ./opmn start I get the following:
    ./opmn: error while loading shared libraries: libmodapi.so: cannot open shared object file: No such file or directory
    When I do a ldd ./opmn I get the following errors:
    libmodapi.so => not found
    libclntsh.so.10.1 => not found
    I am assuming my problem is that these two libraries are not linked in. I have looked through the forums, and found closely related threads, but none that seemed to help, most notably changing my PATH. If anyone has any suggestions, I would welcome them. Thanks for your help.
    Sincerely,
    Don

    Hi All,
    We all agree that best practice involves a test installation. My original post was about a problem I was having with the creation of my test bed. I did create my own manual, which I am sure is not the best manual ever created, but does work to get the software installed. If it is proven out, I will post it to try and return something to the community.
    In order to do this, I needed to read thousands of pages of documentation so far, which does not even scratch the surface of the total amount on OTN. I am still revising my instructions as I find that the documentation commonly assumes the reader has been installing Oracle for some time and is fully aware of all the appropriate acronyms and the entire logical and physical structure of the database. In order to just read many of the documents, I had to draw out a map of Oracle on a whiteboard as I went. As a systems administrator, should I have to search through all those papers, manuals, the web, etc. and try to gain an advanced DBA understanding to get a working default installation? Perhaps it seems like I am just a new user who is whining, but how many programs can you think of where this type of effort is required?
    In looking at the relationship between the DBA and the Systems Administrator, where should we draw a line between their tasks?
    Should the DBA have to learn how to assess appropriate server hardware, and then install and administrate every flavor of Windows, UNIX, Linux, etc. in any given environment? Should a DBA be required to build a Linux kernel, configure Active Directory, or install Solaris before installing Oracle?
    Should the Systems Administrator have to learn the nuances of installing and optimizing Oracle databases in order to just put the base software on the system and configure the kernel so it is ready for a DBA?
    More interesting, as stated above, I could hand you the Gentoo Handbook, and without knowing a single thing about Gentoo Linux, you would have a default installation of the Gentoo OS. You could also grab step-by-step instructions for a default installation of MySQL on Gentoo, or a myriad of other programs, for that matter. This would hardly replace the Gentoo systems administrator or MySQL DBA, but it does serve a very valid purpose of enabling the systems administrator and DBA. Shouldn’t Oracle have something similar?
    I would think the Systems Administrator knowledgeable in the OS and Kernel should be able to perform the first half of the installation task where they are more likely to be an expert, and then allow the DBA to create and optimize the databases they install, which they in turn can spend years learning how to do. Time that the DBA spends learning the OS or time the Systems Administrator spends learning Oracle is valuable in the long run, but it is also extra time to get the initial database up and running. One of the largest reasons IT personnel exist at all is to keep users from having to spend too much time learning about their computers to get their work done. Shouldn’t this also translate between IT groups?
    Databases are one of the few software installations that systems administrators commonly don't have to maintain on corporate servers. The best comparison I know of is web services. In this manner web servers are very similar, and are commonly installed by a team as well. I am perfectly capable of creating a default install of Apache, Tomcat, or IIS from step-by-step instructions provided by Apache or Microsoft without much more tailored information than the IP address and system name we are going to use to fill in the blanks during the installation.
    While I have performed the role of sole IT staff at a small software engineering company, and have therefore been the SysNetWebSecDB admin hydra in the past, in larger companies there seems to be no problem with having the system administrator create a default installation of Apache or IIS, having the network team configure the switches and DMZ, and having the web team customize the server and design the site without each of them having to know everything.
    So the above is a good idea and I would encourage
    them to do it because after that, it makes them
    stonger than when they use an already completed one
    to install.Sometimes there is time to sit down and read all the instructions and become a more robust IT professional. Sometimes there is only time to read the Getting Started section and you have to read the full instructions and optimize later if there is time. Sometimes you have outside influences that mean it has to get done in less time than it should, whether or not the justification for rushing is reasonable.
    Should I plan to read every knowledge base article ever published by Microsoft in order to create a test bed installation of Windows 2008? Honestly, I’d still be reading the NT4 docs.
    Not only does not every business have a DBA, or the money to hire one, sometimes the business does not want to do so, or sometimes the security is such that the DBA is not part of the unit allowed to utilize administrative access on the servers. That doesn’t mean they don’t need a database tomorrow.
    As an IT professional, I will never be able to come close to encompassing the amount of knowledge I actually could use to do my job. I try to specialize in a few areas so that I have the ability to keep up with the exponential rate of IT expansion, but I basically consider a vast part of my job being constantly thrown into the deep end, and, fair or not, getting things done anyway. Hopefully that makes me good at my job. The question is how much time and effort I should need to apply before I can get to a reasonable starting point where everyone else can do their work too.
    There
    is normally no single document to achieve or complete
    and installation unless the bespoke type. Apart from
    the Install Guide, there could be Readme, Release
    notes, Adendum etc. While I noted in a previous post that I shouldn't be too hard on Oracle in trying to document such a massive effort, that doesn’t mean that their documentation doesn’t need work. Why is the documentation for a single product spread out over tens of thousands of pages? It should be obvious that this has resulted in redundant and often conflicting documents, including the dozen readme documents in the installation files, the readme documents in the installed files, the install guide, the readme and addendum for each of those, the release notes for each of those, and a new set for each patch.
    Obviously, for any installation, I need to complete a document for my own environment that contains the proper network configuration for our own LAN, or the proper partitioning. I do this for any program. Oracle needs me to change the name of the OS install to get their installer not to error out on their own OS. If OFA is so desirable, why not make the default install explain and follow OFA? Basic issues like this are highly avoidable, and shouldn’t be seen by the end user, even if in this case the end user is a highly technical audience capable of adjusting.
    It will hard to get a single document because they
    will be platform dependent and what someone did in
    their install, may not always work everywhere.Again, please note that Oracle has "released" an OS that they intend for people to use on their Oracle validated hardware as a premier platform for their Oracle database. It isn't a stretch to feel that Oracle should then be able to provide valid, step-by-step instructions for a default installation of their own software, on validated hardware, on their own OS. I’m not expecting an optimized and populated database, but if the hardware, OS, and software are all under Oracle’s control, there aren’t really any variables other than machine name and IP address for a default install.
    Hopefully my current knowledge will work for the time being, and I will be able to optimize appropriately in the future as I can.

  • Error Message: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. The request failed with HTTP status 404: Not Found.

    I have a web page that contains a ReportViewer control.  I am trying to display a report, which is an .rdl file located on the SSRS server, in this ReportViewer control.  I have set the ReportPath and ReportServerUrl correctly.  I am
    getting an error message.
    Am I suppose to use an .rdlc file rather than a .rdl file?  Does the web server configuration need to use a certain account?
     I am getting the following error message:
    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    The request failed with HTTP status 404: Not Found.

    Hi bucaroov,
    The error "The request failed with HTTP status 404: Not Found." means the ReportServerURL configured in the ReportViewer control is invalid.
    Please follow these steps to solve the issue:
    Logon the Report Server machine.
    Open the Reporting Services Configuration Manager.
    Copy the Report Server URL from 'Web Services URL'.
    Logon the application server(in this case, it is the server that host the web page), check if we can use the URL we got from step 3 to access the Report Server. If so, please replace the ReportServerURL in the ReportViewer control with this URL. If it is
    not available, could you please post the error message.
    Additionaly, we don't need to provide the extension for a server report. The ReportPath should be like: /<reports folder>/<report name>
    For more information, please see:
    Walkthrough: Using the ReportViewer Control in Remote Mode:
    http://msdn.microsoft.com/en-us/library/ms251669(VS.80).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • Payroll to FI posting error message - Document Transfer has Failed

    Hello experts,
    We recently received the following error message when posting Payroll results to FI. This was not done using any process models.
    'Document Transfer has Failed'
    Does anyone know why it's coming up and more importantly, how to correct it?  I looked and found an SNote: 1240870 but that seems to apply to 3PR issues not FI posting.
    Anyone else had this error before?  How do I correct this?  Please help as this error needs to be corrected as soon as possible since FI will be closing the month of November soon.
    Thanks,
    Suparna

    Hi,
    http://help.sap.com/saphelp_dimp50/helpdata/en/81/42b1884a3711d189490000e8323c4f/content.htm
       The posting run has the status Document transfer has failed. Posting to Accounting did not take place.
    Depending on the error that occurred, it may be a good idea to start posting this posting run once again. If the error still occurs and it is not possible to post the posting run, you must delete the posting run and create a new one.
    Thanks
    Umakanth

  • SMS_WSUS_CONFIGURATION_MANAGER - MessageID 6600 - The request failed with HTTP status 503: Service Unavailable

    Hi all,
    knowning that there are already a lot of posts concerning above message, I have to write an additional one as I could not find a solution on the web yet.
    Situation:
    Windows Server 2008 forest including empty root and two child domains, one child domain does have SCCM SP1 (central primary site WND) installed on W2k8 x64 machine including WSUS 3.0 SP1 => everything is working fine.
    Second child domain also contains a SCCM SP1 server  (primary site HUN) running on W2k8 x64 and is defined as child site of central site WND => everything is working fine too - except Software Updates.
    WSUS 3.0 SP1 installed on both SCCM servers by creating additional web site (not using "defautl web site") and configured ports 8530 and 8531 (SSL not used!). No proxy necessary/used. All WSUS 3.0 requirements for W2k8 are installed (IIS roles)
    Error:
    SMS_WSUS_CONFIGURATION_MANAGER - MessageID 6600:
    SMS WSUS Configuration Manager failed to configure upstream server settings on WSUS Server "xxxx0003".
    Possible cause: WSUS Server version 3.0 SP1 and above is not installed or cannot be contacted.
    Solution: Verify that the WSUS Server version 3.0 SP1 or greater is installed. Verify that the IIS ports configured in SMS are same as those configured on the WSUS IIS website.
    wsusutil checkhealth =>OK
    downloading updates from WSUS at central site (SUSDB and WSUS folder equal in size) =>OK
    wsus admin console able to connect and configuration possible => OK
    IIS ports configured within SMS are equal to those configured for WSUS website
    SCCM config (using Configuration Manager Console) does look correct - ConfigMgr Software Update Point role properties and Software Update Point Component properties
    wcm.log does report an error: (SCCM Log files at the end.)
    "The request failed with HTTP status 503: Service Unavailable"
    IIS log files of both websites (default web site and WSUS Administration website) do not show any errors.
    Questions:
    What else should I look at? (registyr, SUSDB content,..)
    What exactly does happen during the attempt to configure the upstream server by the SMS_WSUS_Configuration_Manager component? I guess a SMS process tries to contact a webservice - would it be possible to debug in more detail ?
    And finally - Who does know the solution ?
    wcm.log:
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.~~   at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)~~   at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.ConnectToWSUSServer(String ServerName, Boolean UseSSL, Int32 PortNumber) SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Remote configuration failed on WSUS Server. SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    STATMSG: ID=6600 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4468 GMTDATE=Mi Jul 16 10:49:47.758 2008 ISTR0="xxxx0003" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Waiting for changes for 59 minutes SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    wsusctrl.log (looks fine to me - is able to connect to local WSUS !):
    SMS_EXECUTIVE started SMS_WSUS_CONTROL_MANAGER as thread ID 6156 (0x180C). SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 2732 (0x0AAC)
    This is a WSUS Role as WSUS registry key exists. SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Local WSUS Server Proxy settings are correctly configured as Proxy Name  and Proxy Port 80 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Waiting for changes for 0 minutes SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Timed Out... SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Local WSUS Server Proxy settings are correctly configured as Proxy Name  and Proxy Port 80 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    There are no unhealthy WSUS Server components on WSUS Server xxxx0003 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully checked database connection on WSUS server xxxx0003 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:02 6156 (0x180C)
    Waiting for changes for 57 minutes SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:02 6156 (0x180C)
    wsyncmgr.log (as a result of being not able to configure upstream server I guess):
    STATMSG: ID=6701 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4476 GMTDATE=Mi Jul 16 10:03:51.481 2008 ISTR0="" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_SYNC_MANAGER 16.07.2008 12:03:51 4476 (0x117C)
    Sync failed: WSUS server not configured. Source: CWSyncMgr:oSync SMS_WSUS_SYNC_MANAGER 16.07.2008 12:08:51 4476 (0x117C)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4476 GMTDATE=Mi Jul 16 10:08:51.636 2008 ISTR0="CWSyncMgr:oSync" ISTR1="WSUS server not configured" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_SYNC_MANAGER 16.07.2008 12:08:51 4476 (0x117C)

    I just experienced the exact same scenario.  After much digging I found that csakg6so posted a fix at
    Windoows-Noob
    Run Internet Explorer as the SYSTEM account (psexec -s -d -i cmd.exe & C:\Program Files\Internet Explorrer\iexplore.exe)
    Go to internet options
    Go to conections
    Go to LAN settings
    Uncheck all boxes
    The original post said to reboot, but that wasn't necessary for me.
    After initiating a manual Software Update sync the WCM.log and WSyncMgr.log errors do not return and new updates are synchronized.

  • Display Manager fails to launch [SOLVED]

    Hello,
    TL:DR - KDM and other display managers fail to load after major system update, included Xorg.0.log and kdm.log for troubleshooting
    I've been using Arch since January 2015 and this is my first major breakage following a pacman -Syu on June 3rd. I'm new to the forums so forgive me if I missed something.
    I primarily use kde and kdm failed to start upon boot. I tried startx and xinit from the console. Xinit failed and startx starts TWM, which is the only windows manager I have working.
    I tried gdm, which hangs on the following output:
    <5>Unable to kill session worker process.
    <5>Child process -##### was already dead.
    <5>Could not start command '/usr/lib/gdm/gdm-session-worker': Too many open files
    <3>GLib: g_child_watch_add_full: assertion 'pid > 0' failed
    <5>Tried to look up non-existent conversation gdm-launch-environment
    <3>GLib: g_hash_table_find: assertion 'version == hash_table->version' failed
    <5>(gdm-display.c:1141):gdm_display_dispose: runtime check failed: (self->priv->status != GDM_DISPLAY_PREPARED)
    I tried lightdm, which returns a shell prompt without doing anything.
    My Xorg.0.log looks like Xorg is working correctly:
    [ 4.504]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 4.504] X Protocol Version 11, Revision 0
    [ 4.504] Build Operating System: Linux 3.19.2-1-ARCH x86_64
    [ 4.504] Current Operating System: Linux 2TALL 3.14.43-2-lts #1 SMP Fri May 22 03:36:10 UTC 2015 x86_64
    [ 4.504] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=4fd1bd44-ee9f-4a44-bcd9-58a590eb9390 rw quiet
    [ 4.504] Build Date: 14 April 2015 10:34:18AM
    [ 4.504]
    [ 4.504] Current version of pixman: 0.32.6
    [ 4.504] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4.504] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4.504] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 3 21:28:00 2015
    [ 4.509] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4.509] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 4.510] (==) No Layout section. Using the first Screen section.
    [ 4.510] (==) No screen section available. Using defaults.
    [ 4.510] (**) |-->Screen "Default Screen Section" (0)
    [ 4.510] (**) | |-->Monitor "<default monitor>"
    [ 4.511] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4.511] (==) Automatically adding devices
    [ 4.511] (==) Automatically enabling devices
    [ 4.511] (==) Automatically adding GPU devices
    [ 4.515] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 4.515] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4.515] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4.515] (II) Loader magic: 0x815d80
    [ 4.515] (II) Module ABI versions:
    [ 4.515] X.Org ANSI C Emulation: 0.4
    [ 4.515] X.Org Video Driver: 19.0
    [ 4.515] X.Org XInput driver : 21.0
    [ 4.515] X.Org Server Extension : 9.0
    [ 4.681] (EE) systemd-logind: failed to get session: PID 398 does not belong to any known session
    [ 4.681] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 5.120] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21fa rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
    [ 5.121] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 5.121] (II) LoadModule: "glx"
    [ 5.123] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5.141] (II) Module glx: vendor="X.Org Foundation"
    [ 5.141] compiled for 1.17.1, module version = 1.0.0
    [ 5.141] ABI class: X.Org Server Extension, version 9.0
    [ 5.141] (==) AIGLX enabled
    [ 5.141] (==) Matched intel as autoconfigured driver 0
    [ 5.141] (==) Matched intel as autoconfigured driver 1
    [ 5.141] (==) Matched modesetting as autoconfigured driver 2
    [ 5.141] (==) Matched fbdev as autoconfigured driver 3
    [ 5.141] (==) Matched vesa as autoconfigured driver 4
    [ 5.141] (==) Assigned the driver to the xf86ConfigLayout
    [ 5.141] (II) LoadModule: "intel"
    [ 5.141] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 5.145] (II) Module intel: vendor="X.Org Foundation"
    [ 5.145] compiled for 1.17.1, module version = 2.99.917
    [ 5.145] Module class: X.Org Video Driver
    [ 5.145] ABI class: X.Org Video Driver, version 19.0
    [ 5.145] (II) LoadModule: "modesetting"
    [ 5.145] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 5.146] (II) Module modesetting: vendor="X.Org Foundation"
    [ 5.146] compiled for 1.17.1, module version = 1.17.1
    [ 5.146] Module class: X.Org Video Driver
    [ 5.146] ABI class: X.Org Video Driver, version 19.0
    [ 5.146] (II) LoadModule: "fbdev"
    [ 5.146] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 5.146] (II) Module fbdev: vendor="X.Org Foundation"
    [ 5.146] compiled for 1.17.0, module version = 0.4.4
    [ 5.146] Module class: X.Org Video Driver
    [ 5.146] ABI class: X.Org Video Driver, version 19.0
    [ 5.146] (II) LoadModule: "vesa"
    [ 5.147] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 5.147] (II) Module vesa: vendor="X.Org Foundation"
    [ 5.147] compiled for 1.17.0, module version = 2.3.2
    [ 5.147] Module class: X.Org Video Driver
    [ 5.147] ABI class: X.Org Video Driver, version 19.0
    [ 5.147] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 5.148] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 5.148] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 5.148] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 5.148] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 5.148] (II) FBDEV: driver for framebuffer: fbdev
    [ 5.148] (II) VESA: driver for VESA chipsets: vesa
    [ 5.148] (++) using VT number 7
    [ 5.154] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
    [ 5.155] (WW) Falling back to old probe method for modesetting
    [ 5.155] (WW) Falling back to old probe method for fbdev
    [ 5.155] (II) Loading sub module "fbdevhw"
    [ 5.155] (II) LoadModule: "fbdevhw"
    [ 5.155] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 5.155] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 5.156] compiled for 1.17.1, module version = 0.0.2
    [ 5.156] ABI class: X.Org Video Driver, version 19.0
    [ 5.156] (WW) Falling back to old probe method for vesa
    [ 5.156] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
    [ 5.156] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 5.156] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 5.156] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 5.156] (==) intel(0): RGB weight 888
    [ 5.156] (==) intel(0): Default visual is TrueColor
    [ 5.157] (II) intel(0): Output LVDS1 has no monitor section
    [ 5.157] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
    [ 5.157] (II) intel(0): Enabled output LVDS1
    [ 5.157] (II) intel(0): Output VGA1 has no monitor section
    [ 5.157] (II) intel(0): Enabled output VGA1
    [ 5.157] (II) intel(0): Output HDMI1 has no monitor section
    [ 5.157] (II) intel(0): Enabled output HDMI1
    [ 5.157] (II) intel(0): Output DP1 has no monitor section
    [ 5.157] (II) intel(0): Enabled output DP1
    [ 5.157] (II) intel(0): Output HDMI2 has no monitor section
    [ 5.157] (II) intel(0): Enabled output HDMI2
    [ 5.157] (II) intel(0): Output HDMI3 has no monitor section
    [ 5.157] (II) intel(0): Enabled output HDMI3
    [ 5.157] (II) intel(0): Output DP2 has no monitor section
    [ 5.157] (II) intel(0): Enabled output DP2
    [ 5.157] (II) intel(0): Output DP3 has no monitor section
    [ 5.157] (II) intel(0): Enabled output DP3
    [ 5.157] (--) intel(0): Using a maximum size of 64x64 for hardware cursors
    [ 5.157] (II) intel(0): Output VIRTUAL1 has no monitor section
    [ 5.157] (II) intel(0): Enabled output VIRTUAL1
    [ 5.157] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
    [ 5.157] (==) intel(0): TearFree disabled
    [ 5.157] (==) intel(0): DPI set to (96, 96)
    [ 5.157] (II) Loading sub module "dri2"
    [ 5.157] (II) LoadModule: "dri2"
    [ 5.157] (II) Module "dri2" already built-in
    [ 5.157] (II) Loading sub module "present"
    [ 5.157] (II) LoadModule: "present"
    [ 5.157] (II) Module "present" already built-in
    [ 5.157] (II) UnloadModule: "modesetting"
    [ 5.157] (II) Unloading modesetting
    [ 5.157] (II) UnloadModule: "fbdev"
    [ 5.158] (II) Unloading fbdev
    [ 5.158] (II) UnloadSubModule: "fbdevhw"
    [ 5.158] (II) Unloading fbdevhw
    [ 5.158] (II) UnloadModule: "vesa"
    [ 5.158] (II) Unloading vesa
    [ 5.158] (==) Depth 24 pixmap format is 32 bpp
    [ 5.161] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    [ 5.161] (==) intel(0): Backing store enabled
    [ 5.161] (==) intel(0): Silken mouse enabled
    [ 5.162] (II) intel(0): HW Cursor enabled
    [ 5.162] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 5.163] (==) intel(0): DPMS enabled
    [ 5.163] (==) intel(0): display hotplug detection enabled
    [ 5.163] (II) intel(0): [DRI2] Setup complete
    [ 5.163] (II) intel(0): [DRI2] DRI driver: i965
    [ 5.163] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 5.163] (II) intel(0): direct rendering: DRI2 enabled
    [ 5.163] (II) intel(0): hardware support for Present enabled
    [ 5.163] (--) RandR disabled
    [ 5.227] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 5.227] (II) AIGLX: enabled GLX_ARB_create_context
    [ 5.227] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 5.227] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 5.227] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 5.227] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 5.227] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 5.227] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 5.227] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 5.227] (II) AIGLX: enabled GLX_ARB_create_context_robustness
    [ 5.227] (II) AIGLX: Loaded and initialized i965
    [ 5.227] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 5.230] (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 5.250] (II) intel(0): Setting screen physical size to 361 x 203
    [ 5.369] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 5.369] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 5.369] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 5.369] (II) LoadModule: "libinput"
    [ 5.370] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [ 5.374] (II) Module libinput: vendor="X.Org Foundation"
    [ 5.374] compiled for 1.17.1, module version = 0.10.0
    [ 5.374] Module class: X.Org XInput Driver
    [ 5.374] ABI class: X.Org XInput driver, version 21.0
    [ 5.374] (II) Using input driver 'libinput' for 'Power Button'
    [ 5.374] (**) Power Button: always reports core events
    [ 5.374] (**) Option "Device" "/dev/input/event2"
    [ 5.374] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 5.374] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 5.430] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 5.430] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 5.431] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 5.431] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 5.431] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [ 5.431] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 5.431] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
    [ 5.431] (II) Using input driver 'libinput' for 'Video Bus'
    [ 5.431] (**) Video Bus: always reports core events
    [ 5.431] (**) Option "Device" "/dev/input/event3"
    [ 5.431] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
    [ 5.431] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
    [ 5.470] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
    [ 5.470] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 5.471] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
    [ 5.471] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
    [ 5.471] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 5.471] (II) No input driver specified, ignoring this device.
    [ 5.471] (II) This device may have been added with another device file.
    [ 5.471] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 5.471] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 5.471] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
    [ 5.471] (II) Using input driver 'libinput' for 'Sleep Button'
    [ 5.471] (**) Sleep Button: always reports core events
    [ 5.471] (**) Option "Device" "/dev/input/event1"
    [ 5.472] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 5.472] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard
    [ 5.540] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
    [ 5.540] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 5.540] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 5.540] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard
    [ 5.541] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4013 (/dev/input/event5)
    [ 5.541] (**) Logitech Unifying Device. Wireless PID:4013: Applying InputClass "evdev pointer catchall"
    [ 5.541] (**) Logitech Unifying Device. Wireless PID:4013: Applying InputClass "libinput pointer catchall"
    [ 5.541] (II) Using input driver 'libinput' for 'Logitech Unifying Device. Wireless PID:4013'
    [ 5.541] (**) Logitech Unifying Device. Wireless PID:4013: always reports core events
    [ 5.541] (**) Option "Device" "/dev/input/event5"
    [ 5.542] (II) input device 'Logitech Unifying Device. Wireless PID:4013', /dev/input/event5 is tagged by udev as: Mouse
    [ 5.542] (II) input device 'Logitech Unifying Device. Wireless PID:4013', /dev/input/event5 is a pointer caps
    [ 5.610] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input6/event5"
    [ 5.610] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:4013" (type: MOUSE, id 9)
    [ 5.610] (**) Option "AccelerationScheme" "none"
    [ 5.610] (**) Logitech Unifying Device. Wireless PID:4013: (accel) selected scheme none/0
    [ 5.610] (**) Logitech Unifying Device. Wireless PID:4013: (accel) acceleration factor: 2.000
    [ 5.610] (**) Logitech Unifying Device. Wireless PID:4013: (accel) acceleration threshold: 4
    [ 5.611] (II) input device 'Logitech Unifying Device. Wireless PID:4013', /dev/input/event5 is tagged by udev as: Mouse
    [ 5.611] (II) input device 'Logitech Unifying Device. Wireless PID:4013', /dev/input/event5 is a pointer caps
    [ 5.611] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4013 (/dev/input/mouse0)
    [ 5.611] (II) No input driver specified, ignoring this device.
    [ 5.611] (II) This device may have been added with another device file.
    [ 5.612] (II) config/udev: Adding input device Integrated Camera (/dev/input/event16)
    [ 5.612] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 5.612] (**) Integrated Camera: Applying InputClass "libinput keyboard catchall"
    [ 5.612] (II) Using input driver 'libinput' for 'Integrated Camera'
    [ 5.612] (**) Integrated Camera: always reports core events
    [ 5.612] (**) Option "Device" "/dev/input/event16"
    [ 5.612] (II) input device 'Integrated Camera', /dev/input/event16 is tagged by udev as: Keyboard
    [ 5.612] (II) input device 'Integrated Camera', /dev/input/event16 is a keyboard
    [ 5.670] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input18/event16"
    [ 5.670] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 5.671] (II) input device 'Integrated Camera', /dev/input/event16 is tagged by udev as: Keyboard
    [ 5.671] (II) input device 'Integrated Camera', /dev/input/event16 is a keyboard
    [ 5.671] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 5.671] (II) No input driver specified, ignoring this device.
    [ 5.671] (II) This device may have been added with another device file.
    [ 5.672] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
    [ 5.672] (II) No input driver specified, ignoring this device.
    [ 5.672] (II) This device may have been added with another device file.
    [ 5.672] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event14)
    [ 5.672] (II) No input driver specified, ignoring this device.
    [ 5.672] (II) This device may have been added with another device file.
    [ 5.672] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
    [ 5.672] (II) No input driver specified, ignoring this device.
    [ 5.672] (II) This device may have been added with another device file.
    [ 5.673] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
    [ 5.673] (II) No input driver specified, ignoring this device.
    [ 5.673] (II) This device may have been added with another device file.
    [ 5.673] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
    [ 5.673] (II) No input driver specified, ignoring this device.
    [ 5.673] (II) This device may have been added with another device file.
    [ 5.673] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event10)
    [ 5.673] (II) No input driver specified, ignoring this device.
    [ 5.673] (II) This device may have been added with another device file.
    [ 5.674] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event9)
    [ 5.674] (II) No input driver specified, ignoring this device.
    [ 5.674] (II) This device may have been added with another device file.
    [ 5.674] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
    [ 5.674] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 5.674] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
    [ 5.674] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
    [ 5.674] (**) AT Translated Set 2 keyboard: always reports core events
    [ 5.674] (**) Option "Device" "/dev/input/event4"
    [ 5.674] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event4 is tagged by udev as: Keyboard
    [ 5.674] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event4 is a keyboard
    [ 5.760] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
    [ 5.760] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 5.760] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event4 is tagged by udev as: Keyboard
    [ 5.760] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event4 is a keyboard
    [ 5.761] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 5.761] (II) LoadModule: "synaptics"
    [ 5.761] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 5.763] (II) Module synaptics: vendor="X.Org Foundation"
    [ 5.763] compiled for 1.17.1, module version = 1.8.2
    [ 5.763] Module class: X.Org XInput Driver
    [ 5.763] ABI class: X.Org XInput driver, version 21.0
    [ 5.763] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 5.763] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 5.763] (**) Option "Device" "/dev/input/event17"
    [ 5.910] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5768 (res 65)
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5062 (res 136)
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 5.910] (**) Option "AreaBottomEdge" "82%"
    [ 5.910] (**) Option "ClickPad" "1"
    [ 5.910] (**) Option "EmulateMidButtonTime" "0"
    [ 5.910] (**) Option "VertScrollDelta" "122"
    [ 5.910] (**) Option "VertTwoFingerScroll" "1"
    [ 5.910] (**) Option "HorizTwoFingerScroll" "1"
    [ 5.910] (**) Option "TapButton1" "1"
    [ 5.910] (**) Option "TapButton2" "1"
    [ 5.910] (**) Option "TapButton3" "1"
    [ 5.910] (**) Option "PalmDetect" "1"
    [ 5.910] (**) Option "TapAndDragGesture" "1"
    [ 5.910] (**) Option "SoftButtonAreas" "5000 0 4220 0 0 0 0 0"
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 5.910] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 5.990] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event17"
    [ 5.990] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 5.990] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 5.990] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 5.990] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
    [ 5.990] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 5.990] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 5.990] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 5.990] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 5.990] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 5.991] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 5.991] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 5.991] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 5.991] (II) No input driver specified, ignoring this device.
    [ 5.991] (II) This device may have been added with another device file.
    [ 5.992] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
    [ 5.992] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 5.992] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
    [ 5.992] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
    [ 5.992] (**) ThinkPad Extra Buttons: always reports core events
    [ 5.992] (**) Option "Device" "/dev/input/event6"
    [ 5.992] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is tagged by udev as: Keyboard
    [ 5.992] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is a keyboard
    [ 6.020] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event6"
    [ 6.020] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
    [ 6.020] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is tagged by udev as: Keyboard
    [ 6.020] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is a keyboard
    [ 6.025] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
    [ 6.025] (II) No input driver specified, ignoring this device.
    [ 6.025] (II) This device may have been added with another device file.
    [ 6.025] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event14)
    [ 6.025] (II) No input driver specified, ignoring this device.
    [ 6.025] (II) This device may have been added with another device file.
    [ 6.025] (II) config/udev: removing device Integrated Camera
    [ 6.100] (II) UnloadModule: "libinput"
    [ 6.100] (II) config/udev: Adding input device Integrated Camera (/dev/input/event16)
    [ 6.100] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 6.100] (**) Integrated Camera: Applying InputClass "libinput keyboard catchall"
    [ 6.100] (II) Using input driver 'libinput' for 'Integrated Camera'
    [ 6.100] (**) Integrated Camera: always reports core events
    [ 6.100] (**) Option "Device" "/dev/input/event16"
    [ 6.101] (II) input device 'Integrated Camera', /dev/input/event16 is tagged by udev as: Keyboard
    [ 6.101] (II) input device 'Integrated Camera', /dev/input/event16 is a keyboard
    [ 6.160] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input18/event16"
    [ 6.160] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 6.160] (II) input device 'Integrated Camera', /dev/input/event16 is tagged by udev as: Keyboard
    [ 6.160] (II) input device 'Integrated Camera', /dev/input/event16 is a keyboard
    [ 6.161] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
    [ 6.161] (II) No input driver specified, ignoring this device.
    [ 6.161] (II) This device may have been added with another device file.
    [ 6.161] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
    [ 6.161] (II) No input driver specified, ignoring this device.
    [ 6.161] (II) This device may have been added with another device file.
    [ 6.162] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 6.162] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 6.162] (II) config/udev: removing device SynPS/2 Synaptics TouchPad
    [ 6.220] (II) UnloadModule: "synaptics"
    [ 6.220] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 6.220] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 6.220] (**) Option "Device" "/dev/input/event17"
    [ 6.360] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5768 (res 65)
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5062 (res 136)
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 6.360] (**) Option "AreaBottomEdge" "82%"
    [ 6.360] (**) Option "ClickPad" "1"
    [ 6.360] (**) Option "EmulateMidButtonTime" "0"
    [ 6.360] (**) Option "VertScrollDelta" "122"
    [ 6.360] (**) Option "VertTwoFingerScroll" "1"
    [ 6.360] (**) Option "HorizTwoFingerScroll" "1"
    [ 6.360] (**) Option "TapButton1" "1"
    [ 6.360] (**) Option "TapButton2" "1"
    [ 6.360] (**) Option "TapButton3" "1"
    [ 6.360] (**) Option "PalmDetect" "1"
    [ 6.360] (**) Option "TapAndDragGesture" "1"
    [ 6.360] (**) Option "SoftButtonAreas" "5000 0 4220 0 0 0 0 0"
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 6.360] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 6.420] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event17"
    [ 6.420] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 6.420] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 6.420] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 6.420] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
    [ 6.420] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 6.420] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 6.420] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 6.420] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 6.420] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 6.960] (II) UnloadModule: "synaptics"
    [ 6.960] (II) UnloadModule: "libinput"
    [ 6.960] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 7.745] (II) Server terminated successfully (0). Closing log file.
    My kdm.log reports an issue with dbus:
    Note that your system uses syslog. All of kdm's internally generated messages
    (i.e., not from libraries and external programs/scripts it uses) go to the
    daemon.* syslog facility; check your syslog configuration to find out to which
    file(s) it is logged. PAM logs messages related to authentication to authpriv.*.
    klauncher(331) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(325)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(325)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(319) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(313)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(313)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1028) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1022)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1022)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1623) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1617)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1617)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(319) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(313)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(313)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(381) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(375)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(375)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(384) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(378)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(378)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(441) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(417)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(417)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(444) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(420)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(420)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(459) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(446)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(446)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(453) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(441)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(441)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(678) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(672)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(672)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(534) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(516)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(516)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(711) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(705)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(705)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(775) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(757)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(757)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(793) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(775)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(775)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(764) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(740)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(740)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(702) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(692)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(692)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(727) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(713)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(713)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(781) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(757)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(757)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(759) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(747)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(747)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(685) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(679)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(679)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(766) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(748)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(748)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(703) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(692)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(692)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(753) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(735)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(735)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1230) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1224)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1224)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(727) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(707)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(707)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(757) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(743)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(743)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(766) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(748)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(748)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(695) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(689)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(689)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(733) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(727)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(727)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(773) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(755)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(755)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(771) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(753)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(753)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    klauncher(709) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(699)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(699)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    klauncher(760) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(740)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(740)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    klauncher(780) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(762)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(762)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    klauncher(721) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(715)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(715)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(721) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(715)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(715)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(707) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(701)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(701)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(772) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(760)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(760)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(761) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(740)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(740)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(753) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(735)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(735)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(773) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(761)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(761)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(831) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(819)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(819)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(759) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(726)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(726)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(961) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(944)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(944)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(775) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(765)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(765)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(779) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(771)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(771)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1012) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1006)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1006)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(872) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(859)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(859)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(888) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(866)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(866)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1179) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1165)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1165)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(909) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(899)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(899)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(926) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(920)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(920)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(910) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(899)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(899)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(911) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(900)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(900)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(924) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(911)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(911)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(951) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(925)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(925)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(931) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(917)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(917)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(931) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(917)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(917)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(903) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(893)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(893)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(857) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(834)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(834)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(710) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(700)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(700)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(720) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(708)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(708)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(752) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(730)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(730)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    klauncher(709) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(701)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(701)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (EE) client bug: Invalid path /dev/input/event18
    [dix] couldn't enable device 14
    (II) Server terminated successfully (0). Closing log file.
    klauncher(763) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(738)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(738)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(752) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(730)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(730)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(752) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(730)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(730)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(766) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(744)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(744)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    klauncher(725) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(698)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(698)/kdecore (K*TimeZone*): No time zone information

    snoopyddogg wrote:startx starts TWM
    Can you start KDE using `startx` if you set up ~/.xinitrc correctly?
    https://wiki.archlinux.org/index.php/Xinitrc
    https://wiki.archlinux.org/index.php/Pl … ng_xinitrc

Maybe you are looking for