Takes to long to write records

Hi, I have an Oracle 8 on a Unix platform which I access with Java 1.3 jdbc code over the network. I write about 9000 records, each record consisting of three fields with respective lengths of 10, 10 and 1. It takes an extremely long time to put these records into the database, for example 20-30 minutes or even more. Is it normal that its taking so long and if not what can I do to speed it? Tx much,
EB

Hi,
Have you tried adding the statements in a batch and then executing the batch?
You wouldn't want to add all the records in a batch as it would slow down your client. Instead, experiment to find out what would be the ideal number of records to add in a batch before executing them.
I hope this helps.
Hi, I have an Oracle 8 on a Unix platform which I access with Java 1.3 jdbc code over the network. I write about 9000 records, each record consisting of three fields with respective lengths of 10, 10 and 1. It takes an extremely long time to put these records into the database, for example 20-30 minutes or even more. Is it normal that its taking so long and if not what can I do to speed it? Tx much,
EB

Similar Messages

  • Why does it take so long to start recording from my external drive?

    I know the question its a bit long, I just wanna know why does it happen, or better what can I do so it stop happening...
    I mean when Im recording using the drive from my macbook, it would not delay to start recording, but when Im working with the external drive and put it to record it takes like 40 seconds before its starts recording...
    Im still learning so, please someone reply this concern ...
    thanks

    +Im working with the external drive+
    Are you 100% sure that your external drive is formatted to Mac OSX Extended, with journaling off? (NOT FAT32 or NTFS) Select the disk and press command-I to find out.
    If not, _back up all the data on the drive_, and reformat it using your Disk Utility (Utilities folder).

  • Takes a long time to write email

    I am using windows 7, internet explorer 8.1 .
    It takes a very long time to write an email, each letter typed, it takes a long time
    to appear on the page sometimes it don't appear..
    Please help

    Hi,
    This could be also related add-ons.
    Add-ons are apps that browsers use to interact with web content like videos and games. Incompatible or out-of-date add-ons might cause Internet Explorer to run slowly, crash, or prevent sites from displaying correctly. You might want to turn off all add-ons,
    and then turn them back on only as you need them.
    1.Open the desktop, and then tap or click the Internet Explorer icon on the taskbar.
    2.Tap or click the Tools button Tools button, and then tap or click Manage add-ons.
    3.Under Show, tap or click All add-ons, and then select the add-on you want to turn off.
    4.Tap or click Disable, and then tap or click Close
    If issue persists, let’s try to reset Internet Explorer settings.
    http://windows.microsoft.com/en-in/windows7/reset-internet-explorer-settings
    Alex Zhao
    TechNet Community Support

  • ESB performance issue: takes too long to select and insert records in DBs

    Hi,
    I have an ESB service which has to select data from seven different tables(using join operations) of one database and insert it into a single table of another database.
    It takes unduly long time to do this operation.
    For ex: it takes over 2 hours to select and insert 3000 records.
    When ran the same query to select the records from the tables using SQL developer, it took only 23 seconds.
    Do I need to change any configuration settings in the enterprise manager or someother place to increase the performance. Someone please advice.
    I am using Oracle SOA Suite 10.1.3.4
    Thanks,
    RV

    Hi,
    I have an ESB service which has to select data from seven different tables(using join operations) of one database and insert it into a single table of another database.
    It takes unduly long time to do this operation.
    For ex: it takes over 2 hours to select and insert 3000 records.
    When ran the same query to select the records from the tables using SQL developer, it took only 23 seconds.
    Do I need to change any configuration settings in the enterprise manager or someother place to increase the performance. Someone please advice.
    I am using Oracle SOA Suite 10.1.3.4
    Thanks,
    RV

  • The first binary file write operation for a new file takes progressively longer.

    I have an application in which I am acquiring analog data from multiple
    PXI-6031E DAQ boards and then writing that data to FireWire hard disks
    over an extended time period (14 days).  I am using a PXI-8145RT
    controller, a PXI-8252 FireWire interface board and compatible FireWire
    hard drive enclosures.  When I start acquiring data to an empty
    hard disk, creating files on the fly as well as the actual file I/O
    operations are both very quick.  As the number of files on the
    hard drive increases, it begins to take considerably longer to complete
    the first write to a new binary file.  After the first write,
    subsequent writes of the same data size to that same file are very
    fast.  It is only the first write operation to a new file that
    takes progressively longer.  To clarify, it currently takes 1 to 2
    milliseconds to complete the first binary write of a new file when the
    hard drive is almost empty.  After writing 32, 150 MByte files,
    the first binary write to file 33 takes about 5 seconds!  This
    behavior is repeatable and continues to get worse as the number of
    files increases.  I am using the FAT32 file system, required for
    the Real-Time controller, and 80GB laptop hard drives.   The
    system works flawlessly until asked to create a new file and write the
    first set of binary data to that file.  I am forced to buffer lots
    of data from the DAQ boards while the system hangs at this point. 
    The requirements for this data acquisition system do not allow for a
    single data file so I can not simply write to one large file.  
    Any help or suggestions as to why I am seeing this behavior would be
    greatly appreciated.

    I am experiencing the same problem. Our program periodically monitors data and eventually save it for post-processing. While it's searching for suitable data, it creates one file for every channel (32 in total) and starts streaming data to these files. If it finds data is not suitable, it deletes the files and creates new ones.
    On our lab, we tested the program on windows and then on RT and we did not find any problems.
    Unfortunately when it was time to install the PXI on field (an electromechanic shovel on a copper mine) and test it, we've come to find that saving was taking to long and the program screwed up. Specifically when creating files (I.E. "New File" function). It could take 5 or more seconds to create a single file.
    As you can see, field startup failed and we will have to modify our programs to workaround this problem and return next week to try again, with the additional time and cost involved. Not to talk about the bad image we are giving to our costumer.
    I really like labview, but I am particularly upset beacuse of this problem. LV RT is supposed to run as if it was LV win32, with the obvious and expected differences, but a developer can not expect things like this to happen. I remember a few months ago I had another problem: on RT Time/Date function gives a wrong value as your program runs, when using timed loops. Can you expect something like that when evaluating your development platform? Fortunately, we found the problem before giving the system to our costumer and there was a relatively easy workaround. Unfortunately, now we had to hit the wall to find the problem.
    On this particular problem I also found that it gets worse when there are more files on the directory. Create a new dir every N hours? I really think that's not a solution. I would not expect this answer from NI.
    I would really appreciate someone from NI to give us a technical explanation about why this problem happens and not just "trial and error" "solutions".
    By the way, we are using a PXI RT controller with the solid-state drive option.
    Thank you.
    Daniel R.
    Message Edited by Daniel_Chile on 06-29-2006 03:05 PM

  • Fetching null records out of a function takes much longer than non-null

    Hi,
    We have a function that is called thousands of times on SQL. This function has a SELECT than can return one row at max.
    We realized that when the SQL statement doesn't return any record, it takes 3x times longer in the fetch phase.
    I made a simple test with three functions were each one was executed 1000 times. The first one has an extra outer join that guarantees that it always returns one record, a second one with an explicit cursor that can return 0 records and a third one with an implicit cursor that can also return 0 records.
    Here is the sample test code:
    DECLARE
    -- Local variables here
    CURSOR c IS
    SELECT teste_vasco.teste_vasco1(epis.id_episode) as val
    FROM episode epis
    WHERE rownum <= 1000;
    TYPE t_c IS TABLE OF c%ROWTYPE;
    l_c t_c;
    BEGIN
    -- Test statements here
    OPEN c;
    FETCH c BULK COLLECT
    INTO l_c;
    CLOSE c;
              for i in l_c.first..l_c.last
              loop
              dbms_output.put_line(i || ' :' || l_c(i).val);
              end loop;
    END;
    The difference between the tests is that instead of calling the vasco1 function, vasco2 and vasco3 is called.
    ###Test1
    -Function vasco1:
    FUNCTION teste_vasco1(i_episode IN episode.id_episode%TYPE) RETURN VARCHAR2 IS
    l_dt_set TIMESTAMP WITH LOCAL TIME ZONE;
    l_flg_stage VARCHAR2(3);
    l_dt_warn TIMESTAMP WITH LOCAL TIME ZONE;
    CURSOR c_care_stage IS
    SELECT cs.dt_set, cs.flg_stage, cs.dt_warn
    FROM episode epis
    LEFT JOIN care_stage cs ON (cs.id_episode = epis.id_episode AND cs.flg_active = 'Y')
    WHERE epis.id_episode = i_episode;
    BEGIN
    OPEN c_care_stage;
    FETCH c_care_stage
    INTO l_dt_set, l_flg_stage, l_dt_warn;
    CLOSE c_care_stage;
    IF l_dt_set IS NULL
    THEN
    RETURN NULL;
    END IF;
    RETURN l_dt_set || l_flg_stage || l_dt_warn;
    EXCEPTION
    WHEN OTHERS THEN
    pk_alert_exceptions.raise_error(error_code_in => SQLCODE, text_in => SQLERRM);
    pk_alert_exceptions.reset_error_state;
    RETURN NULL;
    END teste_vasco1;
    -Trace file:
    SELECT TESTE_VASCO.TESTE_VASCO1(EPIS.ID_EPISODE) AS VAL
    FROM
    EPISODE EPIS WHERE ROWNUM <= 1000
    call count cpu elapsed disk query current rows
    Parse 1 0.01 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 0.04 0.06 0 8 0 1000
    total        3      0.06       0.07          0          8          0        1000
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 286 (recursive depth: 1)
    Rows Row Source Operation
    1000 COUNT STOPKEY (cr=8 pr=0 pw=0 time=2035 us)
    1000 INDEX FAST FULL SCAN EPIS_EPISODE_INFO_UI (cr=8 pr=0 pw=0 time=1030 us)(object id 153741)
    SELECT CS.DT_SET, CS.FLG_STAGE, CS.DT_WARN
    FROM
    EPISODE EPIS LEFT JOIN CARE_STAGE CS ON (CS.ID_EPISODE = EPIS.ID_EPISODE AND
    CS.FLG_ACTIVE = 'Y') WHERE EPIS.ID_EPISODE = :B1
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1000 0.07 0.05 0 0 0 0
    Fetch 1000 0.01 0.02 0 4001 0 1000
    total     2001      0.09       0.07          0       4001          0        1000
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 286 (recursive depth: 2)
    ###Test2
    -Function vasco2:
    FUNCTION teste_vasco2(i_episode IN episode.id_episode%TYPE) RETURN VARCHAR2 IS
    l_dt_set TIMESTAMP WITH LOCAL TIME ZONE;
    l_flg_stage VARCHAR2(3);
    l_dt_warn TIMESTAMP WITH LOCAL TIME ZONE;
    CURSOR c_care_stage IS
    SELECT cs.dt_set, cs.flg_stage, cs.dt_warn
    FROM care_stage cs
    WHERE cs.id_episode = i_episode
    AND cs.flg_active = 'Y';
    BEGIN
    OPEN c_care_stage;
    FETCH c_care_stage
    INTO l_dt_set, l_flg_stage, l_dt_warn;
    IF c_care_stage%NOTFOUND
    THEN
    CLOSE c_care_stage;
    RETURN NULL;
    END IF;
    CLOSE c_care_stage;
    IF l_dt_set IS NULL
    THEN
    RETURN NULL;
    END IF;
    RETURN l_dt_set || l_flg_stage || l_dt_warn;
    EXCEPTION
    WHEN OTHERS THEN
    pk_alert_exceptions.raise_error(error_code_in => SQLCODE, text_in => SQLERRM);
    pk_alert_exceptions.reset_error_state;
    RETURN NULL;
    END teste_vasco2;
    -Trace File:
    SELECT TESTE_VASCO.TESTE_VASCO2(EPIS.ID_EPISODE) AS VAL
    FROM
    EPISODE EPIS WHERE ROWNUM <= 1000
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 0.00 0.27 0 8 0 1000
    total        3      0.00       0.27          0          8          0        1000
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 286 (recursive depth: 1)
    Rows Row Source Operation
    1000 COUNT STOPKEY (cr=8 pr=0 pw=0 time=2048 us)
    1000 INDEX FAST FULL SCAN EPIS_EPISODE_INFO_UI (cr=8 pr=0 pw=0 time=1045 us)(object id 153741)
    SELECT CS.DT_SET, CS.FLG_STAGE, CS.DT_WARN
    FROM
    CARE_STAGE CS WHERE CS.ID_EPISODE = :B1 AND CS.FLG_ACTIVE = 'Y'
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1000 0.03 0.05 0 0 0 0
    Fetch 1000 0.00 0.00 0 2001 0 1
    total     2001      0.03       0.06          0       2001          0           1
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 286 (recursive depth: 2)
    Rows Row Source Operation
    1 TABLE ACCESS BY INDEX ROWID CARE_STAGE (cr=2001 pr=0 pw=0 time=11082 us)
    1 INDEX RANGE SCAN CS_EPIS_FACT_FST_I (cr=2000 pr=0 pw=0 time=7815 us)(object id 688168)
    ###Test3
    -Function vasco3
    FUNCTION teste_vasco3(i_episode IN episode.id_episode%TYPE) RETURN VARCHAR2 IS
    l_dt_set TIMESTAMP WITH LOCAL TIME ZONE;
    l_flg_stage VARCHAR2(3);
    l_dt_warn TIMESTAMP WITH LOCAL TIME ZONE;
    BEGIN
    BEGIN
    SELECT cs.dt_set, cs.flg_stage, cs.dt_warn
    INTO l_dt_set, l_flg_stage, l_dt_warn
    FROM care_stage cs
    WHERE cs.id_episode = i_episode
    AND cs.flg_active = 'Y';
    EXCEPTION
    WHEN no_data_found THEN
    RETURN NULL;
    END;
    IF l_dt_set IS NULL
    THEN
    RETURN NULL;
    END IF;
    RETURN l_dt_set || l_flg_stage || l_dt_warn;
    EXCEPTION
    WHEN OTHERS THEN
    pk_alert_exceptions.raise_error(error_code_in => SQLCODE, text_in => SQLERRM);
    pk_alert_exceptions.reset_error_state;
    RETURN NULL;
    END teste_vasco3;
    -Trace file:
    SELECT TESTE_VASCO.TESTE_VASCO3(EPIS.ID_EPISODE) AS VAL
    FROM
    EPISODE EPIS WHERE ROWNUM <= 1000
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 0.25 0.27 0 8 0 1000
    total        3      0.25       0.27          0          8          0        1000
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 286 (recursive depth: 1)
    Rows Row Source Operation
    1000 COUNT STOPKEY (cr=8 pr=0 pw=0 time=2033 us)
    1000 INDEX FAST FULL SCAN EPIS_EPISODE_INFO_UI (cr=8 pr=0 pw=0 time=1031 us)(object id 153741)
    SELECT CS.DT_SET, CS.FLG_STAGE, CS.DT_WARN
    FROM
    CARE_STAGE CS WHERE CS.ID_EPISODE = :B1 AND CS.FLG_ACTIVE = 'Y'
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1000 0.07 0.06 0 0 0 0
    Fetch 1000 0.00 0.00 0 2001 0 1
    total     2001      0.07       0.06          0       2001          0           1
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 286 (recursive depth: 2)
    Rows Row Source Operation
    1 TABLE ACCESS BY INDEX ROWID CARE_STAGE (cr=2001 pr=0 pw=0 time=11119 us)
    1 INDEX RANGE SCAN CS_EPIS_FACT_FST_I (cr=2000 pr=0 pw=0 time=7951 us)(object id 688168)
    As you can see, in the first example the fetch time of the SELECT in the function vasco1 takes 0.02 seconds and 0.06 in the SELECT of the test script. This test returned 1000 non-null records.
    In the tests 2 and 3, the fetch phase of the SELECT in the test script takes much more time - 0.27 seconds, despite the fetch of the SELECT in the functions (vasco2 and vasco3) took 0.00 seconds (as it only returned 1 row for the 1000 executions) and the only difference between them is the function that is called. Both test2 and test3 returned 999 null records and 1 non-null record.
    How it's possible than a select null records takes much longer than selecting non-null records?
    Hope you can understand the problem and thank you in advance for any help or suggestions.

    Thank you for the replies...
    But the thing is that the SELECT in the function is very fast and the fetch phase takes no time (0.00 second).
    And, as you can see in the execution plan, there's no need for a full index scan...only a range scan is performed:
    SELECT CS.DT_SET, CS.FLG_STAGE, CS.DT_WARN
    FROM
    CARE_STAGE CS WHERE CS.ID_EPISODE = :B1 AND CS.FLG_ACTIVE = 'Y'
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1000 0.07 0.06 0 0 0 0
    Fetch 1000 0.00 0.00 0 2001 0 1
    total     2001      0.07       0.06          0       2001          0           1
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 286 (recursive depth: 2)
    Rows Row Source Operation
    1 TABLE ACCESS BY INDEX ROWID CARE_STAGE (cr=2001 pr=0 pw=0 time=11119 us)
    1 INDEX RANGE SCAN CS_EPIS_FACT_FST_I (cr=2000 pr=0 pw=0 time=7951 us)(object id 688168)
    But, the fetch phase of the SQL that calls the function that has this query takes 0,27 seconds.
    As far as the contex switch, we are aware of that, but we can have modularity with this solution and the first function also have many context switching and is must faster.
    Edited by: Pretender on Mar 18, 2009 3:38 PM

  • SELECT bulc collect into takes to long

    Hi,
    by the following statement I get Data from a Remote Database and do a update on a local table via a sql procedure
    This part of the proecure takes about 70 seconds.
    select /*+ RULE */ id, messaging_state, recipient, messaging_type, manual, node, mess_arch_id, text, alarm_id, time_start, time_end
    bulk collect into marcupids, marcstats, marcrecips, marctypes, marcmans, marcnodes, marcmssarc, marctexts, marcalarms, marctstrts, marctends
    from m_testdata@Remote_database marcs
    where marcs.in_archive = 1 and exists (select id from m_testdata rm where rm.id = marcs.id);
    cnt := sql%rowcount;
    if cnt > 0 then
    forall i in marcupids.first..marcupids.last
    update m_testdata set messaging_state = marcstats(i), time_end = marctends(i) where id = marcupids(i);
    But if I do just the select like the following without the "bulc collect into" it takes less then a second.
    select /*+ RULE */ id, messaging_state, recipient, messaging_type, manual, node, mess_arch_id, text, alarm_id, time_start, time_end
    marctexts, marcalarms, marctstrts, marctends
    from m_testdata@Remote_database marcs
    where marcs.in_archive = 1 and exists (select id from m_testdata rm where rm.id = marcs.id);
    Can somebody tell me the reason why it takes so long when executed by a procedure/Job , Strange is that this problem does not appear on all installation with compareable size of m_testdata on the remote and the local database. On Some installations it runs in less than a second with the "bulc collect into" and in some it takes more than 70 seconds:
    Any Idea?
    Kind Regards
    Andre

    Hi,
    Have you tried adding the statements in a batch and then executing the batch?
    You wouldn't want to add all the records in a batch as it would slow down your client. Instead, experiment to find out what would be the ideal number of records to add in a batch before executing them.
    I hope this helps.
    Hi, I have an Oracle 8 on a Unix platform which I access with Java 1.3 jdbc code over the network. I write about 9000 records, each record consisting of three fields with respective lengths of 10, 10 and 1. It takes an extremely long time to put these records into the database, for example 20-30 minutes or even more. Is it normal that its taking so long and if not what can I do to speed it? Tx much,
    EB

  • Sometimes my computer takes too long to connect to new website. I am running a pretty powerful work program at same time, what is the best solution? Upgrading speed from cable network, is it a hard drive issue? do I need to "clean out" the computer?

    Many times my computer takes too long to connect to new website. I have wireless internet (time capsule) and I am running a pretty powerful real time financial work program at same time, what is the best solution? Upgrading speed from cable network? is it a hard drive issue? do I only need to "clean out" the computer? Or all of the above...not to computer saavy.  It is a Macbook Pro  osx 10.6.8 (late 2010).

    Almost certainly none of the above!  Try each of the following in this order:
    Select 'Reset Safari' from the Safari menu.
    Close down Safari;  move <home>/Library/Caches/com.apple.Safari/Cache.db to the trash; restart Safari.
    Change the DNS servers in your network settings to use the OpenDNS servers: 208.67.222.222 and 208.67.220.220
    Turn off DNS pre-fetching by entering the following command in Terminal and restarting Safari:
              defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false

  • Report Takes Too Long Time

    Hi!
    I am in troubble
    following is the query
    SELECT inv_no, inv_name, inv_desc, i.cat_id, cat_name, i.sub_cat_id,
    sub_cat_name, asset_cost, del_date, i.bl_id, gen_desc bl_desc, p.prvcode, prvdesc, cur_loc,
    pldesc, i.pmempno, pmname, i.empid, empname
    FROM inv_reg i,
    cat_reg c,
    sub_cat_reg s,
    gen_desc_reg g,
    ploc p,
    province r,
    pmaster m,
    iemp_reg e
    WHERE i.sub_cat_id = s.sub_cat_id
    AND i.cat_id = s.cat_id
    AND s.cat_id = c.cat_id
    AND i.bl_id = g.gen_id
    AND i.cur_loc = p.plcode
    AND p.prvcode = r.prvcode
    AND i.pmempno = m.pmempno(+)
    AND i.empid = e.empid(+)
    &wc
    order by prvdesc, pldesc, cat_name, sub_cat_name, inv_no
    and this query returns 32000 records
    when i run this query on reports 10g
    then it takes 10 to 20 minuts to generate report
    how can i optimize it...?

    Hi Waqas Attari
    Pls study & try this ....
    When your query takes too long ...
    hope it helps....
    Regards,
    Abdetu...

  • AP Trial Balance - File is massive and takes a long time to open up

    Hello,
    We are upgrading from 11.5.10 to 12.1.3 and are running into some serioud problems with the Accounts Payables Trial Balance report in Detail Mode.
    1. The Report takes upwards of 10 minutes to open up - and in many cases does not.
    2. On further research we see that the report output file is > 500MB whereas comparable 11i Trial Balance files are only 19MB.
    3. We tried running in various formats Text, PDF, HTML with no luck.
    4. In fact HTML and Text formats gave “Authentication failed” errors when we tried to open the report.
    My questions are:
    1. Why is there a such a large increase in file size? Is this expected going to R12?
    2. Is there a way to speed up the opening of the large files or create smaller files? - (summary mode, and smaller date ranges are not options as per business needs). Even a 2 month date range give the same problems.
    3. We noticed that the XLA_TRIAL_BALANCES table has 36,521,125 records...LARGE.
    4. We compared the ap_liability_balance records between 11i and R12. We have 29,171,382 in 11i and 37,769,034 in R12. But this is expected as we purge regularly in 11i production and I don't think this difference (about 30%) in the size of the tables should cause such a large difference in the size of the report files (nearly 2000%!!!).
    5. Why are we getting Authentication failed errors? Just for these reports?
    Of course we opened an SR, but you know how SRs go :-) and this is a time critical project with our deadlines nearing.
    Any help or pointers from the experts here is greatly appreciated.
    Thanks
    Edited by: user11992646 on Jan 27, 2012 2:12 AM

    Hi Hussein,
    Thanks for your prompt reply and my apologies for the substantial delay in mine.
    We did some trouble shooting since then.
    We repolved the problem by choosing a pdf format instead of the seeded RTF format. This opened up the output in a couple of minutes because the pdf formatted output was about 50mb vs the RTF output which was 300MB+.
    But the ORIGINAL problem still remains. The xml tagged .out file is still huge with a size of nearly 1gb!
    My earlier questions here now boil down to the following questions.
    Q1. Is the huge XML Publisher's .out file expected in R12?  It really is massive!  The text file from 11i was just 19MB
    Q2. Oracle does not seem to offer the option to format the output in plain text ...We see PDF, RTF but no plain ugly text.  I would expect plain text file to be much smaller.  How can we get the output in plain text?
    1.Yes our stats are upto date. Let me emphasize that we do not have a performance problem with the report itself. The issue we are having is opening up the output.
    2. The authentication error is resolved. It was because of formatting the reports incorrectly.
    3. We did not use the usual tuning procedures such as tkprof because we do not have a performance problem.
    4. We checked the OPP file and there are none. I reiterate, The report does complete without issues. It is just that the output takes a long time to open up in the RTF
    I will appreciate if others  can share any experiences if you have faced this situation and how you have handled it.
    Thanks in advance for your time!

  • [Solved] Shutdown/Reboot takes a long time

    I do an upgrade every 5 days or so but it's been a while since I last rebooted--probably around 15-24 days. Since I haven't shutdown/rebooted for a while, I decided to do one today. I noticed that shutdown/reboot takes a long time, around 2-3 minutes whereas before, it would be instant and the behavior seems weird. Upon pressing shutdown or reboot:
    1. Monitors become completely black and searches for a signal (by switching HDMI, DVI, etc). PC still on
    2. After 1 minute, if reboot, I can hear the GPU fans spin like crazy. Shutdown doesn't do this, just quiet.
    3. After waiting another minute, some output shows up really fast and the PC is rebooted or shutdown
    This didn't happen before so I think it's probable that one of the updates did this. Unfortunately, I'm not sure how to tell which one.
    I followed the section "Diagnosing Shutdown Problems" here on how to debug shutdown problems. I've got the systemd shutdown log but I can't tell where the problem is:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.19.3-3-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0a8d7720-6c75-4f1e-b2e4-04d8196aa0fb rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bea34fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bea35000-0x00000000bea7dfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bea7e000-0x00000000bea85fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bea86000-0x00000000bf5f9fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bf5fa000-0x00000000bf5fbfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf5fc000-0x00000000bf60bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bf60c000-0x00000000bf615fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bf616000-0x00000000bf63afff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bf63b000-0x00000000bf67dfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bf67e000-0x00000000bf7fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f7fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: MSI MS-7673/P67A-G43 (MS-7673), BIOS V1.11 04/14/2011
    [ 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 = 0x23f800 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-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask E00000000 write-back
    [ 0.000000] 1 base 200000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 3 base 23F800000 mask FFF800000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fce60-0x000fce6f] mapped at [ffff8800000fce60]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23f600000-0x23f7fffff]
    [ 0.000000] [mem 0x23f600000-0x23f7fffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x220000000-0x23f5fffff]
    [ 0.000000] [mem 0x220000000-0x23f5fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21fffffff]
    [ 0.000000] [mem 0x200000000-0x21fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbea34fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xbe9fffff] page 2M
    [ 0.000000] [mem 0xbea00000-0xbea34fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf5fa000-0xbf5fbfff]
    [ 0.000000] [mem 0xbf5fa000-0xbf5fbfff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbf67e000-0xbf7fffff]
    [ 0.000000] [mem 0xbf67e000-0xbf7fffff] page 4k
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x3795c000-0x37ca5fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x00000000BEA7E068 000054 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000BEA85148 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000BEA7E150 006FF4 (v02 ALASKA A M I 00000015 INTL 20051117)
    [ 0.000000] ACPI: FACS 0x00000000BF60DF80 000040
    [ 0.000000] ACPI: APIC 0x00000000BEA85240 000072 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: SSDT 0x00000000BEA852B8 000102 (v01 AMICPU PROC 00000001 MSFT 03000001)
    [ 0.000000] ACPI: MCFG 0x00000000BEA853C0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000BEA85400 000038 (v01 ALASKA A M I 01072009 AMI. 00000004)
    [ 0.000000] ACPI: ASF! 0x00000000BEA85438 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023f7fffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x23f7f5000-0x23f7f8fff]
    [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880236e00000-ffff88023edfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x23f7fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xbea34fff]
    [ 0.000000] node 0: [mem 0xbf5fa000-0xbf5fbfff]
    [ 0.000000] node 0: [mem 0xbf67e000-0xbf7fffff]
    [ 0.000000] node 0: [mem 0x100000000-0x23f7fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x23f7fffff]
    [ 0.000000] On node 0 totalpages: 2089813
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12143 pages used for memmap
    [ 0.000000] DMA32 zone: 777145 pages, LIFO batch:31
    [ 0.000000] Normal zone: 20448 pages used for memmap
    [ 0.000000] Normal zone: 1308672 pages, LIFO batch:31
    [ 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[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 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: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbea35000-0xbea7dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbea7e000-0xbea85fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbea86000-0xbf5f9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf5fc000-0xbf60bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf60c000-0xbf615fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf616000-0xbf63afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf63b000-0xbf67dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed3ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xbf800000-0xfed1bfff] 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:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 31 pages/cpu @ffff88023f400000 s86336 r8192 d32448 u524288
    [ 0.000000] pcpu-alloc: s86336 r8192 d32448 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2057137
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0a8d7720-6c75-4f1e-b2e4-04d8196aa0fb rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 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: 8146392K/8359252K available (5534K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 212860K reserved, 0K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:456 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 3299.649 MHz processor
    [ 0.000020] Calibrating delay loop (skipped), value calculated using timer frequency.. 6601.26 BogoMIPS (lpj=10998830)
    [ 0.000022] pid_max: default: 32768 minimum: 301
    [ 0.000025] ACPI: Core revision 20141107
    [ 0.002006] ACPI: All ACPI Tables successfully acquired
    [ 0.229873] Security Framework initialized
    [ 0.229877] Yama: becoming mindful.
    [ 0.230159] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.231159] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.231602] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.231607] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.231738] Initializing cgroup subsys memory
    [ 0.231741] Initializing cgroup subsys devices
    [ 0.231743] Initializing cgroup subsys freezer
    [ 0.231744] Initializing cgroup subsys net_cls
    [ 0.231745] Initializing cgroup subsys blkio
    [ 0.231759] CPU: Physical Processor ID: 0
    [ 0.231759] CPU: Processor Core ID: 0
    [ 0.231762] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.231764] mce: CPU supports 9 MCE banks
    [ 0.231772] CPU0: Thermal monitoring enabled (TM1)
    [ 0.231778] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    [ 0.231839] Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    [ 0.232422] ftrace: allocating 21171 entries in 83 pages
    [ 0.238717] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.271684] smpboot: CPU0: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (fam: 06, model: 2a, stepping: 07)
    [ 0.271688] TSC deadline timer enabled
    [ 0.271700] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
    [ 0.271711] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    [ 0.271712] ... version: 3
    [ 0.271712] ... bit width: 48
    [ 0.271713] ... generic registers: 8
    [ 0.271714] ... value mask: 0000ffffffffffff
    [ 0.271714] ... max period: 0000ffffffffffff
    [ 0.271715] ... fixed-purpose events: 3
    [ 0.271715] ... event mask: 00000007000000ff
    [ 0.291699] x86: Booting SMP configuration:
    [ 0.291700] .... node #0, CPUs: #1
    [ 0.304842] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.305029] #2 #3
    [ 0.334799] x86: Booted up 1 node, 4 CPUs
    [ 0.334802] smpboot: Total of 4 processors activated (26407.07 BogoMIPS)
    [ 0.336656] devtmpfs: initialized
    [ 0.338107] PM: Registering ACPI NVS region [mem 0xbea35000-0xbea7dfff] (299008 bytes)
    [ 0.338111] PM: Registering ACPI NVS region [mem 0xbf60c000-0xbf615fff] (40960 bytes)
    [ 0.338111] PM: Registering ACPI NVS region [mem 0xbf63b000-0xbf67dfff] (274432 bytes)
    [ 0.338196] pinctrl core: initialized pinctrl subsystem
    [ 0.338227] RTC time: 18:49:17, date: 04/22/15
    [ 0.338286] NET: Registered protocol family 16
    [ 0.349856] cpuidle: using governor ladder
    [ 0.363177] cpuidle: using governor menu
    [ 0.363192] ACPI: bus type PCI registered
    [ 0.363193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.363233] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.363234] PCI: not using MMCONFIG
    [ 0.363235] PCI: Using configuration type 1 for base access
    [ 0.376685] ACPI: Added _OSI(Module Device)
    [ 0.376686] ACPI: Added _OSI(Processor Device)
    [ 0.376687] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.376688] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.377668] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.378832] ACPI: Dynamic OEM Table Load:
    [ 0.378835] ACPI: SSDT 0xFFFF880235BFDE40 000084 (v01 AMI CST 00000001 MSFT 03000001)
    [ 0.379146] ACPI: Interpreter enabled
    [ 0.379150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    [ 0.379156] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.379157] ACPI: Using IOAPIC for interrupt routing
    [ 0.379168] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.379198] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.379380] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.379496] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.381659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.381662] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.381725] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
    [ 0.381755] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
    [ 0.381757] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
    [ 0.381758] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
    [ 0.381759] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
    [ 0.381932] PCI host bridge to bus 0000:00
    [ 0.381934] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.381935] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
    [ 0.381936] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
    [ 0.381936] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
    [ 0.381937] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.381938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.381939] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.381940] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
    [ 0.381945] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
    [ 0.381993] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    [ 0.382014] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.382032] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.382079] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.382098] pci 0000:00:16.0: reg 0x10: [mem 0xfe708000-0xfe70800f 64bit]
    [ 0.382164] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.382218] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.382235] pci 0000:00:1a.0: reg 0x10: [mem 0xfe707000-0xfe7073ff]
    [ 0.382315] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.382339] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.382365] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.382378] pci 0000:00:1b.0: reg 0x10: [mem 0xfe700000-0xfe703fff 64bit]
    [ 0.382443] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.382493] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.382628] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.382664] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.382689] pci 0000:00:1c.4: [8086:244e] type 01 class 0x060401
    [ 0.382761] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.382787] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.382810] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
    [ 0.382882] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.382908] pci 0000:00:1c.5: System wakeup disabled by ACPI
    [ 0.382932] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
    [ 0.383004] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
    [ 0.383029] pci 0000:00:1c.6: System wakeup disabled by ACPI
    [ 0.383056] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.383074] pci 0000:00:1d.0: reg 0x10: [mem 0xfe706000-0xfe7063ff]
    [ 0.383154] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.383181] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.383206] pci 0000:00:1f.0: [8086:1c46] type 00 class 0x060100
    [ 0.383340] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
    [ 0.383355] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
    [ 0.383361] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
    [ 0.383366] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
    [ 0.383372] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
    [ 0.383378] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
    [ 0.383384] pci 0000:00:1f.2: reg 0x24: [mem 0xfe705000-0xfe7057ff]
    [ 0.383422] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.383461] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.383473] pci 0000:00:1f.3: reg 0x10: [mem 0xfe704000-0xfe7040ff 64bit]
    [ 0.383490] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    [ 0.383561] pci 0000:01:00.0: [1002:6719] type 00 class 0x030000
    [ 0.383571] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.383579] pci 0000:01:00.0: reg 0x18: [mem 0xfe620000-0xfe63ffff 64bit]
    [ 0.383584] pci 0000:01:00.0: reg 0x20: [io 0xe000-0xe0ff]
    [ 0.383593] pci 0000:01:00.0: reg 0x30: [mem 0xfe600000-0xfe61ffff pref]
    [ 0.383621] pci 0000:01:00.0: supports D1 D2
    [ 0.383650] pci 0000:01:00.1: [1002:aa80] type 00 class 0x040300
    [ 0.383660] pci 0000:01:00.1: reg 0x10: [mem 0xfe640000-0xfe643fff 64bit]
    [ 0.383708] pci 0000:01:00.1: supports D1 D2
    [ 0.389829] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.389830] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.389832] pci 0000:00:01.0: bridge window [mem 0xfe600000-0xfe6fffff]
    [ 0.389833] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.389906] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.389985] pci 0000:03:00.0: [1b21:1080] type 01 class 0x060400
    [ 0.390139] pci 0000:03:00.0: supports D1 D2
    [ 0.390140] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.396493] pci 0000:00:1c.4: PCI bridge to [bus 03-04] (subtractive decode)
    [ 0.396501] pci 0000:00:1c.4: bridge window [io 0x0000-0x03af] (subtractive decode)
    [ 0.396502] pci 0000:00:1c.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
    [ 0.396503] pci 0000:00:1c.4: bridge window [io 0x03b0-0x03df] (subtractive decode)
    [ 0.396504] pci 0000:00:1c.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.396505] pci 0000:00:1c.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.396506] pci 0000:00:1c.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.396507] pci 0000:00:1c.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
    [ 0.396651] pci 0000:03:00.0: PCI bridge to [bus 04]
    [ 0.396745] pci 0000:05:00.0: [1033:0194] type 00 class 0x0c0330
    [ 0.396772] pci 0000:05:00.0: reg 0x10: [mem 0xfe500000-0xfe501fff 64bit]
    [ 0.396910] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
    [ 0.403155] pci 0000:00:1c.5: PCI bridge to [bus 05]
    [ 0.403160] pci 0000:00:1c.5: bridge window [mem 0xfe500000-0xfe5fffff]
    [ 0.403227] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.403248] pci 0000:06:00.0: reg 0x10: [io 0xd000-0xd0ff]
    [ 0.403279] pci 0000:06:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
    [ 0.403298] pci 0000:06:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
    [ 0.403403] pci 0000:06:00.0: supports D1 D2
    [ 0.403404] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.409816] pci 0000:00:1c.6: PCI bridge to [bus 06]
    [ 0.409819] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
    [ 0.409826] pci 0000:00:1c.6: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.410049] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.410074] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.410098] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.410122] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.410146] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    [ 0.410170] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    [ 0.410194] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.410218] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.410250] ACPI: Enabled 3 GPEs in block 00 to 3F
    [ 0.410300] vgaarb: setting as boot device: PCI:0000:01:00.0
    [ 0.410301] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.410302] vgaarb: loaded
    [ 0.410303] vgaarb: bridge control possible 0000:01:00.0
    [ 0.410339] PCI: Using ACPI for IRQ routing
    [ 0.415815] PCI: pci_cache_line_size set to 64 bytes
    [ 0.415855] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.415856] e820: reserve RAM buffer [mem 0xbea35000-0xbfffffff]
    [ 0.415857] e820: reserve RAM buffer [mem 0xbf5fc000-0xbfffffff]
    [ 0.415857] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
    [ 0.415858] e820: reserve RAM buffer [mem 0x23f800000-0x23fffffff]
    [ 0.415918] NetLabel: Initializing
    [ 0.415919] NetLabel: domain hash size = 128
    [ 0.415919] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.415927] NetLabel: unlabeled traffic allowed by default
    [ 0.415940] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.415942] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.417956] Switched to clocksource hpet
    [ 0.420722] pnp: PnP ACPI init
    [ 0.420798] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
    [ 0.420799] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.420800] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.420801] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.420802] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
    [ 0.420804] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.420902] system 00:01: [io 0x0a00-0x0a0f] has been reserved
    [ 0.420903] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.420993] pnp 00:02: [dma 0 disabled]
    [ 0.421016] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.421032] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.421058] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.421059] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.421149] system 00:05: [io 0x0400-0x0453] could not be reserved
    [ 0.421150] system 00:05: [io 0x0458-0x047f] has been reserved
    [ 0.421151] system 00:05: [io 0x1180-0x119f] has been reserved
    [ 0.421152] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 0.421153] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.421154] system 00:05: [mem 0xfec00000-0xfecfffff] could not be reserved
    [ 0.421155] system 00:05: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 0.421157] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.421158] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.421187] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.421188] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.421295] pnp: PnP ACPI: found 7 devices
    [ 0.427004] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.427006] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.427007] pci 0000:00:01.0: bridge window [mem 0xfe600000-0xfe6fffff]
    [ 0.427009] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.427011] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.427026] pci 0000:03:00.0: PCI bridge to [bus 04]
    [ 0.427044] pci 0000:00:1c.4: PCI bridge to [bus 03-04]
    [ 0.427053] pci 0000:00:1c.5: PCI bridge to [bus 05]
    [ 0.427056] pci 0000:00:1c.5: bridge window [mem 0xfe500000-0xfe5fffff]
    [ 0.427063] pci 0000:00:1c.6: PCI bridge to [bus 06]
    [ 0.427064] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
    [ 0.427070] pci 0000:00:1c.6: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.427075] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
    [ 0.427076] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
    [ 0.427077] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
    [ 0.427077] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
    [ 0.427078] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.427079] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.427080] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.427081] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.427082] pci_bus 0000:01: resource 1 [mem 0xfe600000-0xfe6fffff]
    [ 0.427083] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.427084] pci_bus 0000:03: resource 4 [io 0x0000-0x03af]
    [ 0.427085] pci_bus 0000:03: resource 5 [io 0x03e0-0x0cf7]
    [ 0.427086] pci_bus 0000:03: resource 6 [io 0x03b0-0x03df]
    [ 0.427087] pci_bus 0000:03: resource 7 [io 0x0d00-0xffff]
    [ 0.427087] pci_bus 0000:03: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.427088] pci_bus 0000:03: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.427089] pci_bus 0000:03: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.427090] pci_bus 0000:05: resource 1 [mem 0xfe500000-0xfe5fffff]
    [ 0.427091] pci_bus 0000:06: resource 0 [io 0xd000-0xdfff]
    [ 0.427092] pci_bus 0000:06: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.427107] NET: Registered protocol family 2
    [ 0.427218] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.427305] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.427411] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.427422] TCP: reno registered
    [ 0.427428] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.427446] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.427479] NET: Registered protocol family 1
    [ 0.427627] pci 0000:01:00.0: Video device with shadowed ROM
    [ 0.427703] PCI: CLS 64 bytes, default 64
    [ 0.427731] Unpacking initramfs...
    [ 0.458276] Freeing initrd memory: 3368K (ffff88003795c000 - ffff880037ca6000)
    [ 0.458282] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.458284] software IO TLB [mem 0xbaa35000-0xbea35000] (64MB) mapped at [ffff8800baa35000-ffff8800bea34fff]
    [ 0.458388] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
    [ 0.458447] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x12
    [ 0.458451] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x12
    [ 0.458455] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x12
    [ 0.458459] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x12
    [ 0.458489] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.458503] Scanning for low memory corruption every 60 seconds
    [ 0.458643] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.458653] Initialise system trusted keyring
    [ 0.458879] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.459596] zpool: loaded
    [ 0.459598] zbud: loaded
    [ 0.459684] VFS: Disk quotas dquot_6.5.2
    [ 0.459702] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.459788] Key type big_key registered
    [ 0.459886] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.459910] io scheduler noop registered
    [ 0.459911] io scheduler deadline registered
    [ 0.459926] io scheduler cfq registered (default)
    [ 0.460230] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.460238] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.460245] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
    [ 0.460245] vesafb: scrolling: redraw
    [ 0.460246] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.460257] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010e80000, using 5824k, total 5824k
    [ 0.507010] Console: switching to colour frame buffer device 175x65
    [ 0.553487] fb0: VESA VGA frame buffer device
    [ 0.553501] intel_idle: MWAIT substates: 0x1120
    [ 0.553502] intel_idle: v0.4 model 0x2A
    [ 0.553502] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.553594] GHES: HEST is not enabled!
    [ 0.553630] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.574150] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 0.574369] Linux agpgart interface v0.103
    [ 0.574402] rtc_cmos 00:03: RTC can wake from S4
    [ 0.574506] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.574530] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.574537] Intel P-state driver initializing.
    [ 0.574635] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.575069] TCP: cubic registered
    [ 0.575206] NET: Registered protocol family 10
    [ 0.575527] NET: Registered protocol family 17
    [ 0.576245] Loading compiled-in X.509 certificates
    [ 0.576267] registered taskstats version 1
    [ 0.577040] Magic number: 11:338:848
    [ 0.577156] rtc_cmos 00:03: setting system clock to 2015-04-22 18:49:17 UTC (1429728557)
    [ 0.577255] PM: Hibernation image not present or could not be loaded.
    [ 0.577672] Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    [ 0.577674] Write protecting the kernel read-only data: 8192k
    [ 0.578177] Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    [ 0.578369] Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    [ 0.586926] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.594161] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.594538] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.594602] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.596674] ACPI: bus type USB registered
    [ 0.596690] usbcore: registered new interface driver usbfs
    [ 0.596697] usbcore: registered new interface driver hub
    [ 0.596714] usbcore: registered new device driver usb
    [ 0.596929] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.597010] ehci-pci: EHCI PCI platform driver
    [ 0.597090] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.597095] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.597107] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.598329] SCSI subsystem initialized
    [ 0.600997] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.601009] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfe707000
    [ 0.601141] libata version 3.00 loaded.
    [ 0.607823] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.607929] hub 1-0:1.0: USB hub found
    [ 0.607934] hub 1-0:1.0: 2 ports detected
    [ 0.608004] xhci_hcd 0000:05:00.0: xHCI Host Controller
    [ 0.608009] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 2
    [ 0.608319] hub 2-0:1.0: USB hub found
    [ 0.608327] hub 2-0:1.0: 2 ports detected
    [ 0.608382] xhci_hcd 0000:05:00.0: xHCI Host Controller
    [ 0.608384] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
    [ 0.608386] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.608389] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 0.608405] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.611688] hub 3-0:1.0: USB hub found
    [ 0.611696] hub 3-0:1.0: 2 ports detected
    [ 0.612303] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.612313] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfe706000
    [ 0.621118] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.621236] hub 4-0:1.0: USB hub found
    [ 0.621248] hub 4-0:1.0: 2 ports detected
    [ 0.621321] ahci 0000:00:1f.2: version 3.0
    [ 0.634481] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    [ 0.634487] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
    [ 0.668448] scsi host0: ahci
    [ 0.668750] scsi host1: ahci
    [ 0.669100] scsi host2: ahci
    [ 0.669412] scsi host3: ahci
    [ 0.669697] scsi host4: ahci
    [ 0.669967] scsi host5: ahci
    [ 0.670051] ata1: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705100 irq 30
    [ 0.670054] ata2: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705180 irq 30
    [ 0.670057] ata3: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705200 irq 30
    [ 0.670059] ata4: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705280 irq 30
    [ 0.670061] ata5: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705300 irq 30
    [ 0.670064] ata6: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705380 irq 30
    [ 0.914200] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 0.927545] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [ 0.987472] ata5: SATA link down (SStatus 0 SControl 300)
    [ 0.987497] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.987521] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 0.987543] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.987563] ata6: SATA link down (SStatus 0 SControl 300)
    [ 0.987584] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 0.987877] ata2.00: supports DRM functions and may not be fully accessible
    [ 0.988115] ata3.00: ATAPI: TSSTcorp CDDVDW SH-S243D, SB00, max UDMA/100
    [ 0.988210] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
    [ 0.988214] ata1.00: ATA-9: Samsung SSD 840 Series, DXT07B0Q, max UDMA/133
    [ 0.988217] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 0.988682] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
    [ 0.988746] ata1.00: configured for UDMA/133
    [ 0.988881] ata3.00: configured for UDMA/100
    [ 0.989027] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 840 7B0Q PQ: 0 ANSI: 5
    [ 0.989649] ata4.00: ATA-8: WDC WD1002FAEX-00Z3A0, 05.01D05, max UDMA/133
    [ 0.989653] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 0.990752] ata2.00: disabling queued TRIM support
    [ 0.990755] ata2.00: ATA-9: Crucial_CT240M500SSD1, MU05, max UDMA/133
    [ 0.990757] ata2.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 0.992466] ata4.00: configured for UDMA/133
    [ 0.994299] ata2.00: supports DRM functions and may not be fully accessible
    [ 0.997177] ata2.00: disabling queued TRIM support
    [ 1.000401] ata2.00: configured for UDMA/133
    [ 1.000669] scsi 1:0:0:0: Direct-Access ATA Crucial_CT240M50 MU05 PQ: 0 ANSI: 5
    [ 1.001813] scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S243D SB00 PQ: 0 ANSI: 5
    [ 1.011521] scsi 3:0:0:0: Direct-Access ATA WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
    [ 1.015296] ata1.00: Enabling discard_zeroes_data
    [ 1.015310] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    [ 1.015364] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.015367] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.015385] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.015513] sd 1:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/223 GiB)
    [ 1.015517] sd 1:0:0:0: [sdb] 4096-byte physical blocks
    [ 1.015524] ata1.00: Enabling discard_zeroes_data
    [ 1.015532] sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.015618] sd 3:0:0:0: [sdc] Write Protect is off
    [ 1.015621] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 1.015636] sd 1:0:0:0: [sdb] Write Protect is off
    [ 1.015641] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.015657] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.015717] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.015779] sda: sda1 sda2
    [ 1.016099] ata1.00: Enabling discard_zeroes_data
    [ 1.016176] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.016225] sdb: sdb1
    [ 1.016696] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 1.022237] sdc: sdc1 sdc2
    [ 1.022726] sd 3:0:0:0: [sdc] Attached SCSI disk
    [ 1.025940] sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.025945] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.026137] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.038098] hub 1-1:1.0: USB hub found
    [ 1.038285] hub 1-1:1.0: 6 ports detected
    [ 1.051455] hub 4-1:1.0: USB hub found
    [ 1.051648] hub 4-1:1.0: 8 ports detected
    [ 1.298000] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.303924] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
    [ 1.317239] usb 4-1.2: new full-speed USB device number 3 using ehci-pci
    [ 1.443336] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    [ 1.443537] systemd[1]: Detected architecture 'x86-64'.
    [ 1.443740] systemd[1]: Set hostname to <arch>.
    [ 1.460317] tsc: Refined TSC clocksource calibration: 3300.020 MHz
    [ 1.473794] usb 1-1.5: new high-speed USB device number 4 using ehci-pci
    [ 1.497743] systemd[1]: Unit type .busname is not supported on this system.
    [ 1.537625] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 1.537643] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 1.537662] systemd[1]: Reached target Remote File Systems.
    [ 1.537672] systemd[1]: Starting Remote File Systems.
    [ 1.537692] systemd[1]: Reached target Encrypted Volumes.
    [ 1.537701] systemd[1]: Starting Encrypted Volumes.
    [ 1.537748] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 1.537759] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 1.537800] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 1.537810] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 1.538002] systemd[1]: Created slice Root Slice.
    [ 1.538014] systemd[1]: Starting Root Slice.
    [ 1.538060] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 1.538070] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 1.538120] systemd[1]: Listening on Journal Socket.
    [ 1.538134] systemd[1]: Starting Journal Socket.
    [ 1.538265] systemd[1]: Created slice User and Session Slice.
    [ 1.538276] systemd[1]: Starting User and Session Slice.
    [ 1.545589] systemd[1]: Listening on Journal Audit Socket.
    [ 1.545747] systemd[1]: Created slice System Slice.
    [ 1.545765] systemd[1]: Starting System Slice.
    [ 1.546248] systemd[1]: Mounting Huge Pages File System...
    [ 1.546789] systemd[1]: Mounting Debug File System...
    [ 1.546970] systemd[1]: Created slice system-dhcpcd.slice.
    [ 1.546987] systemd[1]: Starting system-dhcpcd.slice.
    [ 1.547561] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 1.548678] systemd[1]: Starting Setup Virtual Console...
    [ 1.549285] systemd[1]: Started Set Up Additional Binary Formats.
    [ 1.550613] systemd[1]: Starting Load Kernel Modules...
    [ 1.550645] systemd[1]: Started File System Check on Root Device.
    [ 1.551159] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 1.551679] systemd[1]: Mounting POSIX Message Queue File System...
    [ 1.551836] systemd[1]: Created slice system-getty.slice.
    [ 1.551850] systemd[1]: Starting system-getty.slice.
    [ 1.551870] systemd[1]: Reached target Slices.
    [ 1.551883] systemd[1]: Starting Slices.
    [ 1.551931] systemd[1]: Listening on udev Kernel Socket.
    [ 1.551941] systemd[1]: Starting udev Kernel Socket.
    [ 1.551986] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 1.551997] systemd[1]: Starting Journal Socket (/dev/log).
    [ 1.552492] systemd[1]: Starting Journal Service...
    [ 1.552545] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 1.552561] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 1.552600] systemd[1]: Listening on udev Control Socket.
    [ 1.552611] systemd[1]: Starting udev Control Socket.
    [ 1.552659] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 1.552669] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 1.552689] systemd[1]: Reached target Login Prompts.
    [ 1.552701] systemd[1]: Starting Login Prompts.
    [ 1.553185] systemd[1]: Starting udev Coldplug all Devices...
    [ 1.553231] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 1.553249] systemd[1]: Starting Delayed Shutdown Socket.
    [ 1.554439] EXT4-fs (sdb1): re-mounted. Opts: data=ordered
    [ 1.555736] systemd[1]: Mounting Temporary Directory...
    [ 1.556329] systemd[1]: Mounted POSIX Message Queue File System.
    [ 1.556363] systemd[1]: Mounted Huge Pages File System.
    [ 1.556388] systemd[1]: Mounted Debug File System.
    [ 1.556779] systemd[1]: Started Create list of required static device nodes for the current kernel.
    [ 1.557030] systemd[1]: Started Setup Virtual Console.
    [ 1.557256] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 1.557431] systemd[1]: Mounted Temporary Directory.
    [ 1.558591] hub 1-1.5:1.0: USB hub found
    [ 1.558901] hub 1-1.5:1.0: 4 ports detected
    [ 1.560366] vboxdrv: Found 4 processor cores.
    [ 1.561065] vboxdrv: fAsync=0 offMin=0x2ca offMax=0x6c0c
    [ 1.561137] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 1.561139] vboxdrv: Successfully loaded version 4.3.26_OSE (interface 0x001a000a).
    [ 1.561712] systemd[1]: Started Load Kernel Modules.
    [ 1.568012] systemd-journald[149]: Failed to set file attributes: Inappropriate ioctl for device
    [ 1.569830] systemd[1]: Started udev Coldplug all Devices.
    [ 1.575918] systemd[1]: Mounted FUSE Control File System.
    [ 1.576374] systemd[1]: Mounting Configuration File System...
    [ 1.576805] systemd[1]: Starting Apply Kernel Variables...
    [ 1.576856] systemd[1]: Started Rebuild Dynamic Linker Cache.
    [ 1.582712] systemd[1]: Started Rebuild Hardware Database.
    [ 1.582739] systemd[1]: Started First Boot Wizard.
    [ 1.582757] systemd[1]: Started Create System Users.
    [ 1.583212] systemd[1]: Starting Load/Save Random Seed...
    [ 1.583784] systemd[1]: Starting Create Static Device Nodes in /dev...
    [ 1.584599] systemd[1]: Mounted Configuration File System.
    [ 1.587256] systemd[1]: Started Load/Save Random Seed.
    [ 1.589801] systemd[1]: Started Apply Kernel Variables.
    [ 1.607967] systemd[1]: Started Create Static Device Nodes in /dev.
    [ 1.608452] systemd[1]: Starting udev Kernel Device Manager...
    [ 1.608476] systemd[1]: Reached target Local File Systems (Pre).
    [ 1.608492] systemd[1]: Starting Local File Systems (Pre).
    [ 1.626961] usb 1-1.6: new low-speed USB device number 5 using ehci-pci
    [ 1.637443] systemd[1]: Started udev Kernel Device Manager.
    [ 1.649393] systemd[1]: Started Journal Service.
    [ 1.653641] systemd-journald[149]: Received request to flush runtime journal from PID 1
    [ 1.813303] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [ 1.813310] ACPI: Power Button [PWRB]
    [ 1.813368] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 1.813371] ACPI: Power Button [PWRF]
    [ 1.817850] wmi: Mapper loaded
    [ 1.855141] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 1.872038] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 1.872046] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 1.877249] r8169 0000:06:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000c7a000, 8c:89:a5:16:c4:7d, XID 0c900800 IRQ 32
    [ 1.877252] r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 1.880259] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
    [ 1.907839] [drm] Initialized drm 1.1.0 20060810
    [ 1.910066] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 1.911296] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.912890] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 1.913064] fuse init (API version 7.23)
    [ 1.914070] usblp 1-1.4:1.0: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x04F9 pid 0x024A
    [ 1.914093] usbcore: registered new interface driver usblp
    [ 1.916048] AVX version of gcm_enc/dec engaged.
    [ 1.916050] AES CTR mode by8 optimization enabled
    [ 1.924639] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
    [ 1.925198] usbcore: registered new interface driver usbhid
    [ 1.925200] usbhid: USB HID core driver
    [ 1.926129] sound hdaudioC0D1: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
    [ 1.926132] sound hdaudioC0D1: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 1.926133] sound hdaudioC0D1: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
    [ 1.926134] sound hdaudioC0D1: mono: mono_out=0x0
    [ 1.926136] sound hdaudioC0D1: dig-out=0x11/0x1e
    [ 1.926137] sound hdaudioC0D1: inputs:
    [ 1.926139] sound hdaudioC0D1: Front Mic=0x19
    [ 1.926140] sound hdaudioC0D1: Rear Mic=0x18
    [ 1.926142] sound hdaudioC0D1: Line=0x1a
    [ 1.934672] iTCO_vendor_support: vendor-support=0
    [ 1.934826] [drm] radeon kernel modesetting enabled.
    [ 1.935110] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 1.935141] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 1.935229] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 1.939587] r8169 0000:06:00.0 enp6s0: renamed from eth0
    [ 1.939661] gpio_ich: GPIO from 436 to 511 on gpio_ich
    [ 1.941371] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.2/input2
    [ 1.941824] AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
    [ 1.941825] AMD IOMMUv2 functionality not available on this system
    [ 1.943447] CRAT table not found
    [ 1.943449] Finished initializing topology ret=0
    [ 1.943479] kfd kfd: Initialized module
    [ 1.943669] checking generic (c0000000 5b0000) vs hw (c0000000 10000000)
    [ 1.943670] fb: switching to radeondrmfb from VESA VGA
    [ 1.943685] Console: switching to colour dummy device 80x25
    [ 1.943797] random: nonblocking pool is initialized
    [ 1.943880] [drm] initializing kernel modesetting (CAYMAN 0x1002:0x6719 0x1787:0x2307).
    [ 1.943890] [drm] register mmio base: 0xFE620000
    [ 1.943891] [drm] register mmio size: 131072
    [ 1.943923] ATOM BIOS: CAYMAN
    [ 1.943974] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
    [ 1.943975] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
    [ 1.943977] [drm] Detected VRAM RAM=2048M, BAR=256M
    [ 1.943977] [drm] RAM width 256bits DDR
    [ 1.944037] [TTM] Zone kernel: Available graphics memory: 4075924 kiB
    [ 1.944038] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 1.944039] [TTM] Initializing pool allocator
    [ 1.944043] [TTM] Initializing DMA pool allocator
    [ 1.944058] [drm] radeon: 2048M of VRAM memory ready
    [ 1.944059] [drm] radeon: 1024M of GTT memory ready.
    [ 1.944068] [drm] Loading CAYMAN Microcode
    [ 1.946470] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 1.946562] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 1.946609] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 1.946674] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 1.946720] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 1.946769] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.946769] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 1.946809] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 1.946849] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 1.951281] [drm] Internal thermal controller with fan control
    [ 1.955166] [drm] radeon: dpm initialized
    [ 1.955974] [drm] GART: num cpu pages 262144, num gpu pages 262144
    [ 1.956619] input: Lite-On Technology Corp. Goldtouch USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:04CA:005B.0004/input/input15
    [ 1.957600] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
    [ 1.957733] intel_rapl: Found RAPL domain package
    [ 1.957736] intel_rapl: Found RAPL domain core
    [ 1.978933] [drm] PCIE GART of 1024M enabled (table at 0x0000000000274000).
    [ 1.979020] radeon 0000:01:00.0: WB enabled
    [ 1.979022] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff880234d8bc00
    [ 1.979798] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90010f32118
    [ 1.979800] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0xffff880234d8bc04
    [ 1.979801] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0xffff880234d8bc08
    [ 1.979802] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff880234d8bc0c
    [ 1.979804] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0xffff880234d8bc10
    [ 1.979805] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 1.979806] [drm] Driver supports precise vblank timestamp query.
    [ 1.979807] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
    [ 1.979844] radeon 0000:01:00.0: radeon: using MSI.
    [ 1.980067] [drm] radeon: irq initialized.
    [ 1.998991] [drm] ring test on 0 succeeded in 2 usecs
    [ 1.998999] [drm] ring test on 3 succeeded in 4 usecs
    [ 1.999006] [drm] ring test on 4 succeeded in 4 usecs
    [ 2.010399] hid-generic 0003:04CA:005B.0004: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology Corp. Goldtouch USB Keyboard] on usb-0000:00:1a.0-1.6/input0
    [ 2.012308] input: Lite-On Technology Corp. Goldtouch USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/0003:04CA:005B.0005/input/input16
    [ 2.069928] input: Logitech M570 as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.2/0003:046D:C52B.0003/0003:046D:1028.0006/input/input17
    [ 2.080530] Adding 4194300k swap on /mnt/LinuxStorage/swap. Priority:-1 extents:4 across:4464636k FS
    [ 2.116506] hid-generic 0003:04CA:005B.0005: input,hiddev0,hidraw2: USB HID v1.10 Device [Lite-On Technology Corp. Goldtouch USB Keyboard] on usb-0000:00:1a.0-1.6/input1
    [ 2.116542] logitech-hidpp-device 0003:046D:1028.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech M570] on usb-0000:00:1d.0-1.2:1
    [ 2.118008] mousedev: PS/2 mouse device common for all mice
    [ 2.175912] [drm] ring test on 5 succeeded in 2 usecs
    [ 2.175917] [drm] UVD initialized successfully.
    [ 2.176481] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 2.176922] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 2.177365] [drm] ib test on ring 4 succeeded in 0 usecs
    [ 2.328709] [drm] ib test on ring 5 succeeded
    [ 2.329264] [drm] Radeon Display Connectors
    [ 2.329265] [drm] Connector 0:
    [ 2.329266] [drm] DP-1
    [ 2.329267] [drm] HPD5
    [ 2.329268] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    [ 2.329268] [drm] Encoders:
    [ 2.329269] [drm] DFP1: INTERNAL_UNIPHY2
    [ 2.329269] [drm] Connector 1:
    [ 2.329270] [drm] DP-2
    [ 2.329270] [drm] HPD4
    [ 2.329271] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    [ 2.329271] [drm] Encoders:
    [ 2.329272] [drm] DFP2: INTERNAL_UNIPHY2
    [ 2.329272] [drm] Connector 2:
    [ 2.329273] [drm] HDMI-A-1
    [ 2.329273] [drm] HPD6
    [ 2.329274] [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
    [ 2.329274] [drm] Encoders:
    [ 2.329275] [drm] DFP3: INTERNAL_UNIPHY1
    [ 2.329275] [drm] Connector 3:
    [ 2.329276] [drm] DVI-D-1
    [ 2.329276] [drm] HPD1
    [ 2.329277] [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
    [ 2.329277] [drm] Encoders:
    [ 2.329278] [drm] DFP4: INTERNAL_UNIPHY1
    [ 2.329278] [drm] Connector 4:
    [ 2.329279] [drm] DVI-I-1
    [ 2.329279] [drm] HPD3
    [ 2.329280] [drm] DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
    [ 2.329280] [drm] Encoders:
    [ 2.329281] [drm] DFP5: INTERNAL_UNIPHY
    [ 2.329282] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 2.408814] [drm] fb mappable at 0xC0475000
    [ 2.408816] [drm] vram apper at 0xC0000000
    [ 2.408816] [drm] size 8294400
    [ 2.408817] [drm] fb depth is 24
    [ 2.408818] [drm] pitch is 7680
    [ 2.408899] fbcon: radeondrmfb (fb0) is primary device
    [ 2.435470] Console: switching to colour frame buffer device 240x67
    [ 2.438497] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [ 2.438498] radeon 0000:01:00.0: registered panic notifier
    [ 2.449565] [drm] Initialized radeon 2.40.0 20080528 for 0000:01:00.0 on minor 0
    [ 2.459456] Switched to clocksource tsc
    [ 2.490495] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.687833] r8169 0000:06:00.0 enp6s0: link down
    [ 2.687846] r8169 0000:06:00.0 enp6s0: link down
    [ 2.687870] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
    [ 20.764979] r8169 0000:06:00.0 enp6s0: link up
    [ 20.764992] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
    [ 256.173829] device-mapper: uevent: version 1.0.3
    [ 256.173991] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: [email protected]
    [ 256.713510] SGI XFS with ACLs, security attributes, realtime, no debug enabled
    [ 256.718933] JFS: nTxBlock = 8192, nTxLock = 65536
    [ 256.730155] ntfs: driver 2.1.31 [Flags: R/W MODULE].
    [ 256.800019] raid6: sse2x1 7801 MB/s
    [ 256.856622] raid6: sse2x2 11630 MB/s
    [ 256.913233] raid6: sse2x4 15648 MB/s
    [ 256.913234] raid6: using algorithm sse2x4 (15648 MB/s)
    [ 256.913235] raid6: using ssse3x2 recovery algorithm
    [ 256.913829] xor: automatically using best checksumming function:
    [ 256.946535] avx : 32756.400 MB/sec
    [ 256.954986] Btrfs loaded
    [ 603.210136] watchdog watchdog0: watchdog did not stop!
    [ 603.211033] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    [ 603.244960] systemd-journald[149]: Received SIGTERM from PID 1 (systemd-shutdow).
    [ 603.321496] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
    [ 603.325328] systemd-shutdown[1]: Hardware watchdog 'iTCO_wdt', version 0
    [ 603.325462] systemd-shutdown[1]: Unmounting file systems.
    [ 603.393079] EXT4-fs (sdb1): re-mounted. Opts: (null)
    [ 603.402416] EXT4-fs (sdb1): re-mounted. Opts: (null)
    [ 603.402433] systemd-shutdown[1]: All filesystems unmounted.
    [ 603.402438] systemd-shutdown[1]: Deactivating swaps.
    [ 603.402507] systemd-shutdown[1]: All swaps deactivated.
    [ 603.402511] systemd-shutdown[1]: Detaching loop devices.
    [ 603.403097] systemd-shutdown[1]: All loop devices detached.
    [ 603.403101] systemd-shutdown[1]: Detaching DM devices.
    [ 603.403156] systemd-shutdown[1]: All DM devices detached.
    [ 603.412388] EXT4-fs (sdb1): re-mounted. Opts: data=ordered
    Would appreciate some input regarding this. Thanks!
    EDIT: This is on gnome 3.16. Not sure if that matters.
    Last edited by devrepublic (2015-05-13 03:24:19)

    ksu wrote:Thanks alot for the input guys. Since I want to start from scratch anyways I'll definitively dig deeper into the subject. BTRFS snapshot feature and RAID1 by simply mirroring two partitions sound awesome, and the subvolume feature seems to be exactly what I need for my USB setup, giving me alot of flexibility. But if there are really that many reports of random data loss then I'll also do some research into that direction to see what this is all about. I admit I'm a linux noob, but it's a lot of fun to learn all this stuff.
    Be sure to read this: https://btrfs.wiki.kernel.org/index.php/Gotchas
    From my own experience, I can say that:
    1. I've never had an issue nor data loss with BTRFS RAID1 root partition on a single disk (other than the first issue on the above list).
    2. I had recurring problems with BTRFS RAID1 non-root partition on a single disk not being able to mount (had to reboot random number of times to get it to mount). However, I suspect this was caused not just by BTRFS but the combination of BTRFS+LVM+dmcrypt which is a rather complex and unusual setup. I had somewhat similar issue with ZFS.
    3. I had BTRFS checkdisk report strange, non-critical, unfixable errors on my non-raid BTRFS root partition, but it never corrupted or lost any data. I simply copied the data to another partition, recreated the root partition and all was fine again.
    4. The last time I lost data on a single partition because of BTRFS was 17 months ago. The last time BTRFS snapshot saved me from losing data was yesterday.
    5. I migrated from BTRFS to ZFS for my backup server and will possibly do so for my work machines. ZFS is more elegant, mature and I have seen no complaints of losing data because of it. However, ZFS is complicated and somewhat restrictive to setup for a data partition, and many times more difficult to setup as root partition. I would not consider it for a non-permanent USB installation.
    6. What we committed here is a massive thread hijacking.
    Last edited by Lockheed (2015-04-24 05:27:51)

  • F4 Process takes a long time to show the values

    Hi gurus,
    We are facing an issue with the InfoObject Sup. Company Code 0COMP_CODE, this characteristic has 200 enties in the Master Data, and 10000 values in the SID table.
    This infoObject is being used in a Query (3.X version) and when we press the F4 to obtain the values, it takes a long time to show them.
    The query takes data from a Multiprovider, and the multiprovider only has one Cube.
    The issue is happening with a lot of query (obviosly, with the same object), and there is no reason to do it I think, because the amount of records is not too much (10 K rec).
    So, what do you think is happening? all your help will be helpfull.
    Regards, Federico

    Frederico / Rob,
    setting the InfoObject property of 'Query execution filter value selection' to 'values in master data table' has the consequence that it is indeed faster on the query selection screen, but then when selecting filter values after the report has been displayed is not restricted to the values in the report results - again all master data values are shown for selection. This is not acceptable to our users.
    Ideally, I would like to see two settings for query execution - master data for the initial selection screen, only posted values for navigation after the query has been executed. But I doubt that's going to happen.
    In BW3.5 I seem to remember that you can set the choice of F4 display within the web template (can't in BI7).
    NB for BI7 Java execution, examine the 'order for F4 help' on the InfoObject attributes and remove most of SAP's default settings. This will speed things up a little.
    David

  • Web application deployment takes too long?

    Hi All,
    We have a wls 10.3.5 clustering environment with one admin server and two managered servers separately. When we try to deploy a sizable web application, it takes about 1 hour to finish. It seems that it takes too long to finish the deployment. Here is the output from one of two managerd server system log. Could anyone tell me it is normal or not? If not, how can I improve this?
    Thanks in advance,
    John
    +####<Feb 29, 2012 12:11:03 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535463373> <BEA-149059> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] is transitioning from STATE_NEW to STATE_PREPARED on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:05 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <9baa7a67b5727417:26f76f6c:135ca05cff2:-8000-00000000000000b0> <1330535465664> <BEA-149060> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] successfully transitioned from STATE_NEW to STATE_PREPARED on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:06 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535466493> <BEA-149059> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] is transitioning from STATE_PREPARED to STATE_ADMIN on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:06 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535466493> <BEA-149060> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:06 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535466809> <BEA-149059> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] is transitioning from STATE_ADMIN to STATE_ACTIVE on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:06 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535466809> <BEA-149060> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442300> <BEA-320143> <Scheduled 1 data retirement tasks as per configuration.>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442301> <BEA-320144> <Size based data retirement operation started on archive HarvestedDataArchive>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442301> <BEA-320145> <Size based data retirement operation completed on archive HarvestedDataArchive. Retired 0 records in 0 ms.>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442301> <BEA-320144> <Size based data retirement operation started on archive EventsDataArchive>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442301> <BEA-320145> <Size based data retirement operation completed on archive EventsDataArchive. Retired 0 records in 0 ms.>+
    +####<Feb 29, 2012 1:10:23 PM EST> <Info> <Cluster> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <weblogic.cluster.MessageReceiver> <<WLS Kernel>> <> <> <1330539023098> <BEA-003107> <Lost 2 unicast message(s).>+
    +####<Feb 29, 2012 1:10:36 PM EST> <Info> <Cluster> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330539036105> <BEA-000111> <Adding Pinellas1tMS2 with ID -9071779833610528123S:entwl2t-vm:[7005,7005,-1,-1,-1,-1,-1]:entwl2t-vm:7005,entwl3t-vm:7007:Pinellas1tDomain:Pinellas1tMS2 to cluster: Pinellas1tCluster1 view.>+
    +####<Feb 29, 2012 1:11:24 PM EST> <Info> <Cluster> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330539084375> <BEA-000128> <Updating -9071779833610528123S:entwl2t-vm:[7005,7005,-1,-1,-1,-1,-1]:entwl2t-vm:7005,entwl3t-vm:7007:Pinellas1tDomain:Pinellas1tMS2 in the cluster.>+
    +####<Feb 29, 2012 1:11:24 PM EST> <Info> <Cluster> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330539084507> <BEA-000128> <Updating -9071779833610528123S:entwl2t-vm:[7005,7005,-1,-1,-1,-1,-1]:entwl2t-vm:7005,entwl3t-vm:7007:Pinellas1tDomain:Pinellas1tMS2 in the cluster.>+
    Edited by: john wang on Feb 29, 2012 10:36 AM
    Edited by: john wang on Feb 29, 2012 10:37 AM
    Edited by: john wang on Feb 29, 2012 10:38 AM

    Hi John,
    There may be some circumstances like when there are many files in the WEB-INF folder and JPS don't use TLD.
    I don't think a 1hour deployment is normal, it should be much more faster.
    Since you are using 10.3.5, I suggesto you to install the corresponding patch:
    1. Download patch 10118941p10118941_1035_Generic.zip
    2. Uncompress the file p10118941_1035_Generic.zip
    3. Copy the required files (patch-catalog_XXXXX.xml, CIRF.jar ) to the Patch Download Directory (typically, this folder is <WEBLOGIC_HOME>/utils/bsu/cache_dir).
    4. Rename the file patch-catalog_XXXXX.xml into patch-catalog.xml .
    5. Start Smart Update from <WEBLOGIC_HOME>/utils/bsu/bsu.sh .
    6. Select "Work Offline" mode.
    7. Go to File->Preferences, and select "Patch Download Directory".
    8. Click "Manage Patches" on the right panel.
    9. You will see the patch in the panel below (Downloaded Patches)
    10. Click "Apply button" of the downloaded patch to apply it to the target installation and follow the instructions on the screen.
    11. Add "-Dweblogic.jsp.ignoreTLDsProcessingInWebApp=true" to the Java options to ignore additional findTLDs cost.
    12. Restart servers.
    Hope this helps.
    Thanks,
    Cris

  • What's wrong with this Forum? Why does Adobe take so long to reply to posts?!

    What's wrong with this Forum? Why does Adobe take so long to reply to posts?!
    This is actually "specific" to this Photoshop Forum.
    I typically get responses back from other Adobe forum promptly.
    Chime in.

    The Adobe engineering folks DO duck in here from time to time - and that's a BLESSING!  Please name any other big company where you get to interact with the engineers AT ALL.  I can't.  But I suspect the engineers actually have a lot oof real work to do, and their time here is necessarily limited.
    Your comments are more along the line of "I pay a huge amount, for that I expect better support".  These are very valid comments.  But reality is different from what we may expect, and this forum is not the place to expect Adobe support participation AT ALL.  In fact, the technical support people at Adobe often direct users to come here (something I've always found amusing).
    At the higher level, Adobe may simply not be spending enough on support for literally millions of users.  Is is greed or smart business to try to minimize support cost?  That's up for individuals to decide.
    I suggest you write a snail-mail letter to the Adobe president if you're not getting the support you need.
    -Noel

  • This report takes a long time

    Hello:
    I have this report and to run it takes a long time, how can I optimize it?
    thank you very much.
    ======= THIS IS MY REPORTS =======
    { NAMEWIDTH 15 }
    { WIDTH 15 }
    { SUPFEED }
    <SUPSHARE
    {DECIMAL 2}
    { NOINDENTGEN }
    { SUPHEADING }
    {ROWREPEAT}
    <SPARSE
    { SUPBRACKETS }
    <COLUMN (Accounts,Scenarios)
    "Mov_Ppto"
    Real
    &Esc_Rep
    <PAGE("Time Periods", Years, Moneda, Periodicidad, Producto, Versions)
    Producto
    &Mes_Rep
    &Year_Rep
    Moneda
    Mensual
    Final
    <RESTRICT(@DATACOL(1) = #Missing OR @DATACOL(2) = #Missing)
    <ROW (Cliente, Ejecutivos,"Jefe de Grupo",Entities)
    <LINK (<LEV("Cliente",0) AND <DESCENDANTS("CLIENTES BE"))
    <LINK (<GEN("Ejecutivos",3))
    <LINK (<GEN("Jefe de Grupo",3))
    <LINK (<GEN("Entities",5) AND NOT <DESCENDANTS(U4728))
    ====== THIS IS THE INFORMATION OF DATABASE ========
    Name : Plan1
    Application Name : BEMP_DES
    Database Type : NORMAL
    Status : Loaded
    Elapsed Db Time : 00:01:07:41
    Users Connected : 2
    Blocks Locked : 0
    Dimensions : 12
    Data Status : Data has not been modified
    since last calculation.
    Data File Cache Size Setting : 0
    Current Data File Cache Size : 0
    Data Cache Size Setting : 268393440
    Current Data Cache Size : 2086560
    Index Cache Size Setting : 307200000
    Current Index Cache Size : 307200000
    Index Page Size Setting : 8192
    Current Index Page Size : 8192
    Cache Memory Locking : Disabled
    Database State : Read-write
    Data Compression on Disk : Yes
    Data Compression Type : BitMap Compression
    Retrieval Buffer Size (in K) : 90
    Retrieval Sort Buffer Size (in K) : 90
    Isolation Level : Uncommitted Access
    Pre Image Access : No
    Time Out : Never
    Number of blocks modified before internal commit : 3000
    Number of rows to data load before internal commit : 0
    Number of disk volume definitions : 1
    1) Vol: f, Size: Unlimited, File Type: 3, Size: 2097152K
    Currency Country Dimension Member : Entities
    Currency Time Dimension Member : Time Periods
    Currency Category Dimension Member : Accounts
    Currency Type Dimension Member :
    Currency Partition Member :
    Request Info
    Request Type : Data Load
    User Name : admin
    Start Time : Fri Apr 18 17:45:05 2008
    End Time : Fri Apr 18 17:46:05 2008
    Request Type : Customized Calculation
    User Name : admin
    Start Time : Tue Apr 29 18:32:05 2008
    End Time : Wed Apr 30 04:14:37 2008
    Request Type : Outline Update
    User Name : admin
    Start Time : Sun Apr 06 16:24:58 2008
    End Time : Sun Apr 06 17:50:46 2008
    Description:
    Allow Database to Start : Yes
    Start Database when Application Starts : Yes
    Access Level : None
    Data File Cache Size : 33554432
    Data Cache Size : 268435456
    Aggregate Missing Values : No
    Perform two pass calc when [CALC ALL;] : Yes
    Create blocks on equation : Yes
    Currency DB Name : N/A
    Currency Conversion Type Member : N/A
    Currency Conversion Type : N/A
    Index Cache Size : 307200000
    Index Page Size : 8192
    Cache Memory Locking : Disabled
    Data Compression on Disk : Yes
    Data Compression Type : BitMap Compression
    Retrieval Buffer Size (in K) : 90
    Retrieval Sort Buffer Size (in K) : 90
    Isolation Level : Uncommitted Access
    Pre Image Access : Yes
    Time Out after : 20 sec.
    Number of blocks modified before internal commit : 3000
    Number of rows to data load before internal commit : 0
    Number of disk volume definitions : 1
    1) Vol: f, Size: Unlimited, File Type: 3, Size: 2097152K
    I/O Access Mode (pending) : Buffered
    I/O Access Mode (in use) : Buffered
    Direct I/O Type (in use) : N/A

    Hi
    Hope you have resolved this already, otherwise, generating cost collectors would mean you are allowing cots to be posted into RE-FX using Settlement units. If there are no costs to be posted with an SU, then you do not need to run RECSSS.
    Regards
    MK

Maybe you are looking for

  • Apps. no longer working on iPhone

    Hi, I got an iPhone yesterday and I downloaded some of the free game apps. from the Apps store. They loaded and worked fine, until I synced some songs onto it with iTunes. Now the icons for the apps are on the home page, but when I tap them to open o

  • Newbie question about import statement

    Lets say for example I have a class A and a class B. Then lets say I import class A into class B. If I instantiate some objects and methods in class A Will I be able to access them in class B. Thanks gemann

  • HT5085 I want to transfer contacts and calender from 5S iphone to my computer

    How do you transfer my contacts an calender fro 5S iphone to my computer / PC.

  • Slide Show on or off

    Does anyone have any tips or idea to give the user this possibility? When visiting the website?

  • Transferring to iphone 4

    How do I transfer all my contacts etc from my iphone 3 to my computer ready to upload to my iphone 4 I really have not got a clue with technical stuff!