Failed to create task or type source2wsdd

Hi,
I am trying to run the sample code for webservice that i got from the net.I am new to webservice.When i try to run the build file,i got the
below given error.
***Buildfile: C:\WS\test\tutorial\sample10\build.xml**z*
***clean:***
***[delete] Deleting directory C:\tmp\output***
***[delete] Deleting directory C:\tmp\client_classes***
***init:***
***setup:***
***[mkdir] Created dir: C:\tmp\output***
***[mkdir] Created dir: C:\tmp\output\WEB-INF\classes***
***[mkdir] Created dir: C:\tmp\output\WEB-INF\lib***
***[mkdir] Created dir: C:\tmp\client_classes***
***ejb.build:***
***init:***
***compile.server:***
***[javac] Compiling 4 source files to C:\tmp\output***
***[copy] Copying 1 file to C:\tmp\output\META-INF***
***[copy] Copying 1 file to C:\tmp\output\META-INF***
***[jar] Building jar: C:\WS\test\tutorial\sample10\PRE_HelloWorldService.jar***
***[java] DEPRECATED: The weblogic.ejbc compiler is deprecated and will be removed in a future version of WebLogic Server. Please use weblogic.appc instead.***
***[java] ejbc successful.***
***[delete] Deleting: C:\WS\test\tutorial\sample10\PRE_HelloWorldService.jar***
***[delete] Deleting directory C:\tmp\output***
***webservice.build:***
***[copy] Copying 1 file to C:\tmp\output\WEB-INF\lib***
***webss.build:***
***webss.check:***
***[autotype] Autotyping for javaComponents tutorial.sample10.HelloWorldService***
***[autotype] Note: C:\tmp\output\WEB-INF\classes\tutorial\sample10\WorldCodec.java uses or overrides a deprecated API.***
***[autotype] Note: Recompile with -Xlint:deprecation for details.***
***BUILD FAILED***
***C:\WS\test\tutorial\sample10\build.xml:100: The following error occurred while executing this line:***
***C:\WS\test\tutorial\sample10\build-webss.xml:19: Problem: failed to create task or type source2wsdd***
***Cause: The name is undefined.***
***Action: Check the spelling.***
***Action: Check that any custom tasks/types have been declared.***
***Action: Check that any <presetdef>/<macrodef> declarations have taken place.***
***Total time: 9 seconds***
Here is the code for generating the wsdl file.
<source2wsdd description="create web service descriptor and wsdl from source file"
javaSource="${webss.service.source}"
ddFile="${webss.output.dir}/WEB-INF/web-services.xml"
typesInfo="${webss.output.dir}/WEB-INF/classes/types.xml"
serviceURI="${webss.service.url}"
ejbLink="${webss.ejb.link}"
wsdlFile="${webss.output.dir}/${webss.service.name}.wsdl">
*               <classpath>*
*                    <pathelement location="C:/bea/weblogic92/server/lib/webserviceclient.jar" />*
*                    <pathelement location="C:/bea/weblogic92/server/lib/webservices.jar" />*
*                    <pathelement location="${weblogic.jar}" />*
*                    <pathelement location="${webss.output.dir}/WEB-INF/classes" />*
*                    <pathelement location="${webss.output.dir}/WEB-INF/lib/${webss.service.name}.jar" />*
*                    <pathelement path="${java.class.path}" />*
*               </classpath>*
*          </source2wsdd>*
Can any one help on this issue please?
Thanks in Advance,
Vel.

Well, just reading the output reveals
D:\Jdev11120\Middleware\jdeveloper\ant\libTimo

Similar Messages

  • Problem: failed to create task or type nb-copyliblets Cause: The name is undefined.

    I imported TestIMletListener.zip into netbeans, tried to run the project and got this error:
    C:\[user name]\Documents\NetBeansProjects\TestIMletListener\nbproject\build-impl.xml:468: Problem: failed to create task or type nb-copyliblets
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    BUILD FAILED (total time: 1 second)
    Any idea what went wrong?

    Hello user12608886,
    have a look on this answer. Re: homework review. You can click on the link (in the Netbeans output window) and comment the line out.
    cheers
    Frank

  • Could not create task or type of type: validateTask

    While writing a master Ant script which calls the build.xml of individual BPEL processes, the following exception is thrown.
    validateTask:
    [echo]
    [echo] -------------------------------------------------------------
    [echo] | Validating workflow
    [echo] -------------------------------------------------------------
    [echo]
    <process name>: The following error occurred while executing this line:
    <build file>:210: The following error occurred while executing this line:
    <build file>:49: Could not create task or type of type: validateTask.
    Ant could not find the task or a class this task relies upon.
    I have tried the following options;
    1.) The same build.xml is successfully compiled when executed from JDeveloper
    2.) Both Ant versions are one and the same (Apache Ant 1.7.0)
    3.) Oracle_home points to the SOA installation folder
    4.) Appropriate classpath is set
    I am unable to drill down on this issue further. Is there any small setting (like additional classpaths, oracle_home etc..) that I am missing out here? or is there a jar file that is required by the external Ant builder to execute the <validateTask> and other custom bpel ant tasks?
    Any help would be greatly appreciated.
    Thanks!
    Regards,
    Sathya

    Hi James,
    Let me clear this again. Whenever i try to compile the build.xml of a BPEL process in JDeveloper IDE, I am able to do so without any issues. However, when i try to execute or call the build.xml from a command prompt, I am facing the following error. The "validateTask" ant task is the first task and I dont think that has anything to do with the connection settings as this task will get executed the first in any BPEL process even before <bpelc> (Compilation) or <deployProcess> (deployment) tasks.
    I think I am missing some classpath/libraries/ant settings required for calling the build.xml externally.
    Any help would be greatly appreciated. Thanks!
    Regards,
    Sathya

  • Failed to create an IDataAdapter object. This provider may not be fully supported with the Execute SQL Task

    I executed a simple query inside an execute SQL task - 
    SELECT col1, col2
    from thetable
    where code = ?
    order by id asc
    Exec sql task - ADO.NET connection
    parameter "code" is an int32 in SSIS and int32 in parameter mapping of exec sql task.
    It works fine in SQL server, but in SSIS it causes the error - 
    [Execute SQL Task] Error: Executing the query "SELECT col1, col2
    from thet..." failed with the following error: "Failed to create an IDataAdapter object. This provider may not be fully supported with the Execute SQL Task. Error message 'Incorrect syntax near '?'.'.". Possible failure reasons: Problems with
    the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
    How do I fix this error ? 

    Thanks. I think it was sqlclient. I changed it to OLEDB to avoid that issue. Btw, what is this "provider" ?
    Hi blastoSO,
    To check which provider is used by the current ADO.NET Connection Manager, you can open the “Configure ADO.NET Connection Manager” window, and check the “Managed Provider” option of each Data connection.
    In an Execute SQL Task, if the managed provider is “System.Data.SqlClient”, we should use the rule for the ADO.NET connection type in the following table. If the managed provider is “System.Data.Oledb” or “System.Data.Odbc”, it actually uses the OLE DB provider
    or ODBC provider, so we should use the rule for the OLE DB or OBC rule in the following table:
    Reference:
    http://technet.microsoft.com/en-us/library/cc280502.aspx
    Regards,
    Mike Yin
    TechNet Community Support

  • Create Task Sequence Media Wizard Fails

    When attempting to create a bootable media for a task sequence I get the error: Media creation failed with the error message: A required privilege is not held by the client.  Refer to createTSMedia.log file to find more details.  Upon looking in
    this log file I see the following in red: 
    Unable to apply (0x80070522)
    Closing image file C:\Users\sccmadmin\AppData\Local\Temp\_tsmedia_7156\Cache\LSA00022\WinPE.LSA00022.wim
    Failed to create media generator (0x80070522)
    CreateTsMedia failed with error 0x80070522, details=''
    Media creation process that was started from Admin Console completed.
    CreateMedia.exe finished with error code 80070522
    I get this error with trying to create an iso as well as trying to create a bootable USB drive.
    The SCCM Console was started with admin privileges.  I get this same error trying it on the console installed on my workstation and the console installed on the sccm server.  I am a local administrator on my workstation and sccm console.  I
    recall successfully creating media before but for some reason this doesn't work any longer and I am not sure what changed. 
    SCCM Server: OS and SCCM version are 2012 R2
    Workstation: Windows 7 pro

    OK, I would explain the symptoms you have as you have shown at the beginning of this post, explain the difference in policies between the Dev and Prod boxes. Ask that they create a temporary policy to add the default setting of Administrators back
    in for you to do some testing.
    I am guessing as this is applied to your servers and workstations, based on what you have said, that this setting resides in your Default Domain Policy GPO. Which is possibly the exact issue that Hai Deep had in the post Jórgen posted here
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/83b11a23-24ec-46b1-9a5f-52d335dc92b5/unable-to-create-task-sequence-media-privilege-not-held-by-client?forum=configmgrosd
    The above post also says it was a user right which caused the issue, so there is a fair amount of justification to apply the test.
    Is your Dev instance in the same Domain or is it a completely separate lab?
    let me know if you have issues, 
    Thanks,

  • Create task sequence media fail. User must be local admin on DP's

    We've been running into this error recently:
    Failed to open to WMI namespace '\\DP-01.DOMAIN.COM\root\default' (80070005)
    CreateTsMedia 5/29/2014 1:24:08 PM
    11196 (0x2BBC)
    Unable to open WMI namespace '\\DP-01.DOMAIN.COM\root\default' (0x80070005)
    CreateTsMedia 5/29/2014 1:24:08 PM
    11196 (0x2BBC)
    Failed to connect to namespace 'root\default' needed to read remote registry values. The user who creates media has to be local administrator on remote DP on 'DP-01.DOMAIN.COM' which contains media content.
    CreateTsMedia 5/29/2014 1:24:08 PM
    11196 (0x2BBC)
    The "fix" right now is to add the user needing to create task sequence media to the local admins group on the DP, which isn't necessarily ideal.
    Has anyone else run into this?  We create TS media every so often, so this could have started around the April timeframe.  We have not changed any roles or rights on the servers, no new GPO's, no role / rights changes within SCCM etc.  Only
    'changes' have been the normal critical & security updates that all workstations & servers receive.

    The majority of th time I have seen this error is when the drive you are imaging is in the wrong format.   try it by cleaning the drive just before you start the image by doing F8 and running diskpart.   This worked every time when deploying
    win7, other problem I have had is when deploying win8 and not setting the BIOS to UEFI.
    Hope one of these works for you.
    Peyia1 ID

  • Create Prestaged Media task sequence fail - Failed to mount WIM file (0x80070002) & Failed to create media (0x80070002)

    Hi there
    Experiencing an OSD task sequence failure.
    The failure messages at the end are:
    Failed to mount WIM file (0x80070002)
    Failed to create media (0x80070002)
    Have looked into this, however 0x80070002 appears to be a generic error code which can cover a variety of problems.
    One thing I'm not sure about at all is the CreateTempDirectory process. I'm not sure about this because the Temp Directory it creates is, according to Task32, stored in a cached profile which no longer exists on the machine I'm running the SCCM console from.
    Could this be a problem?
    Looking at the CreateTSmedia.log via task32, these lines are viewable:
    CreateTSMedia
    Requested output path: C:\temp
    CreateTempDirectory
    Temp Directory C:\DOCUME~1\PROFILE~1\LOCALS~1\Temp\_tsmedia_1612 created
    That path cannot exist because that profile is no longer present on the machine - so where exactly is the task sequence storing these temp files??
    Can someone confirm if this Temp Directory path is vital to the task sequence successfully completing or not, and if it IS important how to set the Temp Directory?
    Thank
    John

    Ok, can rule out the issue with Temp Directory path. 
    Uninstalled SCCM admin console, defined new temp and tmp folders in env var, installed SCCM admin console, started another PreStage media job, failed again with same errors.
    Failed to mount WIM file 0x80070002
    Failed to create media 0x80070002
    CreatTSMedia failed with error 0x80070002 details MediaGenerator 
    Can't figure out what 'The system cannot find the file specified' means, the temp files are clearly being created during the media creation process and I have local administrator rights to the machine I am using.
    John

  • IMPDP Help needed please...ORA-39083: Object type PROCOBJ failed to create

    OS=Win2003
    DB=10gR2
    Version = 102.0.4
    Hi,
    I am running a impdp on a 30gb file and well it seems to have gone fine (much faster then it normally does to be honest), but towards the end it fails, and when researching this error, it seems to be very vague and I was wondering if someone can help me. Below is the log, but I have taken parts out of it that are not relevant.
    Import: Release 10.2.0.4.0 - Production on Wednesday, 16 April, 2008 15:22:18
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."IMPGEMDEV041608" successfully loaded/unloaded
    Starting "SYSTEM"."IMPGEMDEV041608": system/********@iworksdb directory=DATA_PUMP_DIR dumpfile=expdpgemdev.dmp job_name=impgemdev041608 TABLE_EXISTS_ACTION=APPEND SCHEMAS=GEMDEV LOGFILE=IMPIWORKS_BOON.log REMAP_SCHEMA=GEMDEV:IWORKS REMAP_TABLESPACE=IWORKS_INDEX:IWORKS_IDX REMAP_TABLESPACE=IWORKS_IOT:IWORKS_IDX REMAP_TABLESPACE=IWORKS_TABLES:IWORKS_TABLES EXCLUDE=GRANT exclude=statistics STREAMS_CONFIGURATION=N
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"IWORKS" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
    ORA-31684: Object type TYPE:"IWORKS"."T_NUMBER_TAB" already exists
    ORA-31684: Object type TYPE:"IWORKS"."T_VARCHAR2_TAB" already exists
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    ORA-39152: Table "IWORKS"."SYS_TOKENTYPE" exists. Data will be appended to existing table but all dependent metadata will be skipped due to table_exists_action of append
    ORA-31684: Object type PACKAGE:"IWORKS"."CONT_FEE_DEF_UC" already exists
    ORA-31684: Object type PACKAGE:"IWORKS"."COPAYCALCFLAG" already exists
    ORA-31684: Object type VIEW:"IWORKS"."VWTREE" already exists
    ORA-31684: Object type VIEW:"IWORKS"."V_ROUTE_DTL_GROUP" already exists
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/FUNCTIONAL_AND_BITMAP/INDEX
    Processing object type SCHEMA_EXPORT/POST_SCHEMA/PROCOBJ
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-06550: line 2, column 11:
    PLS-00103: Encountered the symbol "VARCHAR2" when expecting one of the following:
    := . ( @ % ;
    The symbol ":=" was substituted for "VARCHAR2" to continue.
    ORA-06550: line 3, column 12:
    PLS-00103: Encountered the symbol "VARCHAR2" when expecting one of the following:
    := . ( @ % ;
    The symbol ":=" was substituted for "VARCHAR2" to continue.
    ORA-06550: line 4, column 19:
    PLS-00103: Encountered the symbol "VARCHAR
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-06550: line 6, column 16:
    PLS-00103: Encountered the symbol "RAYSQLACCESS9889405" when expecting one of the following:
    * & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between || multiset member SUBMULTISET_
    The symbol "* was inserted before "RAYSQLACCESS9889405" to continue.
    ORA-06550: line 7, column 17:
    PLS-00103: Encountered the symbol "SQL" when expectin
    Job "SYSTEM"."IMPGEMDEV041608" completed with 2831 error(s) at 15:30:37
    Any help will be much appreciated

    I can not seem to find any object named PROCOBJ.
    As for the object called RAYSQLACCESS9889405...no idea what this is.
    I checked the source for any invalid objects and none.

  • ORA-39083: Object type TRIGGER failed to create with error:

    i m getting these two error when i import data using impdp.
    ORA-39083: Object type TRIGGER failed to create with error:
    ORA-00942: table or view does not exist
    i have exported (expdp) data from production db, when i importing (impdp) the dump file to the test db i m geting the above two errors.
    example:
    ORA-39083: Object type TRIGGER failed to create with error:
    ORA-00942: table or view does not exist
    Failing sql is:
    CREATE TRIGGER "NEEDLE"."CC_BCK_TRG" BEFORE INSERT OR UPDATE
    ON NIIL.cc_bck_mgmt REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW
    DECLARE
    w_date DATE;
    w_user VARCHAR2(10);
    BEGIN
    SELECT USER,SYSDATE INTO w_user,w_date FROM DUAL;
    IF INSERTING THEN
    :NEW.cretuser :=w_user;
    :NEW.cretdate :=w_date;
    END IF;
    IF UPDATING THEN
    :NEW.modiuser :=w_user;
    :NEW.modidate :=w_date;
    END IF;
    END;
    status of the above trigger in pro db is valid. and source table also exist even though i m getting error when i import
    please suggest me...

    perhaps you don't have table... (impdp created trigger before create table)
    check about "NIIL.cc_bck_mgmt" table.
    and then create it (trigger) manual ;)
    Good Luck.

  • Sharepoint server 2013 configuration issue - failed to create configuration database

    Hi All,
    I have installed the SharePoint server 2013. After installing the SharePoint products, the configuration stops at failure of creating configuration database.
    Some system configuration & info:
    - 1 Domain controller server run Active Directory services on Windows server 2008 R2 SP1 (PC1 with name DC.Brainfiniti.com)
    - 1 Server which is used for installing Sharepoint server 2013 and MS SQL server 2008 R2 SP1 (PC2 with name App.Brainfiniti.com)
    - All of PCs were satisfied the requirement of Sharepoint server 2013
    - Firewall turned off & No antivirus tool was installed.
    - During installing of Sharepoint, choose "Complete" option: Farm mode and use SQL Server instead of SQL Express.
    - During configuration, created a new farm with a domain user account.
    - Use domain account to log on and install, configure in Sharepoint & SQL server (PC2)
    ATTEMPTS:
    1. Tried install and set up all of steps with just 1 account - domain administrator.
    2. Tried with separate domain account:
    - SQL Service account use for:
    + Install SQL server 2008
    + Connect all SQL services
    + Admin for SQL server
    - Setup account use for:
    + Member of local administrator group in PC2
    + Install Sharepoint
    + Run Configuration wizard
    + Was granted permission in SQL database: dbcreator, securityadmin, sysadmin and deselect serveradmin role.
    + Was choose for the database account in configuration database step
    Also tried with SQL service account in this step.
    3. Tried with Standalone mode for Sharepoint installing
    4. Trie with domain name: Brainfiniti.local
    5. Tried with some another solution from topic relate to database configuration in our community but not successful.
    But all attempts are failed at this configuration database step :'(
    Please correct me if I am going wrong by missing something or do I need to start/install some services.
    Screenshot Attached
    Sorry! Cannot add screenshot because my account is still not verified. Will add later.
    LOG ENTRY:
    01/23/2013 06:58:28  1  INF        Entering function CreateCentralAdministrationSiteForm.CreateCentralAdministrationSiteFormInitializeBeforeShow
    01/23/2013 06:58:28  1  INF          Found a task by the name of adminvs in the task collection
    01/23/2013 06:58:28  1  INF          Entering function TaskCommon.GenerateRandomUnUsedPort
    01/23/2013 06:58:28  1  INF            Entering function TaskCommon.EnsureIIs
    01/23/2013 06:58:28  1  INF              Entering function PreRequisiteChecks.IsIisInstalled
    01/23/2013 06:58:28  1  INF                Entering function PreRequisiteChecks.IsRightVersionOfIis
    01/23/2013 06:58:28  1  INF                  Version of IIS is 7
    01/23/2013 06:58:28  1  INF                Leaving function PreRequisiteChecks.IsRightVersionOfIis
    01/23/2013 06:58:28  1  INF              Leaving function PreRequisiteChecks.IsIisInstalled
    01/23/2013 06:58:28  1  INF              Entering function PreRequisiteChecks.IsRightVersionOfIis
    01/23/2013 06:58:28  1  INF                Version of IIS is 7
    01/23/2013 06:58:28  1  INF              Leaving function PreRequisiteChecks.IsRightVersionOfIis
    01/23/2013 06:58:28  1  INF              Entering function ServiceHelper.Start
    01/23/2013 06:58:28  1  INF                Trying to start service W3SVC and waiting 180 sec to do so
    01/23/2013 06:58:28  1  INF                service W3SVC is Running, nothing to do
    01/23/2013 06:58:28  1  INF                starting service W3SVC (it may already be started)
    01/23/2013 06:58:28  1  INF              Leaving function ServiceHelper.Start
    01/23/2013 06:58:28  1  INF            Leaving function TaskCommon.EnsureIIs
    01/23/2013 06:58:28  1  INF            Trying to see if port 40993 is free on machine APP.  Min port we will try is 1024, Max port we will try is 49151
    01/23/2013 06:58:30  1  INF            A SocketException was thrown with
    SocketError ConnectionRefused
    01/23/2013 06:58:30  1  INF            Connect has been refused for port 40993, so we will consider this a free port
    01/23/2013 06:58:30  1  INF            Have not found a free port yet.  Number of tries is 1.  Min port we will try is 1024, Max port we will try is 49151
    01/23/2013 06:58:30  1  INF            Adding port 40993 to the exclusion list so it is not chosen again during this run
    01/23/2013 06:58:30  1  INF          Leaving function TaskCommon.GenerateRandomUnUsedPort
    01/23/2013 06:58:30  1  INF        Leaving function CreateCentralAdministrationSiteForm.CreateCentralAdministrationSiteFormInitializeBeforeShow
    I just post a part of its logs which contain "error" string because it's too long.
    According this log, there is a error in port connection but i've turned firewall off ???
    Please help me with this mix up :'(
    p/s: sorry for my English!
    Thanks,
    Hien Hoang

    Below is the logs entry with "ERR" marked line:
    01/23/2013 07:03:17  9  INF                    Now joining to farm at server app.brainfiniti.com database SharePoint_Config
    01/23/2013 07:04:12  9  ERR                    Task configdb has failed with an unknown exception
    01/23/2013 07:04:12  9  ERR                    Exception: System.Security.Principal.IdentityNotMappedException: Some or all identity references could not
    be translated.
       at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.NTAccount.Translate(Type targetType)
       at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
       at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceCertificate.ProvisionLocal()
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceApplication.ProvisionLocal(SPServiceInstance serviceInstance)
       at Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Provision()
       at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    01/23/2013 07:04:12  9  INF                    Entering function Common.BuildExceptionMessage
    01/23/2013 07:04:12  9  INF                      Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                        Resource id to be retrieved is ExceptionInfo for language English (United States)
    01/23/2013 07:04:12  9  INF                        Resource retrieved id ExceptionInfo is An exception of type {0} was thrown. 
    Additional exception information: {1}
    01/23/2013 07:04:12  9  INF                      Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                    Leaving function Common.BuildExceptionMessage
    01/23/2013 07:04:12  9  INF                    Entering function Common.BuildExceptionInformation
    01/23/2013 07:04:12  9  INF                      Entering function Common.BuildExceptionMessage
    01/23/2013 07:04:12  9  INF                        Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                          Resource id to be retrieved is ExceptionInfo for language English (United
    States)
    01/23/2013 07:04:12  9  INF                          Resource retrieved id ExceptionInfo is An exception of type {0} was thrown. 
    Additional exception information: {1}
    01/23/2013 07:04:12  9  INF                        Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                      Leaving function Common.BuildExceptionMessage
    01/23/2013 07:04:12  9  INF                    Leaving function Common.BuildExceptionInformation
    01/23/2013 07:04:12  9  ERR                    An exception of type System.Security.Principal.IdentityNotMappedException was thrown.  Additional exception
    information: Some or all identity references could not be translated.
    System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
       at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.NTAccount.Translate(Type targetType)
       at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
       at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceCertificate.ProvisionLocal()
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceApplication.ProvisionLocal(SPServiceInstance serviceInstance)
       at Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Provision()
       at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    01/23/2013 07:04:12  9  INF                    Entering function Common.BuildExceptionInformation
    01/23/2013 07:04:12  9  INF                    Entering function TaskBase.OnTaskStop
    01/23/2013 07:04:12  9  INF                      Creating the OnTaskStop event for task configdb
    01/23/2013 07:04:12  9  ERR                      Task configdb has failed
    01/23/2013 07:04:12  9  INF                      friendlyMessage for task configdb is An exception of type System.Security.Principal.IdentityNotMappedException
    was thrown.  Additional exception information: Some or all identity references could not be translated.
    01/23/2013 07:04:12  9  INF                      debugMessage for task configdb is An exception of type System.Security.Principal.IdentityNotMappedException
    was thrown.  Additional exception information: Some or all identity references could not be translated.
    System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
       at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.NTAccount.Translate(Type targetType)
       at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
       at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceCertificate.ProvisionLocal()
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceApplication.ProvisionLocal(SPServiceInstance serviceInstance)
       at Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Provision()
       at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    01/23/2013 07:04:12  9  INF                      Entering function TaskBase.FireTaskStateChanged
    01/23/2013 07:04:12  9  INF                        Firing the OnTaskStateChanged event for task configdb
    01/23/2013 07:04:12  9  INF                        Entering function TaskDriver.TaskStateEventHandler
    01/23/2013 07:04:12  9  INF                          Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                            Resource id to be retrieved is ConfigurationDatabaseTaskDisplayName
    for language English (United States)
    01/23/2013 07:04:12  9  INF                            Resource retrieved id ConfigurationDatabaseTaskDisplayName
    is configuration database
    01/23/2013 07:04:12  9  INF                          Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                          Received an TaskStateEventHandler event.  task:configdb TaskBase.State:stopped
    01/23/2013 07:04:12  9  INF                          Entering function TasksQueue.IncrementTaskFailed
    01/23/2013 07:04:12  9  INF                            Incremented the number of tasks failed to 1
    01/23/2013 07:04:12  9  INF                          Leaving function TasksQueue.IncrementTaskFailed
    01/23/2013 07:04:12  9  INF                          Task configdb has stopped and failed.  Total failed is now 1
    01/23/2013 07:04:12  9  INF                        Leaving function TaskDriver.TaskStateEventHandler
    01/23/2013 07:04:12  9  INF                        Entering function PsconfigBaseForm.TaskStateEventHandler
    01/23/2013 07:04:12  9  INF                          Invoking the UI thread with the task state chagne event
    01/23/2013 07:04:12  1  INF                          Entering function ConfigurationProgressForm.InvokeTaskStateEventHandler
    01/23/2013 07:04:12  1  INF                            Received an TaskStateEventHandler event.  task:configdb
    TaskBase.State:stopped TaskBase.TaskResultconfigdb
    01/23/2013 07:04:12  1  INF                            Acquiring the reader lock to retrieve the state
    01/23/2013 07:04:12  1  INF                            Releasing the reader lock to retrieve the state
    01/23/2013 07:04:12  1  INF                            Acquiring the reader lock to retrieve the state
    01/23/2013 07:04:12  1  INF                            Releasing the reader lock to retrieve the state
    01/23/2013 07:04:12  1  ERR                            Task configdb has stopped and failed.  Total failed
    is now 1
    01/23/2013 07:04:12  1  INF                            Entering function Command.this[string key]
    01/23/2013 07:04:12  1  INF                              Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                                Found value in collection for key
    disconnect
    01/23/2013 07:04:12  1  INF                              Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                              Found parameter disconnect in collection
    01/23/2013 07:04:12  1  INF                            Leaving function Command.this[string key]
    01/23/2013 07:04:12  1  INF                            Entering function Command.this[string key]
    01/23/2013 07:04:12  1  INF                              Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                                Found value in collection for key
    connect
    01/23/2013 07:04:12  1  INF                              Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                              Found parameter connect in collection
    01/23/2013 07:04:12  1  INF                            Leaving function Command.this[string key]
    01/23/2013 07:04:12  1  INF                            Entering function Command.this[string key]
    01/23/2013 07:04:12  1  INF                              Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                                Found value in collection for key
    create
    01/23/2013 07:04:12  1  INF                              Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                              Found parameter create in collection
    01/23/2013 07:04:12  1  INF                            Leaving function Command.this[string key]
    01/23/2013 07:04:12  1  INF                            Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  1  INF                              Resource id to be retrieved is ConfigurationDatabaseTaskCreateFailConfigDisplayLabel
    for language English (United States)
    01/23/2013 07:04:12  1  INF                              Resource retrieved id ConfigurationDatabaseTaskCreateFailConfigDisplayLabel
    is Failed to create the configuration database.
    01/23/2013 07:04:12  1  INF                            Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  1  INF                            Updating the task label below the progress bar Failed to
    create the configuration database.
    01/23/2013 07:04:12  1  INF                            Entering function FormParameterCollection.Add
    01/23/2013 07:04:12  1  INF                            Leaving function FormParameterCollection.Add
    01/23/2013 07:04:12  1  INF                            Last message from task configdb is An exception of type System.Security.Principal.IdentityNotMappedException
    was thrown.  Additional exception information: Some or all identity references could not be translated.
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Updating the task additional notification information below
    the progress bar An exception of type System.Security.Principal.IdentityNotMappedException was thrown.  Additional exception information: Some or all identity references could not be translated.
    01/23/2013 07:04:12  1  INF                          Leaving function ConfigurationProgressForm.InvokeTaskStateEventHandler
    01/23/2013 07:04:12  9  INF                          Sleeping an extra 1 ms so things don't go too fast for the user for this
    task
    01/23/2013 07:04:12  1  INF                          Not running in high contrast, so we will paint the background with our
    trademarked image
    01/23/2013 07:04:12  9  INF                        Leaving function PsconfigBaseForm.TaskStateEventHandler
    01/23/2013 07:04:12  9  INF                      Leaving function TaskBase.FireTaskStateChanged
    01/23/2013 07:04:12  9  INF                    Leaving function TaskBase.OnTaskStop
    01/23/2013 07:04:12  9  INF                  Leaving function TaskThread.ExecuteTask
    01/23/2013 07:04:12  4  INF                  Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  4  INF                    Resource id to be retrieved is ConfigurationDatabaseTaskDisplayName for language English (United States)
    01/23/2013 07:04:12  4  INF                    Resource retrieved id ConfigurationDatabaseTaskDisplayName is configuration database
    01/23/2013 07:04:12  4  INF                  Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  4  ERR                  Task configuration database failed, so stopping execution of the engine
    01/23/2013 07:04:12  4  INF                  Entering function Command.this[string key]
    01/23/2013 07:04:12  4  INF                    Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                      Found value in collection for key disconnect
    01/23/2013 07:04:12  4  INF                    Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                    Found parameter disconnect in collection
    01/23/2013 07:04:12  4  INF                  Leaving function Command.this[string key]
    01/23/2013 07:04:12  4  INF                  Entering function Command.this[string key]
    01/23/2013 07:04:12  4  INF                    Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                      Found value in collection for key connect
    01/23/2013 07:04:12  4  INF                    Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                    Found parameter connect in collection
    01/23/2013 07:04:12  4  INF                  Leaving function Command.this[string key]
    01/23/2013 07:04:12  4  INF                  Entering function Command.this[string key]
    01/23/2013 07:04:12  4  INF                    Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                      Found value in collection for key create
    01/23/2013 07:04:12  4  INF                    Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                    Found parameter create in collection
    01/23/2013 07:04:12  4  INF                  Leaving function Command.this[string key]
    01/23/2013 07:04:12  4  INF                  Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  4  INF                    Resource id to be retrieved is ConfigurationDatabaseTaskCreateFailConfigDisplayLabel for language English
    (United States)
    01/23/2013 07:04:12  4  INF                    Resource retrieved id ConfigurationDatabaseTaskCreateFailConfigDisplayLabel is Failed to create the configuration
    database.
    01/23/2013 07:04:12  4  INF                  Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  4  ERR                  Failed to create the configuration database.
    An exception of type System.Security.Principal.IdentityNotMappedException was thrown.  Additional exception information: Some or all identity references could not be translated.
    System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
       at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.NTAccount.Translate(Type targetType)
       at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
       at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceCertificate.ProvisionLocal()
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceApplication.ProvisionLocal(SPServiceInstance serviceInstance)
       at Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Provision()
       at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    01/23/2013 07:04:12  4  INF                  Entering function TaskDriver.NotifyTaskSummary

  • WDRuntimeException : Failed to create delegate for component

    Hi Friends,
    I encountered the following error while deploying the application to local DC. Actually, i'm trying to create a new view 'HCFileUploadView' in the existing application.
    An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Hide details
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4011.00.0000.20050217164947.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:49:12[UTC], changelist=329752, host=PWDFM026)
    Web Dynpro code generators of DC local/CRRSRatingWDP:
    SapDictionaryGenerationCore: 6.4011.00.0000.20050127161623.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:34:47[UTC], changelist=324383, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4011.00.0000.20050121170001.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:38:14[UTC], changelist=322883, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4011.00.0000.20050121165648.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:28:49[UTC], changelist=322878, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4011.00.0000.20050217164947.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:53:22[UTC], changelist=329752, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4011.00.0000.20050217164947.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:53:22[UTC], changelist=329752, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4011.00.0000.20041104141254.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:28:00[UTC], changelist=298452, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4011.00.0000.20050215134310.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:42:02[UTC], changelist=329103, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4011.00.0000.20040609163924.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:32:12[UTC], changelist=253570, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4011.00.0000.20050121165648.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:28:59[UTC], changelist=322878, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4011.00.0000.20050215134310.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:42:32[UTC], changelist=329103, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_06-b03, vendor: Sun Microsystems Inc.
    Operating system:
    Windows XP, version: 5.1, architecture: x86
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.mbb.crrs.web.webdynpro.component.DefaultRatingController. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:38)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doInit(ClientComponent.java:775)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:329)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:349)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:599)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:391)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
         ... 26 more
    Caused by: java.lang.ExceptionInInitializerError
         at com.mbb.crrs.web.webdynpro.component.wdp.InternalDefaultRatingController.<init>(InternalDefaultRatingController.java:192)
         ... 31 more
    Caused by: com.mbb.crrs.common.exceptions.ApplicationConfigurationException: Cannot load System Properties.
         at com.mbb.crrs.common.SystemContext.<init>(SystemContext.java:39)
         at com.mbb.crrs.common.SystemContext.getInstance(SystemContext.java:47)
         at com.mbb.crrs.common.LoggerFactory.getLogger(LoggerFactory.java:60)
         at com.mbb.crrs.web.webdynpro.component.DefaultRatingController.<clinit>(DefaultRatingController.java:737)
         ... 32 more
    Please help me on this issue.
    Thanks && Regards,
    Vijay.

    Hello!
    I face the same problem with Failed to create delegate for component:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component
    XXX.YYY.ZZZ..ume.Ume. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
    Caused by: java.lang.reflect.InvocationTargetException
    Caused by: java.lang.NoClassDefFoundError: com.sap.tc.webdynpro.model.webservice.gci.WSTypedModelClass
    I think this started after upgrading from 7.01 SP3 to SP5, but I'm not sure.
    What was it that solved your issue?
    *I found the error. My ProjectProperties.wdProperties did not contain the references it needed.*
    Edited by: Richard Linnander on Nov 23, 2009 2:33 PM

  • Systemd 216: pam_systemd: Failed to create session: Connection timeout

    It appears my systemd (v216 as of today) user session configuration has gone bad, and no longer works.
    I reboot after the most recent set of updates, and my user session (backed by [email protected] and was relying on loginctl enable-linger's to spin up user instance services) has a long delay, from 5-30+ seconds, and then fails and cleans up the session.
    journalctl --this-boot --no-page | grep pam_systemd
    Oct 22 18:28:34 mbp62 login[894]: pam_systemd(login:session): pam-systemd initializing
    Oct 22 18:28:34 mbp62 login[894]: pam_systemd(login:session): Asking logind to create session: uid=1000 pid=894 service=login type=tty class=user desktop= seat= vtnr=0 tty=tty1 display= remote=no remote_user= remote_host=
    Oct 22 18:28:34 mbp62 systemd[1059]: pam_systemd(systemd-user:session): pam-systemd initializing
    Oct 22 18:28:59 mbp62 login[894]: pam_systemd(login:session): Failed to create session: Connection timed out
    This has happened consistently after every boot I have down.  I attempted to re-update to make sure I am current.  I double checked systemd user configuration on the wiki and I seem ok.  It had close to year without an issue.  Double-checked for pacdiff and a few files for different .pacnew files from packages, but none related to systemd or pam as far as I can see.
    I also tried searching for others experiencing this exact error, and it appears to be a symptom of different root causes (wonderful).  I found a recentish menion on BBS andand another in a bug, and I am not sure how any can relate to my situation.
    I have also tried to get debug output for pam_systemd.so with these two variants in /etc/pam.d/system-login, after finding the man page and to no avail.
    #%PAM-1.0
    auth required pam_tally.so onerr=succeed file=/var/log/faillog
    auth required pam_shells.so
    auth requisite pam_nologin.so
    auth include system-auth
    account required pam_access.so
    account required pam_nologin.so
    account include system-auth
    password include system-auth
    session optional pam_loginuid.so
    session include system-auth
    session optional pam_motd.so motd=/etc/motd
    session optional pam_mail.so dir=/var/spool/mail standard quiet
    -session optional pam_systemd.so debug
    session required pam_env.so
    or
    #%PAM-1.0
    auth required pam_tally.so onerr=succeed file=/var/log/faillog
    auth required pam_shells.so
    auth requisite pam_nologin.so
    auth include system-auth
    account required pam_access.so
    account required pam_nologin.so
    account include system-auth
    password include system-auth
    session optional pam_loginuid.so
    session include system-auth
    session optional pam_motd.so motd=/etc/motd
    session optional pam_mail.so dir=/var/spool/mail standard quiet
    -session optional pam_systemd.so debug=yes
    session required pam_env.so
    So I cannot get those to work.  I am not sure how to turn up the info to debug further and resolve this.  Any help?
    Fool --this-boot journalctl log is below.
    -- Logs begin at Thu 2014-03-27 12:56:02 AST, end at Wed 2014-10-22 21:35:55 AST. --
    Oct 22 18:27:56 mbp62 systemd-journal[229]: Runtime journal is using 8.0M (max allowed 250.0M, trying to leave 286.5M free of 1.8G available → current limit 250.0M).
    Oct 22 18:27:56 mbp62 systemd-journal[229]: Runtime journal is using 8.0M (max allowed 250.0M, trying to leave 286.5M free of 1.8G available → current limit 250.0M).
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpuset
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpu
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpuacct
    Oct 22 18:27:56 mbp62 kernel: Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
    Oct 22 18:27:56 mbp62 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=982a60fb-4e98-4afc-b1a6-86d84ec44d10 rw cryptdevice=/dev/disk/by-uuid/298d8263-0546-4329-9ed0-a52c021f949f:vgmain resume=/dev/mapper/vgmain-lvswap i915.lvds_channel_mode=2 i915.lvds_use_ssc=0 i915.lvds_downclock=1 i915.enable_rc6=7 i915.enable_fbc=1 i915.modeset=1 radeon.modeset=0 nouveau.modeset=0 pcie_aspm=force video=efifb atkbd.reset quiet
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: e820: BIOS-provided physical RAM map:
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000000008e000-0x000000000008efff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008b672fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b673000-0x000000008b6eefff] ACPI NVS
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b6ef000-0x000000008b6f4fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b6f5000-0x000000008b70efff] ACPI data
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b70f000-0x000000008b736fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b737000-0x000000008b75efff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b75f000-0x000000008b784fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b785000-0x000000008b7aefff] type 20
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b7af000-0x000000008b7f5fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b7f6000-0x000000008bffffff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008de00000-0x000000008fffffff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000ffec4000-0x00000000ffee7fff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000016bffffff] usable
    Oct 22 18:27:56 mbp62 kernel: NX (Execute Disable) protection: active
    Oct 22 18:27:56 mbp62 kernel: efi: EFI v1.10 by Apple
    Oct 22 18:27:56 mbp62 kernel: efi: ACPI=0x8b70e000 ACPI 2.0=0x8b70e014 SMBIOS=0x8b674000
    Oct 22 18:27:56 mbp62 kernel: efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000008e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem01: type=0, attr=0xf, range=[0x000000000008e000-0x000000000008f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem02: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem03: type=7, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem04: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001047000) (15MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem05: type=7, attr=0xf, range=[0x0000000001047000-0x0000000002000000) (15MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem06: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f47000) (15MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem07: type=7, attr=0xf, range=[0x0000000002f47000-0x0000000035c6a000) (813MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem08: type=2, attr=0xf, range=[0x0000000035c6a000-0x0000000036e2d000) (17MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem09: type=7, attr=0xf, range=[0x0000000036e2d000-0x000000006683e000) (762MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem10: type=2, attr=0xf, range=[0x000000006683e000-0x0000000088b1c000) (546MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem11: type=4, attr=0xf, range=[0x0000000088b1c000-0x0000000088f1f000) (4MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem12: type=7, attr=0xf, range=[0x0000000088f1f000-0x0000000088f22000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem13: type=4, attr=0xf, range=[0x0000000088f22000-0x0000000089166000) (2MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem14: type=7, attr=0xf, range=[0x0000000089166000-0x0000000089167000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem15: type=4, attr=0xf, range=[0x0000000089167000-0x000000008967f000) (5MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem16: type=3, attr=0xf, range=[0x000000008967f000-0x0000000089682000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem17: type=4, attr=0xf, range=[0x0000000089682000-0x0000000089dad000) (7MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem18: type=7, attr=0xf, range=[0x0000000089dad000-0x0000000089dce000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem19: type=1, attr=0xf, range=[0x0000000089dce000-0x0000000089dec000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem20: type=7, attr=0xf, range=[0x0000000089dec000-0x0000000089e0b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem21: type=4, attr=0xf, range=[0x0000000089e0b000-0x0000000089f5d000) (1MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem22: type=3, attr=0xf, range=[0x0000000089f5d000-0x0000000089f8f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem23: type=4, attr=0xf, range=[0x0000000089f8f000-0x0000000089f96000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem24: type=3, attr=0xf, range=[0x0000000089f96000-0x0000000089f97000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem25: type=4, attr=0xf, range=[0x0000000089f97000-0x0000000089f98000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem26: type=3, attr=0xf, range=[0x0000000089f98000-0x0000000089f99000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem27: type=4, attr=0xf, range=[0x0000000089f99000-0x0000000089f9d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem28: type=3, attr=0xf, range=[0x0000000089f9d000-0x0000000089fa4000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem29: type=4, attr=0xf, range=[0x0000000089fa4000-0x0000000089fad000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem30: type=3, attr=0xf, range=[0x0000000089fad000-0x0000000089fb0000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem31: type=4, attr=0xf, range=[0x0000000089fb0000-0x0000000089fcb000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem32: type=3, attr=0xf, range=[0x0000000089fcb000-0x000000008a000000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem33: type=4, attr=0xf, range=[0x000000008a000000-0x000000008a003000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem34: type=3, attr=0xf, range=[0x000000008a003000-0x000000008a02f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem35: type=4, attr=0xf, range=[0x000000008a02f000-0x000000008a033000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem36: type=3, attr=0xf, range=[0x000000008a033000-0x000000008a038000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem37: type=4, attr=0xf, range=[0x000000008a038000-0x000000008a03d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem38: type=3, attr=0xf, range=[0x000000008a03d000-0x000000008a041000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem39: type=4, attr=0xf, range=[0x000000008a041000-0x000000008a045000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem40: type=3, attr=0xf, range=[0x000000008a045000-0x000000008a059000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem41: type=4, attr=0xf, range=[0x000000008a059000-0x000000008a05b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem42: type=3, attr=0xf, range=[0x000000008a05b000-0x000000008a05e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem43: type=4, attr=0xf, range=[0x000000008a05e000-0x000000008a061000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem44: type=3, attr=0xf, range=[0x000000008a061000-0x000000008a062000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem45: type=4, attr=0xf, range=[0x000000008a062000-0x000000008a063000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem46: type=3, attr=0xf, range=[0x000000008a063000-0x000000008a065000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem47: type=4, attr=0xf, range=[0x000000008a065000-0x000000008a068000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem48: type=3, attr=0xf, range=[0x000000008a068000-0x000000008a069000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem49: type=4, attr=0xf, range=[0x000000008a069000-0x000000008a06a000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem50: type=3, attr=0xf, range=[0x000000008a06a000-0x000000008a06b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem51: type=4, attr=0xf, range=[0x000000008a06b000-0x000000008a06d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem52: type=3, attr=0xf, range=[0x000000008a06d000-0x000000008a06e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem53: type=4, attr=0xf, range=[0x000000008a06e000-0x000000008a070000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem54: type=3, attr=0xf, range=[0x000000008a070000-0x000000008a07c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem55: type=4, attr=0xf, range=[0x000000008a07c000-0x000000008a07f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem56: type=3, attr=0xf, range=[0x000000008a07f000-0x000000008a082000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem57: type=4, attr=0xf, range=[0x000000008a082000-0x000000008a083000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem58: type=3, attr=0xf, range=[0x000000008a083000-0x000000008a08d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem59: type=4, attr=0xf, range=[0x000000008a08d000-0x000000008a08f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem60: type=3, attr=0xf, range=[0x000000008a08f000-0x000000008a095000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem61: type=4, attr=0xf, range=[0x000000008a095000-0x000000008a097000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem62: type=3, attr=0xf, range=[0x000000008a097000-0x000000008a099000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem63: type=4, attr=0xf, range=[0x000000008a099000-0x000000008a09c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem64: type=3, attr=0xf, range=[0x000000008a09c000-0x000000008a0aa000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem65: type=4, attr=0xf, range=[0x000000008a0aa000-0x000000008a0b1000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem66: type=3, attr=0xf, range=[0x000000008a0b1000-0x000000008a0b9000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem67: type=4, attr=0xf, range=[0x000000008a0b9000-0x000000008a0bb000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem68: type=3, attr=0xf, range=[0x000000008a0bb000-0x000000008a0bd000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem69: type=4, attr=0xf, range=[0x000000008a0bd000-0x000000008a0c1000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem70: type=3, attr=0xf, range=[0x000000008a0c1000-0x000000008a0c4000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem71: type=4, attr=0xf, range=[0x000000008a0c4000-0x000000008a0c7000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem72: type=3, attr=0xf, range=[0x000000008a0c7000-0x000000008a0cb000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem73: type=4, attr=0xf, range=[0x000000008a0cb000-0x000000008a0cc000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem74: type=3, attr=0xf, range=[0x000000008a0cc000-0x000000008a0cf000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem75: type=4, attr=0xf, range=[0x000000008a0cf000-0x000000008a0d0000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem76: type=3, attr=0xf, range=[0x000000008a0d0000-0x000000008a0e5000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem77: type=4, attr=0xf, range=[0x000000008a0e5000-0x000000008a0e7000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem78: type=3, attr=0xf, range=[0x000000008a0e7000-0x000000008a0f3000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem79: type=4, attr=0xf, range=[0x000000008a0f3000-0x000000008a0f5000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem80: type=3, attr=0xf, range=[0x000000008a0f5000-0x000000008a0fb000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem81: type=4, attr=0xf, range=[0x000000008a0fb000-0x000000008a0fc000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem82: type=3, attr=0xf, range=[0x000000008a0fc000-0x000000008a100000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem83: type=4, attr=0xf, range=[0x000000008a100000-0x000000008a101000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem84: type=3, attr=0xf, range=[0x000000008a101000-0x000000008a103000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem85: type=4, attr=0xf, range=[0x000000008a103000-0x000000008a104000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem86: type=3, attr=0xf, range=[0x000000008a104000-0x000000008a105000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem87: type=4, attr=0xf, range=[0x000000008a105000-0x000000008a107000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem88: type=3, attr=0xf, range=[0x000000008a107000-0x000000008a10e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem89: type=4, attr=0xf, range=[0x000000008a10e000-0x000000008a10f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem90: type=3, attr=0xf, range=[0x000000008a10f000-0x000000008a118000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem91: type=4, attr=0xf, range=[0x000000008a118000-0x000000008a119000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem92: type=3, attr=0xf, range=[0x000000008a119000-0x000000008a126000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem93: type=4, attr=0xf, range=[0x000000008a126000-0x000000008a127000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem94: type=3, attr=0xf, range=[0x000000008a127000-0x000000008a12a000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem95: type=4, attr=0xf, range=[0x000000008a12a000-0x000000008a12c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem96: type=3, attr=0xf, range=[0x000000008a12c000-0x000000008a12d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem97: type=4, attr=0xf, range=[0x000000008a12d000-0x000000008a131000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem98: type=3, attr=0xf, range=[0x000000008a131000-0x000000008a135000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem99: type=4, attr=0xf, range=[0x000000008a135000-0x000000008a136000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem100: type=3, attr=0xf, range=[0x000000008a136000-0x000000008a139000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem101: type=4, attr=0xf, range=[0x000000008a139000-0x000000008a13b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem102: type=3, attr=0xf, range=[0x000000008a13b000-0x000000008a13e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem103: type=4, attr=0xf, range=[0x000000008a13e000-0x000000008a144000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem104: type=3, attr=0xf, range=[0x000000008a144000-0x000000008a14b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem105: type=4, attr=0xf, range=[0x000000008a14b000-0x000000008a157000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem106: type=3, attr=0xf, range=[0x000000008a157000-0x000000008a158000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem107: type=4, attr=0xf, range=[0x000000008a158000-0x000000008a15a000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem108: type=3, attr=0xf, range=[0x000000008a15a000-0x000000008a15c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem109: type=4, attr=0xf, range=[0x000000008a15c000-0x000000008a164000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem110: type=3, attr=0xf, range=[0x000000008a164000-0x000000008a168000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem111: type=4, attr=0xf, range=[0x000000008a168000-0x000000008a16e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem112: type=3, attr=0xf, range=[0x000000008a16e000-0x000000008a16f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem113: type=4, attr=0xf, range=[0x000000008a16f000-0x000000008a171000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem114: type=3, attr=0xf, range=[0x000000008a171000-0x000000008a174000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem115: type=4, attr=0xf, range=[0x000000008a174000-0x000000008a176000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem116: type=3, attr=0xf, range=[0x000000008a176000-0x000000008a178000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem117: type=4, attr=0xf, range=[0x000000008a178000-0x000000008a1fc000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem118: type=3, attr=0xf, range=[0x000000008a1fc000-0x000000008a21b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem119: type=4, attr=0xf, range=[0x000000008a21b000-0x000000008a21d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem120: type=3, attr=0xf, range=[0x000000008a21d000-0x000000008a228000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem121: type=4, attr=0xf, range=[0x000000008a228000-0x000000008a240000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem122: type=3, attr=0xf, range=[0x000000008a240000-0x000000008a244000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem123: type=4, attr=0xf, range=[0x000000008a244000-0x000000008a24e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem124: type=3, attr=0xf, range=[0x000000008a24e000-0x000000008a24f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem125: type=4, attr=0xf, range=[0x000000008a24f000-0x000000008a251000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem126: type=3, attr=0xf, range=[0x000000008a251000-0x000000008a255000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem127: type=4, attr=0xf, range=[0x000000008a255000-0x000000008a256000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem128: type=3, attr=0xf, range=[0x000000008a256000-0x000000008a257000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem129: type=4, attr=0xf, range=[0x000000008a257000-0x000000008a25b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem130: type=3, attr=0xf, range=[0x000000008a25b000-0x000000008a25c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem131: type=4, attr=0xf, range=[0x000000008a25c000-0x000000008a25f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem132: type=3, attr=0xf, range=[0x000000008a25f000-0x000000008a270000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem133: type=4, attr=0xf, range=[0x000000008a270000-0x000000008a273000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem134: type=3, attr=0xf, range=[0x000000008a273000-0x000000008a27b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem135: type=4, attr=0xf, range=[0x000000008a27b000-0x000000008a27c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem136: type=3, attr=0xf, range=[0x000000008a27c000-0x000000008a27e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem137: type=4, attr=0xf, range=[0x000000008a27e000-0x000000008a280000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem138: type=3, attr=0xf, range=[0x000000008a280000-0x000000008a281000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem139: type=4, attr=0xf, range=[0x000000008a281000-0x000000008a282000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem140: type=3, attr=0xf, range=[0x000000008a282000-0x000000008a283000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem141: type=4, attr=0xf, range=[0x000000008a283000-0x000000008a285000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem142: type=3, attr=0xf, range=[0x000000008a285000-0x000000008a287000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem143: type=4, attr=0xf, range=[0x000000008a287000-0x000000008a71b000) (4MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem144: type=3, attr=0xf, range=[0x000000008a71b000-0x000000008a720000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem145: type=4, attr=0xf, range=[0x000000008a720000-0x000000008a721000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem146: type=3, attr=0xf, range=[0x000000008a721000-0x000000008a72a000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem147: type=4, attr=0xf, range=[0x000000008a72a000-0x000000008a72c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem148: type=3, attr=0xf, range=[0x000000008a72c000-0x000000008a72f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem149: type=4, attr=0xf, range=[0x000000008a72f000-0x000000008a731000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem150: type=3, attr=0xf, range=[0x000000008a731000-0x000000008a732000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem151: type=4, attr=0xf, range=[0x000000008a732000-0x000000008a7a5000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem152: type=3, attr=0xf, range=[0x000000008a7a5000-0x000000008a7a6000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem153: type=4, attr=0xf, range=[0x000000008a7a6000-0x000000008a7a7000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem154: type=3, attr=0xf, range=[0x000000008a7a7000-0x000000008a7a8000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem155: type=4, attr=0xf, range=[0x000000008a7a8000-0x000000008a7cc000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem156: type=3, attr=0xf, range=[0x000000008a7cc000-0x000000008a7cd000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem157: type=4, attr=0xf, range=[0x000000008a7cd000-0x000000008b5ef000) (14MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem158: type=7, attr=0xf, range=[0x000000008b5ef000-0x000000008b673000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem159: type=10, attr=0xf, range=[0x000000008b673000-0x000000008b6ef000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem160: type=7, attr=0xf, range=[0x000000008b6ef000-0x000000008b6f5000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem161: type=9, attr=0xf, range=[0x000000008b6f5000-0x000000008b70f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem162: type=7, attr=0xf, range=[0x000000008b70f000-0x000000008b737000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem163: type=6, attr=0x800000000000000f, range=[0x000000008b737000-0x000000008b75f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem164: type=7, attr=0xf, range=[0x000000008b75f000-0x000000008b785000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem165: type=5, attr=0x800000000000000f, range=[0x000000008b785000-0x000000008b7af000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem166: type=7, attr=0xf, range=[0x000000008b7af000-0x000000008b7e9000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem167: type=2, attr=0xf, range=[0x000000008b7e9000-0x000000008b7f6000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem168: type=0, attr=0xf, range=[0x000000008b7f6000-0x000000008b7ff000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem169: type=6, attr=0x800000000000000f, range=[0x000000008b7ff000-0x000000008b800000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem170: type=7, attr=0xf, range=[0x0000000100000000-0x000000016c000000) (1728MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem171: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem172: type=0, attr=0x8000000000000000, range=[0x000000008b800000-0x000000008c000000) (8MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem173: type=0, attr=0x8000000000000000, range=[0x000000008de00000-0x0000000090000000) (34MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem174: type=11, attr=0x8000000000000000, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem175: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem176: type=11, attr=0x8000000000000000, range=[0x00000000ffec4000-0x00000000ffee8000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: SMBIOS 2.4 present.
    Oct 22 18:27:56 mbp62 kernel: DMI: Apple Inc. MacBookPro6,2/Mac-F22586C8, BIOS MBP61.88Z.0057.B0C.1007261552 07/26/10
    Oct 22 18:27:56 mbp62 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Oct 22 18:27:56 mbp62 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Oct 22 18:27:56 mbp62 kernel: AGP: No AGP bridge found
    Oct 22 18:27:56 mbp62 kernel: e820: last_pfn = 0x16c000 max_arch_pfn = 0x400000000
    Oct 22 18:27:56 mbp62 kernel: MTRR default type: write-back
    Oct 22 18:27:56 mbp62 kernel: MTRR fixed ranges enabled:
    Oct 22 18:27:56 mbp62 kernel: 00000-9FFFF write-back
    Oct 22 18:27:56 mbp62 kernel: A0000-BFFFF uncachable
    Oct 22 18:27:56 mbp62 kernel: C0000-DFFFF write-protect
    Oct 22 18:27:56 mbp62 kernel: E0000-FFFFF uncachable
    Oct 22 18:27:56 mbp62 kernel: MTRR variable ranges enabled:
    Oct 22 18:27:56 mbp62 kernel: 0 base 0C0000000 mask FC0000000 uncachable
    Oct 22 18:27:56 mbp62 kernel: 1 base 0A0000000 mask FE0000000 uncachable
    Oct 22 18:27:56 mbp62 kernel: 2 base 090000000 mask FF0000000 uncachable
    Oct 22 18:27:56 mbp62 kernel: 3 base 08C000000 mask FFC000000 uncachable
    Oct 22 18:27:56 mbp62 kernel: 4 disabled
    Oct 22 18:27:56 mbp62 kernel: 5 disabled
    Oct 22 18:27:56 mbp62 kernel: 6 disabled
    Oct 22 18:27:56 mbp62 kernel: 7 disabled
    Oct 22 18:27:56 mbp62 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Oct 22 18:27:56 mbp62 kernel: e820: last_pfn = 0x8b7f6 max_arch_pfn = 0x400000000
    Oct 22 18:27:56 mbp62 kernel: Scanning 1 areas for low memory corruption
    Oct 22 18:27:56 mbp62 kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x00000000-0x000fffff] page 4k
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b23000, 0x02b23fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b24000, 0x02b24fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b25000, 0x02b25fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x16be00000-0x16bffffff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x16be00000-0x16bffffff] page 2M
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b26000, 0x02b26fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x168000000-0x16bdfffff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x168000000-0x16bdfffff] page 2M
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x100000000-0x167ffffff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x100000000-0x167ffffff] page 2M
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b27000, 0x02b27fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x00100000-0x8b672fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x00100000-0x001fffff] page 4k
    Oct 22 18:27:56 mbp62 kernel: [mem 0x00200000-0x8b5fffff] page 2M
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b600000-0x8b672fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b6ef000-0x8b6f4fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b6ef000-0x8b6f4fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b70f000-0x8b736fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b70f000-0x8b736fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b75f000-0x8b784fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b75f000-0x8b784fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b7af000-0x8b7f5fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b7af000-0x8b7f5fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: RAMDISK: [mem 0x35c6a000-0x36e2cfff]
    Oct 22 18:27:56 mbp62 kernel: ACPI: Early table checksum verification disabled
    Oct 22 18:27:56 mbp62 kernel: ACPI: RSDP 0x000000008B70E014 000024 (v02 APPLE )
    Oct 22 18:27:56 mbp62 kernel: ACPI: XSDT 0x000000008B70E1C0 00007C (v01 APPLE Apple00 00000057 01000013)
    Oct 22 18:27:56 mbp62 kernel: ACPI: FACP 0x000000008B70B000 0000F4 (v04 APPLE Apple00 00000057 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: DSDT 0x000000008B6FD000 00746E (v01 APPLE MacBookP 00060001 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: FACS 0x000000008B67A000 000040
    Oct 22 18:27:56 mbp62 kernel: ACPI: ASF! 0x000000008B70D000 0000A5 (v32 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: HPET 0x000000008B70A000 000038 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: APIC 0x000000008B709000 0000BC (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: APIC 0x000000008B708000 0000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: SBST 0x000000008B706000 000030 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: ECDT 0x000000008B705000 000053 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6FA000 00020D (v01 APPLE SataAhci 00001000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6F7000 000522 (v01 APPLE UsbNoRmh 00001000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6F5000 000A10 (v01 PmRef CpuPm 00003000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: MCFG 0x000000008B707000 00003C (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: BIOS bug: multiple APIC/MADT found, using 0
    Oct 22 18:27:56 mbp62 kernel: ACPI: If "acpi_apic_instance=2" works better, notify [email protected]
    Oct 22 18:27:56 mbp62 kernel: ACPI: Local APIC address 0xfee00000
    Oct 22 18:27:56 mbp62 kernel: No NUMA configuration found
    Oct 22 18:27:56 mbp62 kernel: Faking a node at [mem 0x0000000000000000-0x000000016bffffff]
    Oct 22 18:27:56 mbp62 kernel: Initmem setup node 0 [mem 0x00000000-0x16bffffff]
    Oct 22 18:27:56 mbp62 kernel: NODE_DATA [mem 0x16bff8000-0x16bffcfff]
    Oct 22 18:27:56 mbp62 kernel: [ffffea0000000000-ffffea0005bfffff] PMD -> [ffff880167600000-ffff88016b5fffff] on node 0
    Oct 22 18:27:56 mbp62 kernel: Zone ranges:
    Oct 22 18:27:56 mbp62 kernel: DMA [mem 0x00001000-0x00ffffff]
    Oct 22 18:27:56 mbp62 kernel: DMA32 [mem 0x01000000-0xffffffff]
    Oct 22 18:27:56 mbp62 kernel: Normal [mem 0x100000000-0x16bffffff]
    Oct 22 18:27:56 mbp62 kernel: Movable zone start for each node
    Oct 22 18:27:56 mbp62 kernel: Early memory node ranges
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00001000-0x0008dfff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00090000-0x0009ffff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00100000-0x8b672fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b6ef000-0x8b6f4fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b70f000-0x8b736fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b75f000-0x8b784fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b7af000-0x8b7f5fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x100000000-0x16bffffff]
    Oct 22 18:27:56 mbp62 kernel: On node 0 totalpages: 1013419
    Oct 22 18:27:56 mbp62 kernel: DMA zone: 64 pages used for memmap
    Oct 22 18:27:56 mbp62 kernel: DMA zone: 25 pages reserved
    Oct 22 18:27:56 mbp62 kernel: DMA zone: 3997 pages, LIFO batch:0
    Oct 22 18:27:56 mbp62 kernel: DMA32 zone: 8861 pages used for memmap
    Oct 22 18:27:56 mbp62 kernel: DMA32 zone: 567054 pages, LIFO batch:31
    Oct 22 18:27:56 mbp62 kernel: Normal zone: 6912 pages used for memmap
    Oct 22 18:27:56 mbp62 kernel: Normal zone: 442368 pages, LIFO batch:31
    Oct 22 18:27:56 mbp62 kernel: Reserving Intel graphics stolen memory at 0x8e000000-0x8fffffff
    Oct 22 18:27:56 mbp62 kernel: ACPI: PM-Timer IO Port: 0x408
    Oct 22 18:27:56 mbp62 kernel: ACPI: Local APIC address 0xfee00000
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Oct 22 18:27:56 mbp62 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Oct 22 18:27:56 mbp62 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Oct 22 18:27:56 mbp62 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ0 used by override.
    Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ2 used by override.
    Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ9 used by override.
    Oct 22 18:27:56 mbp62 kernel: Using ACPI (MADT) for SMP configuration information
    Oct 22 18:27:56 mbp62 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Oct 22 18:27:56 mbp62 kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    Oct 22 18:27:56 mbp62 kernel: nr_irqs_gsi: 40
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x0008e000-0x0008efff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b673000-0x8b6eefff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b6f5000-0x8b70efff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b737000-0x8b75efff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b785000-0x8b7aefff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b7f6000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8c000000-0x8ddfffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8de00000-0x8fffffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x90000000-0xe00f7fff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xfed20000-0xffec3fff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xffec4000-0xffee7fff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xffee8000-0xffffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: [mem 0x90000000-0xe00f7fff] available for PCI devices
    Oct 22 18:27:56 mbp62 kernel: Booting paravirtualized kernel on bare hardware
    Oct 22 18:27:56 mbp62 kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    Oct 22 18:27:56 mbp62 kernel: PERCPU: Embedded 29 pages/cpu @ffff88016bc00000 s86784 r8192 d23808 u262144
    Oct 22 18:27:56 mbp62 kernel: pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    Oct 22 18:27:56 mbp62 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Oct 22 18:27:56 mbp62 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 997557
    Oct 22 18:27:56 mbp62 kernel: Policy zone: Normal
    Oct 22 18:27:56 mbp62 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=982a60fb-4e98-4afc-b1a6-86d84ec44d10 rw cryptdevice=/dev/disk/by-uuid/298d8263-0546-4329-9ed0-a52c021f949f:vgmain resume=/dev/mapper/vgmain-lvswap i915.lvds_channel_mode=2 i915.lvds_use_ssc=0 i915.lvds_downclock=1 i915.enable_rc6=7 i915.enable_fbc=1 i915.modeset=1 radeon.modeset=0 nouveau.modeset=0 pcie_aspm=force video=efifb atkbd.reset quiet
    Oct 22 18:27:56 mbp62 kernel: PCIe ASPM is forcibly enabled
    Oct 22 18:27:56 mbp62 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Oct 22 18:27:56 mbp62 kernel: AGP: Checking aperture...
    Oct 22 18:27:56 mbp62 kernel: AGP: No AGP bridge found
    Oct 22 18:27:56 mbp62 kernel: Calgary: detecting Calgary via BIOS EBDA area
    Oct 22 18:27:56 mbp62 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Oct 22 18:27:56 mbp62 kernel: Memory: 3847700K/4053676K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 205976K reserved)
    Oct 22 18:27:56 mbp62 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Oct 22 18:27:56 mbp62 kernel: Preemptible hierarchical RCU implementation.
    Oct 22 18:27:56 mbp62 kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Oct 22 18:27:56 mbp62 kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Oct 22 18:27:56 mbp62 kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    Oct 22 18:27:56 mbp62 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    Oct 22 18:27:56 mbp62 kernel: NR_IRQS:8448 nr_irqs:744 16
    Oct 22 18:27:56 mbp62 kernel: Console: colour dummy device 80x25
    Oct 22 18:27:56 mbp62 kernel: console [tty0] enabled
    Oct 22 18:27:56 mbp62 kernel: allocated 16777216 bytes of page_cgroup
    Oct 22 18:27:56 mbp62 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Oct 22 18:27:56 mbp62 kernel: hpet clockevent registered
    Oct 22 18:27:56 mbp62 kernel: tsc: Fast TSC calibration using PIT
    Oct 22 18:27:56 mbp62 kernel: tsc: Detected 2393.940 MHz processor
    Oct 22 18:27:56 mbp62 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.37 BogoMIPS (lpj=7979800)
    Oct 22 18:27:56 mbp62 kernel: pid_max: default: 32768 minimum: 301
    Oct 22 18:27:56 mbp62 kernel: ACPI: Core revision 20140424
    Oct 22 18:27:56 mbp62 kernel: ACPI: All ACPI Tables successfully acquired
    Oct 22 18:27:56 mbp62 kernel: Security Framework initialized
    Oct 22 18:27:56 mbp62 kernel: Yama: becoming mindful.
    Oct 22 18:27:56 mbp62 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Oct 22 18:27:56 mbp62 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Oct 22 18:27:56 mbp62 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Oct 22 18:27:56 mbp62 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys memory
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys devices
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys freezer
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys net_cls
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys blkio
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: CPU: Physical Processor ID: 0
    Oct 22 18:27:56 mbp62 kernel: CPU: Processor Core ID: 0
    Oct 22 18:27:56 mbp62 kernel: mce: CPU supports 9 MCE banks
    Oct 22 18:27:56 mbp62 kernel: CPU0: Thermal monitoring enabled (TM1)
    Oct 22 18:27:56 mbp62 kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 6
    Oct 22 18:27:56 mbp62 kernel: Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    Oct 22 18:27:56 mbp62 kernel: ftrace: allocating 20445 entries in 80 pages
    Oct 22 18:27:56 mbp62 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Oct 22 18:27:56 mbp62 kernel: smpboot: CPU0: Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz (fam: 06, model: 25, stepping: 05)
    Oct 22 18:27:56 mbp62 kernel: Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
    Oct 22 18:27:56 mbp62 kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    Oct 22 18:27:56 mbp62 kernel: ... version: 3
    Oct 22 18:27:56 mbp62 kernel: ... bit width: 48
    Oct 22 18:27:56 mbp62 kernel: ... generic registers: 4
    Oct 22 18:27:56 mbp62 kernel: ... value mask: 0000ffffffffffff
    Oct 22 18:27:56 mbp62 kernel: ... max period: 000000007fffffff
    Oct 22 18:27:56 mbp62 kernel: ... fixed-purpose events: 3
    Oct 22 18:27:56 mbp62 kernel: ... event mask: 000000070000000f
    Oct 22 18:27:56 mbp62 kernel: x86: Booting SMP configuration:
    Oct 22 18:27:56 mbp62 kernel: .... node #0, CPUs: #1
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Oct 22 18:27:56 mbp62 kernel: #2
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: #3
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: x86: Booted up 1 node, 4 CPUs
    Oct 22 18:27:56 mbp62 kernel: smpboot: Total of 4 processors activated (19159.50 BogoMIPS)
    Oct 22 18:27:56 mbp62 kernel: devtmpfs: initialized
    Oct 22 18:27:56 mbp62 kernel: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
    Oct 22 18:27:56 mbp62 kernel: PM: Registering ACPI NVS region [mem 0x8b673000-0x8b6eefff] (507904 bytes)
    Oct 22 18:27:56 mbp62 kernel: pinctrl core: initialized pinctrl subsystem
    Oct 22 18:27:56 mbp62 kernel: RTC time: 15:27:18, date: 10/22/14
    Oct 22 18:27:56 mbp62 kernel: NET: Registered protocol family 16
    Oct 22 18:27:56 mbp62 kernel: cpuidle: using governor ladder
    Oct 22 18:27:56 mbp62 kernel: cpuidle: using governor menu
    Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PCI registered
    Oct 22 18:27:56 mbp62 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
    Oct 22 18:27:56 mbp62 kernel: PCI: not using MMCONFIG
    Oct 22 18:27:56 mbp62 kernel: PCI: Using configuration type 1 for base access
    Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Module Device)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Processor Device)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Oct 22 18:27:56 mbp62 kernel: ACPI : EC: EC description table is found, configuring boot EC
    Oct 22 18:27:56 mbp62 kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Oct 22 18:27:56 mbp62 kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF8801654B0C00 0003F7 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF880165738000 0006E5 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF880165711000 0003A4 (v01 PmRef ApIst 00003000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF8801656E1800 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Interpreter enabled
    Oct 22 18:27:56 mbp62 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    Oct 22 18:27:56 mbp62 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    Oct 22 18:27:56 mbp62 kernel: ACPI: (supports S0 S3 S4 S5)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Using IOAPIC for interrupt routing
    Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
    Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe06fffff] reserved in ACPI motherboard resources
    Oct 22 18:27:56 mbp62 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Oct 22 18:27:56 mbp62 kernel: \_SB_.PCI0:_OSC invalid UUID
    Oct 22 18:27:56 mbp62 kernel: _OSC request data:1 1f 0
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-06] only partially covers this bridge
    Oct 22 18:27:56 mbp62 kernel: PCI host bridge to bus 0000:00
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xfeafffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc1400000-0xc17fffff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x20: [io 0x3130-0x3137]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.0: [8086:3b3b] type 00 class 0x0c0300
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.0: reg 0x20: [io 0x3100-0x311f]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: [8086:3b3c] type 00 class 0x0c0320
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xc1d05c00-0xc1d05fff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xc1d00000-0xc1d03fff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.0: [8086:3b36] type 00 class 0x0c0300
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.0: reg 0x20: [io 0x30a0-0x30bf]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: [8086:3b34] type 00 class 0x0c0320
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xc1d05800-0xc1d05bff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x10: [io 0x3128-0x312f]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x14: [io 0x313c-0x313f]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x18: [io 0x3120-0x3127]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x3138-0x313b]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x20: [io 0x3020-0x303f]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xc1d05000-0xc1d057ff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc1d06000-0xc1d060ff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xc1d04000-0xc1d04fff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xc10fffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: [14e4:1684] type 00 class 0x020000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xc1c00000-0xc1c0ffff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [mem 0xc1c00000-0xc1cfffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: [14e4:4353] type 00 class 0x028000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc1b00000-0xc1b03fff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: supports D1 D2
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [mem 0xc1b00000-0xc1bfffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: [11c1:5901] type 00 class 0x0c0010
    Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc1a00000-0xc1a00fff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: supports D1 D2
    Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [mem 0xc1a00000-0xc1afffff]
    Oct 22 18:27:56 mbp62 kernel: acpiphp: Slot [1] registered
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [mem 0xc1900000-0xc19fffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0xc1800000-0xc18fffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x90000000-0xfeafffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    Oct 22 18:27:56 mbp62 kernel: PCI host bridge to bus 0000:ff
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:ff: root bus resource [bus ff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
    Oct 22 18:27:56 mbp62 kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Oct 22 18:27:56 mbp62 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Oct 22 18:27:56 mbp62 kernel: vgaarb: loaded
    Oct 22 18:27:56 mbp62 kernel: vgaarb: bridge control possible 0000:00:02.0
    Oct 22 18:27:56 mbp62 kernel: PCI: Using ACPI for IRQ routing
    Oct 22 18:27:56 mbp62 kernel: PCI: pci_cache_line_size set to 64 bytes
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b673000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b6f5000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b737000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b785000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b7f6000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: NetLabel: Initializing
    Oct 22 18:27:56 mbp62 kernel: NetLabel: domain hash size = 128
    Oct 22 18:27:56 mbp62 kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Oct 22 18:27:56 mbp62 kernel: NetLabel: unlabeled traffic allowed by default
    Oct 22 18:27:56 mbp62 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Oct 22 18:27:56 mbp62 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Oct 22 18:27:56 mbp62 kernel: Switched to clocksource hpet
    Oct 22 18:27:56 mbp62 kernel: pnp: PnP ACPI init
    Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PNP registered
    Oct 22 18:27:56 mbp62 kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0680-0x069f] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x1000-0x100f] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0xffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0xffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0400-0x047f] could not be reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0500-0x057f] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x164e-0x164f] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 22 18:27:56 mbp62 kernel: system 00:02: [io 0x06a0-0x06af] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:02: [io 0x06b0-0x06ff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 22 18:27:56 mbp62 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    Oct 22 18:27:56 mbp62 kernel: pnp 00:04: Plug and Play ACPI device, IDs APP000b (active)
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed10000-0xfed13fff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xe0000000-0xefffffff] could not be reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfeb00000-0xfeb03fff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 22 18:27:56 mbp62 kernel: pnp: PnP ACPI: found 6 devices
    Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PNP unregistered
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_r

    It appears my systemd (v216 as of today) user session configuration has gone bad, and no longer works.
    I reboot after the most recent set of updates, and my user session (backed by [email protected] and was relying on loginctl enable-linger's to spin up user instance services) has a long delay, from 5-30+ seconds, and then fails and cleans up the session.
    journalctl --this-boot --no-page | grep pam_systemd
    Oct 22 18:28:34 mbp62 login[894]: pam_systemd(login:session): pam-systemd initializing
    Oct 22 18:28:34 mbp62 login[894]: pam_systemd(login:session): Asking logind to create session: uid=1000 pid=894 service=login type=tty class=user desktop= seat= vtnr=0 tty=tty1 display= remote=no remote_user= remote_host=
    Oct 22 18:28:34 mbp62 systemd[1059]: pam_systemd(systemd-user:session): pam-systemd initializing
    Oct 22 18:28:59 mbp62 login[894]: pam_systemd(login:session): Failed to create session: Connection timed out
    This has happened consistently after every boot I have down.  I attempted to re-update to make sure I am current.  I double checked systemd user configuration on the wiki and I seem ok.  It had close to year without an issue.  Double-checked for pacdiff and a few files for different .pacnew files from packages, but none related to systemd or pam as far as I can see.
    I also tried searching for others experiencing this exact error, and it appears to be a symptom of different root causes (wonderful).  I found a recentish menion on BBS andand another in a bug, and I am not sure how any can relate to my situation.
    I have also tried to get debug output for pam_systemd.so with these two variants in /etc/pam.d/system-login, after finding the man page and to no avail.
    #%PAM-1.0
    auth required pam_tally.so onerr=succeed file=/var/log/faillog
    auth required pam_shells.so
    auth requisite pam_nologin.so
    auth include system-auth
    account required pam_access.so
    account required pam_nologin.so
    account include system-auth
    password include system-auth
    session optional pam_loginuid.so
    session include system-auth
    session optional pam_motd.so motd=/etc/motd
    session optional pam_mail.so dir=/var/spool/mail standard quiet
    -session optional pam_systemd.so debug
    session required pam_env.so
    or
    #%PAM-1.0
    auth required pam_tally.so onerr=succeed file=/var/log/faillog
    auth required pam_shells.so
    auth requisite pam_nologin.so
    auth include system-auth
    account required pam_access.so
    account required pam_nologin.so
    account include system-auth
    password include system-auth
    session optional pam_loginuid.so
    session include system-auth
    session optional pam_motd.so motd=/etc/motd
    session optional pam_mail.so dir=/var/spool/mail standard quiet
    -session optional pam_systemd.so debug=yes
    session required pam_env.so
    So I cannot get those to work.  I am not sure how to turn up the info to debug further and resolve this.  Any help?
    Fool --this-boot journalctl log is below.
    -- Logs begin at Thu 2014-03-27 12:56:02 AST, end at Wed 2014-10-22 21:35:55 AST. --
    Oct 22 18:27:56 mbp62 systemd-journal[229]: Runtime journal is using 8.0M (max allowed 250.0M, trying to leave 286.5M free of 1.8G available → current limit 250.0M).
    Oct 22 18:27:56 mbp62 systemd-journal[229]: Runtime journal is using 8.0M (max allowed 250.0M, trying to leave 286.5M free of 1.8G available → current limit 250.0M).
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpuset
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpu
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpuacct
    Oct 22 18:27:56 mbp62 kernel: Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
    Oct 22 18:27:56 mbp62 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=982a60fb-4e98-4afc-b1a6-86d84ec44d10 rw cryptdevice=/dev/disk/by-uuid/298d8263-0546-4329-9ed0-a52c021f949f:vgmain resume=/dev/mapper/vgmain-lvswap i915.lvds_channel_mode=2 i915.lvds_use_ssc=0 i915.lvds_downclock=1 i915.enable_rc6=7 i915.enable_fbc=1 i915.modeset=1 radeon.modeset=0 nouveau.modeset=0 pcie_aspm=force video=efifb atkbd.reset quiet
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: e820: BIOS-provided physical RAM map:
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000000008e000-0x000000000008efff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008b672fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b673000-0x000000008b6eefff] ACPI NVS
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b6ef000-0x000000008b6f4fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b6f5000-0x000000008b70efff] ACPI data
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b70f000-0x000000008b736fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b737000-0x000000008b75efff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b75f000-0x000000008b784fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b785000-0x000000008b7aefff] type 20
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b7af000-0x000000008b7f5fff] usable
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b7f6000-0x000000008bffffff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008de00000-0x000000008fffffff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000ffec4000-0x00000000ffee7fff] reserved
    Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000016bffffff] usable
    Oct 22 18:27:56 mbp62 kernel: NX (Execute Disable) protection: active
    Oct 22 18:27:56 mbp62 kernel: efi: EFI v1.10 by Apple
    Oct 22 18:27:56 mbp62 kernel: efi: ACPI=0x8b70e000 ACPI 2.0=0x8b70e014 SMBIOS=0x8b674000
    Oct 22 18:27:56 mbp62 kernel: efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000008e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem01: type=0, attr=0xf, range=[0x000000000008e000-0x000000000008f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem02: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem03: type=7, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem04: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001047000) (15MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem05: type=7, attr=0xf, range=[0x0000000001047000-0x0000000002000000) (15MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem06: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f47000) (15MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem07: type=7, attr=0xf, range=[0x0000000002f47000-0x0000000035c6a000) (813MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem08: type=2, attr=0xf, range=[0x0000000035c6a000-0x0000000036e2d000) (17MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem09: type=7, attr=0xf, range=[0x0000000036e2d000-0x000000006683e000) (762MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem10: type=2, attr=0xf, range=[0x000000006683e000-0x0000000088b1c000) (546MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem11: type=4, attr=0xf, range=[0x0000000088b1c000-0x0000000088f1f000) (4MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem12: type=7, attr=0xf, range=[0x0000000088f1f000-0x0000000088f22000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem13: type=4, attr=0xf, range=[0x0000000088f22000-0x0000000089166000) (2MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem14: type=7, attr=0xf, range=[0x0000000089166000-0x0000000089167000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem15: type=4, attr=0xf, range=[0x0000000089167000-0x000000008967f000) (5MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem16: type=3, attr=0xf, range=[0x000000008967f000-0x0000000089682000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem17: type=4, attr=0xf, range=[0x0000000089682000-0x0000000089dad000) (7MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem18: type=7, attr=0xf, range=[0x0000000089dad000-0x0000000089dce000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem19: type=1, attr=0xf, range=[0x0000000089dce000-0x0000000089dec000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem20: type=7, attr=0xf, range=[0x0000000089dec000-0x0000000089e0b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem21: type=4, attr=0xf, range=[0x0000000089e0b000-0x0000000089f5d000) (1MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem22: type=3, attr=0xf, range=[0x0000000089f5d000-0x0000000089f8f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem23: type=4, attr=0xf, range=[0x0000000089f8f000-0x0000000089f96000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem24: type=3, attr=0xf, range=[0x0000000089f96000-0x0000000089f97000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem25: type=4, attr=0xf, range=[0x0000000089f97000-0x0000000089f98000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem26: type=3, attr=0xf, range=[0x0000000089f98000-0x0000000089f99000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem27: type=4, attr=0xf, range=[0x0000000089f99000-0x0000000089f9d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem28: type=3, attr=0xf, range=[0x0000000089f9d000-0x0000000089fa4000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem29: type=4, attr=0xf, range=[0x0000000089fa4000-0x0000000089fad000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem30: type=3, attr=0xf, range=[0x0000000089fad000-0x0000000089fb0000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem31: type=4, attr=0xf, range=[0x0000000089fb0000-0x0000000089fcb000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem32: type=3, attr=0xf, range=[0x0000000089fcb000-0x000000008a000000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem33: type=4, attr=0xf, range=[0x000000008a000000-0x000000008a003000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem34: type=3, attr=0xf, range=[0x000000008a003000-0x000000008a02f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem35: type=4, attr=0xf, range=[0x000000008a02f000-0x000000008a033000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem36: type=3, attr=0xf, range=[0x000000008a033000-0x000000008a038000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem37: type=4, attr=0xf, range=[0x000000008a038000-0x000000008a03d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem38: type=3, attr=0xf, range=[0x000000008a03d000-0x000000008a041000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem39: type=4, attr=0xf, range=[0x000000008a041000-0x000000008a045000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem40: type=3, attr=0xf, range=[0x000000008a045000-0x000000008a059000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem41: type=4, attr=0xf, range=[0x000000008a059000-0x000000008a05b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem42: type=3, attr=0xf, range=[0x000000008a05b000-0x000000008a05e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem43: type=4, attr=0xf, range=[0x000000008a05e000-0x000000008a061000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem44: type=3, attr=0xf, range=[0x000000008a061000-0x000000008a062000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem45: type=4, attr=0xf, range=[0x000000008a062000-0x000000008a063000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem46: type=3, attr=0xf, range=[0x000000008a063000-0x000000008a065000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem47: type=4, attr=0xf, range=[0x000000008a065000-0x000000008a068000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem48: type=3, attr=0xf, range=[0x000000008a068000-0x000000008a069000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem49: type=4, attr=0xf, range=[0x000000008a069000-0x000000008a06a000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem50: type=3, attr=0xf, range=[0x000000008a06a000-0x000000008a06b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem51: type=4, attr=0xf, range=[0x000000008a06b000-0x000000008a06d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem52: type=3, attr=0xf, range=[0x000000008a06d000-0x000000008a06e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem53: type=4, attr=0xf, range=[0x000000008a06e000-0x000000008a070000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem54: type=3, attr=0xf, range=[0x000000008a070000-0x000000008a07c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem55: type=4, attr=0xf, range=[0x000000008a07c000-0x000000008a07f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem56: type=3, attr=0xf, range=[0x000000008a07f000-0x000000008a082000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem57: type=4, attr=0xf, range=[0x000000008a082000-0x000000008a083000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem58: type=3, attr=0xf, range=[0x000000008a083000-0x000000008a08d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem59: type=4, attr=0xf, range=[0x000000008a08d000-0x000000008a08f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem60: type=3, attr=0xf, range=[0x000000008a08f000-0x000000008a095000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem61: type=4, attr=0xf, range=[0x000000008a095000-0x000000008a097000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem62: type=3, attr=0xf, range=[0x000000008a097000-0x000000008a099000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem63: type=4, attr=0xf, range=[0x000000008a099000-0x000000008a09c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem64: type=3, attr=0xf, range=[0x000000008a09c000-0x000000008a0aa000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem65: type=4, attr=0xf, range=[0x000000008a0aa000-0x000000008a0b1000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem66: type=3, attr=0xf, range=[0x000000008a0b1000-0x000000008a0b9000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem67: type=4, attr=0xf, range=[0x000000008a0b9000-0x000000008a0bb000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem68: type=3, attr=0xf, range=[0x000000008a0bb000-0x000000008a0bd000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem69: type=4, attr=0xf, range=[0x000000008a0bd000-0x000000008a0c1000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem70: type=3, attr=0xf, range=[0x000000008a0c1000-0x000000008a0c4000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem71: type=4, attr=0xf, range=[0x000000008a0c4000-0x000000008a0c7000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem72: type=3, attr=0xf, range=[0x000000008a0c7000-0x000000008a0cb000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem73: type=4, attr=0xf, range=[0x000000008a0cb000-0x000000008a0cc000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem74: type=3, attr=0xf, range=[0x000000008a0cc000-0x000000008a0cf000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem75: type=4, attr=0xf, range=[0x000000008a0cf000-0x000000008a0d0000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem76: type=3, attr=0xf, range=[0x000000008a0d0000-0x000000008a0e5000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem77: type=4, attr=0xf, range=[0x000000008a0e5000-0x000000008a0e7000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem78: type=3, attr=0xf, range=[0x000000008a0e7000-0x000000008a0f3000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem79: type=4, attr=0xf, range=[0x000000008a0f3000-0x000000008a0f5000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem80: type=3, attr=0xf, range=[0x000000008a0f5000-0x000000008a0fb000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem81: type=4, attr=0xf, range=[0x000000008a0fb000-0x000000008a0fc000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem82: type=3, attr=0xf, range=[0x000000008a0fc000-0x000000008a100000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem83: type=4, attr=0xf, range=[0x000000008a100000-0x000000008a101000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem84: type=3, attr=0xf, range=[0x000000008a101000-0x000000008a103000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem85: type=4, attr=0xf, range=[0x000000008a103000-0x000000008a104000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem86: type=3, attr=0xf, range=[0x000000008a104000-0x000000008a105000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem87: type=4, attr=0xf, range=[0x000000008a105000-0x000000008a107000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem88: type=3, attr=0xf, range=[0x000000008a107000-0x000000008a10e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem89: type=4, attr=0xf, range=[0x000000008a10e000-0x000000008a10f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem90: type=3, attr=0xf, range=[0x000000008a10f000-0x000000008a118000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem91: type=4, attr=0xf, range=[0x000000008a118000-0x000000008a119000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem92: type=3, attr=0xf, range=[0x000000008a119000-0x000000008a126000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem93: type=4, attr=0xf, range=[0x000000008a126000-0x000000008a127000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem94: type=3, attr=0xf, range=[0x000000008a127000-0x000000008a12a000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem95: type=4, attr=0xf, range=[0x000000008a12a000-0x000000008a12c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem96: type=3, attr=0xf, range=[0x000000008a12c000-0x000000008a12d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem97: type=4, attr=0xf, range=[0x000000008a12d000-0x000000008a131000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem98: type=3, attr=0xf, range=[0x000000008a131000-0x000000008a135000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem99: type=4, attr=0xf, range=[0x000000008a135000-0x000000008a136000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem100: type=3, attr=0xf, range=[0x000000008a136000-0x000000008a139000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem101: type=4, attr=0xf, range=[0x000000008a139000-0x000000008a13b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem102: type=3, attr=0xf, range=[0x000000008a13b000-0x000000008a13e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem103: type=4, attr=0xf, range=[0x000000008a13e000-0x000000008a144000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem104: type=3, attr=0xf, range=[0x000000008a144000-0x000000008a14b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem105: type=4, attr=0xf, range=[0x000000008a14b000-0x000000008a157000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem106: type=3, attr=0xf, range=[0x000000008a157000-0x000000008a158000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem107: type=4, attr=0xf, range=[0x000000008a158000-0x000000008a15a000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem108: type=3, attr=0xf, range=[0x000000008a15a000-0x000000008a15c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem109: type=4, attr=0xf, range=[0x000000008a15c000-0x000000008a164000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem110: type=3, attr=0xf, range=[0x000000008a164000-0x000000008a168000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem111: type=4, attr=0xf, range=[0x000000008a168000-0x000000008a16e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem112: type=3, attr=0xf, range=[0x000000008a16e000-0x000000008a16f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem113: type=4, attr=0xf, range=[0x000000008a16f000-0x000000008a171000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem114: type=3, attr=0xf, range=[0x000000008a171000-0x000000008a174000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem115: type=4, attr=0xf, range=[0x000000008a174000-0x000000008a176000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem116: type=3, attr=0xf, range=[0x000000008a176000-0x000000008a178000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem117: type=4, attr=0xf, range=[0x000000008a178000-0x000000008a1fc000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem118: type=3, attr=0xf, range=[0x000000008a1fc000-0x000000008a21b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem119: type=4, attr=0xf, range=[0x000000008a21b000-0x000000008a21d000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem120: type=3, attr=0xf, range=[0x000000008a21d000-0x000000008a228000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem121: type=4, attr=0xf, range=[0x000000008a228000-0x000000008a240000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem122: type=3, attr=0xf, range=[0x000000008a240000-0x000000008a244000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem123: type=4, attr=0xf, range=[0x000000008a244000-0x000000008a24e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem124: type=3, attr=0xf, range=[0x000000008a24e000-0x000000008a24f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem125: type=4, attr=0xf, range=[0x000000008a24f000-0x000000008a251000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem126: type=3, attr=0xf, range=[0x000000008a251000-0x000000008a255000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem127: type=4, attr=0xf, range=[0x000000008a255000-0x000000008a256000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem128: type=3, attr=0xf, range=[0x000000008a256000-0x000000008a257000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem129: type=4, attr=0xf, range=[0x000000008a257000-0x000000008a25b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem130: type=3, attr=0xf, range=[0x000000008a25b000-0x000000008a25c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem131: type=4, attr=0xf, range=[0x000000008a25c000-0x000000008a25f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem132: type=3, attr=0xf, range=[0x000000008a25f000-0x000000008a270000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem133: type=4, attr=0xf, range=[0x000000008a270000-0x000000008a273000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem134: type=3, attr=0xf, range=[0x000000008a273000-0x000000008a27b000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem135: type=4, attr=0xf, range=[0x000000008a27b000-0x000000008a27c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem136: type=3, attr=0xf, range=[0x000000008a27c000-0x000000008a27e000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem137: type=4, attr=0xf, range=[0x000000008a27e000-0x000000008a280000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem138: type=3, attr=0xf, range=[0x000000008a280000-0x000000008a281000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem139: type=4, attr=0xf, range=[0x000000008a281000-0x000000008a282000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem140: type=3, attr=0xf, range=[0x000000008a282000-0x000000008a283000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem141: type=4, attr=0xf, range=[0x000000008a283000-0x000000008a285000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem142: type=3, attr=0xf, range=[0x000000008a285000-0x000000008a287000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem143: type=4, attr=0xf, range=[0x000000008a287000-0x000000008a71b000) (4MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem144: type=3, attr=0xf, range=[0x000000008a71b000-0x000000008a720000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem145: type=4, attr=0xf, range=[0x000000008a720000-0x000000008a721000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem146: type=3, attr=0xf, range=[0x000000008a721000-0x000000008a72a000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem147: type=4, attr=0xf, range=[0x000000008a72a000-0x000000008a72c000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem148: type=3, attr=0xf, range=[0x000000008a72c000-0x000000008a72f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem149: type=4, attr=0xf, range=[0x000000008a72f000-0x000000008a731000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem150: type=3, attr=0xf, range=[0x000000008a731000-0x000000008a732000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem151: type=4, attr=0xf, range=[0x000000008a732000-0x000000008a7a5000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem152: type=3, attr=0xf, range=[0x000000008a7a5000-0x000000008a7a6000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem153: type=4, attr=0xf, range=[0x000000008a7a6000-0x000000008a7a7000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem154: type=3, attr=0xf, range=[0x000000008a7a7000-0x000000008a7a8000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem155: type=4, attr=0xf, range=[0x000000008a7a8000-0x000000008a7cc000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem156: type=3, attr=0xf, range=[0x000000008a7cc000-0x000000008a7cd000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem157: type=4, attr=0xf, range=[0x000000008a7cd000-0x000000008b5ef000) (14MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem158: type=7, attr=0xf, range=[0x000000008b5ef000-0x000000008b673000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem159: type=10, attr=0xf, range=[0x000000008b673000-0x000000008b6ef000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem160: type=7, attr=0xf, range=[0x000000008b6ef000-0x000000008b6f5000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem161: type=9, attr=0xf, range=[0x000000008b6f5000-0x000000008b70f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem162: type=7, attr=0xf, range=[0x000000008b70f000-0x000000008b737000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem163: type=6, attr=0x800000000000000f, range=[0x000000008b737000-0x000000008b75f000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem164: type=7, attr=0xf, range=[0x000000008b75f000-0x000000008b785000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem165: type=5, attr=0x800000000000000f, range=[0x000000008b785000-0x000000008b7af000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem166: type=7, attr=0xf, range=[0x000000008b7af000-0x000000008b7e9000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem167: type=2, attr=0xf, range=[0x000000008b7e9000-0x000000008b7f6000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem168: type=0, attr=0xf, range=[0x000000008b7f6000-0x000000008b7ff000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem169: type=6, attr=0x800000000000000f, range=[0x000000008b7ff000-0x000000008b800000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem170: type=7, attr=0xf, range=[0x0000000100000000-0x000000016c000000) (1728MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem171: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem172: type=0, attr=0x8000000000000000, range=[0x000000008b800000-0x000000008c000000) (8MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem173: type=0, attr=0x8000000000000000, range=[0x000000008de00000-0x0000000090000000) (34MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem174: type=11, attr=0x8000000000000000, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem175: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: efi: mem176: type=11, attr=0x8000000000000000, range=[0x00000000ffec4000-0x00000000ffee8000) (0MB)
    Oct 22 18:27:56 mbp62 kernel: SMBIOS 2.4 present.
    Oct 22 18:27:56 mbp62 kernel: DMI: Apple Inc. MacBookPro6,2/Mac-F22586C8, BIOS MBP61.88Z.0057.B0C.1007261552 07/26/10
    Oct 22 18:27:56 mbp62 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Oct 22 18:27:56 mbp62 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Oct 22 18:27:56 mbp62 kernel: AGP: No AGP bridge found
    Oct 22 18:27:56 mbp62 kernel: e820: last_pfn = 0x16c000 max_arch_pfn = 0x400000000
    Oct 22 18:27:56 mbp62 kernel: MTRR default type: write-back
    Oct 22 18:27:56 mbp62 kernel: MTRR fixed ranges enabled:
    Oct 22 18:27:56 mbp62 kernel: 00000-9FFFF write-back
    Oct 22 18:27:56 mbp62 kernel: A0000-BFFFF uncachable
    Oct 22 18:27:56 mbp62 kernel: C0000-DFFFF write-protect
    Oct 22 18:27:56 mbp62 kernel: E0000-FFFFF uncachable
    Oct 22 18:27:56 mbp62 kernel: MTRR variable ranges enabled:
    Oct 22 18:27:56 mbp62 kernel: 0 base 0C0000000 mask FC0000000 uncachable
    Oct 22 18:27:56 mbp62 kernel: 1 base 0A0000000 mask FE0000000 uncachable
    Oct 22 18:27:56 mbp62 kernel: 2 base 090000000 mask FF0000000 uncachable
    Oct 22 18:27:56 mbp62 kernel: 3 base 08C000000 mask FFC000000 uncachable
    Oct 22 18:27:56 mbp62 kernel: 4 disabled
    Oct 22 18:27:56 mbp62 kernel: 5 disabled
    Oct 22 18:27:56 mbp62 kernel: 6 disabled
    Oct 22 18:27:56 mbp62 kernel: 7 disabled
    Oct 22 18:27:56 mbp62 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Oct 22 18:27:56 mbp62 kernel: e820: last_pfn = 0x8b7f6 max_arch_pfn = 0x400000000
    Oct 22 18:27:56 mbp62 kernel: Scanning 1 areas for low memory corruption
    Oct 22 18:27:56 mbp62 kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x00000000-0x000fffff] page 4k
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b23000, 0x02b23fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b24000, 0x02b24fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b25000, 0x02b25fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x16be00000-0x16bffffff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x16be00000-0x16bffffff] page 2M
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b26000, 0x02b26fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x168000000-0x16bdfffff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x168000000-0x16bdfffff] page 2M
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x100000000-0x167ffffff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x100000000-0x167ffffff] page 2M
    Oct 22 18:27:56 mbp62 kernel: BRK [0x02b27000, 0x02b27fff] PGTABLE
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x00100000-0x8b672fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x00100000-0x001fffff] page 4k
    Oct 22 18:27:56 mbp62 kernel: [mem 0x00200000-0x8b5fffff] page 2M
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b600000-0x8b672fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b6ef000-0x8b6f4fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b6ef000-0x8b6f4fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b70f000-0x8b736fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b70f000-0x8b736fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b75f000-0x8b784fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b75f000-0x8b784fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b7af000-0x8b7f5fff]
    Oct 22 18:27:56 mbp62 kernel: [mem 0x8b7af000-0x8b7f5fff] page 4k
    Oct 22 18:27:56 mbp62 kernel: RAMDISK: [mem 0x35c6a000-0x36e2cfff]
    Oct 22 18:27:56 mbp62 kernel: ACPI: Early table checksum verification disabled
    Oct 22 18:27:56 mbp62 kernel: ACPI: RSDP 0x000000008B70E014 000024 (v02 APPLE )
    Oct 22 18:27:56 mbp62 kernel: ACPI: XSDT 0x000000008B70E1C0 00007C (v01 APPLE Apple00 00000057 01000013)
    Oct 22 18:27:56 mbp62 kernel: ACPI: FACP 0x000000008B70B000 0000F4 (v04 APPLE Apple00 00000057 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: DSDT 0x000000008B6FD000 00746E (v01 APPLE MacBookP 00060001 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: FACS 0x000000008B67A000 000040
    Oct 22 18:27:56 mbp62 kernel: ACPI: ASF! 0x000000008B70D000 0000A5 (v32 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: HPET 0x000000008B70A000 000038 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: APIC 0x000000008B709000 0000BC (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: APIC 0x000000008B708000 0000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: SBST 0x000000008B706000 000030 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: ECDT 0x000000008B705000 000053 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6FA000 00020D (v01 APPLE SataAhci 00001000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6F7000 000522 (v01 APPLE UsbNoRmh 00001000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6F5000 000A10 (v01 PmRef CpuPm 00003000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: MCFG 0x000000008B707000 00003C (v01 APPLE Apple00 00000001 Loki 0000005F)
    Oct 22 18:27:56 mbp62 kernel: ACPI: BIOS bug: multiple APIC/MADT found, using 0
    Oct 22 18:27:56 mbp62 kernel: ACPI: If "acpi_apic_instance=2" works better, notify [email protected]
    Oct 22 18:27:56 mbp62 kernel: ACPI: Local APIC address 0xfee00000
    Oct 22 18:27:56 mbp62 kernel: No NUMA configuration found
    Oct 22 18:27:56 mbp62 kernel: Faking a node at [mem 0x0000000000000000-0x000000016bffffff]
    Oct 22 18:27:56 mbp62 kernel: Initmem setup node 0 [mem 0x00000000-0x16bffffff]
    Oct 22 18:27:56 mbp62 kernel: NODE_DATA [mem 0x16bff8000-0x16bffcfff]
    Oct 22 18:27:56 mbp62 kernel: [ffffea0000000000-ffffea0005bfffff] PMD -> [ffff880167600000-ffff88016b5fffff] on node 0
    Oct 22 18:27:56 mbp62 kernel: Zone ranges:
    Oct 22 18:27:56 mbp62 kernel: DMA [mem 0x00001000-0x00ffffff]
    Oct 22 18:27:56 mbp62 kernel: DMA32 [mem 0x01000000-0xffffffff]
    Oct 22 18:27:56 mbp62 kernel: Normal [mem 0x100000000-0x16bffffff]
    Oct 22 18:27:56 mbp62 kernel: Movable zone start for each node
    Oct 22 18:27:56 mbp62 kernel: Early memory node ranges
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00001000-0x0008dfff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00090000-0x0009ffff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00100000-0x8b672fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b6ef000-0x8b6f4fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b70f000-0x8b736fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b75f000-0x8b784fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b7af000-0x8b7f5fff]
    Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x100000000-0x16bffffff]
    Oct 22 18:27:56 mbp62 kernel: On node 0 totalpages: 1013419
    Oct 22 18:27:56 mbp62 kernel: DMA zone: 64 pages used for memmap
    Oct 22 18:27:56 mbp62 kernel: DMA zone: 25 pages reserved
    Oct 22 18:27:56 mbp62 kernel: DMA zone: 3997 pages, LIFO batch:0
    Oct 22 18:27:56 mbp62 kernel: DMA32 zone: 8861 pages used for memmap
    Oct 22 18:27:56 mbp62 kernel: DMA32 zone: 567054 pages, LIFO batch:31
    Oct 22 18:27:56 mbp62 kernel: Normal zone: 6912 pages used for memmap
    Oct 22 18:27:56 mbp62 kernel: Normal zone: 442368 pages, LIFO batch:31
    Oct 22 18:27:56 mbp62 kernel: Reserving Intel graphics stolen memory at 0x8e000000-0x8fffffff
    Oct 22 18:27:56 mbp62 kernel: ACPI: PM-Timer IO Port: 0x408
    Oct 22 18:27:56 mbp62 kernel: ACPI: Local APIC address 0xfee00000
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
    Oct 22 18:27:56 mbp62 kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Oct 22 18:27:56 mbp62 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Oct 22 18:27:56 mbp62 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Oct 22 18:27:56 mbp62 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ0 used by override.
    Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ2 used by override.
    Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ9 used by override.
    Oct 22 18:27:56 mbp62 kernel: Using ACPI (MADT) for SMP configuration information
    Oct 22 18:27:56 mbp62 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Oct 22 18:27:56 mbp62 kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    Oct 22 18:27:56 mbp62 kernel: nr_irqs_gsi: 40
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x0008e000-0x0008efff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b673000-0x8b6eefff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b6f5000-0x8b70efff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b737000-0x8b75efff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b785000-0x8b7aefff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b7f6000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8c000000-0x8ddfffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8de00000-0x8fffffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x90000000-0xe00f7fff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xfed20000-0xffec3fff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xffec4000-0xffee7fff]
    Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xffee8000-0xffffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: [mem 0x90000000-0xe00f7fff] available for PCI devices
    Oct 22 18:27:56 mbp62 kernel: Booting paravirtualized kernel on bare hardware
    Oct 22 18:27:56 mbp62 kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    Oct 22 18:27:56 mbp62 kernel: PERCPU: Embedded 29 pages/cpu @ffff88016bc00000 s86784 r8192 d23808 u262144
    Oct 22 18:27:56 mbp62 kernel: pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    Oct 22 18:27:56 mbp62 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Oct 22 18:27:56 mbp62 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 997557
    Oct 22 18:27:56 mbp62 kernel: Policy zone: Normal
    Oct 22 18:27:56 mbp62 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=982a60fb-4e98-4afc-b1a6-86d84ec44d10 rw cryptdevice=/dev/disk/by-uuid/298d8263-0546-4329-9ed0-a52c021f949f:vgmain resume=/dev/mapper/vgmain-lvswap i915.lvds_channel_mode=2 i915.lvds_use_ssc=0 i915.lvds_downclock=1 i915.enable_rc6=7 i915.enable_fbc=1 i915.modeset=1 radeon.modeset=0 nouveau.modeset=0 pcie_aspm=force video=efifb atkbd.reset quiet
    Oct 22 18:27:56 mbp62 kernel: PCIe ASPM is forcibly enabled
    Oct 22 18:27:56 mbp62 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Oct 22 18:27:56 mbp62 kernel: AGP: Checking aperture...
    Oct 22 18:27:56 mbp62 kernel: AGP: No AGP bridge found
    Oct 22 18:27:56 mbp62 kernel: Calgary: detecting Calgary via BIOS EBDA area
    Oct 22 18:27:56 mbp62 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Oct 22 18:27:56 mbp62 kernel: Memory: 3847700K/4053676K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 205976K reserved)
    Oct 22 18:27:56 mbp62 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Oct 22 18:27:56 mbp62 kernel: Preemptible hierarchical RCU implementation.
    Oct 22 18:27:56 mbp62 kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Oct 22 18:27:56 mbp62 kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Oct 22 18:27:56 mbp62 kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    Oct 22 18:27:56 mbp62 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    Oct 22 18:27:56 mbp62 kernel: NR_IRQS:8448 nr_irqs:744 16
    Oct 22 18:27:56 mbp62 kernel: Console: colour dummy device 80x25
    Oct 22 18:27:56 mbp62 kernel: console [tty0] enabled
    Oct 22 18:27:56 mbp62 kernel: allocated 16777216 bytes of page_cgroup
    Oct 22 18:27:56 mbp62 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Oct 22 18:27:56 mbp62 kernel: hpet clockevent registered
    Oct 22 18:27:56 mbp62 kernel: tsc: Fast TSC calibration using PIT
    Oct 22 18:27:56 mbp62 kernel: tsc: Detected 2393.940 MHz processor
    Oct 22 18:27:56 mbp62 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.37 BogoMIPS (lpj=7979800)
    Oct 22 18:27:56 mbp62 kernel: pid_max: default: 32768 minimum: 301
    Oct 22 18:27:56 mbp62 kernel: ACPI: Core revision 20140424
    Oct 22 18:27:56 mbp62 kernel: ACPI: All ACPI Tables successfully acquired
    Oct 22 18:27:56 mbp62 kernel: Security Framework initialized
    Oct 22 18:27:56 mbp62 kernel: Yama: becoming mindful.
    Oct 22 18:27:56 mbp62 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Oct 22 18:27:56 mbp62 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Oct 22 18:27:56 mbp62 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Oct 22 18:27:56 mbp62 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys memory
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys devices
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys freezer
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys net_cls
    Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys blkio
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: CPU: Physical Processor ID: 0
    Oct 22 18:27:56 mbp62 kernel: CPU: Processor Core ID: 0
    Oct 22 18:27:56 mbp62 kernel: mce: CPU supports 9 MCE banks
    Oct 22 18:27:56 mbp62 kernel: CPU0: Thermal monitoring enabled (TM1)
    Oct 22 18:27:56 mbp62 kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 6
    Oct 22 18:27:56 mbp62 kernel: Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    Oct 22 18:27:56 mbp62 kernel: ftrace: allocating 20445 entries in 80 pages
    Oct 22 18:27:56 mbp62 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Oct 22 18:27:56 mbp62 kernel: smpboot: CPU0: Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz (fam: 06, model: 25, stepping: 05)
    Oct 22 18:27:56 mbp62 kernel: Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
    Oct 22 18:27:56 mbp62 kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    Oct 22 18:27:56 mbp62 kernel: ... version: 3
    Oct 22 18:27:56 mbp62 kernel: ... bit width: 48
    Oct 22 18:27:56 mbp62 kernel: ... generic registers: 4
    Oct 22 18:27:56 mbp62 kernel: ... value mask: 0000ffffffffffff
    Oct 22 18:27:56 mbp62 kernel: ... max period: 000000007fffffff
    Oct 22 18:27:56 mbp62 kernel: ... fixed-purpose events: 3
    Oct 22 18:27:56 mbp62 kernel: ... event mask: 000000070000000f
    Oct 22 18:27:56 mbp62 kernel: x86: Booting SMP configuration:
    Oct 22 18:27:56 mbp62 kernel: .... node #0, CPUs: #1
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Oct 22 18:27:56 mbp62 kernel: #2
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: #3
    Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
    Oct 22 18:27:56 mbp62 kernel: x86: Booted up 1 node, 4 CPUs
    Oct 22 18:27:56 mbp62 kernel: smpboot: Total of 4 processors activated (19159.50 BogoMIPS)
    Oct 22 18:27:56 mbp62 kernel: devtmpfs: initialized
    Oct 22 18:27:56 mbp62 kernel: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
    Oct 22 18:27:56 mbp62 kernel: PM: Registering ACPI NVS region [mem 0x8b673000-0x8b6eefff] (507904 bytes)
    Oct 22 18:27:56 mbp62 kernel: pinctrl core: initialized pinctrl subsystem
    Oct 22 18:27:56 mbp62 kernel: RTC time: 15:27:18, date: 10/22/14
    Oct 22 18:27:56 mbp62 kernel: NET: Registered protocol family 16
    Oct 22 18:27:56 mbp62 kernel: cpuidle: using governor ladder
    Oct 22 18:27:56 mbp62 kernel: cpuidle: using governor menu
    Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PCI registered
    Oct 22 18:27:56 mbp62 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
    Oct 22 18:27:56 mbp62 kernel: PCI: not using MMCONFIG
    Oct 22 18:27:56 mbp62 kernel: PCI: Using configuration type 1 for base access
    Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Module Device)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Processor Device)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Oct 22 18:27:56 mbp62 kernel: ACPI : EC: EC description table is found, configuring boot EC
    Oct 22 18:27:56 mbp62 kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Oct 22 18:27:56 mbp62 kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF8801654B0C00 0003F7 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF880165738000 0006E5 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF880165711000 0003A4 (v01 PmRef ApIst 00003000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
    Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF8801656E1800 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Interpreter enabled
    Oct 22 18:27:56 mbp62 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    Oct 22 18:27:56 mbp62 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    Oct 22 18:27:56 mbp62 kernel: ACPI: (supports S0 S3 S4 S5)
    Oct 22 18:27:56 mbp62 kernel: ACPI: Using IOAPIC for interrupt routing
    Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
    Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe06fffff] reserved in ACPI motherboard resources
    Oct 22 18:27:56 mbp62 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Oct 22 18:27:56 mbp62 kernel: \_SB_.PCI0:_OSC invalid UUID
    Oct 22 18:27:56 mbp62 kernel: _OSC request data:1 1f 0
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-06] only partially covers this bridge
    Oct 22 18:27:56 mbp62 kernel: PCI host bridge to bus 0000:00
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xfeafffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc1400000-0xc17fffff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x20: [io 0x3130-0x3137]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.0: [8086:3b3b] type 00 class 0x0c0300
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.0: reg 0x20: [io 0x3100-0x311f]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: [8086:3b3c] type 00 class 0x0c0320
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xc1d05c00-0xc1d05fff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xc1d00000-0xc1d03fff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.0: [8086:3b36] type 00 class 0x0c0300
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.0: reg 0x20: [io 0x30a0-0x30bf]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: [8086:3b34] type 00 class 0x0c0320
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xc1d05800-0xc1d05bff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x10: [io 0x3128-0x312f]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x14: [io 0x313c-0x313f]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x18: [io 0x3120-0x3127]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x3138-0x313b]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x20: [io 0x3020-0x303f]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xc1d05000-0xc1d057ff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc1d06000-0xc1d060ff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xc1d04000-0xc1d04fff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xc10fffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: [14e4:1684] type 00 class 0x020000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xc1c00000-0xc1c0ffff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [mem 0xc1c00000-0xc1cfffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: [14e4:4353] type 00 class 0x028000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc1b00000-0xc1b03fff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: supports D1 D2
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [mem 0xc1b00000-0xc1bfffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: [11c1:5901] type 00 class 0x0c0010
    Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc1a00000-0xc1a00fff 64bit]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: supports D1 D2
    Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [mem 0xc1a00000-0xc1afffff]
    Oct 22 18:27:56 mbp62 kernel: acpiphp: Slot [1] registered
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [mem 0xc1900000-0xc19fffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0xc1800000-0xc18fffff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x90000000-0xfeafffff] (subtractive decode)
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    Oct 22 18:27:56 mbp62 kernel: PCI host bridge to bus 0000:ff
    Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:ff: root bus resource [bus ff]
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
    Oct 22 18:27:56 mbp62 kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
    Oct 22 18:27:56 mbp62 kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Oct 22 18:27:56 mbp62 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Oct 22 18:27:56 mbp62 kernel: vgaarb: loaded
    Oct 22 18:27:56 mbp62 kernel: vgaarb: bridge control possible 0000:00:02.0
    Oct 22 18:27:56 mbp62 kernel: PCI: Using ACPI for IRQ routing
    Oct 22 18:27:56 mbp62 kernel: PCI: pci_cache_line_size set to 64 bytes
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b673000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b6f5000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b737000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b785000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b7f6000-0x8bffffff]
    Oct 22 18:27:56 mbp62 kernel: NetLabel: Initializing
    Oct 22 18:27:56 mbp62 kernel: NetLabel: domain hash size = 128
    Oct 22 18:27:56 mbp62 kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Oct 22 18:27:56 mbp62 kernel: NetLabel: unlabeled traffic allowed by default
    Oct 22 18:27:56 mbp62 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Oct 22 18:27:56 mbp62 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Oct 22 18:27:56 mbp62 kernel: Switched to clocksource hpet
    Oct 22 18:27:56 mbp62 kernel: pnp: PnP ACPI init
    Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PNP registered
    Oct 22 18:27:56 mbp62 kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0680-0x069f] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x1000-0x100f] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0xffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0xffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0400-0x047f] could not be reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0500-0x057f] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x164e-0x164f] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 22 18:27:56 mbp62 kernel: system 00:02: [io 0x06a0-0x06af] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:02: [io 0x06b0-0x06ff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 22 18:27:56 mbp62 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    Oct 22 18:27:56 mbp62 kernel: pnp 00:04: Plug and Play ACPI device, IDs APP000b (active)
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed10000-0xfed13fff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xe0000000-0xefffffff] could not be reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfeb00000-0xfeb03fff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
    Oct 22 18:27:56 mbp62 kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 22 18:27:56 mbp62 kernel: pnp: PnP ACPI: found 6 devices
    Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PNP unregistered
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_r

  • Enterprise Portal - Create Task throws exception

    Hi All,
      I'm working on MDM 7.1, NW 7.01. Click on the 'Create Task' from Universal worklist page throws the following exception. Any thoughts what might be causing this.
      500   Internal Server Error
              SAP NetWeaver Application Server 7.00/Java AS 7.00
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.sap.ip.collaboration.core.impl.ume.manager.UMRepositoryManager.getResource(UMRepositoryManager.java:212)
        at com.sapportals.wcm.repository.RMAdapter.getResource(RMAdapter.java:228)
        at com.sapportals.wcm.repository.runtime.CmAdapter.findResource(CmAdapter.java:1349)
        at com.sapportals.wcm.repository.runtime.CmAdapter.findManagerAndResource(CmAdapter.java:1322)
        at com.sapportals.wcm.repository.runtime.CmAdapter.getResourceImpl(CmAdapter.java:979)
        ... 57 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type     HTML Client
    User agent     Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11
    Version     null
    DOM version     null
    Client Type     ns7
    Client Type Profile     nn7
    ActiveX     disabled
    Cookies     enabled
    Frames     enabled
    Java Applets     enabled
    JavaScript     enabled
    Tables     enabled
    VB Script     enabled
    Server
    Web Dynpro Runtime     Vendor: SAP, build ID: 7.0103.20081111115141.0000 (release=NW701_03_REL, buildtime=2008-12-07:13:19:14[UTC], changelist=51958, host=pwdfm246), build date: Tue May 12 20:39:49 MDT 2009
    J2EE Engine     7.01 PatchLevel 56102.
    Java VM     IBM J9 VM, version:2.3, vendor: IBM Corporation
    Operating system     Linux, version: 2.6.16.60-0.37_f594963d-xen, architecture: amd64
    Session & Other
    Session Locale     en_US
    Time of Failure     Wed Jul 01 09:01:10 MDT 2009 (Java Time: 1246460470781)
    Web Dynpro Code Generation Infos
    sap.com/tceujwfuiwizardtask
    SapDictionaryGenerationCore     7.0103.20071003090459.0000 (release=701_SP_REL, buildtime=2008-11-05:19:55:10[UTC], changelist=463950, host=PWDFM201.wdf.sap.corp)
    SapDictionaryGenerationTemplates     7.0103.20071003090459.0000 (release=701_SP_REL, buildtime=2008-11-05:19:55:16[UTC], changelist=463950, host=PWDFM201.wdf.sap.corp)
    SapGenerationFrameworkCore     7.0103.20071003090713.0000 (release=701_SP_REL, buildtime=2008-11-05:19:48:07[UTC], changelist=463957, host=PWDFM201.wdf.sap.corp)
    SapIdeWebDynproCheckLayer     7.0103.20080730170941.0000 (release=701_SP_REL, buildtime=2008-11-05:20:00:15[UTC], changelist=494993, host=PWDFM201.wdf.sap.corp)
    SapMetamodelCommon     7.0103.20071003091208.0000 (release=701_SP_REL, buildtime=2008-11-05:19:48:51[UTC], changelist=463971, host=PWDFM201.wdf.sap.corp)
    SapMetamodelCore     7.0103.20071003091208.0000 (release=701_SP_REL, buildtime=2008-11-05:19:48:46[UTC], changelist=463971, host=PWDFM201.wdf.sap.corp)
    SapMetamodelDictionary     7.0103.20071003090530.0000 (release=701_SP_REL, buildtime=2008-11-05:19:52:58[UTC], changelist=463951, host=PWDFM201.wdf.sap.corp)
    SapMetamodelWebDynpro     7.0103.20080730170953.0000 (release=701_SP_REL, buildtime=2008-11-05:19:57:29[UTC], changelist=494995, host=PWDFM201.wdf.sap.corp)
    SapWebDynproGenerationCTemplates     7.0103.20081105123737.0000 (release=701_SP_REL, buildtime=2008-11-05:20:06:40[UTC], changelist=507414, host=pwdfm201)
    SapWebDynproGenerationCore     7.0103.20080730170941.0000 (release=701_SP_REL, buildtime=2008-11-05:20:00:20[UTC], changelist=494993, host=PWDFM201.wdf.sap.corp)
    SapWebDynproGenerationTemplates     7.0103.20081105123737.0000 (release=701_SP_REL, buildtime=2008-11-05:20:06:40[UTC], changelist=507414, host=pwdfm201)
    sap.com/tcwddispwda
    No information available     null
    sap.com/tckmcbc.uwl.ui~wd_ui
    SapDictionaryGenerationCore     7.0103.20071003090459.0000 (release=701_SP_REL, buildtime=2008-11-05:19:55:10[UTC], changelist=463950, host=PWDFM201.wdf.sap.corp)
    SapDictionaryGenerationTemplates     7.0103.20071003090459.0000 (release=701_SP_REL, buildtime=2008-11-05:19:55:16[UTC], changelist=463950, host=PWDFM201.wdf.sap.corp)
    SapGenerationFrameworkCore     7.0103.20071003090713.0000 (release=701_SP_REL, buildtime=2008-11-05:19:48:07[UTC], changelist=463957, host=PWDFM201.wdf.sap.corp)
    SapIdeWebDynproCheckLayer     7.0103.20080730170941.0000 (release=701_SP_REL, buildtime=2008-11-05:20:00:15[UTC], changelist=494993, host=PWDFM201.wdf.sap.corp)
    SapMetamodelCommon     7.0103.20071003091208.0000 (release=701_SP_REL, buildtime=2008-11-05:19:48:51[UTC], changelist=463971, host=PWDFM201.wdf.sap.corp)
    SapMetamodelCore     7.0103.20071003091208.0000 (release=701_SP_REL, buildtime=2008-11-05:19:48:46[UTC], changelist=463971, host=PWDFM201.wdf.sap.corp)
    SapMetamodelDictionary     7.0103.20071003090530.0000 (release=701_SP_REL, buildtime=2008-11-05:19:52:58[UTC], changelist=463951, host=PWDFM201.wdf.sap.corp)
    SapMetamodelWebDynpro     7.0103.20080730170953.0000 (release=701_SP_REL, buildtime=2008-11-05:19:57:29[UTC], changelist=494995, host=PWDFM201.wdf.sap.corp)
    SapWebDynproGenerationCTemplates     7.0103.20081105123737.0000 (release=701_SP_REL, buildtime=2008-11-05:20:06:40[UTC], changelist=507414, host=pwdfm201)
    SapWebDynproGenerationCore     7.0103.20080730170941.0000 (release=701_SP_REL, buildtime=2008-11-05:20:00:20[UTC], changelist=494993, host=PWDFM201.wdf.sap.corp)
    SapWebDynproGenerationTemplates     7.0103.20081105123737.0000 (release=701_SP_REL, buildtime=2008-11-05:20:06:40[UTC], changelist=507414, host=pwdfm201)
    sap.com/tcwdcorecomp
    No information available     null
    Detailed Error Information
    Detailed Exception Chain
    java.lang.NullPointerException
         at com.sap.ip.collaboration.core.impl.ume.manager.UMRepositoryManager.getResource(UMRepositoryManager.java:212)
         at com.sapportals.wcm.repository.RMAdapter.getResource(RMAdapter.java:228)
         at com.sapportals.wcm.repository.runtime.CmAdapter.findResource(CmAdapter.java:1349)
         at com.sapportals.wcm.repository.runtime.CmAdapter.findManagerAndResource(CmAdapter.java:1322)
         at com.sapportals.wcm.repository.runtime.CmAdapter.getResourceImpl(CmAdapter.java:979)
         at com.sapportals.wcm.repository.runtime.CmAdapter.getResource(CmAdapter.java:192)
         at com.sap.ip.collaboration.core.impl.ume.so.SOUser.<init>(SOUser.java:86)
         at com.sap.ip.collaboration.core.impl.ume.so.SOUserFactory.getSOUser(SOUserFactory.java:89)
         at com.sap.ip.collaboration.core.impl.ume.so.SOPeopleFactory.getSOPeople(SOPeopleFactory.java:104)
         at com.sap.ip.collaboration.coreui.api.people.util.State.identifyPeopleApplicationList(State.java:939)
         at com.sap.netweaver.kmc.people.wdpicker.PeoplePickerView.initializePeopleSelection(PeoplePickerView.java:510)
         at com.sap.netweaver.kmc.people.wdpicker.PeoplePickerView.wdDoInit(PeoplePickerView.java:145)
         at com.sap.netweaver.kmc.people.wdpicker.wdp.InternalPeoplePickerView.wdDoInit(InternalPeoplePickerView.java:189)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:182)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:177)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Appreciate all your help!
    Regards,
    VSingh
    Edited by: VSingh on Jul 1, 2009 10:03 AM

    Hi,
    The error message tells you that something is referencing a NULL value in the code of the UMRepositoryManager class. This is generally a sign of poor error detection in the code and not checking for NULL's before trying to use them! If I were you I would try the following:
    1. Check your User Management Engine (UME) configuration
    2. Check the KM UM Repository Manager configuration
    I would say that because the code is standard SAP code the problem is somewhere in the configuration of your system (i.e. the code is expecting something to be configured but it is not). I would also recommend checking SAP OSS notes for a possible solution.
    Hope this gets you started towards finding the solution.
    BRgds,
    Simon

  • Failed to Run Task Sequence Failed to Run Task Sequence 0x80004005

    Please help me with this error. i tried everything with the forums and internet blogs non of work for me. Pls find out the Trace below and help me to sought out this problem.
    Failed to Run Task Sequence 0x80004005
    <![LOG[LOGGING: Finalize process ID set to 780]LOG]!><time="11:50:44.583+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="784" file="tslogging.cpp:1495">
    <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="11:50:44.583+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="784"
    file="bootshell.cpp:1052">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="11:50:44.583+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="784" file="util.cpp:963">
    <![LOG[Debug shell is enabled]LOG]!><time="11:50:44.583+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:1063">
    <![LOG[Waiting for PNP initialization...]LOG]!><time="11:50:44.676+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:60">
    <![LOG[RAM Disk Boot Path: NET(0)\SMSIMAGES\LCS00005\BOOT.LCS00005.WIM]LOG]!><time="11:50:44.676+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="configpath.cpp:186">
    <![LOG[Booted from network (PXE)]LOG]!><time="11:50:44.676+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="configpath.cpp:201">
    <![LOG[Network(PXE) path: X:\sms\data\]LOG]!><time="11:50:44.676+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="configpath.cpp:203">
    <![LOG[Found config path X:\sms\data\]LOG]!><time="11:50:44.676+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:545">
    <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="11:50:44.676+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:579">
    <![LOG[X:\sms\data\WinPE does not exist.]LOG]!><time="11:50:44.676+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:596">
    <![LOG[X:\_SmsTsWinPE\WinPE does not exist.]LOG]!><time="11:50:44.676+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:610">
    <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="11:50:44.676+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:857">
    <![LOG[The command completed successfully.]LOG]!><time="11:50:58.592+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:939">
    <![LOG[Starting DNS client service.]LOG]!><time="11:50:58.592+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:663">
    <![LOG[Executing command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="11:50:59.106+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796"
    file="bootshell.cpp:857">
    <![LOG[The command completed successfully.]LOG]!><time="11:50:59.106+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:939">
    <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="11:50:59.184+480" date="03-07-2014" component="TSMBootstrap" context="" type="1" thread="244"
    file="tsmbootstrap.cpp:1129">
    <![LOG[Command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="11:50:59.184+480" date="03-07-2014" component="TSMBootstrap" context="" type="0" thread="244"
    file="tsmbootstrap.cpp:1130">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="11:50:59.184+480" date="03-07-2014" component="TSMBootstrap" context="" type="1" thread="244" file="util.cpp:963">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\TSRESNLC.DLL']LOG]!><time="11:50:59.184+480" date="03-07-2014" component="TSMBootstrap" context="" type="1" thread="244" file="resourceutils.cpp:169">
    <![LOG[Adding SMS bin folder "X:\sms\bin\x64" to the system environment PATH]LOG]!><time="11:50:59.200+480" date="03-07-2014" component="TSMBootstrap" context="" type="0" thread="244"
    file="tsmbootstrap.cpp:963">
    <![LOG[PXE Boot with Root = X:\]LOG]!><time="11:50:59.200+480" date="03-07-2014" component="TSMBootstrap" context="" type="1" thread="244" file="tsmbootstrap.cpp:1062">
    <![LOG[Executing from PXE in WinPE]LOG]!><time="11:50:59.200+480" date="03-07-2014" component="TSMBootstrap" context="" type="1" thread="244" file="tsmbootstrap.cpp:1077">
    <![LOG[Loading TsPxe.dll from X:\sms\bin\x64\TsPxe.dll]LOG]!><time="11:50:59.200+480" date="03-07-2014" component="TSMBootstrap" context="" type="0" thread="244" file="tsmbootstraputil.cpp:1320">
    <![LOG[TsPxe.dll loaded]LOG]!><time="11:50:59.200+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmbootstraputil.cpp:1330">
    <![LOG[Device has PXE booted]LOG]!><time="11:50:59.200+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tspxe.cpp:122">
    <![LOG[Variable Path: \SMSTemp\2014.03.07.10.07.05.0001.{A1AEE046-70ED-4ACB-BCBC-7DF72AEBD6B2}.boot.var]LOG]!><time="11:50:59.200+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244"
    file="tspxe.cpp:134">
    <![LOG[Succesfully added firewall rule for Tftp]LOG]!><time="11:50:59.216+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="fwopen.cpp:123">
    <![LOG[Executing: X:\sms\bin\x64\smstftp.exe -i 192.168.0.18 get \SMSTemp\2014.03.07.10.07.05.0001.{A1AEE046-70ED-4ACB-BCBC-7DF72AEBD6B2}.boot.var X:\sms\data\variables.dat]LOG]!><time="11:50:59.216+480" date="03-07-2014" component="TSPxe"
    context="" type="0" thread="244" file="tspxe.cpp:177">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="11:50:59.278+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\x64\smstftp.exe" -i 192.168.0.18 get \SMSTemp\2014.03.07.10.07.05.0001.{A1AEE046-70ED-4ACB-BCBC-7DF72AEBD6B2}.boot.var X:\sms\data\variables.dat]LOG]!><time="11:50:59.278+480" date="03-07-2014"
    component="TSPxe" context="" type="0" thread="244" file="commandline.cpp:731">
    <![LOG[Executing command line: "X:\sms\bin\x64\smstftp.exe" -i 192.168.0.18 get \SMSTemp\2014.03.07.10.07.05.0001.{A1AEE046-70ED-4ACB-BCBC-7DF72AEBD6B2}.boot.var X:\sms\data\variables.dat]LOG]!><time="11:50:59.278+480" date="03-07-2014"
    component="TSPxe" context="" type="1" thread="244" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 0]LOG]!><time="11:50:59.372+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="commandline.cpp:1123">
    <![LOG[Succesfully removed firewall rule for Tftp]LOG]!><time="11:50:59.372+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="fwopen.cpp:146">
    <![LOG[Successfully downloaded pxe variable file.]LOG]!><time="11:50:59.372+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tspxe.cpp:187">
    <![LOG[we are booted using PXE]LOG]!><time="11:50:59.372+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsmediawizardcontrol.cpp:2629">
    <![LOG[we are booted using PXE and we don't use a password or the password is provided by the user]LOG]!><time="11:50:59.372+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244"
    file="tsmediawizardcontrol.cpp:2645">
    <![LOG[Found network adapter "D-Link DFE-520TX PCI Fast Ethernet Adapter" with IP Address 0.0.0.0.]LOG]!><time="11:50:59.372+480" date="03-07-2014" component="TSPxe" context="" type="0"
    thread="244" file="tsmbootstraputil.cpp:474">
    <![LOG[Found network adapter "Realtek PCIe GBE Family Controller" with IP Address 192.168.2.195.]LOG]!><time="11:50:59.372+480" date="03-07-2014" component="TSPxe" context="" type="0"
    thread="244" file="tsmbootstraputil.cpp:474">
    <![LOG[Run PXE Interactive]LOG]!><time="11:50:59.372+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediawizardcontrol.cpp:2780">
    <![LOG[Running Wizard in Interactive mode]LOG]!><time="11:50:59.372+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsmediawizardcontrol.cpp:2782">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="11:50:59.387+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="11:50:59.387+480" date="03-07-2014" component="TSPxe" context=""
    type="0" thread="244" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="11:50:59.387+480"
    date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsremovablemedia.cpp:387">
    <![LOG[Activating Welcome Page.]LOG]!><time="11:50:59.387+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediawelcomepage.cpp:131">
    <![LOG[Loading bitmap]LOG]!><time="11:50:59.387+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsmbootstrap.cpp:1228">
    <![LOG[Executing command line: X:\WINDOWS\system32\cmd.exe /k]LOG]!><time="11:55:20.456+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:857">
    <![LOG[The command completed successfully.]LOG]!><time="11:55:20.472+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:939">
    <![LOG[Successfully launched command shell.]LOG]!><time="11:55:20.472+480" date="03-07-2014" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:430">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="12:43:26.237+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediawelcomepage.cpp:340">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="12:43:26.237+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="12:43:26.237+480" date="03-07-2014" component="TSPxe" context=""
    type="0" thread="244" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="12:43:26.237+480"
    date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsremovablemedia.cpp:387">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="12:43:26.237+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="12:43:26.237+480" date="03-07-2014" component="TSPxe" context=""
    type="0" thread="244" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="12:43:26.237+480"
    date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsremovablemedia.cpp:387">
    <![LOG[Verifying media password.]LOG]!><time="12:43:26.237+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsmediawizardcontrol.cpp:271">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="12:43:26.237+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsremovablemedia.cpp:322">
    <![LOG[Spawned thread 960 to download policy.]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsmediawelcomepage.cpp:405">
    <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="960" file="tsmediawizardcontrol.cpp:527">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00']LOG]!><time="12:43:26.252+480"
    date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="environmentscope.cpp:284">
    <![LOG[Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960"
    file="environmentscope.cpp:659">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00420041003300410033003900300030002D0043004100360044002D0034006100630031002D0038004300320038002D003500300037003300410046004300320032004200300033007D00']LOG]!><time="12:43:26.252+480"
    date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="environmentscope.cpp:284">
    <![LOG[Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960"
    file="environmentscope.cpp:659">
    <![LOG[Setting LogMaxSize to 1000000]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:555">
    <![LOG[Setting LogMaxHistory to 1]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:556">
    <![LOG[Setting LogLevel to 0]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:557">
    <![LOG[Setting LogEnabled to 1]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:558">
    <![LOG[Setting LogDebug to 1]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:559">
    <![LOG[UEFI: false]LOG]!><time="12:43:26.252+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:569">
    <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:584">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsremovablemedia.cpp:322">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="util.cpp:963">
    <![LOG[Setting SMSTSMP TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSMediaGuid TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSMediaPFX TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteSigningCertificate TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Root CA Public Certs=]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:615">
    <![LOG[Missing root CA environment variable from variables file]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:621">
    <![LOG[Support Unknown Machines: 0]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:632">
    <![LOG[Custom hook from X:\\TSConfig.INI is ]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:675">
    <![LOG[No hook is found to be executed before downloading policy]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:699">
    <![LOG[Authenticator from the environment is empty.]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:838">
    <![LOG[Need to create Authenticator Info using PFX]LOG]!><time="12:43:26.268+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="960" file="tsmediawizardcontrol.cpp:850">
    <![LOG[Initialized CStringStream object with string: {293EDF76-D3BA-4366-B956-6BADCC3E6B71};2014-03-07T20:43:26Z.]LOG]!><time="12:43:26.299+480" date="03-07-2014" component="TSPxe" context="" type="0"
    thread="960" file="stringstream.cpp:101">
    <![LOG[Set media certificate in transport]LOG]!><time="12:43:26.315+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="960" file="libsmsmessaging.cpp:9418">
    <![LOG[Set authenticator in transport]LOG]!><time="12:43:26.315+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="960" file="libsmsmessaging.cpp:7751">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: sccm.lan.lankacom.lk:80  GET /SMS_MP/.sms_aut?MPKEYINFORMATIONMEDIA]LOG]!><time="12:43:26.315+480" date="03-07-2014" component="TSPxe" context="" type="1"
    thread="960" file="libsmsmessaging.cpp:8621">
    <![LOG[Error. Status code 503 returned]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="960" file="libsmsmessaging.cpp:8984">
    <![LOG[dwResultCode == 200, HRESULT=80004005 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,5165)]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="0"
    thread="960" file="libsmsmessaging.cpp:5165">
    <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="3" thread="960" file="libsmsmessaging.cpp:5165">
    <![LOG[MPKeyInformation.RequestMPKeyInformationForMedia(szTrustedRootKey), HRESULT=80004005 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,9427)]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe"
    context="" type="0" thread="960" file="libsmsmessaging.cpp:9427">
    <![LOG[Failed to get information for MP: http://sccm.lan.lankacom.lk. 80004005.]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="3" thread="960" file="tsmbootstraputil.cpp:1475">
    <![LOG[sMP.length() > 0, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstraputil.cpp,1483)]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context=""
    type="0" thread="960" file="tsmbootstraputil.cpp:1483">
    <![LOG[TSMBootstrapUtil::SelectMP ( sSMSTSMP.c_str(), sMediaPfx.c_str(), sMediaGuid.c_str(), sAuthenticator.c_str(), sEnterpriseCert.c_str(), sServerCerts.c_str(), nHttpPort, nHttpsPort, bUseCRL, sSiteCode, sAssignedSiteCode, sMP, sCertificates, sX86UnknownMachineGUID,
    sX64UnknownMachineGUID), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,904)]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context=""
    type="0" thread="960" file="tsmediawizardcontrol.cpp:904">
    <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="960" file="tsmediawizardcontrol.cpp:1378">
    <![LOG[pWelcomePage->m_pTSMediaWizardControl->GetPolicy(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawelcomepage.cpp,303)]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe"
    context="" type="0" thread="960" file="tsmediawelcomepage.cpp:303">
    <![LOG[Setting wizard error: An error occurred while retrieving policy for this computer  (0x80004005). For more information, contact your system administrator or helpdesk operator.]LOG]!><time="12:43:26.346+480" date="03-07-2014"
    component="TSPxe" context="" type="0" thread="244" file="tsmediawizardcontrol.cpp:1547">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediawelcomepage.cpp:340">
    <![LOG[Skipping Confirmation Page.]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediaconfirmationpage.cpp:170">
    <![LOG[Skipping Task Sequence Selection Page.]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediataskselectionpage.cpp:118">
    <![LOG[Skipping Variables Selection Page.]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediavariablesselectionpage.cpp:155">
    <![LOG[Skipping Resolve Progress Page.]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediaresolveprogresspage.cpp:96">
    <![LOG[Activating Finish Page.]LOG]!><time="12:43:26.346+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediafinishpage.cpp:107">
    <![LOG[Initializing the countdown timer.]LOG]!><time="12:43:26.362+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediafinishpage.cpp:197">
    <![LOG[Loading bitmap]LOG]!><time="12:43:26.362+480" date="03-07-2014" component="TSPxe" context="" type="1" thread="244" file="tsmbootstrap.cpp:1228">
    <![LOG[Suspending the countdown timer.]LOG]!><time="12:43:27.968+480" date="03-07-2014" component="TSPxe" context="" type="0" thread="244" file="tsmediafinishpage.cpp:384">

    CLibSMSMessageWinHttpTransport::Send: URL: sccm.lan.lankacom.lk:80  GET /SMS_MP/.sms_aut?MPKEYINFORMATIONMEDIA
    Error. Status code 503 returned
    That's from the log above. When the client is trying to communicate with the MP, it is getting a 503 which is an HTTP error code for service unavailable. Thus, you need to troubleshoot your MP which is most likely unhealthy.
    Jason | http://blog.configmgrftw.com

  • SCCM 2012 R2 cannot create Task Sequence Media

    Hello,
    We have installed SCCM 2012 SP1 and have trouble creating a Task Sequence Media, the error we are getting is "Media creation failed with error code -2147217406"
    We have reviewed the CreateTSMedia.log and found the following errors:
    * Failed to create media generator (0x80041002)
    * CreateTsMedia failed with error 0x80041002, details = ''
    * Unable to delete all files in temp directory. Giving up. (0x80070091)
    * CreateMedia.exe finished with error code 80041002
    We are trying to create the Task Sequence Media using the Capture option to use with the Media Type USB or CD / DVD, none works.
    We tried to create the Task Sequence Media from a PC with Windows 7 and installed SCCM console and also we tried from the SCCM server, but it has not worked.
    We have made sure to use the administrative account that SCCM installation was performed, but we have not been able to resolve this incident.
    I will appreciate your advices.
    Thanks in advance.
    Manuel
    Manuel&#180;s Microsoft Forums Threads

    This is the log with Media Type CD
    Begin media creation:  CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Media: CAPTURE CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Provider=serengueti.asesuisa.com CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    'Site Code'=ASE CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    DP(s)=SERENGUETI.ASESUISA.COM CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    'Boot Image Package ID'=ASE00003 CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    'Physical Media Type'=CD CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    'Media Destination'=\\serengueti\AV\CaptureX86_ASE.iso CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Media label: 'Configuration Manager 2012' CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Creating media from Admin Console CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    COMMAND LINE:  CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    CreateMedia.exe /K:capture /N:**** /P:serengueti.asesuisa.com /S:ASE /C:**** /D:SERENGUETI.ASESUISA.COM /L:Configuration Manager 2012 /B:ASE00003 /T:CD /F:\\serengueti\AV\CaptureX86_ASE.iso  CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Another thread has been started to create TS media CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    ======= CreateCaptureMedia invoked ======= CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    ---------------------------- CreateTsMedia ---------------------------- CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Requested output path: \\serengueti\AV\CaptureX86_ASE.iso (CD) CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Total number of TS variables: 0 CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Temporary directory 'C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684' created, free space on drive 'C:' is 27327 MB CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Opened WMI namespace '\\serengueti.asesuisa.com\root\SMS\site_ASE'  CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Local computer is SERENGUETI CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Package manager created successfully CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Local computer is SERENGUETI CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Creating policy manager CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Setting up Install Toolkit CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Content Library: Path='D:\SCCMContentLib', Drives='D:\,C:\' CreateTsMedia 4/8/2015 12:24:04 PM 800684 (0xC37AC)
    Registering package ASE00003.4 with content at D:\SCCMContentLib CreateTsMedia 4/8/2015 12:24:06 PM 800684 (0xC37AC)
    VerifyContentHash: Hash algorithm is 32780 CreateTsMedia 4/8/2015 12:24:12 PM 800684 (0xC37AC)
    Hash value of package ASE00003 is verified CreateTsMedia 4/8/2015 12:24:19 PM 800684 (0xC37AC)
    Opening image file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Cache\ASE00003\boot.ASE00003.wim CreateTsMedia 4/8/2015 12:24:19 PM 800684 (0xC37AC)
    Applying image 1 to volume C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit CreateTsMedia 4/8/2015 12:24:19 PM 800684 (0xC37AC)
    Closing image file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Cache\ASE00003\boot.ASE00003.wim CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    More than one resource file found in the media creation toolkit. Media resources may be in a different language than what was expected CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    Generating capture task sequence CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    Failed to create media generator (0x80041002) CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    CreateTsMedia failed with error 0x80041002, details='' CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    Unable to delete file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Error deleting files in temp directory (0x80070091). Retrying after delay. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Error deleting files in temp directory (0x80070091). Retrying after delay. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete all files in temp directory. Giving up. (0x80070091) CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Media creation process that was started from Admin Console completed.
     CreateTsMedia 4/8/2015 12:24:27 PM 456528 (0x6F750)
    CreateMedia.exe finished with error code 80041002 CreateTsMedia 4/8/2015 12:24:27 PM 456528 (0x6F750)
    This is the log with Media Type USB
    Begin media creation:  CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Media: CAPTURE CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Provider=serengueti.asesuisa.com CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    'Site Code'=ASE CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    DP(s)=SERENGUETI.ASESUISA.COM CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    'Boot Image Package ID'=ASE00003 CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    'Physical Media Type'=UFD+FORMAT CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    'Media Destination'=G:\ CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Media label: 'Configuration Manager 2012' CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Creating media from Admin Console CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    COMMAND LINE:  CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    CreateMedia.exe /K:capture /N:**** /P:serengueti.asesuisa.com /S:ASE /C:**** /D:SERENGUETI.ASESUISA.COM /L:Configuration Manager 2012 /B:ASE00003 /T:UFD+FORMAT /F:G:\   CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Another thread has been started to create TS media CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    ======= CreateCaptureMedia invoked ======= CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    ---------------------------- CreateTsMedia ---------------------------- CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Requested output path: G:\ (UFD+FORMAT) CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Total number of TS variables: 0 CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Temporary directory 'C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552' created, free space on drive 'C:' is 1131 MB CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Opened WMI namespace '\\serengueti.asesuisa.com\root\SMS\site_ASE'  CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Local computer is JQUINTANILLAV CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Package manager created successfully CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Local computer is JQUINTANILLAV CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Creating policy manager CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Setting up Install Toolkit CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Content library is on remote system 'SERENGUETI.ASESUISA.COM' CreateTsMedia 4/9/2015 9:23:18 AM 14552 (0x38D8)
    Connected to remote registry service on 'SERENGUETI.ASESUISA.COM' CreateTsMedia 4/9/2015 9:23:18 AM 14552 (0x38D8)
    Content Library: Local Path='D:\SCCMContentLib', Remote Path='\\SERENGUETI.ASESUISA.COM\SCCMContentLib$', File Library Usable Drives='D:\,C:\' CreateTsMedia 4/9/2015 9:23:18 AM 14552 (0x38D8)
    Registering package ASE00003.4 with content at
    \\SERENGUETI.ASESUISA.COM\SCCMContentLib$ CreateTsMedia 4/9/2015 9:23:19 AM 14552 (0x38D8)
    VerifyContentHash: Hash algorithm is 32780 CreateTsMedia 4/9/2015 9:23:23 AM 14552 (0x38D8)
    Hash value of package ASE00003 is verified CreateTsMedia 4/9/2015 9:23:27 AM 14552 (0x38D8)
    Failed to find ADK installation root registry key CreateTsMedia 4/9/2015 9:23:27 AM 14552 (0x38D8)
    Opening image file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Cache\ASE00003\boot.ASE00003.wim CreateTsMedia 4/9/2015 9:23:27 AM 14552 (0x38D8)
    Applying image 1 to volume C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit CreateTsMedia 4/9/2015 9:23:27 AM 14552 (0x38D8)
    Closing image file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Cache\ASE00003\boot.ASE00003.wim CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    More than one resource file found in the media creation toolkit. Media resources may be in a different language than what was expected CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    Generating capture task sequence CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    Failed to create media generator (0x80041002) CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    CreateTsMedia failed with error 0x80041002, details='' CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    Unable to delete file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Error deleting files in temp directory (0x80070091). Retrying after delay. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Error deleting files in temp directory (0x80070091). Retrying after delay. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete all files in temp directory. Giving up. (0x80070091) CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Media creation process that was started from Admin Console completed.
     CreateTsMedia 4/9/2015 9:23:35 AM 14544 (0x38D0)
    CreateMedia.exe finished with error code 80041002 CreateTsMedia 4/9/2015 9:23:35 AM 14544 (0x38D0)
    Manuel&#180;s Microsoft Forums Threads

Maybe you are looking for

  • Cash Flow: input accounts

    Hi guys, I'm working on the cash flow, and I have a couple of questions regarding some accounts that need to be calculated outside HFM. How do you usually handle this? Do you create an additional structure like "CF_Aux" to input there? If I need to c

  • 8.1.7 Select a Points Coordinates.

    Please excuse this newbie question. I am using Oracle 8.1.7. I have a two dimensional point table and all I want to do is now extract the X and Y coordinates from each point. How do you do this? I have looked through the forum and seen reference to S

  • SmartView Connection to Shared Services Error

    I have installed 11.1.2 on Windows 2008 (64bit) in stand-alone mode. I also have Excel 2007 installed on the same machine. I took all of the default ports when setting up the server instance. I installed SmartView(32bit) on the same machine with no e

  • USB key :: error -36

    Hi there. I have a problem with a USB stick on my MBP. (15", 3.06Mhz, 4Gb, snow leopard 10.6.2). When I copy big files (less than 4Gb of course) I have intermittent disconnections of the device with an error -36 displayed in finder. Even if I copy sm

  • Adobe standard 9 crashes in Office 10 - is their an update?

    When trying to use Adobe Standard 9.1 version  with Office 10 it seems to hang and then crash causing Office 10 to turn off the plug in.  is their an update available?