Rules file lodas only every 2nd row from .txt source

I have prepared a nice rules file, now deployed on the live
server. when I copy it over to my dev it stops working because
it loads only every SECOND row from my .txt source.
Any ideas why that might happen? (I have no rejects specified)

I wonder, are the live server and the dev server the same operating system? My first thought (and I have not tested) is that perhaps the line terminator in the data file is causing the every other line load?

Similar Messages

  • How To Access PAGE ITEM (single row) from HTML source

    Hi Guys,
    I have a page Item that return a string.
    I would like to show this string
    How To Access PAGE ITEM (single row) from HTML source?
    My desire final output is
    <marquee>:P1_PAGE_ITEM</marquee>
    Can please help me
    Thanks

    Hi,
    You can refer the page items in your page header as &itemname. For example, if I have page item P15_TEST, I will add the following in header:
    <marquee>
       &P15_TEST.
    </marquee>But make sure that you have a process before header to populate the value in your page item. Otherwise, there will be a null scrolling (which you can't see!) :)
    Regards,
    Zahid

  • Every 2nd request from WTC fails

    Hi there,
    We are using WLS 10.0.1 integrated with Tuxedo 6.5 and have this strange situation where every second request sent from WLS to Tuxedo fails with "TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0". There is no other associated message.
    Our call sequence consists of:
    ApplicationToMonitorInterface connection = tuxedoConnectionFactory.getTuxedoConnection();
    Reply reply = connection.tpcall(requestMapper.getServiceName(), requestMapper.getTypedFmlBuffer(),
    ApplicationToMonitorInterface.TPNOAUTH | ApplicationToMonitorInterface.TPNOTIME);
    process reply
    connection.tpterm();
    The tpcall is throwing a TPException on every second invocation. The amount of time (seconds or minutes) that passes between invocations seems to be irrelevent. I've tried various combinations of flags passed to the tpcall, including zero, with no apparent difference.
    I turned up WTC logging to try and troubleshoot the issue. Log fragments are pasted below.
    Note that the same reader thread "ExecuteThread: '4'" appears to be used for both calls, suggesting that they are both making use of the same TCP connection.
    A tcpdump of both calls reveals (apparently complete) outgoing request and incoming reply data in both cases. However, it looks as though WTC gets its input stream out of sync and (possibly) reads left over data from the 1st call. WTC ditches the connection when the 2nd call fails, so the 3rd call starts off with a brand new connection again.
    Any ideas?
    Please excuse the bulk, but here is the trace from the successful call:
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/TuxedoConnection/>
    ExecuteThread: '1'<BEA-180046> <no transaction>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/TuxedoConnection/30>
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/tpcall/GSM_GetAcct/32>
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/getProviderRoute/GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/WTCRouteManager/selectTargetRotes/GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/WTCService/getImport/(svc = GSM_GetAcct, xid = null)>
    ExecuteThread: '1'<BEA-180046> <[/TDMImport/getStatus/>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = false>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getTsession/20/null>
    ExecuteThread: '1'<BEA-180046> </TDMRemoteTDomain/getTsession/100/null>
    ExecuteThread: '1'<BEA-180046> <]/TDMImport/getStatus/30/AVAILABLE>
    ExecuteThread: '1'<BEA-180046> <]/WTCService/getImport/40/(0)>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = true>
    ExecuteThread: '1'<BEA-180046> <[/WLSInvoke/weblogic.wtc.gwt.TDMLocalTDomain@264a55ca/weblogic.wtc.gwt.TDMRemoteTDomain@acb54dc7>
    ExecuteThread: '1'<BEA-180046> <]/WLSInvoke/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_compression_threshold/2147483647>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_compression_threshold/20/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_sess_sec/NONE>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_sess_sec/30/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setDesiredName/WTC_OBF>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setDesiredName/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_dom_target_name/OBF_WTC>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_dom_target_name/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_local_domain_name/MTS-Local>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_local_domain_name/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setRemoteDomainId/OBF_WTC>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setRemoteDomainId/10>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getKeepAlive>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getKeepAlive/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setKeepAlive/0>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setKeepAlive/10/>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getKeepAliveWait>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getKeepAliveWait/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setKeepAliveWait/0>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setKeepAliveWait/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession/setAppKey/TpUsrFile>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setAppKey/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession/setAllowAnonymous/false>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setAllowAnonymous/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession/setDfltAppKey/-1>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setDfltAppKey/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setEncryptionFlags/39>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setEncryptionFlags/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpinit/weblogic.wtc.jatmi.TPINIT@355e82>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/do_connect/WTC_OBF>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/alloc_TDOM/14/null>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/alloc_TDOM/10/TDOM:GWNW_XATMI_PRE_NW_ACALL1:1:-1:0:0:0:0:0:0:0:50:null>
    ExecuteThread: '1'<BEA-180046> <[/write_dom_65_tfmh/WTC_OBF/10/134217727>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/header calculated_size=524>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/opcode calculated_size=540>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/total calculated_size=540>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=10/parsedMetahdr=false>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    ExecuteThread: '1'<BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_PRE_NW_ACALL1:1:-1:0:0:0:0:0:0:0:50:null>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=540/myMark=540/myProtocol=10/parsedMetahdr=true>
    ExecuteThread: '1'<BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    ExecuteThread: '1'<BEA-180046> <]/write_dom_65_tfmh/110/0/>
    ExecuteThread: '1'<BEA-180046> <[/read_dom_65_tfmh/10>
    ExecuteThread: '1'<BEA-180046> <[/TpeIn/readTuxedoMessage/true>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=32/myOffset=0/myMark=0/myProtocol=10/parsedMetahdr=false>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/toRead=32>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=0/myOffset=32/myMark=0>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/size=544>
    ExecuteThread: '1'<BEA-180046> <[/TpeIn/readTuxedoMessage/false>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=512/myOffset=32/myMark=0/myProtocol=10/parsedMetahdr=true>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/toRead=512>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=0/myOffset=544/myMark=0>
    ExecuteThread: '1'<BEA-180046> <]/TpeIn/readTuxedoMessage/120/true>
    ExecuteThread: '1'<BEA-180046> <]/TpeIn/readTuxedoMessage/150/true>
    ExecuteThread: '1'<BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_PRE_NW_ACALL1_RPLY>
    ExecuteThread: '1'<BEA-180046> <[/TpeIn/available/>
    ExecuteThread: '1'<BEA-180046> <]/TpeIn/available/20/512>
    ExecuteThread: '1'<BEA-180046> </read_dom_65_tfmh/bufsize=544 available=512>
    ExecuteThread: '1'<BEA-180046> <[/TdomTcb/set_security_type 0>
    ExecuteThread: '1'<BEA-180046> <]/TdomTcb/set_security_type>
    ExecuteThread: '1'<BEA-180046> <[/TdomTcb/set_tm_release 64>
    ExecuteThread: '1'<BEA-180046> <]/TdomTcb/set_tm_release>
    ExecuteThread: '1'<BEA-180046> <[/TdomTcb/set_dom_protocol 13>
    ExecuteThread: '1'<BEA-180046> <]/TdomTcb/set_dom_protocol>
    ExecuteThread: '1'<BEA-180046> <]/read_dom_65_tfmh/70/0/0>
    ExecuteThread: '1'<BEA-180046> <Remote gateway support features = 0>
    ExecuteThread: '1'<BEA-180046> < /dsession(1)/do_connect/dom_protocol 13>
    ExecuteThread: '1'<BEA-180046> </dsession(1)/do_connect/no LLE protocol>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setUpTuxedoAAA/>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setUpTuxedoAAA/10/return 0>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/dmqDecision/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/dmqDecision/10>
    xecuteThread: '1' BEA-180087> <Established a connection to a remote domain OBF_WTC.>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/do_connect/170/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpinit/30/>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getTsession/90/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '1'<BEA-180046> </TDMRemoteTDomain/getTsession/100/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '1'<BEA-180046> <]/WTCRouteManager/selectTargetRotes/30/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/getProviderRoute/20>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpcall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@247c48/32/null>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpacall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@247c48/32/null/0>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/_tpacall_internal/GSM_GetAcct/weblogic.wtc.jatmi.tfmh@5b63c2/32/null/0>
    ExecuteThread: '1'<BEA-180046> <myAppKey = null>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/alloc_TDOM/1/GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/alloc_TDOM/10/TDOM:GWNW_XATMI_CALL:2:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/rdsession(1)/add_rplyObj/SessionAcallDescriptor:2:false/weblogic.wtc.jatmi.TuxRply@f29035/-1>
    ExecuteThread: '1'<BEA-180046> <]/rdsession(1)/add_rplyObj/40/>
    ExecuteThread: '1'<BEA-180046> <[/write_dom_65_tfmh/WTC_OBF/13/2147483647>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/header calculated_size=76>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/opcode calculated_size=96>
    ExecuteThread: '1'<BEA-180046> <[/FML32/_tmpresend/java.io.DataOutputStream@d9af8d>
    ExecuteThread: '1'<BEA-180046> <numPointerFields=0 numView32Fields=0 numFml32Fields=0>
    ExecuteThread: '1'<BEA-180046> <]/TypedFML32/_tmpresend/60/>
    ExecuteThread: '1'<BEA-180046> <Outbound UDATA: buffer type(FML32, null)>
    ExecuteThread: '1'<BEA-180072> <+++++ 65 User Data(184) +++++>
    ExecuteThread: '1'<BEA-180113> <FF FF D8 F0 00 00 00 B8 7F FF FF FF 00 00 00 08 00 00 00 00 .......?............>
    ExecuteThread: '1'<BEA-180113> <00 00 00 10 00 10 DF 9D 00 00 00 01 02 10 DF 93 00 00 00 01 .......?.......?....>
    ExecuteThread: '1'<BEA-180113> <0A 10 DF 2F 00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 ............FOX.SYST>
    ExecuteThread: '1'<BEA-180113> <45 4D 00 00 0A 10 DF 39 00 00 00 1A 00 00 00 12 38 39 63 61 EM.....9........89ca>
    ExecuteThread: '1'<BEA-180113> <2D 61 31 34 66 65 65 31 32 34 34 36 65 00 00 00 0A 10 DF 43 .a14fee12446e......C>
    ExecuteThread: '1'<BEA-180113> <00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 45 4D 00 00 ........FOX.SYSTEM..>
    ExecuteThread: '1'<BEA-180113> <0A 10 DF 4D 00 00 00 14 00 00 00 0C 47 53 4D 5F 47 65 74 41 ...M........GSM.GetA>
    ExecuteThread: '1'<BEA-180113> <63 63 74 00 0A 10 DF F7 00 00 00 0C 00 00 00 04 46 4F 58 00 cct.............FOX.>
    ExecuteThread: '1'<BEA-180113> <0A 11 3E 7B 00 00 00 11 00 00 00 09 32 32 32 32 32 32 32 32 ............22222222>
    ExecuteThread: '1'<BEA-180113> <00 00 00 00 .... >
    ExecuteThread: '1'<BEA-180073> <+++++ END +++++>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/total calculated_size=280>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=13/parsedMetahdr=false>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '1'<BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_CALL:2:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=280/myMark=280/myProtocol=13/parsedMetahdr=true>
    ExecuteThread: '1'<BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/30/>
    ExecuteThread: '1'<BEA-180046> <]/write_dom_65_tfmh/110/0/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/_tpacall_internal/40/SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpacall/100/SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpgetrply/SessionAcallDescriptor:2:false/32>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/_tpgetrply_internal/SessionAcallDescriptor:2:false/32>
    ExecuteThread: '1'<BEA-180046> <[/TuxRply/get_specific_reply/SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1/true>
    ExecuteThread: '1'<BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] waiting for message oid SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@948b59>
    ExecuteThread: '4' <BEA-180046> <[/TuxedoMuxableSocket/dispatch/>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/myOffset=444/myDecryptOffset=0/myProtocol=13>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/size=444>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/allocTfmh/>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/allocTfmh/null>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/allocTfmh/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <[/read_dom_65_tfmh/13>
    ExecuteThread: '4' <BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_REPLY>
    ExecuteThread: '4' <BEA-180046> </read_dom_65_tfmh/bufsize=444 available=968>
    ExecuteThread: '4' <BEA-180046> </read_dom_65_tfmh/prior compos bufsize=364 available=920>
    ExecuteThread: '4' <BEA-180046> </read_dom_65_tfmh/post compos bufsize=364 available=920>
    ExecuteThread: '4' <BEA-180046> <Inbound 65 UDATA: buffer type(FML32, null)>
    ExecuteThread: '4' <BEA-180072> <+++++ User Data(364) +++++>
    ExecuteThread: '4' <BEA-180113> <FF FF D8 F0 00 00 01 2C 00 00 10 00 00 00 00 10 00 00 00 00 ....................>
    ExecuteThread: '4' <BEA-180113> <00 00 00 10 0A 10 DF 2F 00 00 00 13 00 00 00 0B 46 4F 58 5F ................FOX.>
    ExecuteThread: '4' <BEA-180113> <53 59 53 54 45 4D 00 00 0A 10 DF 39 00 00 00 0E 00 00 00 06 SYSTEM.....9........>
    ExecuteThread: '4' <BEA-180113> <44 75 6D 6D 79 00 00 00 0A 10 DF 43 00 00 00 0C 00 00 00 04 Dummy......C........>
    ExecuteThread: '4' <BEA-180113> <46 4F 58 00 0A 10 DF 4D 00 00 00 14 00 00 00 0C 47 53 4D 5F FOX....M........GSM.>
    ExecuteThread: '4' <BEA-180113> <47 65 74 41 63 63 74 00 0A 10 DF F7 00 00 00 0D 00 00 00 05 GetAcct.............>
    ExecuteThread: '4' <BEA-180113> <53 74 75 62 00 00 00 00 0A 11 3E 77 00 00 00 10 00 00 00 08 Stub.......w........>
    ExecuteThread: '4' <BEA-180113> <31 32 33 34 2E 35 36 00 0A 11 3E 8A 00 00 00 0F 00 00 00 07 1234.56....?........>
    ExecuteThread: '4' <BEA-180113> <33 34 35 2E 36 37 00 00 0A 11 3E 8B 00 00 00 0F 00 00 00 07 345.67.....?........>
    ExecuteThread: '4' <BEA-180113> <34 35 36 2E 37 38 00 00 0A 11 3E 8C 00 00 00 0F 00 00 00 07 456.78.....?........>
    ExecuteThread: '4' <BEA-180113> <35 36 37 2E 38 39 00 00 0A 11 3E 8D 00 00 00 0F 00 00 00 07 567.89.....?........>
    ExecuteThread: '4' <BEA-180113> <32 33 34 2E 35 36 00 00 0A 11 3E 9B 00 00 00 0F 00 00 00 07 234.56.....?........>
    ExecuteThread: '4' <BEA-180113> <53 79 64 6E 65 79 00 00 0A 11 3E 9D 00 00 00 16 00 00 00 0E Sydney.....?........>
    ExecuteThread: '4' <BEA-180113> <4D 69 6C 6C 65 72 20 53 74 72 65 65 74 00 00 00 0A 11 3E 9E Miller.Street......?>
    ExecuteThread: '4' <BEA-180113> <00 00 00 15 00 00 00 0D 4E 6F 72 74 68 20 53 79 64 6E 65 79 ........North.Sydney>
    ExecuteThread: '4' <BEA-180113> <00 00 00 00 0A 11 3E 9F 00 00 00 0C 00 00 00 04 4E 53 57 00 .......?........NSW.>
    ExecuteThread: '4' <BEA-180113> <0A 11 3E A1 00 00 00 0D 00 00 00 05 32 30 36 30 00 00 00 00 ...?........2060....>
    ExecuteThread: '4' <BEA-180113> <0A 11 3E A8 00 00 00 13 00 00 00 0B 4A 6F 68 6E 20 44 75 6D ...?........John.Dum>
    ExecuteThread: '4' <BEA-180113> <6D 79 00 00 my.. >
    ExecuteThread: '4' <BEA-180073> <+++++ END +++++>
    ExecuteThread: '4' <BEA-180046> <[/TypedFML32/_tmpostrecv/364>
    ExecuteThread: '4' <BEA-180046> <]/TypedFML32/_tmpostrecv/100/>
    ExecuteThread: '4' <BEA-180046> <]/read_dom_65_tfmh/150/0>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/dispatch/>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/dispatch/TdomTcb=TDOM:GWNW_XATMI_REPLY:2:-1:0:32:32:0:0:0:0:50:null>
    ExecuteThread: '4' <BEA-180046> </rdsession/dispatch/25/reqId = 2>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/addlist/weblogic.wtc.jatmi.tfmh@489f21/2>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/addlist/SessionAcallDescriptor:2:false>
    ExecuteThread: '4' <BEA-180046> <[/TuxRply/add_reply/weblogic.wtc.gwt.gwdsession@1/SessionAcallDescriptor:2:false>
    ExecuteThread: '4' <BEA-180046> <TuxRply/add_reply: found eligible waiter= weblogic.wtc.jatmi.TuxRply$LockReq@948b59 for oid SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/addlist/10/>
    ExecuteThread: '1'<BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] got message oid SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@948b59>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/dispatch/60/>
    ExecuteThread: '1'<BEA-180046> <]/TuxRply/get_specific_reply/40/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <]/TuxedoMuxableSocket/dispatch/30/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/_tpgetrply_internal/20/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '1'<BEA-180046> <*]/dsession(1)/tpgetrply/85/opcode=2/diagnostic=0>
    ExecuteThread: '1'<BEA-180046> <[/rdsession(1)/restoreTfmhToCache/>
    ExecuteThread: '1'<BEA-180046> </rdsession(1)/addedtocache=weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '1'<BEA-180046> <]/rdsession(1)/restoreTfmhToCache/30/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpgetrply/100/weblogic.wtc.jatmi.TypedFML32@9d078d:0:SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpcall/20/weblogic.wtc.jatmi.TypedFML32@9d078d:0:SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/tpcall/40/weblogic.wtc.jatmi.TypedFML32@9d078d:0:SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/tpterm/>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/tpterm/10>
    and the unsuccessful call:
    ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1250643290962> <BEA-180046> <[/TuxedoConnection/TuxedoConnection/>
    ExecuteThread: '0' <BEA-180046> <no transaction>
    ExecuteThread: '0' <BEA-180046> <]/TuxedoConnection/TuxedoConnection/30>
    ExecuteThread: '0' <BEA-180046> <[/TuxedoConnection/tpcall/GSM_GetAcct/32>
    ExecuteThread: '0' <BEA-180046> <[/TuxedoConnection/getProviderRoute/GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/WTCRouteManager/selectTargetRotes/GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/WTCService/getImport/(svc = GSM_GetAcct, xid = null)>
    ExecuteThread: '0' <BEA-180046> <[/TDMImport/getStatus/>
    ExecuteThread: '0' <BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = false>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/getIsTerminated/ldom=WTC_OBF rdom=OBF_WTC>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/getIsTerminated/false>
    ExecuteThread: '0' <BEA-180046> <]/TDMRemoteTDomain/getTsession/10/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> </TDMRemoteTDomain/getTsession/100/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> <]/TDMImport/getStatus/30/AVAILABLE>
    ExecuteThread: '0' <BEA-180046> <]/WTCService/getImport/40/(0)>
    ExecuteThread: '0' <BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = true>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/getIsTerminated/ldom=WTC_OBF rdom=OBF_WTC>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/getIsTerminated/false>
    ExecuteThread: '0' <BEA-180046> <]/TDMRemoteTDomain/getTsession/10/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> </TDMRemoteTDomain/getTsession/100/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> <]/WTCRouteManager/selectTargetRotes/30/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> <]/TuxedoConnection/getProviderRoute/20>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/tpcall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@73a146/32/null>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/tpacall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@73a146/32/null/0>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/_tpacall_internal/GSM_GetAcct/weblogic.wtc.jatmi.tfmh@610734/32/null/0>
    ExecuteThread: '0' <BEA-180046> <myAppKey = null>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/alloc_TDOM/1/GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/alloc_TDOM/10/TDOM:GWNW_XATMI_CALL:3:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/rdsession(1)/add_rplyObj/SessionAcallDescriptor:3:false/weblogic.wtc.jatmi.TuxRply@f29035/-1>
    ExecuteThread: '0' <BEA-180046> <]/rdsession(1)/add_rplyObj/40/>
    ExecuteThread: '0' <BEA-180046> <[/write_dom_65_tfmh/WTC_OBF/13/2147483647>
    ExecuteThread: '0' <BEA-180046> </write_dom_65_tfmh/header calculated_size=76>
    ExecuteThread: '0' <BEA-180046> </write_dom_65_tfmh/opcode calculated_size=96>
    ExecuteThread: '0' <BEA-180046> <[/FML32/_tmpresend/java.io.DataOutputStream@200fa2>
    ExecuteThread: '0' <BEA-180046> <numPointerFields=0 numView32Fields=0 numFml32Fields=0>
    ExecuteThread: '0' <BEA-180046> <]/TypedFML32/_tmpresend/60/>
    ExecuteThread: '0' <BEA-180046> <Outbound UDATA: buffer type(FML32, null)>
    ExecuteThread: '0' <BEA-180072> <+++++ 65 User Data(184) +++++>
    ExecuteThread: '0' <BEA-180113> <FF FF D8 F0 00 00 00 B8 7F FF FF FF 00 00 00 08 00 00 00 00 .......?............>
    ExecuteThread: '0' <BEA-180113> <00 00 00 10 00 10 DF 9D 00 00 00 01 02 10 DF 93 00 00 00 01 .......?.......?....>
    ExecuteThread: '0' <BEA-180113> <0A 10 DF 2F 00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 ............FOX.SYST>
    ExecuteThread: '0' <BEA-180113> <45 4D 00 00 0A 10 DF 39 00 00 00 1A 00 00 00 12 38 66 33 64 EM.....9........8f3d>
    ExecuteThread: '0' <BEA-180113> <2D 39 34 63 39 34 61 30 30 61 35 62 66 00 00 00 0A 10 DF 43 .94c94a00a5bf......C>
    ExecuteThread: '0' <BEA-180113> <00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 45 4D 00 00 ........FOX.SYSTEM..>
    ExecuteThread: '0' <BEA-180113> <0A 10 DF 4D 00 00 00 14 00 00 00 0C 47 53 4D 5F 47 65 74 41 ...M........GSM.GetA>
    ExecuteThread: '0' <BEA-180113> <63 63 74 00 0A 10 DF F7 00 00 00 0C 00 00 00 04 46 4F 58 00 cct.............FOX.>
    ExecuteThread: '0' <BEA-180113> <0A 11 3E 7B 00 00 00 11 00 00 00 09 32 32 32 32 32 32 32 32 ............22222222>
    ExecuteThread: '0' <BEA-180113> <00 00 00 00 .... >
    ExecuteThread: '0' <BEA-180073> <+++++ END +++++>
    ExecuteThread: '0' <BEA-180046> </write_dom_65_tfmh/total calculated_size=280>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '0' <BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=13/parsedMetahdr=false>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '0' <BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_CALL:3:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '0' <BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=280/myMark=280/myProtocol=13/parsedMetahdr=true>
    ExecuteThread: '0' <BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/30/>
    ExecuteThread: '0' <BEA-180046> <]/write_dom_65_tfmh/110/0/>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/_tpacall_internal/40/SessionAcallDescriptor:3:false>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/tpacall/100/SessionAcallDescriptor:3:false>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/tpgetrply/SessionAcallDescriptor:3:false/32>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/_tpgetrply_internal/SessionAcallDescriptor:3:false/32>
    ExecuteThread: '0' <BEA-180046> <[/TuxRply/get_specific_reply/SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1/true>
    ExecuteThread: '0' <BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] waiting for message oid SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@e28ba0>
    ExecuteThread: '4' <BEA-180046> <[/TuxedoMuxableSocket/dispatch/>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/myOffset=444/myDecryptOffset=0/myProtocol=13>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/size=444>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/allocTfmh/>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/allocTfmh/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/allocTfmh/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <[/read_dom_65_tfmh/13>
    ExecuteThread: '4' <BEA-180046> <]/read_dom_65_tfmh/20/-1/-10000/1938831426>
    ExecuteThread: '4' <BEA-180046> <[/TuxedoMuxableSocket/endOfStream/>
    ExecuteThread: '4' <BEA-180046> <[/dsession(WTC_OBF, OBF_WTC)/setIsTerminated>
    ExecuteThread: '4' <BEA-180046> <[/dsession(WTC_OBF, OBF_WTC)/termimateTDomainSession/false>
    ExecuteThread: '4' <BEA-180046> <[/TDMRemoteTDomain/onTerm/1>
    ExecuteThread: '4' <BEA-180046> <]/TDMRemoteTDomain/onTerm/20>
    ExecuteThread: '4' <BEA-180046> <]/dsession/terminateTDomainSession(30)>
    ExecuteThread: '4' <BEA-180046> <]/dsession/setIsTerminated(10)/done>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/remove_rplyObj/SessionAcallDescriptor:3:false>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/remove_rplyObj/20/true>
    ExecuteThread: '4' <BEA-180046> <[/TuxRply/add_reply/weblogic.wtc.gwt.gwdsession@1/SessionAcallDescriptor:3:false>
    ExecuteThread: '4' <BEA-180046> <TuxRply/add_reply: found eligible waiter= weblogic.wtc.jatmi.TuxRply$LockReq@e28ba0 for oid SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '4' <BEA-180046> </rdsession/connectionHasTerminated/10: TPESYSTEM sent>
    ExecuteThread: '4' <BEA-180046> <]/TuxedoMuxableSocket/endOfStream/10>
    ExecuteThread: '4' <BEA-180046> <[/dsession(WTC_OBF, OBF_WTC)/setIsTerminated>
    ExecuteThread: '4' <BEA-180046> <]/dsession/setIsTerminated(10)/done>
    ExecuteThread: '4' <BEA-180046> <]/TuxedoMuxableSocket/dispatch/90/failure=-1>
    ExecuteThread: '0' <BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] got message oid SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@e28ba0>
    ExecuteThread: '0' <BEA-180046> <]/TuxRply/get_specific_reply/40/weblogic.wtc.jatmi.tfmh@aa352e>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/_tpgetrply_internal/20/weblogic.wtc.jatmi.tfmh@aa352e>
    ExecuteThread: '0' <BEA-180046> <*]/dsession(1)/tpgetrply/85/opcode=3/diagnostic=12>
    ExecuteThread: '0' <BEA-180046> <*]/dsession(1)/tpgetrply/95/>
    ExecuteThread: '0' <BEA-180046> <*]/dsession(1)/tpcall/30/TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0>
    ExecuteThread: '0' <BEA-180046> <*]/TuxedoConnection/tpcall/30/TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0>
    ExecuteThread: '0' <BEA-180046> <[/TuxedoConnection/tpterm/>
    ExecuteThread: '0' <BEA-180046> <]/TuxedoConnection/tpterm/10>

    Hi Todd,
    Thanks for responding.
    The Tuxedo developer here has provided me with the following information:
    The Tuxedo version is 6.5 and the patch level as seen in the last line of $TUXDIR/udataobj/patchlev file is "389. CR093934 TUX 6.5 > HP-UX 11 64-bit /Domain is unable to connect to 32-bit domains"
    The OS, Tuxedo is running on is: "HP-UX B.11.11 U 9000/800 485721183 unlimited-user license"
    In the Tuxedo ULOG file, I can see that the MTS service has received the request from WTC and the response being logged as well, without any error. However immediately after the request is completed, error messages is logged. The extract of this message is shown below:
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:1130: INFO: Disconnected from domain (domainid=<WTC_OBF>)
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:1354: INFO: Retrying domain (domainid=<WTC_OBF>) every 60 seconds
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:2005: INFO: Receive connecting request from remote domain (domainid<WTC_OBF>)
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:1128: INFO: Connection accepted from domain (domainid=<WTC_OBF>)
    Here is the WTC config fragment:
    <wtc-server>
    <name>MTS</name>
    <target>AdminServer</target>
    <wtc-local-tux-dom>
    <name>MTS-Local</name>
    <access-point>MTS-Local</access-point>
    <access-point-id>WTC_OBF</access-point-id>
    <security>NONE</security>
    <connection-policy>ON_STARTUP</connection-policy>
    <nw-addr>//localhost:7050</nw-addr>
    <interoperate>Yes</interoperate>
    </wtc-local-tux-dom>
    <wtc-remote-tux-dom>
    <name>MTS-Remote</name>
    <access-point>MTS-Remote</access-point>
    <access-point-id>OBF_WTC</access-point-id>
    <connection-policy>ON_STARTUP</connection-policy>
    <credential-policy>LOCAL</credential-policy>
    <local-access-point>MTS-Local</local-access-point>
    <retry-interval>10</retry-interval>
    <max-retries>10</max-retries>
    <nw-addr>//focdevapph001:25395</nw-addr>
    <federation-url></federation-url>
    <federation-name></federation-name>
    </wtc-remote-tux-dom>
    <wtc-import>
    <name>WTCImportedService-0</name>
    <resource-name>GSM_GetAcct</resource-name>
    <local-access-point>MTS-Local</local-access-point>
    <remote-access-point-list>MTS-Remote</remote-access-point-list>
    <remote-name>GSM_GetAcct</remote-name>
    </wtc-import>
    <wtc-import>
    <name>WTCImportedService-1</name>
    <resource-name>GSM_GetBillPay</resource-name>
    <local-access-point>MTS-Local</local-access-point>
    <remote-access-point-list>MTS-Remote</remote-access-point-list>
    <remote-name>GSM_GetBillPay</remote-name>
    </wtc-import>
    <wtc-import>
    <name>WTCImportedService-2</name>
    <resource-name>SvcGetBilling</resource-name>
    <local-access-point>MTS-Local</local-access-point>
    <remote-access-point-list>MTS-Remote</remote-access-point-list>
    <remote-name>SvcGetBilling</remote-name>
    </wtc-import>
    </wtc-server>
    Finally, some tcpdump data:
    Successful call:
    11:41:44.715758 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: S 521001588:521001588(0) win 65535 <mss 1460,nop,wscale 3,nop,nop,timestamp 858559006 0,sackOK,eol>
    0x0000: 4500 0040 7a3d 4000 4006 e571 0a10 2945 E..@z=@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d da74 0000 0000 .+....c3...t....
    0x0020: b002 ffff 6f29 0000 0204 05b4 0103 0303 ....o)..........
    0x0030: 0101 080a 332c 921e 0000 0000 0402 0000 ....3,..........
    11:41:44.716690 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: S 1330679351:1330679351(0) ack 521001589 win 32768 <mss 1460,nop,nop,sackOK,wscale 0,nop,nop,nop,timestamp 42832250 858559006>
    0x0000: 4500 0040 5e44 4000 3e06 036b a12b 0689 E..@^D@.>..k.+..
    0x0010: 0a10 2945 6333 cacc 4f50 8e37 1f0d da75 ..)Ec3..OP.7...u
    0x0020: b012 8000 7d89 0000 0204 05b4 0101 0402 ....}...........
    0x0030: 0303 0001 0101 080a 028d 917a 332c 921e ...........z3,..
    11:41:44.716786 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1 win 65535 <nop,nop,timestamp 858559006 42832250>
    0x0000: 4500 0034 1575 4000 4006 4a46 0a10 2945 E..4.u@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d da75 4f50 8e38 .+....c3...uOP.8
    0x0020: 8010 ffff 3d56 0000 0101 080a 332c 921e ....=V......3,..
    0x0030: 028d 917a ...z
    11:41:44.718457 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: P 1:541(540) ack 1 win 65535 <nop,nop,timestamp 858559006 42832250>
    0x0000: 4500 0250 7254 4000 4006 eb4a 0a10 2945 E..PrT@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d da75 4f50 8e38 .+....c3...uOP.8
    0x0020: 8018 ffff 8a75 0000 0101 080a 332c 921e .....u......3,..
    0x0030: 028d 917a 7390 3842 0000 000e 0000 0001 ...zs.8B........
    0x0040: ffff ffff 0000 0000 0000 0000 0000 0001 ................
    0x0050: 0000 021c 0000 0057 0000 0054 0000 0043 .......W...T...C
    0x0060: 0000 005f 0000 004f 0000 0042 0000 0046 ..._...O...B...F
    0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0110: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0120: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0130: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0140: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0150: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0160: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0170: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0180: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0190: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01f0: 0000 ..
    11:41:44.719850 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: P 1:545(544) ack 541 win 32768 <nop,nop,timestamp 42832251 858559006>
    0x0000: 4500 0254 5e45 4000 3e06 0156 a12b 0689 E..T^E@.>..V.+..
    0x0010: 0a10 2945 6333 cacc 4f50 8e38 1f0d dc91 ..)Ec3..OP.8....
    0x0020: 8018 8000 087b 0000 0101 080a 028d 917b .....{.........{
    0x0030: 332c 921e 7390 3842 0000 000f 0000 0001 3,..s.8B........
    0x0040: ffff ffff 0000 0000 0000 0020 0000 0001 ................
    0x0050: 0000 0220 0000 004f 0000 0042 0000 0046 .......O...B...F
    0x0060: 0000 005f 0000 0057 0000 0054 0000 0043 ..._...W...T...C
    0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0110: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0120: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0130: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0140: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0150: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0160: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0170: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0180: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0190: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01f0: 0000 ..
    11:41:44.719932 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 545 win 65535 <nop,nop,timestamp 858559006 42832251>
    0x0000: 4500 0034 9811 4000 4006 c7a9 0a10 2945 E..4..@.@.....)E
    0x0010: a12b 0689 cacc 6333 1f0d dc91 4f50 9058 .+....c3....OP.X
    0x0020: 8010 ffff 3919 0000 0101 080a 332c 921e ....9.......3,..
    0x0030: 028d 917b ...{
    11:41:44.729113 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: P 541:805(264) ack 545 win 65535 <nop,nop,timestamp 858559006 42832251>
    0x0000: 4500 013c fb6b 4000 4006 6347 0a10 2945 E..<.k@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dc91 4f50 9058 .+....c3....OP.X
    0x0020: 8018 ffff efcc 0000 0101 080a 332c 921e ............3,..
    0x0030: 028d 917b 7390 3842 0000 0001 0000 0002 ...{s.8B........
    0x0040: ffff ffff 0000 0000 0000 0000 0000 0001 ................
    0x0050: 0000 0108 0000 0007 5754 435f 4f42 4600 ........WTC_OBF.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 000c 0000 000b 4753 4d5f 4765 7441 ........GSM_GetA
    0x0090: 6363 7400 ffff d8f0 0000 00a8 7fff ffff cct.............
    0x00a0: 0000 0008 0000 0000 0000 0010 0010 df9d ................
    0x00b0: 0000 0001 0210 df93 0000 0001 0a10 df2f .............../
    0x00c0: 0000 0009 0000 0001 0000 0000 0a10 df39 ...............9
    0x00d0: 0000 001a 0000 0012 6236 3764 2d34 6666 ........b67d-4ff
    0x00e0: 3631 6632 3139 3535 3700 0000 0a10 df43 61f219557......C
    0x00f0: 0000 0009 0000 0001 0000 0000 0a10 df4d ...............M
    0x0100: 0000 0014 0000 000c 4753 4d5f 4765 7441 ........GSM_GetA
    0x0110: 6363 7400 0a10 dff7 0000 0009 0000 0001 cct.............
    0x0120: 0000 0000 0a11 3e7b 0000 0012 0000 000a ......>{........
    0x0130: 3132 3331 3133 3331 3400 0000 123113314...
    11:41:44.768190 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: P 545:989(444) ack 805 win 32768 <nop,nop,timestamp 42832256 858559006>
    0x0000: 4500 01f0 5e46 4000 3e06 01b9 a12b 0689 E...^F@.>....+..
    0x0010: 0a10 2945 6333 cacc 4f50 9058 1f0d dd99 ..)Ec3..OP.X....
    0x0020: 8018 8000 3762 0000 0101 080a 028d 9180 ....7b..........
    0x0030: 332c 921e 7390 3842 0000 0002 0000 0002 3,..s.8B........
    0x0040: ffff ffff 0000 0000 0000 0020 0000 0001 ................
    0x0050: 0000 01bc 0000 0007 4f42 465f 5754 4300 ........OBF_WTC.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 0000 ffff d8f0 0000 012c 0000 1000 ...........,....
    0x0090: 0000 0010 0000 0000 0000 0010 0a10 df2f .............../
    0x00a0: 0000 0013 0000 000b 464f 585f 5359 5354 ........FOX_SYST
    0x00b0: 454d 0000 0a10 df39 0000 000e 0000 0006 EM.....9........
    0x00c0: 4475 6d6d 7900 0000 0a10 df43 0000 000c Dummy......C....
    0x00d0: 0000 0004 464f 5800 0a10 df4d 0000 0014 ....FOX....M....
    0x00e0: 0000 000c 4753 4d5f 4765 7441 6363 7400 ....GSM_GetAcct.
    0x00f0: 0a10 dff7 0000 000d 0000 0005 5374 7562 ............Stub
    0x0100: 0000 0000 0a11 3e77 0000 0010 0000 0008 ......>w........
    0x0110: 3132 3334 2e35 3600 0a11 3e8a 0000 000f 1234.56...>.....
    0x0120: 0000 0007 3334 352e 3637 0000 0a11 3e8b ....345.67....>.
    0x0130: 0000 000f 0000 0007 3435 362e 3738 0000 ........456.78..
    0x0140: 0a11 3e8c 0000 000f 0000 0007 3536 372e ..>.........567.
    0x0150: 3839 0000 0a11 3e8d 0000 000f 0000 0007 89....>.........
    0x0160: 3233 342e 3536 0000 0a11 3e9b 0000 000f 234.56....>.....
    0x0170: 0000 0007 5379 646e 6579 0000 0a11 3e9d ....Sydney....>.
    0x0180: 0000 0016 0000 000e 4d69 6c6c 6572 2053 ........Miller.S
    0x0190: 7472 6565 7400 0000 0a11 3e9e 0000 0015 treet.....>.....
    0x01a0: 0000 000d 4e6f 7274 6820 5379 646e 6579 ....North.Sydney
    0x01b0: 0000 0000 0a11 3e9f 0000 000c 0000 0004 ......>.........
    0x01c0: 4e53 5700 0a11 3ea1 0000 000d 0000 0005 NSW...>.........
    0x01d0: 3230 3630 0000 0000 0a11 3ea8 0000 0013 2060......>.....
    0x01e0: 0000 000b 4a6f 686e 2044 756d 6d79 0000 ....John.Dummy..
    11:41:44.768327 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 989 win 65535 <nop,nop,timestamp 858559006 42832256>
    0x0000: 4500 0034 b478 4000 4006 ab42 0a10 2945 E..4.x@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dd99 4f50 9214 .+....c3....OP..
    0x0020: 8010 ffff 3650 0000 0101 080a 332c 921e ....6P......3,..
    0x0030: 028d 9180 ....
    Unsuccessful call:
    11:43:19.024968 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: P 805:1069(264) ack 989 win 65535 <nop,nop,timestamp 858559948 42832256>
    0x0000: 4500 013c 081f 4000 4006 5694 0a10 2945 E..<..@[email protected]...)E
    0x0010: a12b 0689 cacc 6333 1f0d dd99 4f50 9214 .+....c3....OP..
    0x0020: 8018 ffff bd55 0000 0101 080a 332c 95cc .....U......3,..
    0x0030: 028d 9180 7390 3842 0000 0001 0000 0003 ....s.8B........
    0x0040: ffff ffff 0000 0000 0000 0000 0000 0001 ................
    0x0050: 0000 0108 0000 0007 5754 435f 4f42 4600 ........WTC_OBF.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 000c 0000 000b 4753 4d5f 4765 7441 ........GSM_GetA
    0x0090: 6363 7400 ffff d8f0 0000 00a8 7fff ffff cct.............
    0x00a0: 0000 0008 0000 0000 0000 0010 0010 df9d ................
    0x00b0: 0000 0001 0210 df93 0000 0001 0a10 df2f .............../
    0x00c0: 0000 0009 0000 0001 0000 0000 0a10 df39 ...............9
    0x00d0: 0000 001a 0000 0012 3862 3730 2d38 6337 ........8b70-8c7
    0x00e0: 3234 6539 6432 3364 6400 0000 0a10 df43 24e9d23dd......C
    0x00f0: 0000 0009 0000 0001 0000 0000 0a10 df4d ...............M
    0x0100: 0000 0014 0000 000c 4753 4d5f 4765 7441 ........GSM_GetA
    0x0110: 6363 7400 0a10 dff7 0000 0009 0000 0001 cct.............
    0x0120: 0000 0000 0a11 3e7b 0000 0012 0000 000a ......>{........
    0x0130: 3132 3331 3133 3331 3400 0000 123113314...
    11:43:19.027592 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: P 989:1433(444) ack 1069 win 32768 <nop,nop,timestamp 42841681 858559948>
    0x0000: 4500 01f0 5e47 4000 3e06 01b8 a12b 0689 E...^G@.>....+..
    0x0010: 0a10 2945 6333 cacc 4f50 9214 1f0d dea1 ..)Ec3..OP......
    0x0020: 8018 8000 0c1e 0000 0101 080a 028d b651 ...............Q
    0x0030: 332c 95cc 7390 3842 0000 0002 0000 0003 3,..s.8B........
    0x0040: ffff ffff 0000 0000 0000 0020 0000 0001 ................
    0x0050: 0000 01bc 0000 0007 4f42 465f 5754 4300 ........OBF_WTC.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 0000 ffff d8f0 0000 012c 0000 1000 ...........,....
    0x0090: 0000 0010 0000 0000 0000 0010 0a10 df2f .............../
    0x00a0: 0000 0013 0000 000b 464f 585f 5359 5354 ........FOX_SYST
    0x00b0: 454d 0000 0a10 df39 0000 000e 0000 0006 EM.....9........
    0x00c0: 4475 6d6d 7900 0000 0a10 df43 0000 000c Dummy......C....
    0x00d0: 0000 0004 464f 5800 0a10 df4d 0000 0014 ....FOX....M....
    0x00e0: 0000 000c 4753 4d5f 4765 7441 6363 7400 ....GSM_GetAcct.
    0x00f0: 0a10 dff7 0000 000d 0000 0005 5374 7562 ............Stub
    0x0100: 0000 0000 0a11 3e77 0000 0010 0000 0008 ......>w........
    0x0110: 3132 3334 2e35 3600 0a11 3e8a 0000 000f 1234.56...>.....
    0x0120: 0000 0007 3334 352e 3637 0000 0a11 3e8b ....345.67....>.
    0x0130: 0000 000f 0000 0007 3435 362e 3738 0000 ........456.78..
    0x0140: 0a11 3e8c 0000 000f 0000 0007 3536 372e ..>.........567.
    0x0150: 3839 0000 0a11 3e8d 0000 000f 0000 0007 89....>.........
    0x0160: 3233 342e 3536 0000 0a11 3e9b 0000 000f 234.56....>.....
    0x0170: 0000 0007 5379 646e 6579 0000 0a11 3e9d ....Sydney....>.
    0x0180: 0000 0016 0000 000e 4d69 6c6c 6572 2053 ........Miller.S
    0x0190: 7472 6565 7400 0000 0a11 3e9e 0000 0015 treet.....>.....
    0x01a0: 0000 000d 4e6f 7274 6820 5379 646e 6579 ....North.Sydney
    0x01b0: 0000 0000 0a11 3e9f 0000 000c 0000 0004 ......>.........
    0x01c0: 4e53 5700 0a11 3ea1 0000 000d 0000 0005 NSW...>.........
    0x01d0: 3230 3630 0000 0000 0a11 3ea8 0000 0013 2060......>.....
    0x01e0: 0000 000b 4a6f 686e 2044 756d 6d79 0000 ....John.Dummy..
    11:43:19.027720 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1433 win 65535 <nop,nop,timestamp 858559948 42841681>
    0x0000: 4500 0034 9c5b 4000 4006 c35f 0a10 2945 E..4.[@.@.._..)E
    0x0010: a12b 0689 cacc 6333 1f0d dea1 4f50 93d0 .+....c3....OP..
    0x0020: 8010 ffff 0b0d 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b651 ...Q
    11:43:19.029667 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: F 1069:1069(0) ack 1433 win 65535 <nop,nop,timestamp 858559948 42841681>
    0x0000: 4500 0034 9748 4000 4006 c872 0a10 2945 E..4.H@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dea1 4f50 93d0 .+....c3....OP..
    0x0020: 8011 ffff 0b0c 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b651 ...Q
    11:43:19.030434 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: . ack 1070 win 32768 <nop,nop,timestamp 42841682 858559948>
    0x0000: 4500 0034 5e48 4000 3e06 0373 a12b 0689 E..4^H@.>..s.+..
    0x0010: 0a10 2945 6333 cacc 4f50 93d0 1f0d dea2 ..)Ec3..OP......
    0x0020: 8010 8000 8b0a 0000 0101 080a 028d b652 ...............R
    0x0030: 332c 95cc 3,..
    11:43:19.030467 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1433 win 65535 <nop,nop,timestamp 858559948 42841682>
    0x0000: 4500 0034 8f72 4000 4006 d048 0a10 2945 E..4.r@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dea2 4f50 93d0 .+....c3....OP..
    0x0020: 8010 ffff 0b0b 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b652 ...R
    11:43:19.030747 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: F 1433:1433(0) ack 1070 win 0 <nop,nop,timestamp 42841682 858559948>
    0x0000: 4500 0034 5e49 4000 3e06 0372 a12b 0689 E..4^I@.>..r.+..
    0x0010: 0a10 2945 6333 cacc 4f50 93d0 1f0d dea2 ..)Ec3..OP......
    0x0020: 8011 0000 0b0a 0000 0101 080a 028d b652 ...............R
    0x0030: 332c 95cc 3,..
    11:43:19.030772 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1434 win 65535 <nop,nop,timestamp 858559948 42841682>
    0x0000: 4500 0034 403c 4000 4006 1f7f 0a10 2945 E..4@<@.@.....)E
    0x0010: a12b 0689 cacc 6333 1f0d dea2 4f50 93d1 .+....c3....OP..
    0x0020: 8010 ffff 0b0a 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b652 ...R

  • File Adapter only process first row.

    Trying to read a csv file into a database table. I have successfully read the file but the BPEL process seems to only read the first row. I can't see any obvious errors.
    Any help would be appreciated.
    cheers
    James

    I found the solution I needed to use the for-each functionality in the transformation process.
    cheers
    James

  • Table only pulls 1st row from SQL database?

    Hi,
    I have created a table in Livecycle Designer ES that pulls in data from a SQL Server table with 2 rows, see table.gif attached..
    It only ever pulls in the first row and doesn't repeat for all rows in the SQL table.
    How can this be done?
    Thank you for your time,
    Ollie.

    Rich -
    The property loader step type does not look at data stored in the database as ordered. It assumes that anything in the recordset that meets the criteria specified on the filtering tab is importable. Whatever locals are defined within that filter are automatically applied and if two records apply to the same variable, then the last record applied wins.
    Keep in mind that the locals variable scope applies to all steps in the sequence so to define a set of local values for one step and another for a different step is not quite what we had in mind for the step type. The idea is to import properties before executing any steps in the sequence and then run the sequence. Importing properties between steps goes beyond the intended scope of the step, but
    it can be done if you limit the selected records using the filtering tab.
    Hope this helps...
    Scott Richardson - NI
    Scott Richardson
    National Instruments

  • Can one retrieve only the Nth row from a table?

    Hi,
    Can anyone explain the execution order of the below query to fetch the nth row data.
    SELECT * FROM t1 a
    WHERE n = (SELECT COUNT(rowid)
    FROM t1 b
    WHERE a.rowid >= b.rowid);
    Thanks,
    Satya.

    >
    If you're interested in a more efficient way to get the Nth row of the table, in order by ROWID:
    >
    Perhaps you should change that to 'tremendously more efficient'?
    Ran some tests of the two using a table that contained 50+ thousand records created from ALL_OBJECTS
    CREATE TABLE EMP_ALL_OBJECTS AS SELECT * FROM ALL_OBJECTSThen ran your query (modified for the new table) for r_num = 10000. It returned immediately and used 925 consistent gets.
    Ran the original query (modified for the new table) for '10000 = '. It took 3 minutes and used 24189252 consistent gets.
    Thought maybe it was a fluke so ran the orginal query for '1 = '. It took the same 3 minutes and used 24189253 consistent gets.
    Maybe someone else could try to reproduce these results?
    Here is the plan for Frank's query
    >
    Execution Plan
    Plan hash value: 3171438729
    | Id | Operation | Name | Rows | Bytes |TempSpc| Cos
    t (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 47057 | 7858K| | 19
    93 (1)| 00:00:24 |
    |* 1 | VIEW | | 47057 | 7858K| | 19
    93 (1)| 00:00:24 |
    |* 2 | WINDOW SORT PUSHED RANK| | 47057 | 7812K| 9664K| 19
    93 (1)| 00:00:24 |
    | 3 | TABLE ACCESS FULL | ALL_OBJECTS_EMP | 47057 | 7812K| | 2
    39 (1)| 00:00:03 |
    Predicate Information (identified by operation id):
    1 - filter("R_NUM"=10000)
    2 - filter(ROW_NUMBER() OVER ( ORDER BY ROWID)<=10000)
    Note
    - dynamic sampling used for this statement (level=2)
    Statistics
    0 recursive calls
    0 db block gets
    866 consistent gets
    0 physical reads
    0 redo size
    1281 bytes sent via SQL*Net to client
    407 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    1 sorts (memory)
    0 sorts (disk)
    1 rows processed
    SQL>
    >
    And the plan for the original query
    >
    Execution Plan
    Plan hash value: 308981268
    | Id | Operation | Name | Rows | Bytes | Cost (
    %CPU)| Time |
    | 0 | SELECT STATEMENT | | 471 | 80070 | 10M
    (1)| 35:14:03 |
    |* 1 | FILTER | | | |
    | |
    | 2 | TABLE ACCESS FULL | ALL_OBJECTS_EMP | 47057 | 7812K| 239
    (1)| 00:00:03 |
    | 3 | SORT AGGREGATE | | 1 | 12 |
    | |
    |* 4 | TABLE ACCESS BY ROWID RANGE| ALL_OBJECTS_EMP | 2353 | 28236 | 238
    (0)| 00:00:03 |
    Predicate Information (identified by operation id):
    1 - filter( (SELECT COUNT(ROWID) FROM "ALL_OBJECTS_EMP" "B" WHERE "B".ROWID<=
    :B1)=1)
    4 - access("B".ROWID<=:B1)
    Note
    - dynamic sampling used for this statement (level=2)
    Statistics
    7 recursive calls
    0 db block gets
    24189253 consistent gets
    0 physical reads
    0 redo size
    1218 bytes sent via SQL*Net to client
    408 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    0 sorts (memory)
    0 sorts (disk)
    1 rows processed
    SQL>
    >
    Looks like the original query is doing a probe of the entire 2nd table for each row of the 1st table - almost a CARTESIAN result. It takes the same time no matter which record you are looking for.

  • I own design and web premium and the download file is only 400mb and corrupted from here...

    http://trials2.adobe.com/AdobeProducts/DSST/CS6/win32/DesignWebPremium_CS6_LS16.7z  found through this link...https://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.htmlPlease help me...

    Thanks for the reply, however the site you linked downloads the file from the exact same location as above...here... http://trials2.adobe.com/AdobeProducts/DSST/CS6/win32/DesignWebPremium_CS6_LS16.7z
    The file's completed size is 469mb when it should be 4.5GB.  It is a corrupted archive, meaning it cannot be used or opened.  It is impossible to 'resume' this file because the server thinks that 469MB is the completed size.
    Someone from Adobe please help...this is ridiculous I can't use product I have paid for?!?!?!?

  • I cannot open files -- whether my own edited or from another source

    Every time I go to open a file from the documents I edited in Photoshop Elements 10, this error message shows up:
    What in the world is going on here? I also cannot open up PDF links -- another error message comes up. I originally started a similar discussion in the Photoshop Elements forum but was directed to the Acrobat forum because it seems this is more of an Acrobat issue. How can this be fixed? P.S. I did not try to attach this file in the image below to an e-mail or anything like that. I cannot open it in the documents files and can only open it in the Elements Organizer or Editor.

    OK, if you are double clicking a psd file and Acrobat launches to open it, than your system Open With association has gotten mixed up.
    The normal fix would be to Right click a PSD and from the shell options choose Open With...Don't select Photoshop yet,
    From the next dialog, toggle to radio button Always Use The Selected Program... and select or Browse to Photoshop

  • Why a docx converted from a PDF file did not convert 1+ page from the source file?

    In trying to work with data from several PDF files, I subscribed to Adobes's online facility to convert source.pdf to output.docx. Output.docx is missing more than a page of data I need. I don't understand why this is happening.
    I tried then to convert source.pdf to output.xls and the data in output.xls was repeating itself, for example:. This date value  04/22 was converted to:
    04/2204/2204/2204/2204/22
    Could any one here help me with these issues?

    Hi rivalg,
    Do you know how that PDF was created? The quality of the conversion depends largely on the quality of the PDF. It sounds as though you may be experiencing some font-related issues. As a test, you can try converting the file from within Adobe Reader with OCR disabled, as described here: How to disable Optical Character Recognition
    Note, however, if the PDF was created from a scanned document, and doesn't contain selectable text, you won't be able to select that text in the converted Word document. (OCR converts scanned/image text to selectable/editiable text). Nonetheless, it's a good test.
    As for the .xls output, it sounds as though the PDF isn't tagged to show the various cells in the table. Again, it depends on what created the PDF. Not all PDFs are created equally, alas.
    Please try converting with OCR disabled, and see how that goes. If we need to, we can take it from there.
    Best,
    Sara

  • Adding Every Row From a Filtered Interactive Report to a Collection

    I'm creating an email list maintenance application in Apex 3.1. I have an Interactive Report on an email address table. I want the users to be able to run this IR and then click a button to add all of the resulting email addresses into a selected mailing list table. The interface needs to be as quick and simple for the user as possible, so I don't want to force them to click a checkbox beside hundreds of rows.
    Is there a way to add every resulting row from a custom IR to an apex_collection?
    I know that collections can be created based on a query with the CREATE_COLLECTION_FROM_QUERY call. But I don't think it's possible to reference the SQL statement which is dynamically generated through an Interactive Report. I'm referring to the SQL created after the user has applied filters. If there were, then I would just create the collection that way. Please correct me if I'm wrong.
    Thanks,
    Martin

    Hi Martin
    I couldn't find a place where the filters are stored either - it would be nice to know.
    It is possible to get to the filters via javascript as they are actually stored in a table with an id of "apexir_CONTROL_PANEL_COMPLETE". Within there, there are rows for each filter and each row has four cells. The second cell contains an A tag that has the filter itself as the text displayed as a hyperlink on screen. The third cell contains the checkbox that enables/disables the filter. Strings and numbers seem to be formatted ok, so you could pick up these values and create your own WHERE clause, populate a hidden field somewhere and then pick that up to generate a full select statement to get to the id's that you need.
    I haven't yet tried this, so this is theory only - but I can't see that it wouldn't work
    Andy

  • How to remove only one row from the database using labview6.1

    using labview 6.1 I create a table with various rows and columns and store bulk of data's in them.,, what procedure should I follow to remove only one paticular row from the database? Help me out with an example please,,
    Thanking you in advance!

    Hi,
    If you have the database toolkit you can delete a row using just a SQL Query to "DB Tools Execute Query.VI"
    Example:
    DELETE FROM Table name Where SerialNum='Value' And Date='Value' And Time='Value'
    See also attached VI
    Best Regards
    Johan
    Attachments:
    Delete_a_row_in_a_database_table.vi ‏48 KB

  • [SOLVED] Mouse/laptop freeze on the "2nd" resume from sleep/standy.

    I've install Arch on my Alienware M14x R2 and everything works fine except this single issue. If I need to close the laptop lid and let it enter sleep, it does so fine and resumes perfectly. But, if I don't reboot the laptop and have to close the lid for a second time its ALWAYS freezes on the 2nd resume. The mouse pointer does not respond and the keyboard as well. Even tried external mouse and nothing.
    I've searched the forums for hours yesterday and saw similar complaints for those running XFCE. So lastnight I re-installed Arch with Kde-meta and tested resume a few times and it was working just fine. Then just resumed the 2nd time today and notice it again. Now the only thing related I can think off (hope this does not throw things down the wrong direction) is that I saw a "Nvidia X Settings" app in the start menu under "settings". I launched it to have a look but it ask to run the following command as root first...
    sudo nvidia-xconfig
    ...running that informed me that it generated this file: /etc/X11/xorg.conf
    And so after rebooting, both startx and xinit would fail to start KDE (tried them independently).
    To revert, I did:
    mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bk
    I also did pacman -Rsn xf86-video-intel then pacman -S xf86-video-intel
    ... tried rebooting and kde this time auto started again. However, still after every 2nd resume from opening lid, everything freezes and have to hold in the power button to power off.
    I'm pretty sure I have some drivers or packages mixed up.
    What's the best way to solve this? Or best command to see whats running what etc (drivers-wise)? Originally I used the chart in the wiki page https://wiki.archlinux.org/index.php/xo … stallation and installed the following packages:
    xf86-video-intel (for the inter graphics card)
    nvidia (for the Nvidia GPU)
    bumblebee (as per archlinux.org.ru/forum/topic/12113/?page=3)
    EDIT:
    Here's right from where it froze using journalctl -r. "lid close" is at the bottom  and the most recent up till frozen at the top...
    -- Reboot --
    Sep 19 18:39:55 ArchLinux dbus[262]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Sep 19 18:39:55 ArchLinux systemd-sleep[2265]: Suspending system...
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <warn> (pid 1780) unhandled DHCP event for interface wlp8s0
    Sep 19 18:39:55 ArchLinux dbus[262]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Sep 19 18:39:55 ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <info> NetworkManager state is now ASLEEP
    Sep 19 18:39:55 ArchLinux kernel: cfg80211: Calling CRDA to update world regulatory domain
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <info> Removing DNS information from /usr/bin/resolvconf
    Sep 19 18:39:55 ArchLinux kernel: wlp8s0: deauthenticating from 00:1c:10:2b:1b:61 by local choice (Reason: 3=DEAUTH_LEAVING)
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <info> (wlp8s0): canceled DHCP transaction, DHCP client pid 1780
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <warn> (wlp8s0): DHCP client pid 1780 didn't exit, will kill it.
    Sep 19 18:39:55 ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: dhcpcd[1780]: wlp8s0: removing interface
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: dhcpcd[1780]: received signal TERM from PID 260, stopping
    Sep 19 18:39:55 ArchLinux dhcpcd[1780]: wlp8s0: removing interface
    Sep 19 18:39:55 ArchLinux dhcpcd[1780]: received signal TERM from PID 260, stopping
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <info> (wlp8s0): deactivating device (reason 'sleeping') [37]
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <info> (wlp8s0): device state change: activated -> unmanaged (reason 'sleeping') [100 10 37]
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <info> (enp7s0): device state change: unavailable -> unmanaged (reason 'sleeping') [20 10 37]
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <info> sleeping...
    Sep 19 18:39:55 ArchLinux NetworkManager[260]: <info> sleep requested (sleeping: no enabled: yes)
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: sdhci-pci 0000:09:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: rtsx_pci 0000:09:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ath9k 0000:08:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: atl1c 0000:07:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:01:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:01.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: sdhci-pci 0000:09:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: rtsx_pci 0000:09:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ath9k 0000:08:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: atl1c 0000:07:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:01:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:01.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    Sep 19 18:39:54 ArchLinux kernel: pci_bus 0000:01: Allocating resources
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: sdhci-pci 0000:09:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: rtsx_pci 0000:09:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ath9k 0000:08:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: atl1c 0000:07:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:01:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:01.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    Sep 19 18:39:54 ArchLinux kernel: pci_bus 0000:09: Allocating resources
    Sep 19 18:39:54 ArchLinux kernel: pci_bus 0000:08: Allocating resources
    Sep 19 18:39:54 ArchLinux kernel: pci_bus 0000:07: Allocating resources
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: sdhci-pci 0000:09:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: rtsx_pci 0000:09:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ath9k 0000:08:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: atl1c 0000:07:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:01:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:01.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: sdhci-pci 0000:09:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: rtsx_pci 0000:09:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ath9k 0000:08:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: atl1c 0000:07:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:01:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:01.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: sdhci-pci 0000:09:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: rtsx_pci 0000:09:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ath9k 0000:08:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: atl1c 0000:07:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:01:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:01.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: sdhci-pci 0000:09:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: rtsx_pci 0000:09:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ath9k 0000:08:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: atl1c 0000:07:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:01:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:01.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:00:1f.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ahci 0000:00:1f.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: lpc_ich 0000:00:1f.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1d.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: sdhci-pci 0000:09:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: rtsx_pci 0000:09:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.3: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ath9k 0000:08:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.2: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: atl1c 0000:07:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:1c.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ehci-pci 0000:00:1a.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: mei_me 0000:00:16.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: xhci_hcd 0000:00:14.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pci 0000:01:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: snd_hda_intel 0000:01:00.1: Max Payload Size 16384, but upstream 0000:00:01.0 set to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
    Sep 19 18:39:54 ArchLinux kernel: pcieport 0000:00:01.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: using default PCI settings
    Sep 19 18:39:54 ArchLinux kernel: ivb_uncore 0000:00:00.0: no hotplug settings from platform
    Sep 19 18:39:54 ArchLinux kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    Sep 19 18:39:54 ArchLinux systemd-logind[261]: Lid closed.
    Last edited by hydn (2014-09-23 21:19:18)

    xorg.0.log: ( i think its old but that's all the contents)
    [ 27.294]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 27.294] X Protocol Version 11, Revision 0
    [ 27.294] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 27.294] Current Operating System: Linux ArchLinux 3.16.3-1-ARCH #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014 x86_64
    [ 27.294] Kernel command line: initrd=\initramfs-linux.img root=/dev/sdb2 rw
    [ 27.294] Build Date: 31 July 2014 11:53:19AM
    [ 27.295]
    [ 27.297] Current version of pixman: 0.32.6
    [ 27.300] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 27.300] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 27.306] (==) Log file: "/home/hydn/.local/share/xorg/Xorg.0.log", Time: Fri Sep 19 16:21:01 2014
    [ 27.307] (==) Using config file: "/etc/X11/xorg.conf"
    [ 27.309] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 27.309] (==) ServerLayout "Layout0"
    [ 27.309] (**) |-->Screen "Screen0" (0)
    [ 27.309] (**) | |-->Monitor "Monitor0"
    [ 27.309] (**) | |-->Device "Device0"
    [ 27.309] (**) |-->Input Device "Keyboard0"
    [ 27.309] (**) |-->Input Device "Mouse0"
    [ 27.309] (==) Automatically adding devices
    [ 27.309] (==) Automatically enabling devices
    [ 27.309] (==) Automatically adding GPU devices
    [ 27.309] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 27.309] Entry deleted from font path.
    [ 27.309] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 27.309] Entry deleted from font path.
    [ 27.309] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 27.309] Entry deleted from font path.
    [ 27.309] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 27.309] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 27.309] Entry deleted from font path.
    [ 27.309] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 27.309] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 27.309] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 27.309] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 27.309] (WW) Disabling Keyboard0
    [ 27.309] (WW) Disabling Mouse0
    [ 27.309] (II) Loader magic: 0x818d80
    [ 27.309] (II) Module ABI versions:
    [ 27.309] X.Org ANSI C Emulation: 0.4
    [ 27.309] X.Org Video Driver: 18.0
    [ 27.309] X.Org XInput driver : 21.0
    [ 27.309] X.Org Server Extension : 8.0
    [ 27.312] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 27.312] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 27.312] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 27.314] (--) PCI:*(0:0:2:0) 8086:0166:1028:0552 rev 9, Mem @ 0xd2000000/4194304, 0xc0000000/268435456, I/O @ 0x00004000/64
    [ 27.314] (--) PCI: (0:1:0:0) 10de:0fd1:1028:0552 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
    [ 27.314] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 27.314] (II) LoadModule: "glx"
    [ 27.314] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 27.316] (II) Module glx: vendor="X.Org Foundation"
    [ 27.316] compiled for 1.16.0, module version = 1.0.0
    [ 27.316] ABI class: X.Org Server Extension, version 8.0
    [ 27.316] (==) AIGLX enabled
    [ 27.316] (II) LoadModule: "nvidia"
    [ 27.316] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 27.316] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 27.316] compiled for 4.0.2, module version = 1.0.0
    [ 27.316] Module class: X.Org Video Driver
    [ 27.316] (II) NVIDIA dlloader X Driver 340.32 Tue Aug 5 20:13:04 PDT 2014
    [ 27.316] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 27.316] (++) using VT number 1
    [ 27.316] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 27.316] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
    [ 27.316] (EE) No devices detected.
    [ 27.316] (EE)
    Fatal server error:
    [ 27.316] (EE) no screens found(EE)
    [ 27.316] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 27.317] (EE) Please also check the log file at "/home/hydn/.local/share/xorg/Xorg.0.log" for additional information.
    [ 27.317] (EE)
    dmesg after hard reset/shutdown:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014
    [ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sdb2 rw
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000087fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x0000000094daffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000094db0000-0x00000000961affff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000961b0000-0x000000009a7befff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009a7bf000-0x000000009aebefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000045f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] e820: update [mem 0x93c3d018-0x93c52e57] usable ==> usable
    [ 0.000000] e820: update [mem 0x93c2c018-0x93c3c057] usable ==> usable
    [ 0.000000] e820: update [mem 0x93c20018-0x93c2b857] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000087fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000040005000-0x0000000093c20017] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000093c20018-0x0000000093c2b857] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000093c2b858-0x0000000093c2c017] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000093c2c018-0x0000000093c3c057] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000093c3c058-0x0000000093c3d017] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000093c3d018-0x0000000093c52e57] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000093c52e58-0x0000000094daffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000094db0000-0x00000000961affff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000961b0000-0x000000009a7befff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000009a7bf000-0x000000009aebefff] reserved
    [ 0.000000] reserve setup_data: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x000000009afff000-0x000000009affffff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000009b000000-0x000000009f9fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000045f5fffff] usable
    [ 0.000000] efi: EFI v2.31 by INSYDE Corp.
    [ 0.000000] efi: ACPI=0x9affe000 ACPI 2.0=0x9affe014 SMBIOS=0x9aebef98
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000007000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000007000-0x000000000006f000) (0MB)
    [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
    [ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB)
    [ 0.000000] efi: mem05: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f47000) (15MB)
    [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000001f47000-0x0000000020000000) (480MB)
    [ 0.000000] efi: mem09: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
    [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000020200000-0x0000000040004000) (510MB)
    [ 0.000000] efi: mem11: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000040005000-0x000000007fdb8000) (1021MB)
    [ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x000000007fdb8000-0x0000000080000000) (2MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x0000000080000000-0x0000000092279000) (290MB)
    [ 0.000000] efi: mem15: type=1, attr=0xf, range=[0x0000000092279000-0x00000000931c0000) (15MB)
    [ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000931c0000-0x00000000931e0000) (0MB)
    [ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000931e0000-0x0000000093c20000) (10MB)
    [ 0.000000] efi: mem18: type=2, attr=0xf, range=[0x0000000093c20000-0x0000000093c53000) (0MB)
    [ 0.000000] efi: mem19: type=4, attr=0xf, range=[0x0000000093c53000-0x0000000094db0000) (17MB)
    [ 0.000000] efi: mem20: type=0, attr=0xf, range=[0x0000000094db0000-0x00000000961b0000) (20MB)
    [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000961b0000-0x00000000961ba000) (0MB)
    [ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000961ba000-0x00000000961bb000) (0MB)
    [ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000961bb000-0x00000000961bc000) (0MB)
    [ 0.000000] efi: mem24: type=2, attr=0xf, range=[0x00000000961bc000-0x00000000961bf000) (0MB)
    [ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000961bf000-0x00000000963a8000) (1MB)
    [ 0.000000] efi: mem26: type=1, attr=0xf, range=[0x00000000963a8000-0x00000000963bf000) (0MB)
    [ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000963bf000-0x000000009704f000) (12MB)
    [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x000000009704f000-0x0000000097050000) (0MB)
    [ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x0000000097050000-0x00000000970d5000) (0MB)
    [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000970d5000-0x00000000970ef000) (0MB)
    [ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000970ef000-0x00000000970f0000) (0MB)
    [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000970f0000-0x0000000097948000) (8MB)
    [ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x0000000097948000-0x0000000097ac8000) (1MB)
    [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x0000000097ac8000-0x0000000097fbd000) (4MB)
    [ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x0000000097fbd000-0x0000000097fbf000) (0MB)
    [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x0000000097fbf000-0x0000000097fce000) (0MB)
    [ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x0000000097fce000-0x0000000097fcf000) (0MB)
    [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x0000000097fcf000-0x0000000097fd0000) (0MB)
    [ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x0000000097fd0000-0x0000000097fd1000) (0MB)
    [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x0000000097fd1000-0x0000000097ffc000) (0MB)
    [ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x0000000097ffc000-0x0000000097ffe000) (0MB)
    [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x0000000097ffe000-0x0000000098127000) (1MB)
    [ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x0000000098127000-0x000000009812b000) (0MB)
    [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x000000009812b000-0x000000009812f000) (0MB)
    [ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x000000009812f000-0x0000000098130000) (0MB)
    [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x0000000098130000-0x0000000098300000) (1MB)
    [ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x0000000098300000-0x0000000098301000) (0MB)
    [ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x0000000098301000-0x000000009856e000) (2MB)
    [ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x000000009856e000-0x000000009856f000) (0MB)
    [ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x000000009856f000-0x0000000098584000) (0MB)
    [ 0.000000] efi: mem51: type=7, attr=0xf, range=[0x0000000098584000-0x0000000098588000) (0MB)
    [ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x0000000098588000-0x000000009a3bf000) (30MB)
    [ 0.000000] efi: mem53: type=7, attr=0xf, range=[0x000000009a3bf000-0x000000009a402000) (0MB)
    [ 0.000000] efi: mem54: type=3, attr=0xf, range=[0x000000009a402000-0x000000009a7bf000) (3MB)
    [ 0.000000] efi: mem55: type=5, attr=0x800000000000000f, range=[0x000000009a7bf000-0x000000009a920000) (1MB)
    [ 0.000000] efi: mem56: type=6, attr=0x800000000000000f, range=[0x000000009a920000-0x000000009a937000) (0MB)
    [ 0.000000] efi: mem57: type=5, attr=0x800000000000000f, range=[0x000000009a937000-0x000000009a9bf000) (0MB)
    [ 0.000000] efi: mem58: type=6, attr=0x800000000000000f, range=[0x000000009a9bf000-0x000000009aabf000) (1MB)
    [ 0.000000] efi: mem59: type=0, attr=0xf, range=[0x000000009aabf000-0x000000009aebf000) (4MB)
    [ 0.000000] efi: mem60: type=10, attr=0xf, range=[0x000000009aebf000-0x000000009afbf000) (1MB)
    [ 0.000000] efi: mem61: type=9, attr=0xf, range=[0x000000009afbf000-0x000000009afff000) (0MB)
    [ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x000000009afff000-0x000000009b000000) (0MB)
    [ 0.000000] efi: mem63: type=7, attr=0xf, range=[0x0000000100000000-0x000000045f600000) (13814MB)
    [ 0.000000] efi: mem64: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem65: type=0, attr=0x0, range=[0x000000009b000000-0x000000009fa00000) (74MB)
    [ 0.000000] efi: mem66: type=11, attr=0x8000000000000001, range=[0x00000000e0000000-0x00000000f0000000) (256MB)
    [ 0.000000] efi: mem67: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb04000) (0MB)
    [ 0.000000] efi: mem68: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem69: type=11, attr=0x8000000000000001, range=[0x00000000fed10000-0x00000000fed1a000) (0MB)
    [ 0.000000] efi: mem70: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem71: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem72: type=11, attr=0x8000000000000000, range=[0x00000000ffb00000-0x0000000100000000) (5MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Alienware M14xR2/M14xR2, BIOS A13 05/17/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x45f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FE0000000 write-back
    [ 0.000000] 2 base 09B000000 mask FFF000000 uncachable
    [ 0.000000] 3 base 09C000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0FF800000 mask FFF800000 write-protect
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask E00000000 write-back
    [ 0.000000] 7 base 400000000 mask F80000000 write-back
    [ 0.000000] 8 base 45F600000 mask FFFE00000 uncachable
    [ 0.000000] 9 base 45F800000 mask FFF800000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000082000] 82000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x45f400000-0x45f5fffff]
    [ 0.000000] [mem 0x45f400000-0x45f5fffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x45c000000-0x45f3fffff]
    [ 0.000000] [mem 0x45c000000-0x45f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x400000000-0x45bffffff]
    [ 0.000000] [mem 0x400000000-0x45bffffff] page 2M
    [ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0x94daffff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0x94bfffff] page 2M
    [ 0.000000] [mem 0x94c00000-0x94daffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x961b0000-0x9a7befff]
    [ 0.000000] [mem 0x961b0000-0x961fffff] page 4k
    [ 0.000000] [mem 0x96200000-0x9a5fffff] page 2M
    [ 0.000000] [mem 0x9a600000-0x9a7befff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9afff000-0x9affffff]
    [ 0.000000] [mem 0x9afff000-0x9affffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    [ 0.000000] [mem 0x100000000-0x3ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x7fdb8000-0x7fffffff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x000000009AFFE014 000024 (v02 ALWARE)
    [ 0.000000] ACPI: XSDT 0x000000009AFFE210 0000C4 (v01 ALWARE ALIENWRE 00000001 01000013)
    [ 0.000000] ACPI: FACP 0x000000009AFFA000 00010C (v05 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: DSDT 0x000000009AFEC000 00A06D (v01 ALWARE ALIENWRE 00000000 ASL 00040000)
    [ 0.000000] ACPI: FACS 0x000000009AFB9000 000040
    [ 0.000000] ACPI: SLIC 0x000000009AFFD000 000176 (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: UEFI 0x000000009AFFC000 000236 (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: ASF! 0x000000009AFFB000 0000A5 (v32 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: HPET 0x000000009AFF9000 000038 (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: APIC 0x000000009AFF8000 00008C (v03 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: MCFG 0x000000009AFF7000 00003C (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: SLIC 0x000000009AFEB000 000176 (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009AFEA000 0006FE (v01 INSYDE H2O BIOS 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 0x000000009AFE8000 000028 (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009AFE7000 000406 (v01 INSYDE H2O BIOS 00001000 ACPI 00040000)
    [ 0.000000] ACPI: ASPT 0x000000009AFE6000 000034 (v07 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: DBGP 0x000000009AFE5000 000034 (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: FPDT 0x000000009AFE3000 000044 (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009AFE2000 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20130117)
    [ 0.000000] ACPI: SSDT 0x000000009AFE1000 000A92 (v01 PmRef CpuPm 00003000 INTL 20130117)
    [ 0.000000] ACPI: DMAR 0x000000009AFE0000 0000B8 (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009AFDB000 002178 (v01 NvdRef NvdTabl 00001000 INTL 20130117)
    [ 0.000000] ACPI: WDTT 0x000000009AFDE000 000224 (v02 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: BGRT 0x000000009AFDF000 000038 (v01 ALWARE ALIENWRE 00000001 ASL 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000045f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x45f5fffff]
    [ 0.000000] NODE_DATA [mem 0x45f5e9000-0x45f5edfff]
    [ 0.000000] [ffffea0000000000-ffffea00117fffff] PMD -> [ffff88044ec00000-ffff88045ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x45f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00087fff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0x94daffff]
    [ 0.000000] node 0: [mem 0x961b0000-0x9a7befff]
    [ 0.000000] node 0: [mem 0x9afff000-0x9affffff]
    [ 0.000000] node 0: [mem 0x100000000-0x45f5fffff]
    [ 0.000000] On node 0 totalpages: 4163398
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 22 pages reserved
    [ 0.000000] DMA zone: 3975 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 9735 pages used for memmap
    [ 0.000000] DMA32 zone: 623039 pages, LIFO batch:31
    [ 0.000000] Normal zone: 55256 pages used for memmap
    [ 0.000000] Normal zone: 3536384 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0x9ba00000-0x9f9fffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x93c20000-0x93c20fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x93c2b000-0x93c2bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x93c2c000-0x93c2cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x93c3c000-0x93c3cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x93c3d000-0x93c3dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x93c52000-0x93c52fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x94db0000-0x961affff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9a7bf000-0x9aebefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    [ 0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88045f200000 s86784 r8192 d23808 u262144
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4098321
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sdb2 rw
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 16237784K/16653592K available (5335K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 415808K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty12] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2693.720 MHz processor
    [ 0.000032] Calibrating delay loop (skipped), value calculated using timer frequency.. 5389.91 BogoMIPS (lpj=8979066)
    [ 0.000034] pid_max: default: 32768 minimum: 301
    [ 0.000040] ACPI: Core revision 20140424
    [ 0.007424] ACPI: All ACPI Tables successfully acquired
    [ 0.034086] Security Framework initialized
    [ 0.034092] Yama: becoming mindful.
    [ 0.034940] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.038546] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.040158] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.040173] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.040414] Initializing cgroup subsys memory
    [ 0.040431] Initializing cgroup subsys devices
    [ 0.040437] Initializing cgroup subsys freezer
    [ 0.040439] Initializing cgroup subsys net_cls
    [ 0.040442] Initializing cgroup subsys blkio
    [ 0.040463] CPU: Physical Processor ID: 0
    [ 0.040464] CPU: Processor Core ID: 0
    [ 0.040468] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.040797] mce: CPU supports 9 MCE banks
    [ 0.040809] CPU0: Thermal monitoring enabled (TM1)
    [ 0.040817] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    [ 0.040916] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.043439] ftrace: allocating 20438 entries in 80 pages
    [ 0.051939] dmar: Host address width 36
    [ 0.051940] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.051946] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.051947] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.051952] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.051953] dmar: RMRR base: 0x0000009ae8c000 end: 0x0000009aeabfff
    [ 0.051954] dmar: RMRR base: 0x0000009b800000 end: 0x0000009f9fffff
    [ 0.052026] IOAPIC id 0 under DRHD base 0xfed91000 IOMMU 1
    [ 0.052027] HPET id 0 under DRHD base 0xfed91000
    [ 0.052028] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.052157] Enabled IRQ remapping in x2apic mode
    [ 0.052158] Enabling x2apic
    [ 0.052159] Enabled x2apic
    [ 0.052166] Switched APIC routing to cluster x2apic.
    [ 0.052613] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.085604] smpboot: CPU0: Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.085613] TSC deadline timer enabled
    [ 0.085633] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.085650] ... version: 3
    [ 0.085651] ... bit width: 48
    [ 0.085652] ... generic registers: 4
    [ 0.085652] ... value mask: 0000ffffffffffff
    [ 0.085653] ... max period: 0000ffffffffffff
    [ 0.085654] ... fixed-purpose events: 3
    [ 0.085655] ... event mask: 000000070000000f
    [ 0.109048] x86: Booting SMP configuration:
    [ 0.109049] .... node #0, CPUs: #1
    [ 0.122617] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.129294] #2 #3 #4 #5 #6 #7
    [ 0.243753] x86: Booted up 1 node, 8 CPUs
    [ 0.243755] smpboot: Total of 8 processors activated (43116.33 BogoMIPS)
    [ 0.250363] devtmpfs: initialized
    [ 0.253303] PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
    [ 0.254065] pinctrl core: initialized pinctrl subsystem
    [ 0.254106] RTC time: 0:43:41, date: 09/20/14
    [ 0.254150] NET: Registered protocol family 16
    [ 0.254247] cpuidle: using governor ladder
    [ 0.254249] cpuidle: using governor menu
    [ 0.254300] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.254301] ACPI: bus type PCI registered
    [ 0.254303] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.254369] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.254371] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.254629] PCI: Using configuration type 1 for base access
    [ 0.267172] ACPI: Added _OSI(Module Device)
    [ 0.267174] ACPI: Added _OSI(Processor Device)
    [ 0.267175] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.267176] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.269800] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.280605] ACPI: Dynamic OEM Table Load:
    [ 0.280615] ACPI: SSDT 0xFFFF8804489D0000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
    [ 0.303749] ACPI: Dynamic OEM Table Load:
    [ 0.303758] ACPI: SSDT 0xFFFF880448A81000 000303 (v01 PmRef ApIst 00003000 INTL 20130117)
    [ 0.316969] ACPI: Dynamic OEM Table Load:
    [ 0.316978] ACPI: SSDT 0xFFFF8804485D0000 000119 (v01 PmRef ApCst 00003000 INTL 20130117)
    [ 0.331327] ACPI: Interpreter enabled
    [ 0.331333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.331337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.331349] ACPI: (supports S0 S3 S4 S5)
    [ 0.331350] ACPI: Using IOAPIC for interrupt routing
    [ 0.331373] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.473597] ACPI: Power Resource [FN00] (off)
    [ 0.473663] ACPI: Power Resource [FN01] (off)
    [ 0.473727] ACPI: Power Resource [FN02] (off)
    [ 0.473789] ACPI: Power Resource [FN03] (off)
    [ 0.473852] ACPI: Power Resource [FN04] (off)
    [ 0.474268] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.474272] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.474377] \_SB_.PCI0:_OSC invalid UUID
    [ 0.474378] _OSC request data:1 1f 0
    [ 0.474381] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.474744] PCI host bridge to bus 0000:00
    [ 0.474747] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.474748] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.474750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.474751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.474753] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.474754] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.474755] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.474757] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.474758] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.474759] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.474761] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.474762] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.474763] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.474764] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.474766] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.474767] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.474768] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
    [ 0.474770] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
    [ 0.474777] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.474861] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.474890] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.474929] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.474969] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.474979] pci 0000:00:02.0: reg 0x10: [mem 0xd2000000-0xd23fffff 64bit]
    [ 0.474985] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.474990] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
    [ 0.475087] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.475109] pci 0000:00:14.0: reg 0x10: [mem 0xd2700000-0xd270ffff 64bit]
    [ 0.475178] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.475231] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.475269] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.475289] pci 0000:00:16.0: reg 0x10: [mem 0xd2714000-0xd271400f 64bit]
    [ 0.475352] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.475436] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.475457] pci 0000:00:1a.0: reg 0x10: [mem 0xd2719000-0xd27193ff]
    [ 0.475544] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.475596] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.475636] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.475652] pci 0000:00:1b.0: reg 0x10: [mem 0xd2710000-0xd2713fff 64bit]
    [ 0.475725] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.475767] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.475804] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.475890] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.475935] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.475972] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
    [ 0.476057] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.476101] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.476138] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    [ 0.476224] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.476269] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.476312] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.476333] pci 0000:00:1d.0: reg 0x10: [mem 0xd2718000-0xd27183ff]
    [ 0.476421] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.476472] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.476511] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
    [ 0.476680] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.476698] pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
    [ 0.476706] pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
    [ 0.476714] pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
    [ 0.476722] pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
    [ 0.476730] pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
    [ 0.476738] pci 0000:00:1f.2: reg 0x24: [mem 0xd2717000-0xd27177ff]
    [ 0.476781] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.476850] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.476865] pci 0000:00:1f.3: reg 0x10: [mem 0xd2715000-0xd27150ff 64bit]
    [ 0.476886] pci 0000:00:1f.3: reg 0x20: [io 0x4040-0x405f]
    [ 0.477005] pci 0000:01:00.0: [10de:0fd1] type 00 class 0x030000
    [ 0.477012] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
    [ 0.477019] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
    [ 0.477026] pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
    [ 0.477030] pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
    [ 0.477035] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 0.477082] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 0.477114] pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
    [ 0.477121] pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
    [ 0.483586] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 0.483591] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.483596] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd1ffffff]
    [ 0.483602] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 0.483853] pci 0000:07:00.0: [1969:1083] type 00 class 0x020000
    [ 0.484038] pci 0000:07:00.0: reg 0x10: [mem 0xd2600000-0xd263ffff 64bit]
    [ 0.484119] pci 0000:07:00.0: reg 0x18: [io 0x2000-0x207f]
    [ 0.484895] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.485051] pci 0000:07:00.0: System wakeup disabled by ACPI
    [ 0.490314] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.490318] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.490322] pci 0000:00:1c.0: bridge window [mem 0xd2600000-0xd26fffff]
    [ 0.490427] pci 0000:08:00.0: [168c:0034] type 00 class 0x028000
    [ 0.490469] pci 0000:08:00.0: reg 0x10: [mem 0xd2500000-0xd257ffff 64bit]
    [ 0.490552] pci 0000:08:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
    [ 0.490668] pci 0000:08:00.0: supports D1
    [ 0.490669] pci 0000:08:00.0: PME# supported from D0 D1 D3hot
    [ 0.490717] pci 0000:08:00.0: System wakeup disabled by ACPI
    [ 0.496937] pci 0000:00:1c.2: PCI bridge to [bus 08]
    [ 0.496950] pci 0000:00:1c.2: bridge window [mem 0xd2500000-0xd25fffff]
    [ 0.497067] pci 0000:09:00.0: [10ec:5209] type 00 class 0xff0000
    [ 0.497095] pci 0000:09:00.0: reg 0x10: [mem 0xd2401000-0xd2401fff]
    [ 0.497264] pci 0000:09:00.0: supports D1 D2
    [ 0.497265] pci 0000:09:00.0: PME# supported from D1 D2 D3hot
    [ 0.497305] pci 0000:09:00.0: System wakeup disabled by ACPI
    [ 0.497361] pci 0000:09:00.1: [10ec:5209] type 00 class 0x080500
    [ 0.497391] pci 0000:09:00.1: reg 0x10: [mem 0xd2400000-0xd24000ff]
    [ 0.497565] pci 0000:09:00.1: supports D1 D2
    [ 0.497566] pci 0000:09:00.1: PME# supported from D1 D2 D3hot
    [ 0.503641] pci 0000:00:1c.3: PCI bridge to [bus 09]
    [ 0.503648] pci 0000:00:1c.3: bridge window [mem 0xd2400000-0xd24fffff]
    [ 0.573821] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.573865] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.573905] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.573944] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.573984] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.574023] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.574064] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.574104] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.574367] ACPI: Enabled 7 GPEs in block 00 to 3F
    [ 0.574394] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.574479] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.574483] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.574484] vgaarb: loaded
    [ 0.574485] vgaarb: bridge control possible 0000:01:00.0
    [ 0.574486] vgaarb: no bridge control possible 0000:00:02.0
    [ 0.574552] PCI: Using ACPI for IRQ routing
    [ 0.580641] PCI: pci_cache_line_size set to 64 bytes
    [ 0.580713] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
    [ 0.580715] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.580716] e820: reserve RAM buffer [mem 0x93c20018-0x93ffffff]
    [ 0.580717] e820: reserve RAM buffer [mem 0x93c2c018-0x93ffffff]
    [ 0.580718] e820: reserve RAM buffer [mem 0x93c3d018-0x93ffffff]
    [ 0.580719] e820: reserve RAM buffer [mem 0x94db0000-0x97ffffff]
    [ 0.580720] e820: reserve RAM buffer [mem 0x9a7bf000-0x9bffffff]
    [ 0.580722] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
    [ 0.580723] e820: reserve RAM buffer [mem 0x45f600000-0x45fffffff]
    [ 0.580815] NetLabel: Initializing
    [ 0.580816] NetLabel: domain hash size = 128
    [ 0.580816] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.580826] NetLabel: unlabeled traffic allowed by default
    [ 0.580848] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.580852] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.582876] Switched to clocksource hpet
    [ 0.586892] pnp: PnP ACPI init
    [ 0.586905] ACPI: bus type PNP registered
    [ 0.586996] system 00:00: [io 0x0680-0x069f] has been reserved
    [ 0.586998] system 00:00: [io 0x1000-0x100f] has been reserved
    [ 0.586999] system 00:00: [io 0xffff] has been reserved
    [ 0.587001] system 00:00: [io 0xffff] has been reserved
    [ 0.587002] system 00:00: [io 0x0400-0x0453] could not be reserved
    [ 0.587004] system 00:00: [io 0x0458-0x047f] has been reserved
    [ 0.587005] system 00:00: [io 0x0500-0x057f] has been reserved
    [ 0.587007] system 00:00: [io 0x164e-0x164f] has been reserved
    [ 0.587008] system 00:00: [io 0xfd60-0xfd63] has been reserved
    [ 0.587011] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.587040] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.587081] system 00:02: [io 0x0454-0x0457] has been reserved
    [ 0.587083] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.587113] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.587140] pnp 00:04: Plug and Play ACPI device, IDs DLL0552 PNP0f13 (active)
    [ 0.656340] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.656342] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.656343] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.656345] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.656347] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.656348] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.656350] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
    [ 0.656351] system 00:05: [mem 0xff000000-0xff000fff] has been reserved
    [ 0.656353] system 00:05: [mem 0xff010000-0xffffffff] could not be reserved
    [ 0.656355] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.656356] system 00:05: [mem 0x9fa00000-0x9fa00fff] has been reserved
    [ 0.656358] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.656562] system 00:06: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.656563] system 00:06: [mem 0x40004000-0x40004fff] has been reserved
    [ 0.656565] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.656583] pnp: PnP ACPI: found 7 devices
    [ 0.656584] ACPI: bus type PNP unregistered
    [ 0.662837] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
    [ 0.662840] pci 0000:08:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
    [ 0.662877] pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
    [ 0.662880] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 0.662881] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.662884] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd1ffffff]
    [ 0.662886] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 0.662889] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.662892] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.662897] pci 0000:00:1c.0: bridge window [mem 0xd2600000-0xd26fffff]
    [ 0.662906] pci 0000:08:00.0: BAR 6: assigned [mem 0xd2580000-0xd258ffff pref]
    [ 0.662907] pci 0000:00:1c.2: PCI bridge to [bus 08]
    [ 0.662912] pci 0000:00:1c.2: bridge window [mem 0xd2500000-0xd25fffff]
    [ 0.662920] pci 0000:00:1c.3: PCI bridge to [bus 09]
    [ 0.662925] pci 0000:00:1c.3: bridge window [mem 0xd2400000-0xd24fffff]
    [ 0.662934] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.662935] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.662936] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.662938] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.662939] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.662940] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.662942] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.662943] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.662945] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.662946] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.662947] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.662949] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.662950] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.662952] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.662953] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.662954] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
    [ 0.662956] pci_bus 0000:00: resource 20 [mem 0x9fa00000-0xfeafffff]
    [ 0.662957] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.662958] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd1ffffff]
    [ 0.662960] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 0.662961] pci_bus 0000:07: resource 0 [io 0x2000-0x2fff]
    [ 0.662963] pci_bus 0000:07: resource 1 [mem 0xd2600000-0xd26fffff]
    [ 0.662964] pci_bus 0000:08: resource 1 [mem 0xd2500000-0xd25fffff]
    [ 0.662966] pci_bus 0000:09: resource 1 [mem 0xd2400000-0xd24fffff]
    [ 0.662988] NET: Registered protocol family 2
    [ 0.663183] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.663383] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.663493] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.663506] TCP: reno registered
    [ 0.663520] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.663566] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.663632] NET: Registered protocol family 1
    [ 0.663644] pci 0000:00:02.0: Boot video device
    [ 0.689654] PCI: CLS 64 bytes, default 64
    [ 0.689692] Unpacking initramfs...
    [ 0.723845] Freeing initrd memory: 2336K (ffff88007fdb8000 - ffff880080000000)
    [ 0.723868] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.723870] software IO TLB [mem 0x8f1c0000-0x931c0000] (64MB) mapped at [ffff88008f1c0000-ffff8800931bffff]
    [ 0.723910] Simple Boot Flag at 0x44 set to 0x1
    [ 0.724196] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
    [ 0.724240] Scanning for low memory corruption every 60 seconds
    [ 0.724480] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.724825] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.725899] zbud: loaded
    [ 0.726031] VFS: Disk quotas dquot_6.5.2
    [ 0.726059] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.726153] msgmni has been set to 31860
    [ 0.726214] Key type big_key registered
    [ 0.726355] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.726414] io scheduler noop registered
    [ 0.726417] io scheduler deadline registered
    [ 0.726456] io scheduler cfq registered (default)
    [ 0.726499] pcieport 0000:00:01.0: device [8086:0151] has invalid IRQ; check vendor BIOS
    [ 0.726594] pcieport 0000:00:01.0: irq 42 for MSI/MSI-X
    [ 0.726629] pcieport 0000:00:1c.0: device [8086:1e10] has invalid IRQ; check vendor BIOS
    [ 0.726729] pcieport 0000:00:1c.2: device [8086:1e14] has invalid IRQ; check vendor BIOS
    [ 0.726825] pcieport 0000:00:1c.3: device [8086:1e16] has invalid IRQ; check vendor BIOS
    [ 0.726942] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.726956] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.726986] efifb: probing for efifb
    [ 0.726999] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90011c00000, using 5628k, total 5625k
    [ 0.727001] efifb: mode is 1600x900x32, linelength=6400, pages=1
    [ 0.727001] efifb: scrolling: redraw
    [ 0.727003] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.729864] Console: switching to colour frame buffer device 200x56
    [ 0.732642] fb0: EFI VGA frame buffer device
    [ 0.732649] intel_idle: MWAIT substates: 0x21120
    [ 0.732650] intel_idle: v0.4 model 0x3A
    [ 0.732651] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.732928] GHES: HEST is not enabled!
    [ 0.732997] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.733363] Linux agpgart interface v0.103
    [ 0.733418] rtc_cmos 00:01: RTC can wake from S4
    [ 0.733535] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [ 0.733564] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.733573] Intel P-state driver initializing.
    [ 0.733586] Intel pstate controlling: cpu 0
    [ 0.733604] Intel pstate controlling: cpu 1
    [ 0.733616] Intel pstate controlling: cpu 2
    [ 0.733632] Intel pstate controlling: cpu 3
    [ 0.733648] Intel pstate controlling: cpu 4
    [ 0.733663] Intel pstate controlling: cpu 5
    [ 0.733678] Intel pstate controlling: cpu 6
    [ 0.733692] Intel pstate controlling: cpu 7
    [ 0.733750] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.733948] TCP: cubic registered
    [ 0.734122] NET: Registered protocol family 10
    [ 0.734474] NET: Registered protocol family 17
    [ 0.735087] registered taskstats version 1
    [ 0.735984] Magic number: 14:202:709
    [ 0.736117] rtc_cmos 00:01: setting system clock to 2014-09-20 00:43:41 UTC (1411173821)
    [ 0.736295] PM: Hibernation image not present or could not be loaded.
    [ 0.737810] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 0.737812] Write protecting the kernel read-only data: 8192k
    [ 0.741440] Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
    [ 0.743068] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 0.752006] SCSI subsystem initialized
    [ 0.752923] libata version 3.00 loaded.
    [ 0.753507] ahci 0000:00:1f.2: version 3.0
    [ 0.769637] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 0.782849] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
    [ 0.782851] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 0.796550] scsi0 : ahci
    [ 0.796691] scsi1 : ahci
    [ 0.796832] scsi2 : ahci
    [ 0.796991] scsi3 : ahci
    [ 0.797071] scsi4 : ahci
    [ 0.797142] scsi5 : ahci
    [ 0.797168] ata1: SATA max UDMA/133 abar m2048@0xd2717000 port 0xd2717100 irq 43
    [ 0.797170] ata2: SATA max UDMA/133 abar m2048@0xd2717000 port 0xd2717180 irq 43
    [ 0.797173] ata3: SATA max UDMA/133 abar m2048@0xd2717000 port 0xd2717200 irq 43
    [ 0.797173] ata4: DUMMY
    [ 0.797174] ata5: DUMMY
    [ 0.797175] ata6: DUMMY
    [ 1.116081] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.116099] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.116118] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.116564] ata2.00: ATA-8: SAMSUNG SSD PM830 mSATA 64GB, CXM12D1Q, max UDMA/133
    [ 1.116566] ata2.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.116843] ata2.00: configured for UDMA/133
    [ 1.142919] ata3.00: ATAPI: MATSHITA DVDRW/BDROM UJ167, 1.01, max UDMA/133
    [ 1.143096] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 1.143451] ata1.00: ATA-8: WDC WD10JPVT-75A1YT0, 01.01A01, max UDMA/133
    [ 1.143457] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.144753] ata3.00: configured for UDMA/133
    [ 1.145411] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 1.145753] ata1.00: configured for UDMA/133
    [ 1.149651] scsi 0:0:0:0: Direct-Access ATA WDC WD10JPVT-75A 1A01 PQ: 0 ANSI: 5
    [ 1.150133] scsi 1:0:0:0: Direct-Access ATA SAMSUNG SSD PM83 2D1Q PQ: 0 ANSI: 5
    [ 1.151825] scsi 2:0:0:0: CD-ROM MATSHITA DVDRWBD UJ167 1.01 PQ: 0 ANSI: 5
    [ 1.162395] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.162398] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.162411] sd 1:0:0:0: [sdb] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [ 1.162431] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.162433] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.162446] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.162451] sd 1:0:0:0: [sdb] Write Protect is off
    [ 1.162453] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.162466] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.163880] sdb: sdb1 sdb2
    [ 1.164047] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 1.246104] sda: sda1
    [ 1.246328] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.274217] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.333361] random: systemd urandom read with 45 bits of entropy available
    [ 1.388780] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 1.535845] EXT4-fs (sdb2): re-mounted. Opts: data=ordered,discard
    [ 1.550718] systemd-udevd[157]: starting version 216
    [ 1.597289] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input0
    [ 1.597293] ACPI: Power Button [PWRB]
    [ 1.597368] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
    [ 1.597402] ACPI: Lid Switch [LID0]
    [ 1.597452] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 1.597455] ACPI: Power Button [PWRF]
    [ 1.599850] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
    [ 1.599855] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.599857] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
    [ 1.599860] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x000000000000055f (\_SB_.PCI0.PEG0.PEGP.GPIO) (20140424/utaddress-258)
    [ 1.599862] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.599863] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
    [ 1.599864] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000055f (\_SB_.PCI0.PEG0.PEGP.GPIO) (20140424/utaddress-258)
    [ 1.599866] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.599867] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
    [ 1.599868] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000055f (\_SB_.PCI0.PEG0.PEGP.GPIO) (20140424/utaddress-258)
    [ 1.599870] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.599871] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 1.600569] ACPI: AC Adapter [ACAD] (on-line)
    [ 1.602071] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 1.604034] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.613948] ACPI: bus type USB registered
    [ 1.613992] usbcore: registered new interface driver usbfs
    [ 1.614011] usbcore: registered new interface driver hub
    [ 1.614131] wmi: Mapper loaded
    [ 1.615939] usbcore: registered new device driver usb
    [ 1.640940] thermal LNXTHERM:00: registered as thermal_zone0
    [ 1.640943] ACPI: Thermal Zone [TZ00] (28 C)
    [ 1.641194] thermal LNXTHERM:01: registered as thermal_zone1
    [ 1.641196] ACPI: Thermal Zone [TZ01] (30 C)
    [ 1.645928] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.645971] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.646159] ACPI: Fan [FAN0] (off)
    [ 1.646199] ACPI: Fan [FAN1] (off)
    [ 1.646232] ACPI: Fan [FAN2] (off)
    [ 1.646256] ACPI: Fan [FAN3] (off)
    [ 1.646279] ACPI: Fan [FAN4] (off)
    [ 1.646630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.646745] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
    [ 1.646901] rtsx_pci 0000:09:00.0: irq 45 for MSI/MSI-X
    [ 1.646917] rtsx_pci 0000:09:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 45
    [ 1.647155] ehci-pci: EHCI PCI platform driver
    [ 1.648773] sdhci: Secure Digital Host Controller Interface driver
    [ 1.648775] sdhci: Copyright(c) Pierre Ossman
    [ 1.649728] sdhci-pci 0000:09:00.1: SDHCI controller found [10ec:5209] (rev 1)
    [ 1.649798] sdhci-pci 0000:09:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 1.649803] mmc0: no vqmmc regulator found
    [ 1.649804] mmc0: no vmmc regulator found
    [ 1.649811] sdhci-pci 0000:09:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 1.650165] mmc0: SDHCI controller on PCI [0000:09:00.1] using DMA
    [ 1.651567] ACPI Warning: SystemIO range 0x0000000000004040-0x000000000000405f conflicts with OpRegion 0x0000000000004040-0x000000000000404f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
    [ 1.651573] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.653633] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.653644] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 1.653741] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 1.653767] xhci_hcd 0000:00:14.0: irq 46 for MSI/MSI-X
    [ 1.654200] hub 1-0:1.0: USB hub found
    [ 1.654216] hub 1-0:1.0: 4 ports detected
    [ 1.654611] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.654615] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 1.654756] hub 2-0:1.0: USB hub found
    [ 1.654765] hub 2-0:1.0: 4 ports detected
    [ 1.655998] [drm] Initialized drm 1.1.0 20060810
    [ 1.656260] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 1.656267] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.656282] ehci-pci 0000:00:1a.0: debug port 2
    [ 1.657574] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
    [ 1.657686] input: PC Speaker as /devices/platform/pcspkr/input/input3
    [ 1.658698] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
    [ 1.658712] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
    [ 1.658722] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
    [ 1.658729] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x15
    [ 1.658740] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x15
    [ 1.658754] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x15
    [ 1.658767] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x15
    [ 1.658821] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 1.660185] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.660199] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2719000
    [ 1.662305] cfg80211: Calling CRDA to update world regulatory domain
    [ 1.667434] AVX version of gcm_enc/dec engaged.
    [ 1.667771] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
    [ 1.667774] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.668108] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.669319] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.669496] hub 3-0:1.0: USB hub found
    [ 1.669504] hub 3-0:1.0: 2 ports detected
    [ 1.669754] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 1.669759] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 1.669770] ehci-pci 0000:00:1d.0:

  • HOW TO DELETE THE ROW FROM DATABASE

    hI,
    Iam pasting my code below.My problem isi retrieve rows from database and display them in jsp page in rows.For each row there is delete hyperlink.Now when i click that link i should only delete the row corresponding to that delete link temporarily but it should not delete the row from database now.It should only delete the row from database when i click the save button.How can i do this can any one give some code.
    thanks
    naveen
    [email protected]
    <%@ page language="java" import="Utils.*,java.sql.*,SQLCon.ConnectionPool,java.util.Vector,java.util.StringTokenizer" %>
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <title>Item Details</title>
    <script>
    function submitPage()
    document.details.action = "itemdetails.jsp" ;
    document.details.submit();
    </script>
    </head>
    <body>
    <form name="details" action="itemdetails.jsp" method="post">
    <%
    ConnectionPool pool;
    Connection con = null;
    Statement st;
    ResultSet rs =null;
    %>
    <table border="0" cellpadding="0" cellspacing="0" width="328">
    <tr>
    <td width="323" colspan="4"><b>Reference No :</b> <input type="text" name="txt_refno" size="14">
    <input type="submit" value="search" name="search" ></td>
    </tr>
    <tr>
    <td width="81" bgcolor="#000099"><font color="#FFFFFF"><b>Item Code</b></font></td>
    <td width="81" bgcolor="#000099"><font color="#FFFFFF"><b>Item No</b></font></td>
    <td width="81" bgcolor="#000099"><font color="#FFFFFF"><b>Amount </b></font></td>
    <td width="80" bgcolor="#000099"> </td>
    </tr>
    <%
    pool= new ConnectionPool();
    Utils utils = new Utils();
    double total =0.00;
    String search =utils.returnString(request.getParameter("search"));
    if(search.equals("search"))
    try
    String ref_no =utils.returnString(request.getParameter("txt_refno"));
    String strSQL="select * from ref_table where refno='" + ref_no + "' ";
    con = pool.getConnection();
    st=con.createStatement();
    rs = st.executeQuery(strSQL);
    while(rs.next())
    String itemcode=rs.getString(2);
    int item_no=rs.getInt(3);
    double amount= rs.getDouble(4);
    total= total + amount;
    %>
    <tr>
    <td width="81"><input type=hidden name=hitem value=<%=itemcode%>><%=itemcode%></td>
    <td width="81"><input type=hidden name=hitemno value=<%=item_no%>><%=item_no%></td>
    <td width="81"><input type=hidden name=hamount value=<%=amount%>><%=amount%></td>
    <td width="80"><a href="delete</td>
    </tr>
    <%
    }catch(Exception e){}
    finally {
    if (con != null) pool.returnConnection(con);
    %>
    <tr>
    <td width="323" colspan="4">
    <p align="right"><b>Total:</b><input type="text" name="txt_total" size="10" value="<%=total%>"></td>
    </tr>
    <tr>
    <td width="323" colspan="4">                   
    <input type="button" value="save" name="save"></td>
    </tr>
    </table>
    </form>
    </body>
    </html>

    You mean when you click on the hyperlink you want that row to disappear from the page, but not delete the row from the database until a commit/submit button is pressed?
    Personally, I think I'd prefer that you have a delete checkbox next to every row and NOT remove them from the display if I was a user. You give your users a chance to change their mind about their choice, and when they're done they can see exactly which rows will be deleted before they commit.
    You know your problem, of course, so you might have a good reason for designing it this way. But I'd prefer not removing them from the display. JMO - MOD

  • How to check the time taking to extract rows from source and time load data into destination

    Hi,
    Recently I have started working on Optimizing an SSIS package in 2012. The package reads data from AS 400 server and load into SQL Server table.. No transformations are being used in the package. only ADO.Net Source and OLE DB Destination are using in the
    package.
    The SSIS package is extracting 6500 rows and loading into database per batch. This process is taking 18 seconds. I would like to know out of 18 secs how much time is being used only to extract data from the source and how much time is taking to write the
    data to the database per each batch.
    Any thoughts be greatly appreciated...
    Thanks,
    Venu.

    Hello 
    We need more information regarding your system. If you are using SQL 2014 then you can use the new DMV
    sys.dm_exec_query_profiles which is doing this exactly. Check out this URL: http://msdn.microsoft.com/en-us/library/dn223301.aspx
    While executing your SSIS project you can examine each and every process and get the percentage it already did and all the information regarding it.
      Ronen Ariely
     [Personal Site]    [Blog]    [Facebook]

  • How to change the Rule file Pointing Automatically?

    Guys,
    Is there any automated way to change the rule file pointing for any application \ DB.. If so, can anyone ellobrate it briefly.....
    Regards
    Srini

    Do you mean you want to use a dimension/data rule that you created in one database and use it in another? Or do you mean you want to reassociate the rule with its new database?
    The former is easy -- copy (or not, the rule can be local) the rule to the new location and use MaxL/Esscmd to load data/dimensions.
    If you mean the latter, I don't know of a way to do that -- typically copying a rule file would only occur when the dimensionality is the same.
    Or do you mean something completely different?
    Regards,
    Cameron Lackpour

Maybe you are looking for