Database slow on startup

Hi,
I am a new administrator and am facing an issue with my Oracle 8.1.6 database.I have encountered a problem where somedays my Oracle becomes extemely slow after startup.Almost it goes into a hung kind of state wheneever any reports etc are accessed from the application.After waiting for abt half an hour or so everything goes back to normal.
Has anyone faced a similar kind of problem .Has it got something to do with the recovery process taking place during startup.Can you please help me find a solution to this.
Regards,
Dinesh

in order to be sure you may watch the operating system cpu, disk, memory and network load and catch the top consuming proceses - you can use sar iostat vmstat and netstat for unix -
After match them from v$ views to find out the sql query, what they are waiting etc. - you can use this query to identify what is going on behind -
-- who is doing what
SELECT sq.sql_text,
se.status,
se.username,
se.osuser,
se.terminal,
se.machine,
'ALTER SYSTEM KILL SESSION ''' || se.sid || ', ' || se.serial# ||
''' IMMEDIATE ;',
se.sid,
se.serial#,
pr.spid,
se.saddr,
se.schemaname,
se.program,
se.logon_time,
sq.hash_value,
sq.address,
sq.buffer_gets,
sq.disk_reads,
sq.executions,
sq.fetches,
sq.rows_processed,
io.block_gets,
io.consistent_gets,
io.physical_reads,
io.block_changes,
io.consistent_changes,
se.module,
se.action,
se.client_info,
sw.event,
sw.p1text,
sw.p1,
sw.p2text,
sw.p2,
pr.pga_used_mem,
pr.pga_alloc_mem,
pr.pga_freeable_mem,
pr.pga_max_mem,
'exec dbms_support.start_trace_in_session(' || se.sid || ', ' || se.serial# || ', ' ||
'waits => TRUE' || ', ' || 'binds => TRUE);',
'exec dbms_support.stop_trace_in_session(' || se.sid || ', ' || se.serial# || ');'
FROM v$session se, v$sqlarea sq, v$process pr, v$session_wait sw, v$sess_io io
WHERE status IN ('ACTIVE', 'KILLED', ' INACTIVE', ' CACHED', ' SNIPED')
AND se.sql_hash_value = sq.hash_value(+)
AND se.sql_address = sq.address(+)
AND se.paddr = pr.addr
AND se.sid = sw.sid
AND se.sid = io.sid
ORDER BY sq.sql_text, se.username, se.schemaname, se.osuser, se.program, se.sid
You need to match the top consumer os processes' id with the "pr.spid" column, then you might look at the other columns of that row for details.
Also the database runs a number of jobs - backups, etc. these may be the problems.

Similar Messages

  • Database slow down happeing for aperticular window

    Hi,
    For last few days we are having a issue with database slow down for a perticular window .We took the awr and ash report for that window and it shows the db file sequential read takes more time for aperticular query.But the same query works fine for rest of the day, so how we find the issue happend at that perticular window?
    Thanks

    Hi ,
    there is not a single query running for that window, multiple sessions are running which are exceuting various queries.
    Here is the AWR report for that window( due to size i could past only first half of thw awr report)
    WORKLOAD REPOSITORY report for
    DB Name     DB Id     Instance     Inst num     Release     RAC     Host
    GNVPRD     1315880728     GNVPRD     1     10.2.0.4.0     NO     tpora02
         Snap Id     Snap Time     Sessions     Cursors/Session
    Begin Snap:     22711     07-Jul-10 12:00:31     491     15.1
    End Snap:     22712     07-Jul-10 13:00:29     550     16.2
    Elapsed:          59.97 (mins)          
    DB Time:          376.21 (mins)          
    Report Summary
    Cache Sizes
         Begin     End          
    Buffer Cache:     6,144M     6,144M     Std Block Size:     8K
    Shared Pool Size:     2,048M     2,048M     Log Buffer:     5,200K
    Load Profile
         Per Second     Per Transaction
    Redo size:     572,299.00     9,239.63
    Logical reads:     129,738.24     2,094.59
    Block changes:     3,534.49     57.06
    Physical reads:     990.77     16.00
    Physical writes:     350.18     5.65
    User calls:     3,806.67     61.46
    Parses:     438.64     7.08
    Hard parses:     2.31     0.04
    Sorts:     1,112.23     17.96
    Logons:     5.56     0.09
    Executes:     4,926.11     79.53
    Transactions:     61.94     
    % Blocks changed per Read:     2.72     Recursive Call %:     63.19
    Rollback per transaction %:     0.21     Rows per Sort:     9.73
    Instance Efficiency Percentages (Target 100%)
    Buffer Nowait %:     99.99     Redo NoWait %:     100.00
    Buffer Hit %:     99.25     In-memory Sort %:     100.00
    Library Hit %:     99.70     Soft Parse %:     99.47
    Execute to Parse %:     91.10     Latch Hit %:     99.89
    Parse CPU to Parse Elapsd %:     95.41     % Non-Parse CPU:     98.92
    Shared Pool Statistics
         Begin     End
    Memory Usage %:     87.11     87.32
    % SQL with executions>1:     71.59     67.41
    % Memory for SQL w/exec>1:     78.66     77.94
    Top 5 Timed Events
    Event     Waits     Time(s)     Avg Wait(ms)     % Total Call Time     Wait Class
    db file sequential read     2,120,397     9,932     5     44.0     User I/O
    CPU time          9,284          41.1     
    db file parallel write     25,213     6,943     275     30.8     System I/O
    enq: RO - fast object reuse     553     1,388     2,510     6.1     Application
    log file parallel write     200,039     685     3     3.0     System I/O
    Main Report
    •     Report Summary
    •     Wait Events Statistics
    •     SQL Statistics
    •     Instance Activity Statistics
    •     IO Stats
    •     Buffer Pool Statistics
    •     Advisory Statistics
    •     Wait Statistics
    •     Undo Statistics
    •     Latch Statistics
    •     Segment Statistics
    •     Dictionary Cache Statistics
    •     Library Cache Statistics
    •     Memory Statistics
    •     Streams Statistics
    •     Resource Limit Statistics
    •     init.ora Parameters
    Back to Top
    Wait Events Statistics
    •     Time Model Statistics
    •     Wait Class
    •     Wait Events
    •     Background Wait Events
    •     Operating System Statistics
    •     Service Statistics
    •     Service Wait Class Stats
    Back to Top
    Time Model Statistics
    •     Total time in database user-calls (DB Time): 22572.5s
    •     Statistics including the word "background" measure background process time, and so do not contribute to the DB time statistic
    •     Ordered by % or DB time desc, Statistic name
    Statistic Name     Time (s)     % of DB Time
    sql execute elapsed time     21,791.55     96.54
    DB CPU     9,283.91     41.13
    PL/SQL execution elapsed time     835.47     3.70
    connection management call elapsed time     217.19     0.96
    parse time elapsed     108.39     0.48
    hard parse elapsed time     65.36     0.29
    RMAN cpu time (backup/restore)     6.94     0.03
    repeated bind elapsed time     1.67     0.01
    sequence load elapsed time     1.35     0.01
    PL/SQL compilation elapsed time     1.13     0.01
    inbound PL/SQL rpc elapsed time     0.46     0.00
    hard parse (sharing criteria) elapsed time     0.13     0.00
    failed parse elapsed time     0.11     0.00
    DB time     22,572.52     
    background elapsed time     8,108.80     
    background cpu time     239.28     
    Back to Wait Events Statistics
    Back to Top
    Wait Class
    •     s - second
    •     cs - centisecond - 100th of a second
    •     ms - millisecond - 1000th of a second
    •     us - microsecond - 1000000th of a second
    •     ordered by wait time desc, waits desc
    Wait Class     Waits     %Time -outs     Total Wait Time (s)     Avg wait (ms)     Waits /txn
    User I/O     2,252,192     0.00     10,358     5     10.11
    System I/O     290,991     0.00     7,754     27     1.31
    Application     989     52.88     1,713     1732     0.00
    Other     9,008     4.32     862     96     0.04
    Commit     123,032     0.01     663     5     0.55
    Network     8,045,193     0.00     322     0     36.10
    Administrative     8,083     0.00     222     28     0.04
    Concurrency     14,492     1.19     21     1     0.07
    Configuration     1,039     31.18     3     3     0.00
    Back to Wait Events Statistics
    Back to Top
    Wait Events
    •     s - second
    •     cs - centisecond - 100th of a second
    •     ms - millisecond - 1000th of a second
    •     us - microsecond - 1000000th of a second
    •     ordered by wait time desc, waits desc (idle events last)
    Event     Waits     %Time -outs     Total Wait Time (s)     Avg wait (ms)     Waits /txn
    db file sequential read     2,120,397     0.00     9,932     5     9.51
    db file parallel write     25,213     0.00     6,943     275     0.11
    enq: RO - fast object reuse     553     82.46     1,388     2510     0.00
    log file parallel write     200,039     0.00     685     3     0.90
    log file sync     123,032     0.01     663     5     0.55
    rdbms ipc reply     417     57.31     486     1166     0.00
    db file scattered read     58,713     0.00     334     6     0.26
    enq: TX - row lock contention     212     31.60     325     1535     0.00
    enq: CI - contention     203     32.02     230     1132     0.00
    SQL*Net more data from dblink     697     0.00     197     283     0.00
    enq: TX - contention     50     92.00     142     2840     0.00
    Backup: sbtwrite2     8,070     0.00     92     11     0.04
    read by other session     26,250     0.00     87     3     0.12
    SQL*Net more data from client     111,270     0.00     79     1     0.50
    Backup: sbtbackup     2     0.00     61     30738     0.00
    Backup: sbtremove2     1     0.00     58     57528     0.00
    log file sequential read     2,031     0.00     50     25     0.01
    Log archive I/O     2,012     0.00     46     23     0.01
    SQL*Net more data to client     525,719     0.00     42     0     2.36
    RMAN backup & recovery I/O     3,995     0.00     17     4     0.02
    control file parallel write     2,081     0.00     11     5     0.01
    row cache lock     13     15.38     7     517     0.00
    Backup: sbtclose2     2     0.00     6     3210     0.00
    latch: cache buffers chains     9,632     0.00     6     1     0.04
    Backup: sbtinfo2     2     0.00     4     2249     0.00
    SQL*Net message to client     7,407,395     0.00     4     0     33.24
    Data file init write     130     0.00     3     26     0.00
    latch: library cache     2,556     0.00     3     1     0.01
    db file single write     666     0.00     2     3     0.00
    control file sequential read     55,562     0.00     2     0     0.25
    cursor: pin S wait on X     175     97.14     2     10     0.00
    latch free     952     0.21     1     1     0.00
    log file switch completion     46     0.00     1     26     0.00
    latch: cache buffers lru chain     1,025     0.00     1     1     0.00
    os thread startup     12     0.00     1     88     0.00
    control file single write     48     0.00     1     21     0.00
    write complete waits     1     100.00     1     977     0.00
    latch: library cache pin     706     0.00     1     1     0.00
    log buffer space     126     0.79     1     5     0.00
    LGWR wait for redo copy     3,688     0.41     1     0     0.02
    latch: row cache objects     460     0.00     1     1     0.00
    switch logfile command     3     0.00     0     162     0.00
    enq: TX - index contention     22     0.00     0     18     0.00
    library cache lock     1     0.00     0     341     0.00
    latch: shared pool     137     0.00     0     2     0.00
    latch: enqueue hash chains     103     0.00     0     3     0.00
    wait list latch free     9     0.00     0     21     0.00
    latch: object queue header operation     137     0.00     0     1     0.00
    library cache load lock     6     0.00     0     25     0.00
    kksfbc child completion     4     75.00     0     37     0.00
    latch: messages     493     0.00     0     0     0.00
    SQL*Net break/reset to client     224     0.00     0     1     0.00
    latch: session allocation     258     0.00     0     1     0.00
    latch: cache buffer handles     125     0.00     0     1     0.00
    db file parallel read     12     0.00     0     10     0.00
    reliable message     85     0.00     0     1     0.00
    buffer busy waits     543     0.00     0     0     0.00
    latch: redo writing     543     0.00     0     0     0.00
    latch: redo allocation     65     0.00     0     1     0.00
    Backup: sbtinit     1     0.00     0     66     0.00
    log file single write     10     0.00     0     6     0.00
    latch: In memory undo latch     171     0.00     0     0     0.00
    direct path read temp     45,810     0.00     0     0     0.21
    cursor: pin S     1,325     0.00     0     0     0.01
    Backup: sbtend     1     0.00     0     29     0.00
    latch: library cache lock     56     0.00     0     0     0.00
    log file switch (private strand flush incomplete)     1     0.00     0     21     0.00
    latch: checkpoint queue latch     45     0.00     0     0     0.00
    ktfbtgex     1     100.00     0     10     0.00
    buffer deadlock     18     100.00     0     0     0.00
    undo segment extension     322     100.00     0     0     0.00
    latch: undo global data     4     0.00     0     1     0.00
    direct path write temp     208     0.00     0     0     0.00
    SQL*Net message to dblink     112     0.00     0     0     0.00
    cursor: mutex S     2     0.00     0     0     0.00
    Backup: sbtinit2     1     0.00     0     0     0.00
    direct path read     2     0.00     0     0     0.00
    direct path write     4     0.00     0     0     0.00
    enq: CF - contention     1     0.00     0     0     0.00
    SQL*Net message from client     7,407,362     0.00     499,728     67     33.24
    wait for unread message on broadcast channel     5,829     100.00     5,696     977     0.03
    Streams AQ: waiting for messages in the queue     739     100.00     3,512     4752     0.00
    jobq slave wait     538     96.65     1,563     2905     0.00
    SQL*Net message from dblink     113     0.00     188     1663     0.00
    single-task message     6     0.00     1     91     0.00
    class slave wait     2     0.00     0     1     0.00
    Back to Wait Events Statistics
    Back to Top
    Background Wait Events
    •     ordered by wait time desc, waits desc (idle events last)
    Event     Waits     %Time -outs     Total Wait Time (s)     Avg wait (ms)     Waits /txn
    db file parallel write     25,213     0.00     6,943     275     0.11
    log file parallel write     200,053     0.00     685     3     0.90
    log file sequential read     2,003     0.00     50     25     0.01
    Log archive I/O     1,985     0.00     46     23     0.01
    events in waitclass Other     5,075     0.35     36     7     0.02
    control file parallel write     1,926     0.00     11     5     0.01
    db file single write     665     0.00     2     3     0.00
    db file scattered read     70     0.00     2     21     0.00
    os thread startup     12     0.00     1     88     0.00
    log buffer space     121     0.83     0     3     0.00
    control file sequential read     3,436     0.00     0     0     0.02
    latch: redo writing     543     0.00     0     0     0.00
    log file single write     10     0.00     0     6     0.00
    latch: cache buffers chains     9     0.00     0     1     0.00
    buffer busy waits     4     0.00     0     0     0.00
    latch: In memory undo latch     5     0.00     0     0     0.00
    latch: shared pool     1     0.00     0     0     0.00
    db file sequential read     2,486     0.00     -0     -0     0.01
    rdbms ipc message     270,474     6.59     53,843     199     1.21
    pmon timer     1,199     99.92     3,506     2924     0.01
    smon timer     5,152     0.00     3,477     675     0.02
    class slave wait     1     0.00     0     1     0.00
    Back to Wait Events Statistics
    Back to Top
    Operating System Statistics
    Statistic     Total
    AVG_BUSY_TIME     97,613
    AVG_IDLE_TIME     250,683
    AVG_IOWAIT_TIME     50,858
    AVG_SYS_TIME     40,172
    AVG_USER_TIME     57,332
    BUSY_TIME     1,563,616
    IDLE_TIME     4,012,607
    IOWAIT_TIME     815,513
    SYS_TIME     644,464
    USER_TIME     919,152
    LOAD     1
    OS_CPU_WAIT_TIME     ###############
    RSRC_MGR_CPU_WAIT_TIME     0
    VM_IN_BYTES     8,159,232
    VM_OUT_BYTES     0
    PHYSICAL_MEMORY_BYTES     ###############
    NUM_CPUS     16
    NUM_CPU_SOCKETS     16
    Back to Wait Events Statistics
    Back to Top
    Service Statistics
    •     ordered by DB Time
    Service Name     DB Time (s)     DB CPU (s)     Physical Reads     Logical Reads
    GNVPRD     19,725.00     6,820.70     2,875,582     406,809,618
    SYS$USERS     2,809.60     2,432.80     689,519     59,435,406
    SYS$BACKGROUND     0.00     0.00     5,952     50,964
    Back to Wait Events Statistics
    Back to Top
    Service Wait Class Stats
    •     Wait Class info for services in the Service Statistics section.
    •     Total Waits and Time Waited displayed for the following wait classes: User I/O, Concurrency, Administrative, Network
    •     Time Waited (Wt Time) in centisecond (100th of a second)
    Service Name     User I/O Total Wts     User I/O Wt Time     Concurcy Total Wts     Concurcy Wt Time     Admin Total Wts     Admin Wt Time     Network Total Wts     Network Wt Time
    GNVPRD     2174758     999257     13651     1341     8083     22246     7947374     32088
    SYS$USERS     73011     35601     774     692     0     0     37787     71
    SYS$BACKGROUND     4214     913     31     107     0     0     0     0
    Back to Wait Events Statistics
    Back to Top
    SQL Statistics
    •     SQL ordered by Elapsed Time
    •     SQL ordered by CPU Time
    •     SQL ordered by Gets
    •     SQL ordered by Reads
    •     SQL ordered by Executions
    •     SQL ordered by Parse Calls
    •     SQL ordered by Sharable Memory
    •     SQL ordered by Version Count
    •     Complete List of SQL Text
    Back to Top
    SQL ordered by Elapsed Time
    •     Resources reported for PL/SQL code includes the resources used by all SQL statements called by the code.
    •     % Total DB Time is the Elapsed Time of the SQL statement divided into the Total Database Time multiplied by 100
    Elapsed Time (s)     CPU Time (s)     Executions      Elap per Exec (s)      % Total DB Time     SQL Id     SQL Module     SQL Text
    1,646     200     3,382     0.49     7.29     gj4cun71t2tdz
    RATE@tpora02 (TNS V1-V3)      select cprd.event_num, cp...
    1,476     71     1,724     0.86     6.54     90rxahqy9rntt
    RATE@tpora02 (TNS V1-V3)      SELECT CUSTEVENTSOURCE.EVENT_S...
    1,323     47     1,897     0.70     5.86     bj2k1at7aa2jr
    RATE@tpora02 (TNS V1-V3)      INSERT INTO COSTEDEVENT (ACCOU...
    1,219     220     68,594     0.02     5.40     0s3n1qq8m9qvj
    DEBTage@tpora02 (TNS V1-V3)      SELECT BILLSUMMARY.ACCOUNT_NUM...
    1,112     718     6     185.27     4.92     4rz598nkvfmq6
    SQL*Plus      begin TPP_REFILLS; end;
    989     139     133,363     0.01     4.38     azck89hzzsxzs
    JDBC Connect Client      SELECT NVL(A.OVERDUE, 0), TO_N...
    855     530     1,121     0.76     3.79     ata582x7aa4m7
    custaccmaintenance.exe      SELECT CPD2.START_DAT "START_D...
    788     736     1,006     0.78     3.49     dx0tmr2qk5gtc
    JDBC Connect Client      BEGIN GENEVA_ADMIN.GNV_BE_PROD...
    703     700     345     2.04     3.12     ctfptvsjzpk91
    JDBC Connect Client      SELECT 1 FROM PVCUSTHASPRODUCT...
    676     441     1,121     0.60     3.00     3tb8v001ab9us
    custaccmaintenance.exe      SELECT DISTINCT C.START_DAT "S...
    630     596     4     157.57     2.79     gbrschujps752
    oracle@tpora04 (TNS V1-V3)      SELECT "A1"."ACCOUNT_NUM"||'|'...
    554     544     169     3.28     2.46     gzyxsfa4x9jc9
    JDBC Connect Client      BEGIN GENEVA_ADMIN.GNV_BE_PAYM...
    512     238     2,059,483     0.00     2.27     4nt4x1ty34034
    DEBTage@tpora02 (TNS V1-V3)      SELECT DEBTESCALATIONREQUEST.A...
    475     113     133,143     0.00     2.11     70gcpfy5mud9z
    JDBC Connect Client      SELECT COUNT(*) FROM PVDEBTESC...
    451     152     6     75.23     2.00     9c0hw716bqzra
    SQL*Plus      begin TPP_COLLECTION...
    437     148     6     72.81     1.94     0d4axgbm13s4q
    SQL*Plus      begin TPP_COLLECTION...
    422     131     5     84.44     1.87     axun401xz5b9n
    SQL*Plus      begin TPP_COLLECTION...
    413     99     7     58.98     1.83     0d6b7w315bm45
    SQL*Plus      DECLARE l_stream nu...
    392     80     6     65.26     1.73     bxhccjz09f6gr
    SQL*Plus      (SELECT DISTINCT AC.ACCOUNT_NU...
    385     146     6     64.20     1.71     3abjdvpx6d1km
    SQL*Plus      begin TPP_COLLECTION...
    368     129     5     73.69     1.63     brqj2987r5qug
    SQL*Plus      begin TPP_COLLECTION...
    339     128     5     67.89     1.50     2t3dbft8xna14
    SQL*Plus      begin TPP_COLLECTION...
    335     10     165,568     0.00     1.48     fkp4mg3g9pxhj
    RATE@tpora02 (TNS V1-V3)      SELECT ACCOUNTRATING.ACCOUNT_N...
    299     143     6     49.85     1.33     7zybhxkwuwsz5
    SQL*Plus      begin TPP_COLLECTION...
    290     150     2,087,640     0.00     1.29     4wbvga5zfrw8j
    DEBTage@tpora02 (TNS V1-V3)      SELECT DEBTESCALATIONREQUEST.A...
    279     103     132,265     0.00     1.24     3r6cw5a8hkm0m
    SQL*Plus      SELECT NVL2(SUPPLIER_ORDER_NUM...
    273     272     1,057     0.26     1.21     f5rca5d6by0mz
    JDBC Connect Client      SELECT MAX(PROCESS_START) FROM...
    260     258     966     0.27     1.15     1k5g1um0u2ty9
    JDBC Connect Client      SELECT COUNT(*) FROM TPP_COLLE...
    226     225     169     1.34     1.00     7tz06amad7rhh
    JDBC Connect Client      UPDATE GNV_TR_ADDPAYMENT SET P...
    Back to SQL Statistics
    Back to Top
    SQL ordered by CPU Time
    •     Resources reported for PL/SQL code includes the resources used by all SQL statements called by the code.
    •     % Total DB Time is the Elapsed Time of the SQL statement divided into the Total Database Time multiplied by 100
    CPU Time (s)     Elapsed Time (s)     Executions      CPU per Exec (s)     % Total DB Time     SQL Id     SQL Module     SQL Text
    736     788     1,006     0.73     3.49     dx0tmr2qk5gtc
    JDBC Connect Client      BEGIN GENEVA_ADMIN.GNV_BE_PROD...
    718     1,112     6     119.66     4.92     4rz598nkvfmq6
    SQL*Plus      begin TPP_REFILLS; end;
    700     703     345     2.03     3.12     ctfptvsjzpk91
    JDBC Connect Client      SELECT 1 FROM PVCUSTHASPRODUCT...
    596     630     4     148.95     2.79     gbrschujps752
    oracle@tpora04 (TNS V1-V3)      SELECT "A1"."ACCOUNT_NUM"||'|'...
    544     554     169     3.22     2.46     gzyxsfa4x9jc9
    JDBC Connect Client      BEGIN GENEVA_ADMIN.GNV_BE_PAYM...
    530     855     1,121     0.47     3.79     ata582x7aa4m7
    custaccmaintenance.exe      SELECT CPD2.START_DAT "START_D...
    441     676     1,121     0.39     3.00     3tb8v001ab9us
    custaccmaintenance.exe      SELECT DISTINCT C.START_DAT "S...
    272     273     1,057     0.26     1.21     f5rca5d6by0mz
    JDBC Connect Client      SELECT MAX(PROCESS_START) FROM...
    258     260     966     0.27     1.15     1k5g1um0u2ty9
    JDBC Connect Client      SELECT COUNT(*) FROM TPP_COLLE...
    238     512     2,059,483     0.00     2.27     4nt4x1ty34034
    DEBTage@tpora02 (TNS V1-V3)      SELECT DEBTESCALATIONREQUEST.A...
    225     226     169     1.33     1.00     7tz06amad7rhh
    JDBC Connect Client      UPDATE GNV_TR_ADDPAYMENT SET P...
    220     1,219     68,594     0.00     5.40     0s3n1qq8m9qvj
    DEBTage@tpora02 (TNS V1-V3)      SELECT BILLSUMMARY.ACCOUNT_NUM...
    200     1,646     3,382     0.06     7.29     gj4cun71t2tdz
    RATE@tpora02 (TNS V1-V3)      select cprd.event_num, cp...
    152     451     6     25.38     2.00     9c0hw716bqzra
    SQL*Plus      begin TPP_COLLECTION...
    150     290     2,087,640     0.00     1.29     4wbvga5zfrw8j
    DEBTage@tpora02 (TNS V1-V3)      SELECT DEBTESCALATIONREQUEST.A...
    148     437     6     24.62     1.94     0d4axgbm13s4q
    SQL*Plus      begin TPP_COLLECTION...
    146     385     6     24.34     1.71     3abjdvpx6d1km
    SQL*Plus      begin TPP_COLLECTION...
    143     299     6     23.82     1.33     7zybhxkwuwsz5
    SQL*Plus      begin TPP_COLLECTION...
    139     989     133,363     0.00     4.38     azck89hzzsxzs
    JDBC Connect Client      SELECT NVL(A.OVERDUE, 0), TO_N...
    131     422     5     26.21     1.87     axun401xz5b9n
    SQL*Plus      begin TPP_COLLECTION...
    129     368     5     25.82     1.63     brqj2987r5qug
    SQL*Plus      begin TPP_COLLECTION...
    128     339     5     25.61     1.50     2t3dbft8xna14
    SQL*Plus      begin TPP_COLLECTION...
    113     475     133,143     0.00     2.11     70gcpfy5mud9z
    JDBC Connect Client      SELECT COUNT(*) FROM PVDEBTESC...
    103     279     132,265     0.00     1.24     3r6cw5a8hkm0m
    SQL*Plus      SELECT NVL2(SUPPLIER_ORDER_NUM...
    99     413     7     14.11     1.83     0d6b7w315bm45
    SQL*Plus      DECLARE l_stream nu...
    80     392     6     13.38     1.73     bxhccjz09f6gr
    SQL*Plus      (SELECT DISTINCT AC.ACCOUNT_NU...
    71     1,476     1,724     0.04     6.54     90rxahqy9rntt
    RATE@tpora02 (TNS V1-V3)      SELECT CUSTEVENTSOURCE.EVENT_S...
    47     1,323     1,897     0.02     5.86     bj2k1at7aa2jr
    RATE@tpora02 (TNS V1-V3)      INSERT INTO COSTEDEVENT (ACCOU...
    10     335     165,568     0.00     1.48     fkp4mg3g9pxhj
    RATE@tpora02 (TNS V1-V3)      SELECT ACCOUNTRATING.ACCOUNT_N...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Gets
    •     Resources reported for PL/SQL code includes the resources used by all SQL statements called by the code.
    •     Total Buffer Gets: 466,834,523
    •     Captured SQL account for 66.1% of Total
    Buffer Gets      Executions      Gets per Exec      %Total     CPU Time (s)     Elapsed Time (s)     SQL Id     SQL Module     SQL Text
    97,138,090     1,121     86,653.07     20.81     530.19     855.23     ata582x7aa4m7
    custaccmaintenance.exe      SELECT CPD2.START_DAT "START_D...
    88,649,958     1,121     79,081.14     18.99     441.39     676.20     3tb8v001ab9us
    custaccmaintenance.exe      SELECT DISTINCT C.START_DAT "S...
    21,778,221     1,006     21,648.33     4.67     735.64     787.60     dx0tmr2qk5gtc
    JDBC Connect Client      BEGIN GENEVA_ADMIN.GNV_BE_PROD...
    21,179,373     3,382     6,262.38     4.54     199.85     1646.41     gj4cun71t2tdz
    RATE@tpora02 (TNS V1-V3)      select cprd.event_num, cp...
    20,355,429     345     59,001.24     4.36     699.56     703.43     ctfptvsjzpk91
    JDBC Connect Client      SELECT 1 FROM PVCUSTHASPRODUCT...
    18,462,542     6     3,077,090.33     3.95     717.94     1111.60     4rz598nkvfmq6
    SQL*Plus      begin TPP_REFILLS; end;
    13,979,364     169     82,718.13     2.99     544.48     554.28     gzyxsfa4x9jc9
    JDBC Connect Client      BEGIN GENEVA_ADMIN.GNV_BE_PAYM...
    9,484,600     2,087,640     4.54     2.03     150.20     290.38     4wbvga5zfrw8j
    DEBTage@tpora02 (TNS V1-V3)      SELECT DEBTESCALATIONREQUEST.A...
    8,370,348     2,059,483     4.06     1.79     237.85     512.20     4nt4x1ty34034
    DEBTage@tpora02 (TNS V1-V3)      SELECT DEBTESCALATIONREQUEST.A...
    8,208,700     6     1,368,116.67     1.76     152.29     451.37     9c0hw716bqzra
    SQL*Plus      begin TPP_COLLECTION...
    7,928,935     6     1,321,489.17     1.70     147.70     436.85     0d4axgbm13s4q
    SQL*Plus      begin TPP_COLLECTION...
    7,864,331     6     1,310,721.83     1.68     142.91     299.11     7zybhxkwuwsz5
    SQL*Plus      begin TPP_COLLECTION...
    7,821,595     6     1,303,599.17     1.68     146.06     385.22     3abjdvpx6d1km
    SQL*Plus      begin TPP_COLLECTION...
    7,774,307     1,057     7,355.07     1.67     271.82     273.33     f5rca5d6by0mz
    JDBC Connect Client      SELECT MAX(PROCESS_START) FROM...
    7,073,493     784     9,022.31     1.52     222.56     224.41     dvhuu9xxtth12
    SQL*Plus      SELECT ACCOUNTATTRIBUTE3, ACCO...
    7,003,054     169     41,438.19     1.50     225.02     225.81     7tz06amad7rhh
    JDBC Connect Client      UPDATE GNV_TR_ADDPAYMENT SET P...
    6,824,695     68,594     99.49     1.46     219.66     1218.68     0s3n1qq8m9qvj
    DEBTage@tpora02 (TNS V1-V3)      SELECT BILLSUMMARY.ACCOUNT_NUM...
    6,805,514     5     1,361,102.80     1.46     131.07     422.18     axun401xz5b9n
    SQL*Plus      begin TPP_COLLECTION...
    6,692,517     5     1,338,503.40     1.43     129.11     368.47     brqj2987r5qug
    SQL*Plus      begin TPP_COLLECTION...
    6,615,712     5     1,323,142.40     1.42     128.05     339.44     2t3dbft8xna14
    SQL*Plus      begin TPP_COLLECTION...
    5,860,474     132,265     44.31     1.26     103.31     279.47     3r6cw5a8hkm0m
    SQL*Plus      SELECT NVL2(SUPPLIER_ORDER_NUM...
    5,128,762     5     1,025,752.40     1.10     103.33     177.17     8c6vmvbwp9ja4
    SQL*Plus      begin TPP_COLLECTION...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Reads
    •     Total Disk Reads: 3,565,074
    •     Captured SQL account for 66.6% of Total
    Physical Reads     Executions     Reads per Exec      %Total     CPU Time (s)     Elapsed Time (s)     SQL Id     SQL Module     SQL Text
    581,050     2     290,525.00     16.30     152.66     195.17     d15cdr0zt3vtp
    Oracle Enterprise Manager.Metric Engine      SELECT TO_CHAR(current_timesta...
    278,588     1,724     161.59     7.81     70.51     1475.54     90rxahqy9rntt
    RATE@tpora02 (TNS V1-V3)      SELECT CUSTEVENTSOURCE.EVENT_S...
    263,588     1,897     138.95     7.39     46.73     1322.83     bj2k1at7aa2jr
    RATE@tpora02 (TNS V1-V3)      INSERT INTO COSTEDEVENT (ACCOU...
    260,337     68,594     3.80     7.30     219.66     1218.68     0s3n1qq8m9qvj
    DEBTage@tpora02 (TNS V1-V3)      SELECT BILLSUMMARY.ACCOUNT_NUM...
    256,696     3,382     75.90     7.20     199.85     1646.41     gj4cun71t2tdz
    RATE@tpora02 (TNS V1-V3)      select cprd.event_num, cp...
    232,825     133,363     1.75     6.53     138.65     988.53     azck89hzzsxzs
    JDBC Connect Client      SELECT NVL(A.OVERDUE, 0), TO_N...
    166,786     7     23,826.57     4.68     98.78     412.88     0d6b7w315bm45
    SQL*Plus      DECLARE l_stream nu...
    152,293     6     25,382.17     4.27     80.25     391.58     bxhccjz09f6gr
    SQL*Plus      (SELECT DISTINCT AC.ACCOUNT_NU...
    91,086     133,143     0.68     2.55     113.14     475.35     70gcpfy5mud9z
    JDBC Connect Client      SELECT COUNT(*) FROM PVDEBTESC...
    75,392     6     12,565.33     2.11     152.29     451.37     9c0hw716bqzra
    SQL*Plus      begin TPP_COLLECTION...
    71,522     6     11,920.33     2.01     147.70     436.85     0d4axgbm13s4q
    SQL*Plus      begin TPP_COLLECTION...
    67,724     132,265     0.51     1.90     103.31     279.47     3r6cw5a8hkm0m
    SQL*Plus      SELECT NVL2(SUPPLIER_ORDER_NUM...
    64,148     2,059,483     0.03     1.80     237.85     512.20     4nt4x1ty34034
    DEBTage@tpora02 (TNS V1-V3)      SELECT DEBTESCALATIONREQUEST.A...
    63,710     5     12,742.00     1.79     131.07     422.18     axun401xz5b9n
    SQL*Plus      begin TPP_COLLECTION...
    56,512     6     9,418.67     1.59     146.06     385.22     3abjdvpx6d1km
    SQL*Plus      begin TPP_COLLECTION...
    52,123     6     8,687.17     1.46     717.94     1111.60     4rz598nkvfmq6
    SQL*Plus      begin TPP_REFILLS; end;
    51,966     5     10,393.20     1.46     129.11     368.47     brqj2987r5qug
    SQL*Plus      begin TPP_COLLECTION...
    47,043     5     9,408.60     1.32     128.05     339.44     2t3dbft8xna14
    SQL*Plus      begin TPP_COLLECTION...
    46,992     1,121     41.92     1.32     530.19     855.23     ata582x7aa4m7
    custaccmaintenance.exe      SELECT CPD2.START_DAT "START_D...
    42,104     6     7,017.33     1.18     142.91     299.11     7zybhxkwuwsz5
    SQL*Plus      begin TPP_COLLECTION...
    40,144     1,121     35.81     1.13     441.39     676.20     3tb8v001ab9us
    custaccmaintenance.exe      SELECT DISTINCT C.START_DAT "S...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Executions
    •     Total Executions: 17,725,519
    •     Captured SQL account for 38.5% of Total
    Executions      Rows Processed     Rows per Exec     CPU per Exec (s)     Elap per Exec (s)      SQL Id     SQL Module     SQL Text
    2,087,640     919,180     0.44     0.00     0.00     4wbvga5zfrw8j
    DEBTage@tpora02 (TNS V1-V3)      SELECT DEBTESCALATIONREQUEST.A...
    2,059,483     2,159,051     1.05     0.00     0.00     4nt4x1ty34034
    DEBTage@tpora02 (TNS V1-V3)      SELECT DEBTESCALATIONREQUEST.A...
    596,449     0     0.00     0.00     0.00     9zstg7a7j4mk6
    custaccmaintenance.exe      SELECT STRING_VALUE FROM GPARA...
    267,468     267,431     1.00     0.00     0.00     8bgyqd22xu56f
    JDBC Connect Client      SELECT STRING_VALUE FROM TPP_G...
    203,642     157,264     0.77     0.00     0.00     0h6b2sajwb74n
         select privilege#, level from ...
    165,568     165,565     1.00     0.00     0.00     fkp4mg3g9pxhj
    RATE@tpora02 (TNS V1-V3)      SELECT ACCOUNTRATING.ACCOUNT_N...
    133,424     133,406     1.00     0.00     0.00     5aspmjf2vrnq5
    JDBC Connect Client      update accountattributes set D...
    133,422     133,416     1.00     0.00     0.00     82xjvtb8p8qzw
    JDBC Connect Client      update accountattributes set A...
    133,414     133,416     1.00     0.00     0.00     3cwuq4f267u2p
    JDBC Connect Client      update accountattributes set P...
    133,363     133,340     1.00     0.00     0.01     azck89hzzsxzs
    JDBC Connect Client      SELECT NVL(A.OVERDUE, 0), TO_N...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Parse Calls
    •     Total Parse Calls: 1,578,365
    •     Captured SQL account for 68.8% of Total
    Parse Calls     Executions      % Total Parses     SQL Id     SQL Module     SQL Text
    203,641     203,642     12.90     0h6b2sajwb74n
         select privilege#, level from ...
    133,417     133,422     8.45     82xjvtb8p8qzw
    JDBC Connect Client      update accountattributes set A...
    133,399     133,424     8.45     5aspmjf2vrnq5
    JDBC Connect Client      update accountattributes set D...
    133,373     133,414     8.45     3cwuq4f267u2p
    JDBC Connect Client      update accountattributes set P...
    133,294     133,305     8.45     f2cwgjkfgrd34
    JDBC Connect Client      update accountattributes set A...
    22,476     22,476     1.42     9babjv8yq8ru3
    SQL*Plus      BEGIN DBMS_OUTPUT.GET_LINES(:L...
    20,013     20,013     1.27     0k8522rmdzg4k
         select privilege# from sysauth...
    19,963     20,102     1.26     15zytu14qzw6p
    oracle@tpora04 (TNS V1-V3)      insert into sys.aud$( sessioni...
    19,902     19,902     1.26     1rd8um1taq1fn
         update sys.aud$ set action#=:2...
    19,412     19,412     1.23     459f3z9u4fb3u
         select value$ from props$ wher...
    19,408     19,407     1.23     0ws7ahf1d78qa
         select SYS_CONTEXT('USERENV', ...
    19,388     19,388     1.23     5ur69atw3vfhj
         select decode(failover_method,...
    18,432     18,432     1.17     1uzhrfn574t12
    sqlplus@tpora02 (TNS V1-V3)      SELECT ATTRIBUTE, SCOPE, NUMER...
    18,432     18,432     1.17     c4pc3jhzjcmc7
    sqlplus@tpora02 (TNS V1-V3)      SELECT CHAR_VALUE FROM SYSTEM....
    18,432     18,432     1.17     d6vwqbw6r2ffk
    sqlplus@tpora02 (TNS V1-V3)      SELECT USER FROM DUAL
    18,432     18,432     1.17     dyk4dprp70d74
    SQL*Plus      SELECT DECODE('A', 'A', '1', '...
    18,431     18,431     1.17     g4y6nw3tts7cc
    sqlplus@tpora02 (TNS V1-V3)      BEGIN DBMS_APPLICATION_INFO.SE...
    18,420     18,420     1.17     5qgz1p0cut7mx
    sqlplus@tpora02 (TNS V1-V3)      BEGIN DBMS_OUTPUT.DISABLE; END...
    18,149     18,149     1.15     cb21bacyh3c7d
         select metadata from kopm$ wh...
    18,028     18,028     1.14     b3s1x9zqrvzvc
    SQL*Plus      BEGIN DBMS_OUTPUT.ENABLE(10000...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Sharable Memory
    No data exists for this section of the report.
    Back to SQL Statistics
    Back to Top
    SQL ordered by Version Count
    •     Only Statements with Version Count greater than 20 are displayed
    Version Count      Executions      SQL Id     SQL Module     SQL Text
    37     1     5m21u4xgy81pa
    SQL*Plus      select ord.status_cd Status, ...
    35     1     26hm5bmbzq9sy
    SQL*Plus      select ord.status_cd Status, ...
    23     1     gtn080r95gfr9
    SQL*Plus      insert into connect_pp_monitor...
    Back to SQL Statistics
    Back to Top

  • Firefox 21 slow on startup, checked articles, dis all addins still slow ie is lightning fast on startup!

    Firefox 21 is really slow on startup, I have disabled all addons, checked memory, optimized win 7, ran system mechanic but it is still slow, changed home page . IE 8.9.10 is lightning fast on startup.

    A tad faster but still slow compared to IE 8,9,10 where it starts instantly.

  • Database does not  startup automatically

    Oracle8i/Windows 2000 server
    we have three database ,all are 9am to 6pm database
    running on ARCHIVELOGMODE.
    Few days back due to disk crash,
    we have recovered our database using coldback up.
    since we did not copy archive logs to different disk,
    we lost some data.
    disk was under warranty ,it was replaced.
    then the database did not startup automatically.
    okay the problem was,during booting(since 9am to 6pm database), we were daily logging in svrmgrl and startup the database manually.
    now we have automated the above(startup) script in
    windows scheduled task.
    what to do to solve this problem.

    Hi
    c:\document and settings\admin>ORADIM -EDIT -SID <SID> -startmode auto -pfile D:\oradata\SID\initsid.ora
    This will add few entries to the regedit
    Go to regedit
    HKEY_LOCALMACHINE\software\oracle
    ORA_SID_PFILE=D:\oradata\SID\initsid.ora
    ORA_SID_AUTOSTART=TRUE
    check these values

  • Slow Shutdown & Startup on MacBookPro OS ML 10.8.2

    I have faced slow shutdown & startup on my MacBook Pro Late 2011 , OS X Mountain Lion 10.8.2 for a while.
    I have done searching for solution and had tried some but no luck.
    Could someone please help.
    Thanks!
    Below are the message from console
    Dec 24 23:07:28 --- last message repeated 4 times ---
    Dec 24 23:07:28 com.apple.launchd[1] (com.apple.ShareKitHelper[258]): Exited: Killed: 9
    Dec 24 23:07:28 com.apple.launchd.peruser.501[146] (com.apple.PackageKit.InstallStatus[394]): Exited: Terminated: 15
    Dec 24 23:07:28 com.apple.launchd.peruser.501[146] (com.apple.PackageKit.InstallStatus): Throttling respawn: Will start in 10 seconds
    Dec 24 23:07:28 com.apple.launchd.peruser.501[146] ([0x0-0x11011].com.apple.inputmethod.ironwood[203]): Exited: Killed: 9
    Dec 24 23:07:28 MacBook-Pro.local coreservicesd[26]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=143
    Dec 24 23:07:28 --- last message repeated 1 time ---
    Dec 24 23:07:28 MacBook-Pro com.apple.launchd.peruser.501[146] (com.apple.talagent[159]): Exited: Killed: 9
    Dec 24 23:07:28 MacBook-Pro.local coreservicesd[26]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=243
    Dec 24 23:07:28 MacBook-Pro.local UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=41995 Died
    Dec 24 23:07:28 MacBook-Pro.local coreservicesd[26]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=159
    Dec 24 23:07:28 MacBook-Pro.local coreservicesd[26]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
    Dec 24 23:07:28 MacBook-Pro com.apple.launchd.peruser.501[146] ([0x0-0x1a01a].com.apple.AppleSpell[235]): Exited: Terminated: 15
    Dec 24 23:07:28 MacBook-Pro com.apple.launchd.peruser.501[146] (com.apple.UserEventAgent-Aqua[149]): Exited: Killed: 9
    Dec 24 23:07:28 MacBook-Pro com.apple.launchd.peruser.501[146] (com.apple.storeagent[255]): Exited: Killed: 9
    Dec 24 23:07:28 MacBook-Pro com.apple.launchd.peruser.501[146] (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[239]): Exited: Killed: 9
    Dec 24 23:07:28 MacBook-Pro com.apple.launchd.peruser.501[146] ([0x0-0xc00c].com.apple.iTunesHelper[185]): Exited with code: 1
    Dec 24 23:07:28 MacBook-Pro.local WindowServer[101]: CGXGetConnectionProperty: Invalid connection 38659
    Dec 24 23:07:28 --- last message repeated 4 times ---
    Dec 24 23:07:28 MacBook-Pro.local loginwindow[48]: DEAD_PROCESS: 48 console
    Dec 24 23:07:28 MacBook-Pro.local airportd[395]: _doAutoJoin: Already associated to “Internet_Mobility”. Bailing on auto-join.
    Dec 24 23:07:28 MacBook-Pro.local coreservicesd[26]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=131
    Dec 24 23:07:28 MacBook-Pro.local WindowServer[101]: CGXGetConnectionProperty: Invalid connection 38659
    Dec 24 23:07:28 --- last message repeated 4 times ---
    Dec 24 23:07:28 MacBook-Pro.local shutdown[396]: halt by Keant:
    Dec 24 23:07:28 MacBook-Pro.local shutdown[396]: SHUTDOWN_TIME: 1356361648 592277

    This fixed mine
    > sys pref
    >network
    >Advanced
    > DNS
    check DNS numbers are correct, mine was showing the router and greyed out so I added my IP specific numbers
    >Restart (not sure if you need this step but I did it)
    Page loading improved significantly from very slow to acceptable on some to blistering fast in others
    AND emails just flew out really quickly
    Also make sure you have the right ports for your IP because I had been given an alternate one to try and that upset the incoming messages
    >Mail
    >preferences
    > advanced
    > port (you can find this by searching your the help section of your IP)

  • IMac slow on startup after installing Mavericks

    Hi,
    Like others I have been experiencing my mid 2011 iMac being slow on startup (and a little slow after that). I've read a lot of threads about this and was wondering how to approach it.
    I was already thinking of buying  more RAM ( I currently have 4GB) and updrading to Yosemite, does anyone think this may help rather than going through many diagnostic steps with Mavericks?
    ..... or am I likely to find myself back in the same position!
    Jon
    P.S. i know the Apple site says no RAM is available for this model, but one of the more experienced posters supplied a link to a site which implies that there is.

    Hi there,
    Here's the report.
    By the way, with just Firefox and Aperture open, here is a copy of my Activity Monitor:
    The swap used seems to be a very recent thing, until a few days ago it read 0.
    The slowness is after startup - things bounce in the dock and safari takes nearly 10 secs to open, but if the Mac has been on a little while, or if it's been on sleep, then things run ok. There are other things I have noticed like some of the Aperture functions being slower and a bit clunky - this seems to have a been a constant feature since I upgraded to Mavericks and upgraded Aperture to go with it.
    Any help you can give is appreciated.
    Jon
    EtreCheck version: 2.0.11 (98)
    Report generated 20 November 2014 21:15:28 GMT
    Hardware Information: ℹ️
        iMac (21.5-inch, Mid 2011) (Verified)
        iMac - model: iMac12,1
        1 2.5 GHz Intel Core i5 CPU: 4-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                empty empty empty empty
            BANK 1/DIMM1
                empty empty empty empty
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        AMD Radeon HD 6750M - VRAM: 512 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.9.5 (13F34) - Uptime: one day 8:33:41
    Disk Information: ℹ️
        ST3500418AS disk0 : (500.11 GB)
        S.M.A.R.T. Status: Verified
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (354.24 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-STDVDRW  GA32N 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Mitsumi Electric Apple Optical USB Mouse
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Logitech USB Receiver
        TOSHIBA  TransMemory      15.52 GB
            S.M.A.R.T. Status: Verified
            TOSHIBA (disk1s1) /Volumes/TOSHIBA : 15.52 GB (15.27 GB free)
        Apple Internal Memory Card Reader
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.freecom.driver.BoulderScsi (1.0.0d1) Support
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.security.syspolicy.plist
        [failed]    com.apple.wdhelper.plist
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist Support
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist Support
        [loaded]    com.google.keystone.daemon.plist Support
        [invalid?]    com.torch.update.agent.plist Support
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist Support
    User Login Items: ℹ️
        Auto Mute    UNKNOWN (missing value)
        FastTasks 2    Application (/Applications/FastTasks 2.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
        AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
        Flash Player: Version: 15.0.0.223 - SDK 10.6 Support
        Default Browser: Version: 537 - SDK 10.9
        Silverlight: Version: 5.1.30317.0 - SDK 10.6 Support
    3rd Party Preference Panes: ℹ️
        Flash Player  Support
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Destinations:
            VERBATIM HD [Local]
            Total size: 0 B
            Total number of backups: 0
            Oldest backup: -
            Last backup: -
            Size of backup disk: Excellent
                Backup size 0 B > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
             2%    WindowServer
             1%    fontd
             0%    mds_stores
             0%    mds
             0%    AppleSpell
    Top Processes by Memory: ℹ️
        975 MB    Aperture
        369 MB    firefox
        129 MB    softwareupdated
        69 MB    WindowServer
        52 MB    mds_stores
    Virtual Memory Information: ℹ️
        227 MB    Free RAM
        1.31 GB    Active RAM
        1.53 GB    Inactive RAM
        966 MB    Wired RAM
        1.82 GB    Page-ins
        91 MB    Page-outs

  • MacBook Pro Very Slow at startup

    For the last couple months, my MacBook Pro (running Mac OS X 10.6.5) has been incredibly slow at startup. It used to take seconds to go from shutdown to ready for use. Now it takes a few minutes. The computer also freezes up twice (with the spinning "rainbow" wheel icon) for anywhere from 30 seconds to a couple minutes the first time I open any program after startup.
    The computer generally works normally after that. It wakes up from "sleep" quickly and doesn't have any hangups. It just seems to be messed up when starting up after a shutdown.
    I'm fairly new to Macs and can't seem to find any kind of system diagnostic or hard drive scan utility on my system to run to check my system, which would be the first things I'd have done with a similar issue with a PC.
    Any help or suggestions would be greatly appreciated.

    That indicates the HD is failing. Backup immediately while it's still working and take it in for repair. It's in your best interest to make an appointment at the Genius Bar, if you have never done this the link is noted below will get you started. Make sure you let them know what you have done and what error messages you have received.
    http://www.apple.com/buy/locator/service/

  • Mac slow on startup displaying colour wheel

    Mac slow on startup displaying colour wheel.
    Any ideas as to what may be causing this problem? My mac is only a few months old and is one of the latest models.
    Is anyone else experiencing this problem?

    The next time you have the problem, note the exact time: hour, minute, second.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Scroll back in the log to the time you noted above. Select any messages timestamped from then until the end of the episode, or until they start to repeat. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • FCE Slow, sluggish startup and freezes up?

    We've been having some problems with Final Cut Express, it is very slow to startup(sometimes 15 minutes), and after it starts it sometimes locks up with the spinning rainbow wheel. We are running this basically on 12 machines and over half are having similar problems. We are running this on 2 year old G5 iMacs, running OSX 10.4.8 and Quicktime 7.1.5. I've reset the PRAM, and did an open firmeware reset and reinstalled the application, but it is still acting this way. Any idea's?

    "it just seems to have problems when the Broadcast
    class logs into that profile to use FCE that it is
    real slow and we have problems."
    Are these admin users? Are there restrictions on the
    user? What are the restrictions? How much RAM is on
    the machines?
    These are not admin users, but the profile I used that worked fast was an admin user. These users can't use most of the System Prefs, but have access to all of the space to save for the most part. The machines have 1gb of memory.

  • How to I delete microsoft database daemon from startup

    I purchased Microsoft Outlook, excel, word, Powerpoint package from Apple store and now it is asking me to delete microsoft database daemon from startup and to search Mac OS Help to so this, unfortunately tis hint was no help.

    Masoncycle wrote:
    The thread of "Apple / System Preferences / Accounts / Startup or Login items" does not appear on my computer.
    Try Apple>System Preferences>Users and Groups>Login Items
    Snip
    but it is now asking my to close all open applications:
    Microsoft Database Daemon
    SyncServicesAgent
    I cannot find a way to close either one of these applications as they do not appear in any place for me to do so.
    To close them open Activity Monitor, select All Processes, find them in the list of processes and quit them.

  • Slow IE8 Startup

    We are using Windows 7 Enterprise SP1 64 bit in our environment with IE8. Homepage is set to our internal Sharepoint site. Alternate browser is Firefox and Proxy is used. Problem is that Startup Time of IE8 varies alot. When I launch IE8 following happens.
    Connecting
    Website Found. Waiting for reply
    HomePage    Intranet URL
    Opened Six Times, Load Times are mentioned in Seconds below
    Time 29:30, 8:31, 30:64, 42:83, 6:77, 28:07
    Changed the Homepage to Google
    HomePage    https://www.google.co.uk/?gfe_rd=ctrl&ei=CHcoU8zoL-LR8geSsYGQDg&gws_rd=cr
    Opened Six Times, Load Times are mentioned in Seconds below
    Time 1:85, 1:65, 23:11, 23:13, 23:13, 1:70
    Please help how can I reduce the Time and make it consistent.

    Hi,
    Have you tried disabling proxy to check the result?
    3rd add-on can also cause slow IE8 startup. Please try running IE in no add-on mode.
    Is Internet Explorer slow? 5 things to tryhttp://windows.microsoft.com/en-us/windows/help/internet-explorer/slow-five-tips-to-boost-performance
    Fix Internet Explorer issues to make IE fast, safe and stable http://support.microsoft.com/mats/ie_performance_and_safety
    Andy Altmann
    TechNet Community Support

  • Firefox works very slow on startup and going to webpages. Why?

    When I had firefox before it worked very fast. It was great. Since I installed Windows 7 it has started working very slow on startup and when going to webpages. In fact I always have to wait for it to move. Very poor results. What is the problem?
    Also, don't ask me about Firefox 4; this is a real piece of crap. I tried it and deleted it. I am back to using 3.

    When I had firefox before it worked very fast. It was great. Since I installed Windows 7 it has started working very slow on startup and when going to webpages. In fact I always have to wait for it to move. Very poor results. What is the problem?
    Also, don't ask me about Firefox 4; this is a real piece of crap. I tried it and deleted it. I am back to using 3.

  • My unibody macbook pro is slow at startup

    My late 2008 umbp has become kind of slow at startup. Sometimes all I get is a dark screen, then the gray screen, then a minute later to show the apple icon, etc. Sometimes, the desktop interface takes kind of long to load up as well. Is there a way to make my mac start up faster? the default way?
    The last thing I did before the startup slowness was I deleted xp through bootcamp, installed vista, and then removed it as well.
    Could that have been the cause?

    Nevermind. I finally resolved the problem. What I did was reset the pram and now it boots up way faster. Just for curiosity, what does the pram reset does to the umbp?

  • Any suggestions to improve slow iMac startup?

    My iMac takes about 4 minutes to start up.  I get a grey screen for about 2 minutes, then it takes another 2 minutes to load all the icons.  It seems to have got worse since I upgraded to Mavericks (and to MS Office 2011 at the same time).
    EtreCheck report follows:
    Hardware Information:
              iMac (21.5-inch, Mid 2010)
              iMac - model: iMac11,2
              1 3.06 GHz Intel Core i3 CPU: 2 cores
              4 GB RAM
    Video Information:
              ATI Radeon HD 4670 - VRAM: 256 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:4:25
    Disk Information:
              WDC WD5000AAKS-40V6A0 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (363.06 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              OPTIARC DVD RW AD-5680H 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Computer, Inc. IR Receiver
              Apple Internal Memory Card Reader
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.eltima.SyncMate.kext          (0.2.5b15)
              com.McAfee.kext.AppProtection          (3.1)
              com.McAfee.SFKext          (1)
              com.mcafee.kext.Virex          (1.1.0d1)
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.SwitchBoard.plist 3rd-Party support link
              [invalid] com.mcafee.ssm.ScanFactory.plist
              [invalid] com.mcafee.ssm.ScanManager.plist
              [System] com.mcafee.virusscan.fmpd.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] rapiback.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.citrix.AuthManager_Mac.plist 3rd-Party support link
              [System] com.citrix.ReceiverHelper.plist 3rd-Party support link
              [System] com.citrix.ServiceRecords.plist 3rd-Party support link
              [System] com.epson.eventmanager.agent.plist 3rd-Party support link
              [System] com.mcafee.menulet.plist 3rd-Party support link
              [System] com.mcafee.reporter.plist 3rd-Party support link
              [System] syncmateStarter.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
              [not loaded] com.microsoft.LaunchAgent.SyncServicesAgent.plist 3rd-Party support link
    User Login Items:
              Microsoft AU Daemon
              Dropbox
              iAntiVirus
    Internet Plug-ins:
              SiteAdvisor: Version: 2.0 - SDK 10.5 3rd-Party support link
              Google Earth Web Plug-in: Version: 7.1 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              npBTEmailConfig: Version: 1.0 3rd-Party support link
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.7
              CitrixICAClientPlugIn: Version: 11.8.2 - SDK 10.7 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              CANONiMAGEGATEWAYDL: Version: 2.1.0.1 3rd-Party support link
              CouponPrinter-FireFox_v2: Version: 1.1.10 - SDK 10.5 3rd-Party support link
              CANONiMAGEGATEWAYLI: Version: 2.1.0.1 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: 14.8.0 - SDK 10.9 Outdated! Update
    Safari Extensions:
              GiveasyouLive: Version: 4.0.1
              SiteAdvisor: Version: 2.0
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              Picasa: Version: 1.0 3rd-Party support link
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
    Old Applications:
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
              SiteAdvisor:          Version: 2.0 - SDK 10.5 3rd-Party support link
                        /Applications/SiteAdvisor/SiteAdvisor.app
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Family Tree Maker:          Version: 19.2.4 - SDK 10.5 3rd-Party support link
    Time Machine:
              Skip System Files: NO
              Auto backup: NO - Auto backup turned off
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 126.84 GB
              Destinations:
                        Time Machine Backups [Local] (Last used)
                        Total size: 465.44 GB
                        Total number of backups: 85
                        Oldest backup: 2011-06-28 11:14:24 +0000
                        Last backup: 2014-02-16 17:42:32 +0000
                        Size of backup disk: Adequate
                                  Backup size 465.44 GB > (Disk used 126.84 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   1%          WindowServer
                   1%          mds
                   1%          EtreCheck
                   0%          opendirectoryd
                   0%          coreservicesd
    Top Processes by Memory:
              127 MB          mds_stores
              98 MB          VShieldScanner
              74 MB          com.apple.IconServicesAgent
              66 MB          Microsoft Outlook
              66 MB          Dropbox
    Virtual Memory Information:
              1.83 GB          Free RAM
              1.13 GB          Active RAM
              488 MB          Inactive RAM
              572 MB          Wired RAM
              281 MB          Page-ins
              0 B          Page-outs

    MacAfee comes as part of my BT Broadband package, and I'm reluctant to disable it as I've been advised that if I don't have some form of AntiVirus (even on a Mac), I would not be eligible for any recompense if my details were hacked.
    That seems to be a bit of a deceptive statement on the part of BT, since I seriously doubt they would give you anything you would consider to be "recompense" in any event, whether you follow their recommendations or not. And McAfee really wouldn't protect you that well anyway... it caught only around half of the malware I threw at it in recent testing:
    Mac anti-virus testing 2014
    Note the actual data file, which shows historical data from last year's testing as well. McAfee is nothing if not consistent...
    Uninstall McAfee completely. There should be an uninstaller in the Applications folder somewhere. Don't just drag the McAfee app to the trash, and don't use any kind of all-purpose third-party uninstaller.
    I also note that you've got iAntivirus installed. Although that one's not going to be causing any issues, it's also almost completely worthless, worse by far than McAfee. See the same testing results for details. Drag that one to the trash.
    Once those are gone, if the problem doesn't go away, see my Mac Performance Guide.

  • [SOLVED] Slow System Startup

    Hello, it is a few weeks that I'm experiencing slow startups. Previously my system was starting up in less than 15 seconds, but now it takes about 30 seconds to start up. I thought that issue will probably go away after a few updates but it still persists. I was wondering if anyone can help me to find the issue.
    systemd-analyze && systemd-analyze blame
    Startup finished in 229ms (kernel) + 2.694s (initrd) + 25.387s (userspace) = 28.310s
    1.186s systemd-vconsole-setup.service
    1.010s systemd-logind.service
    818ms [email protected]
    736ms upower.service
    697ms [email protected]
    652ms systemd-remount-fs.service
    635ms polkit.service
    536ms [email protected]
    523ms kmod-static-nodes.service
    449ms dev-mqueue.mount
    434ms sys-kernel-config.mount
    434ms sys-kernel-debug.mount
    423ms udisks2.service
    379ms dev-hugepages.mount
    363ms systemd-tmpfiles-setup.service
    347ms powermanagement.service
    322ms systemd-tmpfiles-setup-dev.service
    191ms systemd-udev-trigger.service
    164ms systemd-random-seed.service
    164ms boot.mount
    158ms systemd-sysctl.service
    148ms systemd-user-sessions.service
    142ms systemd-update-utmp.service
    128ms home.mount
    113ms systemd-tmpfiles-clean.service
    82ms dev-sda9.swap
    57ms systemd-udevd.service
    43ms systemd-journal-flush.service
    43ms alsa-restore.service
    systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @25.387s
    └─multi-user.target @25.387s
    └─systemd-logind.service @24.376s +1.010s
    └─basic.target @24.364s
    └─timers.target @24.334s
    └─systemd-tmpfiles-clean.timer @5.672s
    └─sysinit.target @5.672s
    └─systemd-update-utmp.service @5.530s +142ms
    └─systemd-tmpfiles-setup.service @5.166s +363ms
    └─local-fs.target @5.165s
    └─home.mount @5.037s +128ms
    └─[email protected] @4.487s +536ms
    └─dev-sda11.device @4.486s
    journalctl -b
    -- Logs begin at Thu 2013-05-23 06:56:12 IRDT, end at Thu 2013-10-31 17:01:46 IRST. --
    Oct 31 20:14:09 localhost systemd-journal[47]: Runtime journal is using 712.0K (max 197.8M, leaving 296.7M of free 1.9G, current limit 197.8M).
    Oct 31 20:14:09 localhost systemd-journal[47]: Runtime journal is using 712.0K (max 197.8M, leaving 296.7M of free 1.9G, current limit 197.8M).
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys cpuset
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys cpu
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys cpuacct
    Oct 31 20:14:09 localhost kernel: Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013
    Oct 31 20:14:09 localhost kernel: Command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda10 rw rootfstype=ext4 nmi_watchdog=0 noresume radeon.dpm=1 radeon.audio=0 quiet initrd=../initramfs-linux.img
    Oct 31 20:14:09 localhost kernel: e820: BIOS-provided physical RAM map:
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cff6ffff] usable
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000cff70000-0x00000000cff7dfff] ACPI data
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000cff7e000-0x00000000cffcffff] ACPI NVS
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000cffd0000-0x00000000cfffffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
    Oct 31 20:14:09 localhost kernel: NX (Execute Disable) protection: active
    Oct 31 20:14:09 localhost kernel: SMBIOS 2.5 present.
    Oct 31 20:14:09 localhost kernel: DMI: System manufacturer System Product Name/P5Q, BIOS 2209 03/11/2010
    Oct 31 20:14:09 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Oct 31 20:14:09 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Oct 31 20:14:09 localhost kernel: No AGP bridge found
    Oct 31 20:14:09 localhost kernel: e820: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    Oct 31 20:14:09 localhost kernel: MTRR default type: uncachable
    Oct 31 20:14:09 localhost kernel: MTRR fixed ranges enabled:
    Oct 31 20:14:09 localhost kernel: 00000-9FFFF write-back
    Oct 31 20:14:09 localhost kernel: A0000-BFFFF uncachable
    Oct 31 20:14:09 localhost kernel: C0000-DFFFF write-protect
    Oct 31 20:14:09 localhost kernel: E0000-EFFFF write-through
    Oct 31 20:14:09 localhost kernel: F0000-FFFFF write-protect
    Oct 31 20:14:09 localhost kernel: MTRR variable ranges enabled:
    Oct 31 20:14:09 localhost kernel: 0 base 000000000 mask F00000000 write-back
    Oct 31 20:14:09 localhost kernel: 1 base 100000000 mask FE0000000 write-back
    Oct 31 20:14:09 localhost kernel: 2 base 120000000 mask FF0000000 write-back
    Oct 31 20:14:09 localhost kernel: 3 base 0D0000000 mask FF0000000 uncachable
    Oct 31 20:14:09 localhost kernel: 4 base 0E0000000 mask FE0000000 uncachable
    Oct 31 20:14:09 localhost kernel: 5 disabled
    Oct 31 20:14:09 localhost kernel: 6 disabled
    Oct 31 20:14:09 localhost kernel: 7 disabled
    Oct 31 20:14:09 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Oct 31 20:14:09 localhost kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    Oct 31 20:14:09 localhost kernel: e820: last_pfn = 0xcff70 max_arch_pfn = 0x400000000
    Oct 31 20:14:09 localhost kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    Oct 31 20:14:09 localhost kernel: Scanning 1 areas for low memory corruption
    Oct 31 20:14:09 localhost kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x00000000-0x000fffff] page 4k
    Oct 31 20:14:09 localhost kernel: BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    Oct 31 20:14:09 localhost kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
    Oct 31 20:14:09 localhost kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x12fe00000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x12fe00000-0x12fffffff] page 2M
    Oct 31 20:14:09 localhost kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x12c000000-0x12fdfffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x12c000000-0x12fdfffff] page 2M
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x100000000-0x12bffffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x100000000-0x12bffffff] page 2M
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x00100000-0xcff6ffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x00100000-0x001fffff] page 4k
    Oct 31 20:14:09 localhost kernel: [mem 0x00200000-0xcfdfffff] page 2M
    Oct 31 20:14:09 localhost kernel: [mem 0xcfe00000-0xcff6ffff] page 4k
    Oct 31 20:14:09 localhost kernel: RAMDISK: [mem 0x7f7ce000-0x7fffffff]
    Oct 31 20:14:09 localhost kernel: ACPI: RSDP 00000000000faff0 00024 (v02 ACPIAM)
    Oct 31 20:14:09 localhost kernel: ACPI: XSDT 00000000cff70100 0005C (v01 A_M_I_ OEMXSDT 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: FACP 00000000cff70290 000F4 (v03 A_M_I_ OEMFACP 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: DSDT 00000000cff70440 09720 (v01 A0993 A0993001 00000001 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: FACS 00000000cff7e000 00040
    Oct 31 20:14:09 localhost kernel: ACPI: APIC 00000000cff70390 0006C (v01 A_M_I_ OEMAPIC 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: MCFG 00000000cff70400 0003C (v01 A_M_I_ OEMMCFG 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: OEMB 00000000cff7e040 00089 (v01 A_M_I_ AMI_OEM 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: HPET 00000000cff79b60 00038 (v01 A_M_I_ OEMHPET 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: OSFR 00000000cff79ba0 000B0 (v01 A_M_I_ OEMOSFR 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7f040 00A7C (v01 DpgPmm CpuPm 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Local APIC address 0xfee00000
    Oct 31 20:14:09 localhost kernel: No NUMA configuration found
    Oct 31 20:14:09 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
    Oct 31 20:14:09 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: NODE_DATA [mem 0x12fff7000-0x12fffbfff]
    Oct 31 20:14:09 localhost kernel: [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    Oct 31 20:14:09 localhost kernel: Zone ranges:
    Oct 31 20:14:09 localhost kernel: DMA [mem 0x00001000-0x00ffffff]
    Oct 31 20:14:09 localhost kernel: DMA32 [mem 0x01000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: Normal [mem 0x100000000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: Movable zone start for each node
    Oct 31 20:14:09 localhost kernel: Early memory node ranges
    Oct 31 20:14:09 localhost kernel: node 0: [mem 0x00001000-0x0009efff]
    Oct 31 20:14:09 localhost kernel: node 0: [mem 0x00100000-0xcff6ffff]
    Oct 31 20:14:09 localhost kernel: node 0: [mem 0x100000000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: On node 0 totalpages: 1048334
    Oct 31 20:14:09 localhost kernel: DMA zone: 64 pages used for memmap
    Oct 31 20:14:09 localhost kernel: DMA zone: 21 pages reserved
    Oct 31 20:14:09 localhost kernel: DMA zone: 3998 pages, LIFO batch:0
    Oct 31 20:14:09 localhost kernel: DMA32 zone: 13246 pages used for memmap
    Oct 31 20:14:09 localhost kernel: DMA32 zone: 847728 pages, LIFO batch:31
    Oct 31 20:14:09 localhost kernel: Normal zone: 3072 pages used for memmap
    Oct 31 20:14:09 localhost kernel: Normal zone: 196608 pages, LIFO batch:31
    Oct 31 20:14:09 localhost kernel: ACPI: PM-Timer IO Port: 0x808
    Oct 31 20:14:09 localhost kernel: ACPI: Local APIC address 0xfee00000
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Oct 31 20:14:09 localhost kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    Oct 31 20:14:09 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Oct 31 20:14:09 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Oct 31 20:14:09 localhost kernel: ACPI: IRQ0 used by override.
    Oct 31 20:14:09 localhost kernel: ACPI: IRQ2 used by override.
    Oct 31 20:14:09 localhost kernel: ACPI: IRQ9 used by override.
    Oct 31 20:14:09 localhost kernel: Using ACPI (MADT) for SMP configuration information
    Oct 31 20:14:09 localhost kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
    Oct 31 20:14:09 localhost kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Oct 31 20:14:09 localhost kernel: nr_irqs_gsi: 40
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xcff70000-0xcff7dfff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xcff7e000-0xcffcffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xcffd0000-0xcfffffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xd0000000-0xfedfffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffefffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xfff00000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: e820: [mem 0xd0000000-0xfedfffff] available for PCI devices
    Oct 31 20:14:09 localhost kernel: Booting paravirtualized kernel on bare hardware
    Oct 31 20:14:09 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Oct 31 20:14:09 localhost kernel: PERCPU: Embedded 29 pages/cpu @ffff88012fc00000 s86528 r8192 d24064 u524288
    Oct 31 20:14:09 localhost kernel: pcpu-alloc: s86528 r8192 d24064 u524288 alloc=1*2097152
    Oct 31 20:14:09 localhost kernel: pcpu-alloc: [0] 0 1 2 3
    Oct 31 20:14:09 localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031931
    Oct 31 20:14:09 localhost kernel: Policy zone: Normal
    Oct 31 20:14:09 localhost kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda10 rw rootfstype=ext4 nmi_watchdog=0 noresume radeon.dpm=1 radeon.audio=0 quiet initrd=../initramfs-linux.img
    Oct 31 20:14:09 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Oct 31 20:14:09 localhost kernel: xsave: enabled xstate_bv 0x3, cntxt size 0x240
    Oct 31 20:14:09 localhost kernel: Checking aperture...
    Oct 31 20:14:09 localhost kernel: No AGP bridge found
    Oct 31 20:14:09 localhost kernel: Calgary: detecting Calgary via BIOS EBDA area
    Oct 31 20:14:09 localhost kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Oct 31 20:14:09 localhost kernel: Memory: 4041048K/4193336K available (5050K kernel code, 799K rwdata, 1696K rodata, 1140K init, 1288K bss, 152288K reserved)
    Oct 31 20:14:09 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Oct 31 20:14:09 localhost kernel: Preemptible hierarchical RCU implementation.
    Oct 31 20:14:09 localhost kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Oct 31 20:14:09 localhost kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Oct 31 20:14:09 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Oct 31 20:14:09 localhost kernel: NR_IRQS:8448 nr_irqs:712 16
    Oct 31 20:14:09 localhost kernel: Console: colour VGA+ 80x25
    Oct 31 20:14:09 localhost kernel: console [tty0] enabled
    Oct 31 20:14:09 localhost kernel: allocated 16777216 bytes of page_cgroup
    Oct 31 20:14:09 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Oct 31 20:14:09 localhost kernel: hpet clockevent registered
    Oct 31 20:14:09 localhost kernel: tsc: Fast TSC calibration using PIT
    Oct 31 20:14:09 localhost kernel: tsc: Detected 2833.302 MHz processor
    Oct 31 20:14:09 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5668.71 BogoMIPS (lpj=9444340)
    Oct 31 20:14:09 localhost kernel: pid_max: default: 32768 minimum: 301
    Oct 31 20:14:09 localhost kernel: Security Framework initialized
    Oct 31 20:14:09 localhost kernel: AppArmor: AppArmor disabled by boot time parameter
    Oct 31 20:14:09 localhost kernel: Yama: becoming mindful.
    Oct 31 20:14:09 localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Oct 31 20:14:09 localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Oct 31 20:14:09 localhost kernel: Mount-cache hash table entries: 256
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys memory
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys devices
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys freezer
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys net_cls
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys blkio
    Oct 31 20:14:09 localhost kernel: CPU: Physical Processor ID: 0
    Oct 31 20:14:09 localhost kernel: CPU: Processor Core ID: 0
    Oct 31 20:14:09 localhost kernel: mce: CPU supports 6 MCE banks
    Oct 31 20:14:09 localhost kernel: CPU0: Thermal monitoring enabled (TM2)
    Oct 31 20:14:09 localhost kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    Oct 31 20:14:09 localhost kernel: Freeing SMP alternatives memory: 20K (ffffffff819e6000 - ffffffff819eb000)
    Oct 31 20:14:09 localhost kernel: ACPI: Core revision 20130517
    Oct 31 20:14:09 localhost kernel: ACPI: All ACPI Tables successfully acquired
    Oct 31 20:14:09 localhost kernel: ftrace: allocating 20100 entries in 79 pages
    Oct 31 20:14:09 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Oct 31 20:14:09 localhost kernel: smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz (fam: 06, model: 17, stepping: 0a)
    Oct 31 20:14:09 localhost kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Oct 31 20:14:09 localhost kernel: ... version: 2
    Oct 31 20:14:09 localhost kernel: ... bit width: 40
    Oct 31 20:14:09 localhost kernel: ... generic registers: 2
    Oct 31 20:14:09 localhost kernel: ... value mask: 000000ffffffffff
    Oct 31 20:14:09 localhost kernel: ... max period: 000000007fffffff
    Oct 31 20:14:09 localhost kernel: ... fixed-purpose events: 3
    Oct 31 20:14:09 localhost kernel: ... event mask: 0000000700000003
    Oct 31 20:14:09 localhost kernel: smpboot: Booting Node 0, Processors #1 #2 #3 OK
    Oct 31 20:14:09 localhost kernel: Brought up 4 CPUs
    Oct 31 20:14:09 localhost kernel: smpboot: Total of 4 processors activated (22675.85 BogoMIPS)
    Oct 31 20:14:09 localhost kernel: devtmpfs: initialized
    Oct 31 20:14:09 localhost kernel: PM: Registering ACPI NVS region [mem 0xcff7e000-0xcffcffff] (335872 bytes)
    Oct 31 20:14:09 localhost kernel: RTC time: 16:44:09, date: 10/31/13
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 16
    Oct 31 20:14:09 localhost kernel: ACPI: bus type PCI registered
    Oct 31 20:14:09 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Oct 31 20:14:09 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Oct 31 20:14:09 localhost kernel: PCI: not using MMCONFIG
    Oct 31 20:14:09 localhost kernel: PCI: Using configuration type 1 for base access
    Oct 31 20:14:09 localhost kernel: bio: create slab <bio-0> at 0
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(Module Device)
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(Processor Device)
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Oct 31 20:14:09 localhost kernel: ACPI: EC: Look up EC in DSDT
    Oct 31 20:14:09 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e0d0 00235 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e9d0 004B2 (v01 PmRef P001Cst 00003001 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 004B2 (v01 PmRef P001Cst 00003001 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e310 00235 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7ee90 00085 (v01 PmRef P002Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00085 (v01 PmRef P002Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e550 00235 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7ef20 00085 (v01 PmRef P003Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00085 (v01 PmRef P003Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e790 00235 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7efb0 00085 (v01 PmRef P004Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00085 (v01 PmRef P004Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Interpreter enabled
    Oct 31 20:14:09 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    Oct 31 20:14:09 localhost kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Oct 31 20:14:09 localhost kernel: ACPI: Using IOAPIC for interrupt routing
    Oct 31 20:14:09 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Oct 31 20:14:09 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Oct 31 20:14:09 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Oct 31 20:14:09 localhost kernel: ACPI: No dock devices found.
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Oct 31 20:14:09 localhost kernel: acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    Oct 31 20:14:09 localhost kernel: acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    Oct 31 20:14:09 localhost kernel: PCI host bridge to bus 0000:00
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:00.0: [8086:2e20] type 00 class 0x060000
    Oct 31 20:14:09 localhost kernel: DMAR: Forcing write-buffer flush capability
    Oct 31 20:14:09 localhost kernel: DMAR: Disabling IOMMU for graphics on this chipset
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: [8086:2e21] type 01 class 0x060400
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.0: reg 0x20: [io 0xc800-0xc81f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.1: reg 0x20: [io 0xc880-0xc89f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.1: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.2: reg 0x20: [io 0xcc00-0xcc1f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.2: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xfe9ffc00-0xfe9fffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfe9f8000-0xfe9fbfff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.0: reg 0x20: [io 0xc080-0xc09f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.1: reg 0x20: [io 0xc400-0xc41f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.2: reg 0x20: [io 0xc480-0xc49f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfe9ff800-0xfe9ffbff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018a
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x10: [io 0x0000-0x0007]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x14: [io 0x0000-0x0003]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x18: [io 0x0000-0x0007]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x0000-0x0003]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x20: [io 0xff90-0xff9f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x24: [io 0xffa0-0xffaf]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xfe9ff400-0xfe9ff4ff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: [8086:3a26] type 00 class 0x010185
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x10: [io 0xc000-0xc007]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x14: [io 0xbc00-0xbc03]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x18: [io 0xb880-0xb887]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x1c: [io 0xb800-0xb803]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x20: [io 0xb480-0xb48f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x24: [io 0xb400-0xb40f]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: [1002:9460] type 00 class 0x030000
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x18: [mem 0xfeae0000-0xfeaeffff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x20: [io 0xd000-0xd0ff]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfeac0000-0xfeadffff pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: supports D1 D2
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.1: [1002:aa30] type 00 class 0x040300
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfeafc000-0xfeafffff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.1: supports D1 D2
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfea00000-0xfeafffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: [1969:1026] type 00 class 0x020000
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: reg 0x18: [io 0xec00-0xec7f]
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: Enabled 3 GPEs in block 00 to 3F
    Oct 31 20:14:09 localhost kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Oct 31 20:14:09 localhost kernel: Found 1 acpi root devices
    Oct 31 20:14:09 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Oct 31 20:14:09 localhost kernel: vgaarb: loaded
    Oct 31 20:14:09 localhost kernel: vgaarb: bridge control possible 0000:01:00.0
    Oct 31 20:14:09 localhost kernel: PCI: Using ACPI for IRQ routing
    Oct 31 20:14:09 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
    Oct 31 20:14:09 localhost kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Oct 31 20:14:09 localhost kernel: e820: reserve RAM buffer [mem 0xcff70000-0xcfffffff]
    Oct 31 20:14:09 localhost kernel: NetLabel: Initializing
    Oct 31 20:14:09 localhost kernel: NetLabel: domain hash size = 128
    Oct 31 20:14:09 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Oct 31 20:14:09 localhost kernel: NetLabel: unlabeled traffic allowed by default
    Oct 31 20:14:09 localhost kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Oct 31 20:14:09 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Oct 31 20:14:09 localhost kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Oct 31 20:14:09 localhost kernel: Switched to clocksource hpet
    Oct 31 20:14:09 localhost kernel: pnp: PnP ACPI init
    Oct 31 20:14:09 localhost kernel: ACPI: bus type PNP registered
    Oct 31 20:14:09 localhost kernel: system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:01: [dma 4]
    Oct 31 20:14:09 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    Oct 31 20:14:09 localhost kernel: system 00:05: [io 0x0290-0x029f] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:06: [io 0x04d0-0x04d1] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [io 0x0800-0x087f] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [io 0x0500-0x057f] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed08000-0xfed08fff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed50000-0xfed8ffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
    Oct 31 20:14:09 localhost kernel: system 00:09: [mem 0xffc00000-0xffefffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x00100000-0xcfffffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0xe0000000-0xffffffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    Oct 31 20:14:09 localhost kernel: pnp: PnP ACPI: found 13 devices
    Oct 31 20:14:09 localhost kernel: ACPI: bus type PNP unregistered
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 400000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfea00000-0xfeafffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: enabling device (0106 -> 0107)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf03fffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:03: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 8 [mem 0xd0000000-0xdfffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 9 [mem 0xf0000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 2
    Oct 31 20:14:09 localhost kernel: TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    Oct 31 20:14:09 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Oct 31 20:14:09 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Oct 31 20:14:09 localhost kernel: TCP: reno registered
    Oct 31 20:14:09 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Oct 31 20:14:09 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 1
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: Boot video device
    Oct 31 20:14:09 localhost kernel: PCI: CLS 32 bytes, default 64
    Oct 31 20:14:09 localhost kernel: Unpacking initramfs...
    Oct 31 20:14:09 localhost kernel: Freeing initrd memory: 8392K (ffff88007f7ce000 - ffff880080000000)
    Oct 31 20:14:09 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Oct 31 20:14:09 localhost kernel: software IO TLB [mem 0xcbf70000-0xcff70000] (64MB) mapped at [ffff8800cbf70000-ffff8800cff6ffff]
    Oct 31 20:14:09 localhost kernel: Scanning for low memory corruption every 60 seconds
    Oct 31 20:14:09 localhost kernel: audit: initializing netlink socket (disabled)
    Oct 31 20:14:09 localhost kernel: type=2000 audit(1383237849.203:1): initialized
    Oct 31 20:14:09 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Oct 31 20:14:09 localhost kernel: zbud: loaded
    Oct 31 20:14:09 localhost kernel: VFS: Disk quotas dquot_6.5.2
    Oct 31 20:14:09 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Oct 31 20:14:09 localhost kernel: msgmni has been set to 7909
    Oct 31 20:14:09 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Oct 31 20:14:09 localhost kernel: io scheduler noop registered
    Oct 31 20:14:09 localhost kernel: io scheduler deadline registered
    Oct 31 20:14:09 localhost kernel: io scheduler cfq registered (default)
    Oct 31 20:14:09 localhost kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Oct 31 20:14:09 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Oct 31 20:14:09 localhost kernel: intel_idle: does not run on family 6 model 23
    Oct 31 20:14:09 localhost kernel: GHES: HEST is not enabled!
    Oct 31 20:14:09 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Oct 31 20:14:09 localhost kernel: Linux agpgart interface v0.103
    Oct 31 20:14:09 localhost kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    Oct 31 20:14:09 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Oct 31 20:14:09 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Oct 31 20:14:09 localhost kernel: mousedev: PS/2 mouse device common for all mice
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: RTC can wake from S4
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Oct 31 20:14:09 localhost kernel: cpuidle: using governor ladder
    Oct 31 20:14:09 localhost kernel: cpuidle: using governor menu
    Oct 31 20:14:09 localhost kernel: drop_monitor: Initializing network drop monitor service
    Oct 31 20:14:09 localhost kernel: TCP: cubic registered
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 10
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 17
    Oct 31 20:14:09 localhost kernel: Key type dns_resolver registered
    Oct 31 20:14:09 localhost kernel: registered taskstats version 1
    Oct 31 20:14:09 localhost kernel: Magic number: 1:736:743
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: setting system clock to 2013-10-31 16:44:09 UTC (1383237849)
    Oct 31 20:14:09 localhost kernel: Freeing unused kernel memory: 1140K (ffffffff818c9000 - ffffffff819e6000)
    Oct 31 20:14:09 localhost kernel: Write protecting the kernel read-only data: 8192k
    Oct 31 20:14:09 localhost kernel: Freeing unused kernel memory: 1084K (ffff8800014f1000 - ffff880001600000)
    Oct 31 20:14:09 localhost kernel: Freeing unused kernel memory: 352K (ffff8800017a8000 - ffff880001800000)
    Oct 31 20:14:09 localhost systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Oct 31 20:14:09 localhost systemd[1]: Running in initial RAM disk.
    Oct 31 20:14:09 localhost systemd[1]: No hostname configured.
    Oct 31 20:14:09 localhost systemd[1]: Set hostname to <localhost>.
    Oct 31 20:14:09 localhost systemd[1]: Initializing machine ID from random generator.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit local-fs.target, ignoring: Unit local-fs.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit swap.target, ignoring: Unit swap.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit timers.target, ignoring: Unit timers.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit paths.target, ignoring: Unit paths.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit slices.target, ignoring: Unit slices.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Starting -.slice.
    Oct 31 20:14:09 localhost systemd[1]: Created slice -.slice.
    Oct 31 20:14:09 localhost systemd[1]: Starting system.slice.
    Oct 31 20:14:09 localhost systemd[1]: Created slice system.slice.
    Oct 31 20:14:09 localhost systemd[1]: Expecting device dev-sda10.device...
    Oct 31 20:14:09 localhost systemd[1]: Starting Journal Socket.
    Oct 31 20:14:09 localhost systemd[1]: Listening on Journal Socket.
    Oct 31 20:14:09 localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Oct 31 20:14:09 localhost systemd[1]: Starting Journal Service...
    Oct 31 20:14:09 localhost systemd[1]: Started Journal Service.
    Oct 31 20:14:09 localhost systemd-udevd[58]: starting version 208
    Oct 31 20:14:09 localhost systemd-journal[47]: Journal started
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Kernel Socket.
    Oct 31 20:14:09 localhost systemd[1]: Listening on udev Kernel Socket.
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Control Socket.
    Oct 31 20:14:09 localhost systemd[1]: Listening on udev Control Socket.
    Oct 31 20:14:09 localhost systemd[1]: Starting Sockets.
    Oct 31 20:14:09 localhost systemd[1]: Reached target Sockets.
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Coldplug all Devices...
    Oct 31 20:14:09 localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
    Oct 31 20:14:09 localhost systemd[1]: Starting Create static device nodes in /dev...
    Oct 31 20:14:09 localhost systemd[1]: Started Create static device nodes in /dev.
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Kernel Device Manager...
    Oct 31 20:14:09 localhost systemd[1]: Started udev Kernel Device Manager.
    Oct 31 20:14:09 localhost systemd[1]: Started udev Coldplug all Devices.
    Oct 31 20:14:09 localhost systemd[1]: Starting System Initialization.
    Oct 31 20:14:09 localhost systemd[1]: Reached target System Initialization.
    Oct 31 20:14:09 localhost systemd[1]: Starting Basic System.
    Oct 31 20:14:09 localhost systemd[1]: Reached target Basic System.
    Oct 31 20:14:09 localhost kernel: ACPI: bus type USB registered
    Oct 31 20:14:09 localhost kernel: usbcore: registered new interface driver usbfs
    Oct 31 20:14:09 localhost kernel: usbcore: registered new interface driver hub
    Oct 31 20:14:09 localhost kernel: usbcore: registered new device driver usb
    Oct 31 20:14:09 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Oct 31 20:14:09 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
    Oct 31 20:14:09 localhost kernel: ehci-pci: EHCI PCI platform driver
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
    Oct 31 20:14:09 localhost kernel: hub 4-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 4-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
    Oct 31 20:14:09 localhost kernel: [drm] Initialized drm 1.1.0 20060810
    Oct 31 20:14:09 localhost kernel: hub 5-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 5-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
    Oct 31 20:14:09 localhost kernel: hub 6-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 6-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: debug port 1
    Oct 31 20:14:09 localhost kernel: SCSI subsystem initialized
    Oct 31 20:14:09 localhost kernel: ACPI: bus type ATA registered
    Oct 31 20:14:09 localhost kernel: [drm] radeon kernel modesetting enabled.
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9ffc00
    Oct 31 20:14:09 localhost kernel: libata version 3.00 loaded.
    Oct 31 20:14:09 localhost kernel: [drm] initializing kernel modesetting (RV770 0x1002:0x9460 0x1043:0x02B4).
    Oct 31 20:14:09 localhost kernel: [drm] register mmio base: 0xFEAE0000
    Oct 31 20:14:09 localhost kernel: [drm] register mmio size: 65536
    Oct 31 20:14:09 localhost kernel: ATOM BIOS: 9460.11.22.1.5.AS01
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
    Oct 31 20:14:09 localhost kernel: [drm] Detected VRAM RAM=1024M, BAR=256M
    Oct 31 20:14:09 localhost kernel: [drm] RAM width 256bits DDR
    Oct 31 20:14:09 localhost kernel: [TTM] Zone kernel: Available graphics memory: 2026018 kiB
    Oct 31 20:14:09 localhost kernel: [TTM] Initializing pool allocator
    Oct 31 20:14:09 localhost kernel: [TTM] Initializing DMA pool allocator
    Oct 31 20:14:09 localhost kernel: [drm] radeon: 1024M of VRAM memory ready
    Oct 31 20:14:09 localhost kernel: [drm] radeon: 512M of GTT memory ready.
    Oct 31 20:14:09 localhost kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
    Oct 31 20:14:09 localhost kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Oct 31 20:14:09 localhost kernel: hub 7-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 7-0:1.0: 6 ports detected
    Oct 31 20:14:09 localhost kernel: [drm] Loading RV770 Microcode
    Oct 31 20:14:09 localhost kernel: [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: WB enabled
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880127ab8c00
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880127ab8c0c
    Oct 31 20:14:09 localhost kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Oct 31 20:14:09 localhost kernel: [drm] Driver supports precise vblank timestamp query.
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: irq 43 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: radeon: using MSI.
    Oct 31 20:14:09 localhost kernel: [drm] radeon: irq initialized.
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: [drm] ring test on 0 succeeded in 1 usecs
    Oct 31 20:14:09 localhost kernel: [drm] ring test on 3 succeeded in 1 usecs
    Oct 31 20:14:09 localhost kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    Oct 31 20:14:09 localhost kernel: [drm] ib test on ring 3 succeeded in 0 usecs
    Oct 31 20:14:09 localhost kernel: [drm] Radeon Display Connectors
    Oct 31 20:14:09 localhost kernel: [drm] Connector 0:
    Oct 31 20:14:09 localhost kernel: [drm] HDMI-A-1
    Oct 31 20:14:09 localhost kernel: [drm] HPD2
    Oct 31 20:14:09 localhost kernel: [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] DFP1: INTERNAL_UNIPHY
    Oct 31 20:14:09 localhost kernel: [drm] Connector 1:
    Oct 31 20:14:09 localhost kernel: [drm] VGA-1
    Oct 31 20:14:09 localhost kernel: [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] CRT2: INTERNAL_KLDSCP_DAC2
    Oct 31 20:14:09 localhost kernel: [drm] Connector 2:
    Oct 31 20:14:09 localhost kernel: [drm] DIN-1
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] TV1: INTERNAL_KLDSCP_DAC2
    Oct 31 20:14:09 localhost kernel: [drm] Connector 3:
    Oct 31 20:14:09 localhost kernel: [drm] DVI-I-1
    Oct 31 20:14:09 localhost kernel: [drm] HPD1
    Oct 31 20:14:09 localhost kernel: [drm] DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1
    Oct 31 20:14:09 localhost kernel: [drm] DFP2: INTERNAL_KLDSCP_LVTMA
    Oct 31 20:14:09 localhost kernel: [drm] Internal thermal controller with fan control
    Oct 31 20:14:09 localhost kernel: == power state 0 ==
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: boot
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status: c r b
    Oct 31 20:14:09 localhost kernel: == power state 1 ==
    Oct 31 20:14:09 localhost kernel: ui class: performance
    Oct 31 20:14:09 localhost kernel: internal class: none
    Oct 31 20:14:09 localhost kernel: caps: single_disp video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: == power state 2 ==
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: uvd
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 53300 dclk: 40000
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: == power state 3 ==
    Oct 31 20:14:09 localhost kernel: ui class: performance
    Oct 31 20:14:09 localhost kernel: internal class: none
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: == power state 4 ==
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: acpi
    Oct 31 20:14:09 localhost kernel: caps:
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: switching from power state:
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: boot
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status: c b
    Oct 31 20:14:09 localhost kernel: switching to power state:
    Oct 31 20:14:09 localhost kernel: ui class: performance
    Oct 31 20:14:09 localhost kernel: internal class: none
    Oct 31 20:14:09 localhost kernel: caps: single_disp video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status: r
    Oct 31 20:14:09 localhost kernel: [drm] radeon: dpm initialized
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7

    OK, I found a solution for this problem after fiddling with my fstab. Trick is to let Systemd mount partitions when necessary and do its business during boot like explained here in Arch wiki: https://wiki.archlinux.org/index.php/Im … tem_mounts
    $ nano /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    /dev/sda8 /boot ext4 defaults,noatime,noauto,x-systemd.automount 0 2
    /dev/sda9 none swap defaults,noauto,x-systemd.automount 0 0
    # /dev/sda10 / ext4 defaults,noatime,noauto,x-systemd.automount 0 1
    /dev/sda11 /home ext4 defaults,noatime,noauto,x-systemd.automount 0 2
    Now my boot time is reduced from 28secs to 9secs without any SSD card or Readahead like software involved:
    $ systemd-analyze && systemd-analyze blame
    Startup finished in 229ms (kernel) + 2.544s (initrd) + 7.181s (userspace) = 9.954s
    2.275s systemd-vconsole-setup.service
    743ms systemd-logind.service
    559ms dev-mqueue.mount
    538ms sys-kernel-config.mount
    538ms sys-kernel-debug.mount
    536ms powermanagement.service
    498ms kmod-static-nodes.service
    493ms polkit.service
    483ms dev-hugepages.mount
    456ms systemd-sysctl.service
    402ms systemd-tmpfiles-setup.service
    398ms upower.service
    379ms udisks2.service
    332ms systemd-random-seed.service
    269ms systemd-tmpfiles-setup-dev.service
    261ms systemd-journal-flush.service
    233ms systemd-user-sessions.service
    208ms systemd-udev-trigger.service
    177ms systemd-udevd.service
    156ms [email protected]
    113ms [email protected]
    52ms systemd-update-utmp.service
    47ms systemd-remount-fs.service
    38ms home.mount
    4ms alsa-restore.service
    $ systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @7.181s
    └─multi-user.target @7.181s
    └─systemd-logind.service @6.437s +743ms
    └─basic.target @6.436s
    └─timers.target @6.434s
    └─systemd-tmpfiles-clean.timer @6.434s
    └─sysinit.target @2.986s
    └─systemd-vconsole-setup.service @711ms +2.275s
    └─systemd-journald.socket
    └─-.mount
    └─system.slice
    └─-.slice

Maybe you are looking for

  • Archiving pdf-document in external store ?

    hi there, i have a projekt, where i have to archive pdf-files on a external archive (ixos). i use the FM 'ARCHIV_CREATE_SYNCHRON_META' to archive the pdf-files. the big problem is the following: the name of the original pdf-file is not saved. there i

  • Flv video stolen off website

    So, I am stumped. I uploaded a flv video using Dreamweaver onto my website. It seems that someone was able to steal a copy of the video straight from the site. I didn't think this is possible since it was a Flash video. Does anyone know of an added s

  • Error in J1INCHLN for internal number range

    Dear Experts, I am getting the below error when I am executing J1INCHLN. I checked J1INUMBER but of no use. Number range for 2008 is maintained. I am not able to maintain number range for 2009. Kindly guide. Number range for internal challan numbers

  • ITunes and Norton Internet Securities Fix

    I have had the same problems with iTunes as everybody else.Installed fine but will not open.This was due to NIS blocking iTunes(and many other programs) from accessing the internet.This is what I did with the help from symantec; 1. open nis 2. Select

  • Bizarre repeating error message

    I regularly get the following error message: "The application NASCAR DashboardClient quit unexpectedly" with the option to close, report, or reopen. I haven't the foggiest idea what this is referring to. Searching my system, I find nothing. I believe