Subtraction error

running cfmx 7.1 I have a page that formats the output of a
number with a few other numbers subtracted from it. i.e.
the following result has numbers hardcoded instead of my
variables and it results in the same odd behavior.
7294.4 - 4399.05 - 2895.35 = #7294.4 - 4399.05 - 2895.35# The
result is -4.54747350886E-013 instead of 0
If I remove the decimal points off all three numbers, I get
0. If I only subtract one number and not two, I get 2895.35 as the
result. If I set a variable to the first number, then reset the var
to the variable minus the second, then reset it to the var minus
the third, I still get -4.54747350886E-013 instead of 0

That solution only works for the numbers you tested. For
other values, the float rounding bug may appear again.
Anyway, this is a bug that has been discussed in these forums
before.
Please add your voice by reporting it in the
Bug
Reporting Form.
Be sure to add how much time and money this issue has cost
you.

Similar Messages

  • Subtracting Errors Binary Format

    Im currently making an application that takes two numbers and subtracts them
    Everything is going fine the only problem is that if I take two numbers, lets call them A and B and their subtraction C a error occurs.
    For Example:
    A = 5.99
    B = 5.98
    C = 0.009999 is the current result
    I believe the error comes from the subtraction in binary format but how can i fix this binary error?

    I believe at least one, and probably all, of those articles describe multiple approaches for dealing with this issue.
    If you had read my previous comment or even part of any one of the articles, you would know that no, it is not possible to get float or double to exactly represent every possible real number.
    Try this excercise. Imagine a base-2 decimal number system that's just like the base-10 system we're familiar with.
    100.0 = 4
    10.0 = 2
    1. 0 = 1
    0.1 = 1/2
    0.01 = 1/4
    0.001 = 1/8
    etc.
    Now, write a fractional number with that system that is exactly 1/10 in a finite number of bits. Notice how it is impossible, just as it is impossible to represent 1/3 exactly in a finite number of digits base-10.
    Now, read the articles, and decide which approach is best suited to your needs.
    Edited by: jverd on Oct 27, 2008 1:14 PM

  • How to solve decimal subtraction error?

    i heard that 2.0 - 1.1 gives 0.8999999999999999, instead of 0.9 how to solve this can anybody give solution with an example that solves this subtraction
    Thanks in advance

    Thanks for your reply
    accutly i don't want to get round value
    for example 1.0501 - 0.1 gives 0.9500000000000001
    what i need is 0.9501You cannot get that numerical value with float or double.
    You can use double and then use java.text.SimpleDecimalFormat for display. The rounding involved there will let you see the output you want.
    Or, as suggested, you could use BigDecimal.
    SOME THINGS YOU SHOULD KNOW ABOUT FLOATING-POINT ARITHMETIC
    What Every Computer Scientist Should Know About Floating-Point Arithmetic
    Another good (slightly simpler) FP explanation:
    http://mindprod.com/jgloss/floatingpoint.html

  • Low duty circle

    Hallo all,
    I'm trying to a signal generator to produce square wave with adjustable duty cycle, but I find the lower limit of the duty cylce is 0.5, which cannot meet the needs of my experiment. I'd like to know how to further reduce the duty cycle using this function, whether there is a better alternative offered by labview.
    win2s 
    Attachments:
    signal generator.PNG ‏5 KB

    Actually your program can give fine resolution also. The attached file is the result of extracting the array generator from your program.
    The things about it which may be of concern, depending on your final application:
    1. The array size increases twice each iteration of the for loop. This requires memory allocations which may slow the program considerably if the array gets large. My earlier version precalculates the size and allocates the memory for the array once.
    2. The duration or period of each cycle can vary depending on what the user enters for high and low ticks. If the period is to remain constant from cycle to cycle, the fixed period and duty cycle entry mode is less prone to errors. If you want variable length cycles or you trust your user to never make an addition or subtraction error, your method is OK.
    Neither method handles the Initial Low Time very well. Yours always requires the voltage to be zero while mine uses the Low Voltage Level of the last cycle and subtacts the time from it. Similarly, neither method forces a return to zero (or any other predefined level) at the end of the test. Both leave it at the last value written (Low Voltage Level of last cycle). This may not be a concern for your system, but in general is something to think about.
    Lynn
    Attachments:
    Duty Cycle Ticks.vi ‏18 KB

  • Essbase subtraction formula error in outline

    error executing formila [uncovered Accrual] (line 32): invalid object type
    for furmula
    IF("Medco Price Guarantee"==0)          
    IF("KSDATE"==1)          
         IF (@ISMBR(JAN)) "Uncovered Guarantees YTD"->"JAN";     
         ELSEIF (@ISMBR(FEB))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB");
         ELSEIF (@ISMBR(MAR))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR");     
         ELSEIF (@ISMBR(APR))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR");     
         ELSEIF (@ISMBR(MAY))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR" - "MAY");     
         ELSEIF (@ISMBR(JUN))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR" - "MAY" - "JUN");     
         ELSEIF (@ISMBR(JUL))          @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR" - "MAY" - "JUN" - "JUL");
         ELSEIF (@ISMBR(AUG))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR" - "MAY" - "JUN" - "JUL" - "AUG");     
         ELSEIF (@ISMBR(SEP))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR" - "MAY" - "JUN" - "JUL" - "AUG" - "SEP");     
         ELSEIF (@ISMBR(OCT))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR" - "MAY" - "JUN" - "JUL" - "AUG" - "SEP" - "OCT");     
         ELSEIF (@ISMBR(NOV))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR" - "MAY" - "JUN" - "JUL" - "AUG" - "SEP" - "OCT" - "NOV");     
         ELSEIF (@ISMBR(DEC))     @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR" - "MAY" - "JUN" - "JUL" - "AUG" - "SEP" - "OCT" - "NOV" - "DEC");     
    ENDIF                                   
    ENDIF          
    line by line test shows error at ELSEIF (@ISMBR(JUL))          @SUMRANGE("Uncovered Guarantees YTD","JAN" - "FEB" -"MAR" - "APR" - "MAY" - "JUN" - "JUL");
    need to subtract Uncovered Guarantees YTD" by the months

    Hello,
    There are many errors :
    First :
    The function @SUMRANGE needs a range of value, meaning a set of value. Here period.
    You can for example make a sum from Jan TO Feb by writing "Jan":"Feb"
    It will be something like that
    IF("Medco Price Guarantee"==0)     
    IF("KSDATE"==1)     
    IF (@ISMBR(JAN)) "Uncovered Guarantees YTD"->"JAN";     
    ELSEIF (@ISMBR(FEB))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"FEB");
    ELSEIF (@ISMBR(MAR))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"MAR");     
    ELSEIF (@ISMBR(APR))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"APR");     
    ELSEIF (@ISMBR(MAY))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"MAY");     
    ELSEIF (@ISMBR(JUN))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"JUN");     
    ELSEIF (@ISMBR(JUL))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"JUL");
    ELSEIF (@ISMBR(AUG))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"AUG");     
    ELSEIF (@ISMBR(SEP))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"SEP");     
    ELSEIF (@ISMBR(OCT))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"OCT");     
    ELSEIF (@ISMBR(NOV))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"NOV");     
    ELSEIF (@ISMBR(DEC))     @SUMRANGE("Uncovered Guarantees YTD","JAN":"DEC");     
    ENDIF     
    ENDIF     
    Second :
    You have 3 IF and only 2 ENDIF, so it misses one at the end.
    Or if "Medco Price Guarantee" and "KSDATE" are on same dimensions, you can summarize in only one IF by
    IF(("Medco Price Guarantee"==0) AND ("KSDATE"==1))
    In that case only 2 Endif will be enough.
    Finally for your algorithm, you want to substract to JAN all month to the current month. The formula would be:
    IF("Medco Price Guarantee"==0)     
    IF("KSDATE"==1)     
    IF (@ISMBR(JAN)) "Uncovered Guarantees YTD"->"JAN";     
    ELSEIF (@ISMBR(FEB))     "Uncovered Guarantees YTD"->"JAN" - "Uncovered Guarantees YTD"->"FEB";
    ELSEIF (@ISMBR(MAR))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"MAR");     
    ELSEIF (@ISMBR(APR))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"APR");     
    ELSEIF (@ISMBR(MAY))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"MAY");     
    ELSEIF (@ISMBR(JUN))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"JUN");     
    ELSEIF (@ISMBR(JUL))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"JUL");
    ELSEIF (@ISMBR(AUG))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"AUG");     
    ELSEIF (@ISMBR(SEP))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"SEP");     
    ELSEIF (@ISMBR(OCT))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"OCT");     
    ELSEIF (@ISMBR(NOV))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"NOV");     
    ELSEIF (@ISMBR(DEC))     "Uncovered Guarantees YTD"->"JAN" - @SUMRANGE("Uncovered Guarantees YTD","FEB":"DEC");     
    ENDIF
    ENDIF     
    ENDIF     
    Regards

  • Form Error with Subtraction?

    I'm doing the following simple calcuation:
    Round(Row15.NumericField2-Row12.NumericField19)
    but I keep getting an error saying that accessor Row12.NumericField19 is unknown?
    I'm confused, does it have something to do with the subtraction?
    Thanks for the help!

    Row12 and Row14 are defined to repeat row for each data item, as depicted below for Row12. I am not sure if those settings are intentional. If they are not, un-checking the property will enable the calculation successfully.
    Steve

  • Error by subtracting 2 columns  (SQL results-Cube Results)

    Hi,
    I am running a report, where i compare the number of room nights by resort and month for 2011, with the number of room nights generated with a SQL script.
    It is not a problem generating a column in the same report showing the number of room nights from SQL, but when I add a column to calculate the variance, get the below error:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 22818, message: ORA-22818: subquery expressions not allowed here at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    SQL Issued: SELECT Resort.Resort saw_0, Time."Month" saw_1, Time."Date Order" saw_2, "Non Revenue Facts".Rooms saw_3, "Non Revenue Facts".Stays saw_4, "Non Revenue Facts"."Arrival Adults" saw_5, evaluate('(select sum(stay_rooms) from reservation_stat_daily where to_char(business_date,''RR'')=''11'' and to_char(business_date,''Mon-RR'')=%1 and resort=%2 )', Time."Month",Resort.Resort) saw_6, CAST(evaluate('(select sum(stay_rooms) from reservation_stat_daily where to_char(business_date,''RR'')=''11'' and to_char(business_date,''Mon-RR'')=%1 and resort=%2 )', Time."Month",Resort.Resort)as DOUBLE)-"Non Revenue Facts".Rooms saw_7 FROM RESV_HISTORY WHERE (Time."Year" = '2011') ORDER BY saw_2
    Without the variance column, it is working fine:
    SELECT Resort.Resort saw_0, Time."Month" saw_1, Time."Date Order" saw_2, "Non Revenue Facts".Rooms saw_3, "Non Revenue Facts".Stays saw_4, "Non Revenue Facts"."Arrival Adults" saw_5, evaluate('(select sum(stay_rooms) from reservation_stat_daily where to_char(business_date,''RR'')=''11'' and to_char(business_date,''Mon-RR'')=%1 and resort=%2 )', Time."Month",Resort.Resort) saw_6 FROM RESV_HISTORY WHERE (Time."Year" = '2011') ORDER BY saw_2
    Any idea?
    Regards
    G.

    Hi G,
    The EVALUATE() is only to call any DB level functions from BI Server. So, I guess the issue is with the SQL Statement that you are asking the DB to execute through EVALUATE().
    I think you may want to try creating a .rpd based column for your select and see.
    Hope this helps.
    Thank you,
    Dhar

  • Error in Image subtract

    I have two images and I apply IMAQ subtract among these two. Image 1 is much brighter in intensity with respect to Image 2. But, I see a complete black image after the IMAQ subtraction. How can this happen.
    Abhilash S Nair
    Research Assistant @ Photonic Devices and Systems lab
    [ LabView professional Development System - Version 11.0 - 32-bit ]
    LabView Gear:
    1. NI PXI-7951R & NI 5761
    2. The Imaging Source USB 3.0 monochrome camera with trigger : DMK 23UM021
    OPERATING SYSTEM - [ MS windows 7 Home Premium 64-bit SP-1 ]
    CPU - [Intel Core i7-2600 CPU @ 3.40Ghz ]
    MEMORY - [ 16.0 GB RAM ]
    GPU - [ NVIDIA GeForce GT 530 ]
    Solved!
    Go to Solution.
    Attachments:
    Subtract_Images-DEV-2.vi ‏56 KB
    Back=up.zip ‏544 KB

    Image 2 subtracted from Image 1. No it is not zero. I removed the write IMAQ 2.vi and checked the images in the VI front panel. I can see the images. But when I write it to a file (bmp, jpeg, tiff or png) I see only black image.
    Abhilash S Nair
    Research Assistant @ Photonic Devices and Systems lab
    [ LabView professional Development System - Version 11.0 - 32-bit ]
    LabView Gear:
    1. NI PXI-7951R & NI 5761
    2. The Imaging Source USB 3.0 monochrome camera with trigger : DMK 23UM021
    OPERATING SYSTEM - [ MS windows 7 Home Premium 64-bit SP-1 ]
    CPU - [Intel Core i7-2600 CPU @ 3.40Ghz ]
    MEMORY - [ 16.0 GB RAM ]
    GPU - [ NVIDIA GeForce GT 530 ]
    Attachments:
    Subtract_Images-DEV-2.vi ‏53 KB
    Back=up.zip ‏544 KB

  • How do I/Do I need to fix "ata#.00 status { DRDY }" error?

    I've got an old server that used to be running windows that I have received to set up with linux for myself.  As I was working with it, I remembered that I had an old computer that I was just going to trash/give away anyways, of which many components would be better.  I have since set up a computer that's a mash of components between the two and everything seems to run perfectly except for one problem: I keep getting this error: (Where "#" is either 2, 3, or 4)
    ata#.00: exception Emask 0x50 SAct 0x0 SErr 0x48900 action 0x6 frozen
    ata#: SError: {UnrecovData HostInt 10B8B Handshk }
    ata#.00: failed command WRITE DMA
    ata#.00: cmd ca/00:88:9f:ca:8d/00:00:00:00:00/e8 tag 0 dma 69632 out
    res 50/00:88:9f:ca:8d/00:00:9e:c9:8d/e8 Emask 0x50 (AtA bus error)
    ata#.00: status: { DRDY }
    This error occurred once for each of the three numbers (which also happens to correspond to the three sata ports my HDs are plugged into): 2 and 3 while I was using dd to zero them (I zeroed all three but 4 didn't give any errors), and 4 just after installing grub onto a mirror raid composing of HDs 2 and 3. 
    All of the HDs originally used IDE so I used a converted to switch them (Model number CB-IS100)
    Additionally, when deconstructing the computers, one of the sata cables tore the first female connector out of the motherboard (hence why they start at 2), but while I know that's not preferable, I don't think it would cause this error.
    Finally, this motherboard was in a computer that had, as far as I could tell, a poor power supply that cause it to reboot when using a lot of CPU power.
    My question is really this: Will this cause any major problems or can I ignore it?  Also, is there anything I can do to fix it?
    This is my dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-i686-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Oct 19 00:29:46 CEST 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000987ff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000098800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfedf7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cfedf800-0x00000000cfedffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cfee0000-0x00000000cfee2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cfee3000-0x00000000cfeeffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cfef0000-0x00000000cfefffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: HP Pavilion 061 ER879AA-ABA M7457C/EMERY, BIOS 3.15 06/23/2006
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0xcfedf max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0CFF00000 mask FFFF00000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f5f80-0x000f5f8f] mapped at [c00f5f80]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
    [ 0.000000] Base memory trampoline at [c0094000] 94000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x00877000, 0x00877fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x7ef2f000-0x7fffffff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x3672d000-0x377fddaf]
    [ 0.000000] Move RAMDISK from [mem 0x7ef2f000-0x7ffffdaf] to [mem 0x3672d000-0x377fddaf]
    [ 0.000000] ACPI: RSDP 000f82e0 00014 (v00 HP-CPC)
    [ 0.000000] ACPI: RSDT cfee3040 00030 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP cfee30c0 00074 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT cfee3180 0505D (v01 HP-CPC AWRDACPI 00001000 MSFT 0100000E)
    [ 0.000000] ACPI: FACS cfee0000 00040
    [ 0.000000] ACPI: MCFG cfee8340 0003C (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC cfee8240 00084 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 2438MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x00878000, 0x00878fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0xcfedefff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00097fff]
    [ 0.000000] node 0: [mem 0x00100000-0xcfedefff]
    [ 0.000000] On node 0 totalpages: 851574
    [ 0.000000] free_area_init_node: node 0, pgdat c06d7740, node_mem_map f4d2d020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3991 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 4878 pages used for memmap
    [ 0.000000] HighMem zone: 624353 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00098000-0x00098fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00099000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
    [ 0.000000] e820: [mem 0xcff00000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f4ce3000 s33536 r0 d23808 u57344
    [ 0.000000] pcpu-alloc: s33536 r0 d23808 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 849798
    [ 0.000000] Kernel command line: BOOT_IMAGE=boot/i686/vmlinuz archisobasedir=arch archisolabel=ARCH_201311 initrd=boot/i686/archiso.img
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 6813424 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:000cfedf)
    [ 0.000000] Memory: 3346976K/3406296K available (4262K kernel code, 426K rwdata, 1356K rodata, 608K init, 948K bss, 59320K reserved, 2497412K highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc06e9000 - 0xc0781000 ( 608 kB)
    .data : 0xc0529d5e - 0xc06e8a00 (1787 kB)
    .text : 0xc0100000 - 0xc0529d5e (4263 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f4008000 soft=f400a000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 3000.893 MHz processor
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6004.86 BogoMIPS (lpj=10002976)
    [ 0.003342] pid_max: default: 32768 minimum: 301
    [ 0.003402] Security Framework initialized
    [ 0.003416] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003418] Yama: becoming mindful.
    [ 0.003442] Mount-cache hash table entries: 512
    [ 0.003753] Initializing cgroup subsys memory
    [ 0.003767] Initializing cgroup subsys devices
    [ 0.003771] Initializing cgroup subsys freezer
    [ 0.003774] Initializing cgroup subsys net_cls
    [ 0.006675] Initializing cgroup subsys blkio
    [ 0.006723] CPU: Physical Processor ID: 0
    [ 0.006727] CPU: Processor Core ID: 0
    [ 0.006731] mce: CPU supports 4 MCE banks
    [ 0.006745] CPU0: Thermal monitoring enabled (TM1)
    [ 0.006763] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
    tlb_flushall_shift: 6
    [ 0.006919] Freeing SMP alternatives memory: 20K (c0781000 - c0786000)
    [ 0.008197] ACPI: Core revision 20130517
    [ 0.012076] ACPI: All ACPI Tables successfully acquired
    [ 0.013370] ftrace: allocating 19099 entries in 38 pages
    [ 0.023450] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023843] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.057502] smpboot: CPU0: Intel(R) Pentium(R) D CPU 3.00GHz (fam: 0f, model: 06, stepping: 02)
    [ 0.059999] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
    [ 0.059999] ... version: 0
    [ 0.059999] ... bit width: 40
    [ 0.059999] ... generic registers: 18
    [ 0.059999] ... value mask: 000000ffffffffff
    [ 0.059999] ... max period: 0000007fffffffff
    [ 0.059999] ... fixed-purpose events: 0
    [ 0.059999] ... event mask: 000000000003ffff
    [ 0.076727] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083427] CPU 1 irqstacks, hard=f40ce000 soft=f40d8000
    [ 0.006666] Initializing CPU#1
    [ 0.083431] smpboot: Booting Node 0, Processors #1
    [ 0.096604] Brought up 2 CPUs
    [ 0.096610] smpboot: Total of 2 processors activated (12008.72 BogoMIPS)
    [ 0.096819] devtmpfs: initialized
    [ 0.096976] PM: Registering ACPI NVS region [mem 0xcfee0000-0xcfee2fff] (12288 bytes)
    [ 0.100507] RTC time: 20:09:02, date: 05/19/14
    [ 0.100577] NET: Registered protocol family 16
    [ 0.100840] ACPI: bus type PCI registered
    [ 0.100846] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.100944] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
    [ 0.100950] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in E820
    [ 0.100954] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
    [ 0.100956] PCI: Using MMCONFIG for extended config space
    [ 0.100959] PCI: Using configuration type 1 for base access
    [ 0.102090] bio: create slab <bio-0> at 0
    [ 0.102090] ACPI: Added _OSI(Module Device)
    [ 0.102090] ACPI: Added _OSI(Processor Device)
    [ 0.102090] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.102090] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.103853] ACPI: EC: Look up EC in DSDT
    [ 0.110158] ACPI: Interpreter enabled
    [ 0.110189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    [ 0.110213] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.110217] ACPI: Using IOAPIC for interrupt routing
    [ 0.110269] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.110379] ACPI: No dock devices found.
    [ 0.118318] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.118328] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.118332] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.118461] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.118466] acpi PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.118470] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.118474] acpi PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
    [ 0.118478] acpi PNP0A08:00: host bridge window [mem 0xcff00000-0xfebfffff] (ignored)
    [ 0.118481] PCI: root bus 00: using default resources
    [ 0.118486] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.118696] PCI host bridge to bus 0000:00
    [ 0.118703] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.118707] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.118710] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.118725] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
    [ 0.118895] pci 0000:00:01.0: [8086:2771] type 01 class 0x060400
    [ 0.118957] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.119125] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    [ 0.119148] pci 0000:00:1b.0: reg 0x10: [mem 0xfdff8000-0xfdffbfff 64bit]
    [ 0.119231] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.119317] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.119384] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    [ 0.119433] pci 0000:00:1d.0: reg 0x20: [io 0xff00-0xff1f]
    [ 0.119532] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.119597] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    [ 0.119646] pci 0000:00:1d.1: reg 0x20: [io 0xfe00-0xfe1f]
    [ 0.119745] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.119808] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    [ 0.119857] pci 0000:00:1d.2: reg 0x20: [io 0xfd00-0xfd1f]
    [ 0.119955] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.120030] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    [ 0.120079] pci 0000:00:1d.3: reg 0x20: [io 0xfc00-0xfc1f]
    [ 0.120178] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.120251] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    [ 0.120273] pci 0000:00:1d.7: reg 0x10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.120360] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.120440] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.120507] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.120640] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.120712] pci 0000:00:1f.0: [8086:27b0] type 00 class 0x060100
    [ 0.120948] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
    [ 0.120966] pci 0000:00:1f.1: reg 0x10: [io 0x0000-0x0007]
    [ 0.120978] pci 0000:00:1f.1: reg 0x14: [io 0x0000-0x0003]
    [ 0.120990] pci 0000:00:1f.1: reg 0x18: [io 0x0000-0x0007]
    [ 0.121002] pci 0000:00:1f.1: reg 0x1c: [io 0x0000-0x0003]
    [ 0.121014] pci 0000:00:1f.1: reg 0x20: [io 0xfb00-0xfb0f]
    [ 0.121164] pci 0000:00:1f.2: [8086:27c3] type 00 class 0x010400
    [ 0.121185] pci 0000:00:1f.2: reg 0x10: [io 0xfa00-0xfa07]
    [ 0.121196] pci 0000:00:1f.2: reg 0x14: [io 0xf900-0xf903]
    [ 0.121206] pci 0000:00:1f.2: reg 0x18: [io 0xf800-0xf807]
    [ 0.121217] pci 0000:00:1f.2: reg 0x1c: [io 0xf700-0xf703]
    [ 0.121228] pci 0000:00:1f.2: reg 0x20: [io 0xf600-0xf60f]
    [ 0.121238] pci 0000:00:1f.2: reg 0x24: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.121284] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.121418] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    [ 0.121478] pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f]
    [ 0.121706] pci 0000:01:00.0: [10de:0a65] type 00 class 0x030000
    [ 0.121722] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
    [ 0.121737] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.121752] pci 0000:01:00.0: reg 0x1c: [mem 0xee000000-0xefffffff 64bit pref]
    [ 0.121762] pci 0000:01:00.0: reg 0x24: [io 0xdf00-0xdf7f]
    [ 0.121773] pci 0000:01:00.0: reg 0x30: [mem 0xfcf00000-0xfcf7ffff pref]
    [ 0.121887] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
    [ 0.121903] pci 0000:01:00.1: reg 0x10: [mem 0xfcffc000-0xfcffffff]
    [ 0.126691] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.126697] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.126703] pci 0000:00:01.0: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.126709] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
    [ 0.126783] pci 0000:02:01.0: [1106:3044] type 00 class 0x0c0010
    [ 0.126806] pci 0000:02:01.0: reg 0x10: [mem 0xfdeff000-0xfdeff7ff]
    [ 0.126819] pci 0000:02:01.0: reg 0x14: [io 0xef00-0xef7f]
    [ 0.126902] pci 0000:02:01.0: supports D2
    [ 0.126905] pci 0000:02:01.0: PME# supported from D2 D3hot D3cold
    [ 0.126989] pci 0000:02:05.0: [10ec:8169] type 00 class 0x020000
    [ 0.127012] pci 0000:02:05.0: reg 0x10: [io 0xec00-0xecff]
    [ 0.127025] pci 0000:02:05.0: reg 0x14: [mem 0xfdefe000-0xfdefe0ff]
    [ 0.127075] pci 0000:02:05.0: reg 0x30: [mem 0xfdec0000-0xfdedffff pref]
    [ 0.127109] pci 0000:02:05.0: supports D1 D2
    [ 0.127113] pci 0000:02:05.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.127196] pci 0000:02:08.0: [8086:27dc] type 00 class 0x020000
    [ 0.127218] pci 0000:02:08.0: reg 0x10: [mem 0xfdefd000-0xfdefdfff]
    [ 0.127230] pci 0000:02:08.0: reg 0x14: [io 0xee00-0xee3f]
    [ 0.127308] pci 0000:02:08.0: supports D1 D2
    [ 0.127311] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.127410] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode)
    [ 0.127417] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.127423] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.127431] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.127435] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.127448] pci_bus 0000:00: on NUMA node 0
    [ 0.128183] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 15)
    [ 0.128303] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 *12 14 15)
    [ 0.128422] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.128542] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15)
    [ 0.128661] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 *10 11 12 14 15)
    [ 0.128780] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.128900] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.129019] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.129353] ACPI: Enabled 2 GPEs in block 00 to 1F
    [ 0.129366] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.129414] Found 1 acpi root devices
    [ 0.129499] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.129499] vgaarb: loaded
    [ 0.129499] vgaarb: bridge control possible 0000:01:00.0
    [ 0.129499] PCI: Using ACPI for IRQ routing
    [ 0.131455] PCI: pci_cache_line_size set to 64 bytes
    [ 0.131514] e820: reserve RAM buffer [mem 0x00098800-0x0009ffff]
    [ 0.131517] e820: reserve RAM buffer [mem 0xcfedf800-0xcfffffff]
    [ 0.131681] NetLabel: Initializing
    [ 0.131684] NetLabel: domain hash size = 128
    [ 0.131686] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.131709] NetLabel: unlabeled traffic allowed by default
    [ 0.131784] Switched to clocksource refined-jiffies
    [ 0.141221] pnp: PnP ACPI init
    [ 0.141249] ACPI: bus type PNP registered
    [ 0.141516] system 00:00: [io 0x04d0-0x04d1] has been reserved
    [ 0.141521] system 00:00: [io 0x0800-0x087f] has been reserved
    [ 0.141526] system 00:00: [io 0x0880-0x088f] has been reserved
    [ 0.141533] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.141554] pnp 00:01: [dma 4]
    [ 0.141597] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.141664] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.141714] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.141773] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.142316] pnp 00:05: [dma 3]
    [ 0.142386] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (active)
    [ 0.142549] system 00:06: [io 0x0400-0x04bf] has been reserved
    [ 0.142556] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.142624] pnp 00:07: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.143002] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.143009] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.143327] system 00:09: [mem 0x000d4800-0x000d7fff] has been reserved
    [ 0.143339] system 00:09: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.143344] system 00:09: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.143349] system 00:09: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.143353] system 00:09: [mem 0xcfee0000-0xcfefffff] could not be reserved
    [ 0.143357] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.143361] system 00:09: [mem 0x00100000-0xcfedffff] could not be reserved
    [ 0.143365] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.143370] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.143374] system 00:09: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.143378] system 00:09: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.143382] system 00:09: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.143387] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.143401] pnp: PnP ACPI: found 10 devices
    [ 0.143404] ACPI: bus type PNP unregistered
    [ 0.181586] Switched to clocksource acpi_pm
    [ 0.181620] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.181626] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.181632] pci 0000:00:01.0: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.181637] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
    [ 0.181644] pci 0000:00:1e.0: PCI bridge to [bus 02]
    [ 0.181649] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.181655] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.181797] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.181804] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.181808] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.181812] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.181815] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfcffffff]
    [ 0.181819] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xefffffff 64bit pref]
    [ 0.181823] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.181826] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.181830] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
    [ 0.181833] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.181886] NET: Registered protocol family 2
    [ 0.182168] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.182210] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.182250] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.182288] TCP: reno registered
    [ 0.182293] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.182304] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.182388] NET: Registered protocol family 1
    [ 0.182388] pci 0000:01:00.0: Boot video device
    [ 0.182388] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
    [ 0.182388] PCI: CLS 32 bytes, default 64
    [ 0.182388] Unpacking initramfs...
    [ 3.767636] Freeing initrd memory: 17220K (f672d000 - f77fe000)
    [ 3.767832] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
    [ 3.767836] apm: disabled - APM is not SMP safe.
    [ 3.767883] Scanning for low memory corruption every 60 seconds
    [ 3.768350] audit: initializing netlink socket (disabled)
    [ 3.768369] type=2000 audit(1400530145.763:1): initialized
    [ 3.783776] bounce pool size: 64 pages
    [ 3.783794] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 3.786252] zbud: loaded
    [ 3.786379] VFS: Disk quotas dquot_6.5.2
    [ 3.786456] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 3.786770] msgmni has been set to 1692
    [ 3.787189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 3.787246] io scheduler noop registered
    [ 3.787250] io scheduler deadline registered
    [ 3.787303] io scheduler cfq registered (default)
    [ 3.787440] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 3.787553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 3.787585] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 3.787808] GHES: HEST is not enabled!
    [ 3.787828] isapnp: Scanning for PnP cards...
    [ 4.143916] isapnp: No Plug & Play device found
    [ 4.144002] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 4.144834] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 4.393708] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 4.393902] mousedev: PS/2 mouse device common for all mice
    [ 4.394026] rtc_cmos 00:02: RTC can wake from S4
    [ 4.394188] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 4.394220] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram
    [ 4.394271] cpuidle: using governor ladder
    [ 4.394275] cpuidle: using governor menu
    [ 4.394354] drop_monitor: Initializing network drop monitor service
    [ 4.394463] TCP: cubic registered
    [ 4.394689] NET: Registered protocol family 10
    [ 4.394926] NET: Registered protocol family 17
    [ 4.394941] Key type dns_resolver registered
    [ 4.395148] Using IPI No-Shortcut mode
    [ 4.395277] PM: Hibernation image not present or could not be loaded.
    [ 4.395295] registered taskstats version 1
    [ 4.395849] Magic number: 14:160:195
    [ 4.395919] rtc_cmos 00:02: setting system clock to 2014-05-19 20:09:06 UTC (1400530146)
    [ 4.396373] Freeing unused kernel memory: 608K (c06e9000 - c0781000)
    [ 4.396483] Write protecting the kernel text: 4264k
    [ 4.396526] Write protecting the kernel read-only data: 1360k
    [ 4.409586] systemd-udevd[47]: starting version 208
    [ 4.441220] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 4.441231] ACPI: Power Button [PWRB]
    [ 4.441342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 4.441349] ACPI: Power Button [PWRF]
    [ 4.453112] Linux agpgart interface v0.103
    [ 4.456375] [drm] Initialized drm 1.1.0 20060810
    [ 4.458668] wmi: Mapper loaded
    [ 4.464289] ACPI: bus type USB registered
    [ 4.464341] usbcore: registered new interface driver usbfs
    [ 4.464366] usbcore: registered new interface driver hub
    [ 4.465442] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.465645] r8169 0000:02:05.0 (unregistered net_device): not PCI Express
    [ 4.466029] r8169 0000:02:05.0 eth0: RTL8110s at 0xf850e000, 00:1e:2a:c2:08:13, XID 04000000 IRQ 17
    [ 4.466034] r8169 0000:02:05.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
    [ 4.466473] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    [ 4.466476] e100: Copyright(c) 1999-2006 Intel Corporation
    [ 4.468849] SCSI subsystem initialized
    [ 4.470129] usbcore: registered new device driver usb
    [ 4.472537] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 4.472967] uhci_hcd: USB Universal Host Controller Interface driver
    [ 4.473145] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 4.473151] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 4.473162] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [ 4.473215] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff00
    [ 4.474467] hub 1-0:1.0: USB hub found
    [ 4.474476] hub 1-0:1.0: 2 ports detected
    [ 4.476265] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 4.476273] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 4.476283] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    [ 4.476285] ehci-pci: EHCI PCI platform driver
    [ 4.476334] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fe00
    [ 4.477340] ACPI: bus type ATA registered
    [ 4.478267] hub 2-0:1.0: USB hub found
    [ 4.478276] hub 2-0:1.0: 2 ports detected
    [ 4.478975] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 4.479324] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 4.479335] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 3
    [ 4.483257] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 4.483270] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfdfff000
    [ 4.483319] libata version 3.00 loaded.
    [ 4.490116] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 4.490318] hub 3-0:1.0: USB hub found
    [ 4.490328] hub 3-0:1.0: 8 ports detected
    [ 4.497666] e100 0000:02:08.0 eth1: addr 0xfdefd000, irq 20, MAC addr 00:17:31:0e:7b:1b
    [ 4.498311] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0a8280a2
    [ 4.498316] nouveau [ DEVICE][0000:01:00.0] Chipset: GT218 (NVA8)
    [ 4.498320] nouveau [ DEVICE][0000:01:00.0] Family : NV50
    [ 4.499944] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image...
    [ 4.513467] hub 1-0:1.0: USB hub found
    [ 4.513476] hub 1-0:1.0: 2 ports detected
    [ 4.536751] hub 2-0:1.0: USB hub found
    [ 4.536759] hub 2-0:1.0: 2 ports detected
    [ 4.537041] ata_piix 0000:00:1f.1: version 2.13
    [ 4.537215] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 4.538319] scsi0 : ata_piix
    [ 4.539121] scsi1 : ata_piix
    [ 4.539242] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfb00 irq 14
    [ 4.539246] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfb08 irq 15
    [ 4.539349] ahci 0000:00:1f.2: version 3.0
    [ 4.539518] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 4.539607] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl RAID mode
    [ 4.539612] ahci 0000:00:1f.2: flags: 64bit ncq led clo
    [ 4.539618] ahci 0000:00:1f.2: setting latency timer to 64
    [ 4.540696] scsi2 : ahci
    [ 4.540853] scsi3 : ahci
    [ 4.540977] scsi4 : ahci
    [ 4.541096] scsi5 : ahci
    [ 4.541226] ata3: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe100 irq 41
    [ 4.541231] ata4: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe180 irq 41
    [ 4.541235] ata5: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe200 irq 41
    [ 4.541239] ata6: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe280 irq 41
    [ 4.541389] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 4.541395] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 4.541406] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 4.541450] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fd00
    [ 4.541676] hub 4-0:1.0: USB hub found
    [ 4.541683] hub 4-0:1.0: 2 ports detected
    [ 4.541931] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 4.541937] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 4.541946] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 4.541985] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fc00
    [ 4.542120] ata2: port disabled--ignoring
    [ 4.542317] hub 5-0:1.0: USB hub found
    [ 4.542325] hub 5-0:1.0: 2 ports detected
    [ 4.563395] firewire_ohci 0000:02:01.0: added OHCI v1.0 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 4.574546] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid
    [ 4.574552] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN
    [ 4.574662] nouveau [ VBIOS][0000:01:00.0] BIT signature found
    [ 4.574667] nouveau [ VBIOS][0000:01:00.0] version 70.18.36.00.00
    [ 4.575237] nouveau [ PFB][0000:01:00.0] RAM type: DDR2
    [ 4.575243] nouveau [ PFB][0000:01:00.0] RAM size: 512 MiB
    [ 4.575247] nouveau [ PFB][0000:01:00.0] ZCOMP: 960 tags
    [ 4.713759] ata1.00: ATAPI: TSSTcorpCD/DVDW TS-H652L, 0803, max UDMA/33
    [ 4.743671] ata1.00: configured for UDMA/33
    [ 4.744629] scsi 0:0:0:0: CD-ROM TSSTcorp CD/DVDW TS-H652L 0803 PQ: 0 ANSI: 5
    [ 4.770051] tsc: Refined TSC clocksource calibration: 3000.853 MHz
    [ 4.860047] ata3: SATA link down (SStatus 0 SControl 300)
    [ 5.020046] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.020077] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.021034] ata5.00: ATA-6: WDC WD800BB-00JHC0, 05.01C05, max UDMA/100
    [ 5.021039] ata5.00: 156301488 sectors, multi 0: LBA
    [ 5.021915] ata5.00: configured for UDMA/100
    [ 5.023691] ata4.00: ATA-6: WDC WD800BB-00JHC0, 05.01C05, max UDMA/100
    [ 5.023695] ata4.00: 156301488 sectors, multi 0: LBA
    [ 5.024602] ata4.00: configured for UDMA/100
    [ 5.024731] scsi 3:0:0:0: Direct-Access ATA WDC WD800BB-00JH 05.0 PQ: 0 ANSI: 5
    [ 5.025019] scsi 4:0:0:0: Direct-Access ATA WDC WD800BB-00JH 05.0 PQ: 0 ANSI: 5
    [ 5.063459] firewire_core 0000:02:01.0: created device fw0: GUID 0011d800009e9dd1, S400
    [ 5.090025] usb 1-1: new low-speed USB device number 2 using uhci_hcd
    [ 5.180043] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.184039] ata6.00: ATA-6: ST380011A, 3.04, max UDMA/100
    [ 5.184044] ata6.00: 156301488 sectors, multi 0: LBA48
    [ 5.188337] ata6.00: configured for UDMA/100
    [ 5.188461] scsi 5:0:0:0: Direct-Access ATA ST380011A 3.04 PQ: 0 ANSI: 5
    [ 5.199621] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 5.199627] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 5.199923] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 5.200185] sd 3:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 5.200346] sd 3:0:0:0: [sda] Write Protect is off
    [ 5.200351] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 5.200393] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.200900] sd 4:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 5.200997] sd 4:0:0:0: [sdb] Write Protect is off
    [ 5.201002] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 5.201043] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.201527] sd 5:0:0:0: [sdc] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 5.201623] sd 5:0:0:0: [sdc] Write Protect is off
    [ 5.201627] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 5.201669] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.207456] sdc: sdc1
    [ 5.207886] sd 5:0:0:0: [sdc] Attached SCSI disk
    [ 5.235174] sda: sda1 sda2 < sda5 >
    [ 5.235744] sd 3:0:0:0: [sda] Attached SCSI disk
    [ 5.237596] sdb: sdb1 sdb2 < sdb5 >
    [ 5.238117] sd 4:0:0:0: [sdb] Attached SCSI disk
    [ 5.260907] hidraw: raw HID events driver (C) Jiri Kosina
    [ 5.277654] usbcore: registered new interface driver usbhid
    [ 5.277659] usbhid: USB HID core driver
    [ 5.280199] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1:1.0/input/input2
    [ 5.280357] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.0-1/input0
    [ 5.770105] Switched to clocksource tsc
    [ 6.481687] nouveau [ PTHERM][0000:01:00.0] FAN control: none / external
    [ 6.481702] nouveau [ PTHERM][0000:01:00.0] fan management: disabled
    [ 6.481708] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes
    [ 6.481900] [TTM] Zone kernel: Available graphics memory: 433706 kiB
    [ 6.481904] [TTM] Zone highmem: Available graphics memory: 1682412 kiB
    [ 6.481907] [TTM] Initializing pool allocator
    [ 6.481924] nouveau [ DRM] VRAM: 512 MiB
    [ 6.481927] nouveau [ DRM] GART: 1048576 MiB
    [ 6.481933] nouveau [ DRM] TMDS table version 2.0
    [ 6.481936] nouveau [ DRM] DCB version 4.0
    [ 6.481940] nouveau [ DRM] DCB outp 00: 01000302 00020030
    [ 6.481944] nouveau [ DRM] DCB outp 01: 02000300 00000000
    [ 6.481948] nouveau [ DRM] DCB outp 03: 02011362 00020010
    [ 6.481951] nouveau [ DRM] DCB outp 04: 01022310 00000000
    [ 6.481954] nouveau [ DRM] DCB conn 00: 00001030
    [ 6.481959] nouveau [ DRM] DCB conn 01: 00202161
    [ 6.481964] nouveau [ DRM] DCB conn 02: 00000200
    [ 6.505501] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.505505] [drm] No driver support for vblank timestamp query.
    [ 6.505631] nouveau [ DRM] 2 available performance level(s)
    [ 6.505637] nouveau [ DRM] 1: core 405MHz shader 810MHz memory 405MHz voltage 900mV
    [ 6.505642] nouveau [ DRM] 3: core 589MHz shader 1402MHz memory 405MHz voltage 1000mV
    [ 6.505646] nouveau [ DRM] c: core 405MHz shader 810MHz memory 405MHz voltage 900mV
    [ 6.531333] nouveau [ DRM] MM: using COPY for buffer copies
    [ 6.581567] nouveau [ DRM] allocated 1280x1024 fb: 0x70000, bo f7015a00
    [ 6.581724] fbcon: nouveaufb (fb0) is primary device
    [ 6.653923] Console: switching to colour frame buffer device 160x64
    [ 6.655952] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
    [ 6.655955] nouveau 0000:01:00.0: registered panic notifier
    [ 6.655962] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 0
    [ 7.082698] ISO 9660 Extensions: RRIP_1991A
    [ 7.168774] loop: module loaded
    [ 8.253583] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 8.355925] device-mapper: uevent: version 1.0.3
    [ 8.356608] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: [email protected]
    [ 8.362693] bio: create slab <bio-1> at 1
    [ 8.386733] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
    [ 10.338096] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 10.417677] systemd[1]: Set hostname to <archiso>.
    [ 10.724871] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 10.724981] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 10.725005] systemd[1]: Starting Remote File Systems.
    [ 10.725151] systemd[1]: Reached target Remote File Systems.
    [ 10.725172] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 10.725323] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 10.725343] systemd[1]: Starting Delayed Shutdown Socket.
    [ 10.725469] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 10.725488] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 10.725627] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 10.725646] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 10.725770] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 10.725790] systemd[1]: Starting Root Slice.
    [ 10.726156] systemd[1]: Created slice Root Slice.
    [ 10.726176] systemd[1]: Starting User and Session Slice.
    [ 10.726413] systemd[1]: Created slice User and Session Slice.
    [ 10.726434] systemd[1]: Starting System Slice.
    [ 10.726647] systemd[1]: Created slice System Slice.
    [ 10.726682] systemd[1]: Starting system-getty.slice.
    [ 10.726921] systemd[1]: Created slice system-getty.slice.
    [ 10.726941] systemd[1]: Starting Slices.
    [ 10.727040] systemd[1]: Reached target Slices.
    [ 10.727064] systemd[1]: Starting Journal Socket.
    [ 10.727235] systemd[1]: Listening on Journal Socket.
    [ 10.727662] systemd[1]: Starting Load Kernel Modules...
    [ 10.728292] systemd[1]: Mounting POSIX Message Queue File System...
    [ 10.880863] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 10.881454] systemd[1]: Starting Journal Service...
    [ 10.882180] systemd[1]: Started Journal Service.
    [ 11.716066] systemd-journald[149]: Vacuuming done, freed 0 bytes
    [ 11.916159] FS-Cache: Loaded
    [ 12.202893] RPC: Registered named UNIX socket transport module.
    [ 12.202899] RPC: Registered udp transport module.
    [ 12.202902] RPC: Registered tcp transport module.
    [ 12.202904] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 12.619444] FS-Cache: Netfs 'nfs' registered for caching
    [ 12.812715] systemd-udevd[181]: starting version 208
    [ 12.905896] systemd-journald[149]: Received request to flush runtime journal from PID 1
    [ 15.580133] thermal LNXTHERM:00: registered as thermal_zone0
    [ 15.580139] ACPI: Thermal Zone [THRM] (40 C)
    [ 15.915160] ACPI: Fan [FAN] (on)
    [ 16.002108] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \PM2S 1 (20130517/utaddress-251)
    [ 16.002119] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \PM1K 2 (20130517/utaddress-251)
    [ 16.002126] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \GPE1 3 (20130517/utaddress-251)
    [ 16.002133] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.002139] ACPI Warning: 0x000004b0-0x000004bf SystemIO conflicts with Region \GPO2 1 (20130517/utaddress-251)
    [ 16.002145] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.002148] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \GPIV 1 (20130517/utaddress-251)
    [ 16.002153] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \GPO_ 2 (20130517/utaddress-251)
    [ 16.002158] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \PALD 3 (20130517/utaddress-251)
    [ 16.002164] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.002166] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 16.342474] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 16.403348] leds_ss4200: no LED devices found
    [ 16.664449] parport_pc 00:05: reported by Plug and Play ACPI
    [ 16.664509] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
    [ 16.686843] systemd-udevd[203]: renamed network interface eth0 to enp2s5
    [ 16.770163] systemd-udevd[209]: renamed network interface eth1 to enp2s8
    [ 17.098798] input: PC Speaker as /devices/platform/pcspkr/input/input3
    [ 17.779883] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 17.780620] ppdev: user-space parallel port driver
    [ 17.849790] microcode: CPU0 sig=0xf62, pf=0x4, revision=0xf
    [ 17.944384] iTCO_vendor_support: vendor-support=0
    [ 17.946278] microcode: CPU1 sig=0xf62, pf=0x4, revision=0xf
    [ 17.947486] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 17.950629] r8169 0000:02:05.0 enp2s5: link down
    [ 17.950649] r8169 0000:02:05.0 enp2s5: link down
    [ 17.950666] IPv6: ADDRCONF(NETDEV_UP): enp2s5: link is not ready
    [ 17.965112] IPv6: ADDRCONF(NETDEV_UP): enp2s8: link is not ready
    [ 18.405080] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 18.405126] iTCO_wdt: Found a ICH7DH TCO device (Version=2, TCOBASE=0x0460)
    [ 18.405284] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 18.872915] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
    [ 19.433622] hda_codec: ALC882: SKU not ready 0x411111f0
    [ 19.445025] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
    [ 19.479013] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
    [ 19.479156] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 19.479804] hda_intel: Disabling MSI
    [ 19.479816] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 20.178014] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
    [ 20.178270] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
    [ 20.178485] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
    [ 20.178696] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
    [44490.433683] md: bind<sda1>
    [44490.446722] md: bind<sdb1>
    [44490.449241] md: raid1 personality registered for level 1
    [44490.450198] md/raid1:md1: not clean -- starting background reconstruction
    [44490.450203] md/raid1:md1: active with 2 out of 2 mirrors
    [44490.450235] md1: detected capacity change from 0 to 75934400512
    [44490.452050] md: resync of RAID array md1
    [44490.452056] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
    [44490.452059] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync.
    [44490.452064] md: using 128k window, over a total of 74154688k.
    [44490.454641] md1: unknown partition table
    [45968.754029] md: md1: resync done.
    [45968.841250] RAID1 conf printout:
    [45968.841254] --- wd:2 rd:2
    [45968.841258] disk 0, wo:0, o:1, dev:sda1
    [45968.841261] disk 1, wo:0, o:1, dev:sdb1
    [47642.847783] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: (null)
    [47687.134362] r8169 0000:02:05.0 enp2s5: link up
    [47687.134376] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s5: link becomes ready
    [47825.775238] usb 3-6: new high-speed USB device number 3 using ehci-pci
    [47825.899362] usb 3-6: unable to get BOS descriptor set
    [47826.017245] usb-storage 3-6:1.0: USB Mass Storage device detected
    [47826.017363] scsi6 : usb-storage 3-6:1.0
    [47826.017504] usbcore: registered new interface driver usb-storage
    [47827.081919] scsi 6:0:0:0: Direct-Access PMAP PQ: 0 ANSI: 4
    [47827.802316] sd 6:0:0:0: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
    [47827.804809] sd 6:0:0:0: [sdd] Write Protect is off
    [47827.804814] sd 6:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [47827.807314] sd 6:0:0:0: [sdd] No Caching mode page found
    [47827.807763] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [47827.816453] sd 6:0:0:0: [sdd] No Caching mode page found
    [47827.816915] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [47827.845089] sdd: sdd1
    [47827.851818] sd 6:0:0:0: [sdd] No Caching mode page found
    [47827.852305] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [47827.852776] sd 6:0:0:0: [sdd] Attached SCSI removable disk
    [47901.177187] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [48255.001967] usb 3-6: USB disconnect, device number 3
    [48456.278507] usb 3-6: new high-speed USB device number 4 using ehci-pci
    [48456.402614] usb 3-6: unable to get BOS descriptor set
    [48456.425683] usb-storage 3-6:1.0: USB Mass Storage device detected
    [48456.425763] scsi7 : usb-storage 3-6:1.0
    [48457.491544] scsi 7:0:0:0: Direct-Access PMAP PQ: 0 ANSI: 4
    [48458.209938] sd 7:0:0:0: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
    [48458.212437] sd 7:0:0:0: [sdd] Write Protect is off
    [48458.212442] sd 7:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [48458.214932] sd 7:0:0:0: [sdd] No Caching mode page found
    [48458.215426] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [48458.224684] sd 7:0:0:0: [sdd] No Caching mode page found
    [48458.225143] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [48458.253332] sdd: sdd1
    [48458.265813] sd 7:0:0:0: [sdd] No Caching mode page found
    [48458.266295] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [48458.266755] sd 7:0:0:0: [sdd] Attached SCSI removable disk
    [48470.450341] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [50093.387926] Adding 3930408k swap on /dev/sda5. Priority:-1 extents:1 across:3930408k FS
    [50096.410969] Adding 3930408k swap on /dev/sdb5. Priority:-2 extents:1 across:3930408k FS
    [54374.314336] ata4.00: exception Emask 0x50 SAct 0x0 SErr 0x480900 action 0x6 frozen
    [54374.314836] ata4.00: irq_stat 0x08000000, interface fatal error
    [54374.315323] ata4: SError: { UnrecovData HostInt 10B8B Handshk }
    [54374.315764] ata4.00: failed command: WRITE DMA
    [54374.316198] ata4.00: cmd ca/00:88:9f:ca:8d/00:00:00:00:00/e8 tag 0 dma 69632 out
    res 50/00:00:9e:ca:8d/00:00:9e:c9:8d/e8 Emask 0x50 (ATA bus error)
    [54374.317334] ata4.00: status: { DRDY }
    [54374.318002] ata4: hard resetting link
    [54374.904585] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [54374.906314] ata4.00: configured for UDMA/100
    [54374.906332] ata4: EH complete
    [56161.610355] sdd: detected capacity change from 7918845952 to 0
    [56178.066775] usb 3-6: USB disconnect, device number 4
    [56193.205154] ata6: exception Emask 0x50 SAct 0x0 SErr 0x90800 action 0xe frozen
    [56193.205703] ata6: irq_stat 0x00400000, PHY RDY changed
    [56193.206232] ata6: SError: { HostInt PHYRdyChg 10B8B }
    [56193.206732] ata6: hard resetting link
    [56193.924403] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [56193.932798] ata6.00: configured for UDMA/100
    [56193.932805] ata6: EH complete
    [56195.044927] ata6: exception Emask 0x10 SAct 0x0 SErr 0x90000 action 0xe frozen
    [56195.045472] ata6: irq_stat 0x00400000, PHY RDY changed
    [56195.046003] ata6: SError: { PHYRdyChg 10B8B }
    [56195.046511] ata6: hard resetting link
    [56195.764407] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [56195.772826] ata6.00: configured for UDMA/100
    [56195.772832] ata6: EH complete
    [56217.331067] usb 3-6: new high-speed USB device number 5 using ehci-pci
    [56217.455149] usb 3-6: unable to get BOS descriptor set
    [56217.478526] usb-storage 3-6:1.0: USB Mass Storage device detected
    [56217.478662] scsi8 : usb-storage 3-6:1.0
    [56218.544212] scsi 8:0:0:0: Direct-Access PMAP PQ: 0 ANSI: 4
    [56219.262349] sd 8:0:0:0: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
    [56219.264849] sd 8:0:0:0: [sdd] Write Protect is off
    [56219.264855] sd 8:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [56219.267343] sd 8:0:0:0: [sdd] No Caching mode page found
    [56219.267939] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    [56219.277220] sd 8:0:0:0: [sdd] No Caching mode page found
    [56219.277802] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    [56219.305984] sdd: sdd1
    [56219.318099] sd 8:0:0:0: [sdd] No Caching mode page found
    [56219.318677] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    [56219.319238] sd 8:0:0:0: [sdd] Attached SCSI removable disk
    [56234.556099] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    Edit: Just after I took out my flashdrive, when I accidentally bumped one of the HDs, this popped up:
    [56193.205154] ata6: exception Emask 0x50 SAct 0x0 SErr 0x90800 action 0xe frozen
    [56193.205703] ata6: irq_stat 0x00400000, PHY RDY changed
    [56193.206232] ata6: SError: { HostInt PHYRdyChg 10B8B }
    [56193.206732] ata6: hard resetting link
    [56193.924403] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [56193.932798] ata6.00: configured for UDMA/100
    [56193.932805] ata6: EH complete
    [56195.044927] ata6: exception Emask 0x10 SAct 0x0 SErr 0x90000 action 0xe frozen
    [56195.045472] ata6: irq_stat 0x00400000, PHY RDY changed
    [56195.046003] ata6: SError: { PHYRdyChg 10B8B }
    [56195.046511] ata6: hard resetting link
    Last edited by Dornith (2014-05-20 16:08:40)

    http://ww2.cs.fsu.edu/~rosentha/linux/2.6.26.5/docs/DocBook/libata/ch07.html#excatATAbusErr wrote:
    ATA bus error means that data corruption occurred during transmission over ATA bus (SATA or PATA). This type of errors can be indicated by
    ICRC or ABRT error as described in the section called “ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION)”.
    Controller-specific error completion with error information indicating transmission error.
    On some controllers, command timeout. In this case, there may be a mechanism to determine that the timeout is due to transmission error.
    Unknown/random errors, timeouts and all sorts of weirdities.
    As described above, transmission errors can cause wide variety of symptoms ranging from device ICRC error to random device lockup, and, for many cases, there is no way to tell if an error condition is due to transmission error or not; therefore, it's necessary to employ some kind of heuristic when dealing with errors and timeouts. For example, encountering repetitive ABRT errors for known supported command is likely to indicate ATA bus error.
    Once it's determined that ATA bus errors have possibly occurred, lowering ATA bus transmission speed is one of actions which may alleviate the problem.
    I'd also add; make sure you have good backups when ATA errors are frequent

  • Error message with PCR.

    The logic of PCR is as follows :
    Compute 15% of /117.And assign this to WT 1223.
    Compute 27% of /117
    Subtract Wt /3F4,MF10,9805,9809 and 9810 from 27% of /117.Assign this to WT 1224.
    I have written a PCR which is giving an output error message :
    ****Variable ZVAR does not exist in table VAR                                             *   ZX      
    I have written a PCR with following code
        " /117 Superannuation Basis                       
            TABLEP0185 Read table fields                  
          " VARGBICTYP Tab.field VVVVV v.ky               
            " ZX                                          
                ZERO= RNA  AmtNumRteTime = 0              
                AMT=  /117 Set                            
                AMT*0.15   Multiplication                 
                ZERO=&ZVAR VVVV Set zero                  
                ADDWT&ZVAR VAR  Variable table            
                ADDWT 1223 OT   Output table              
                ZERO= RNA  AmtNumRteTime = 0              
                AMT=  /117 Set                            
                AMT*0.27   Multiplication                 
                ZERO=&ZVA1 VVVV Set zero                  
                ADDWT&ZVA1 VAR  Variable table            
                PRINT&ZVA1 Print variable VVVV            
                ZERO= RNA  AmtNumRteTime = 0              
                AMT=  /3F4 Set                            
                AMT+  MF10 Addition                       
                AMT+  9805 Addition                       
                AMT+  9809 Addition                       
                AMT+  9810 Addition                       
                ZERO=&ZVAR VVVV Set zero                  
                ADDWT&ZVAR VAR  Variable table            
                PRINT&ZVAR Print variable VVVV            
                ZERO= RNA  AmtNumRteTime = 0              
                AMT=&ZVA1  Set                            
                AMT-&ZVAR  Subtraction                    
                ADDWT 1224 OT   Output table              
    I am attaching the output from payroll log which is as follows :
    Rule   ESGPCR VaKey    Operation                                                                               
    ZSAN      *            TABLEP0185                                                                            
    ZSAN      *            VARGBICTYP                                                                            
    ZSAN      *   ZX       ZERO= RNA                                                                               
    ZSAN      *   ZX       AMT=  /117                                                                            
    ZSAN      *   ZX       AMT*0.15                                                                               
    ZSAN      *   ZX       ZERO=&ZVAR                                                                            
    ZSAN      *   ZX       ADDWT&ZVAR                                                                            
    ZSAN      *   ZX       NEXTR A                                                                               
    ZSAN      *   ZX       ADDWT 1223                                                                            
    ZSAN      *   ZX       ZERO= RNA                                                                               
    ZSAN      *   ZX       AMT=  /117                                                                            
    ZSAN      *   ZX       AMT*0.27                                                                               
    ZSAN      *   ZX       ZERO=&ZVA1                                                                            
    ZSAN      *   ZX       NEXTR B                                                                               
    ZSAN      *   ZX       ADDWT&ZVA1                                                                            
    ZSAN      *   ZX       PRINT&ZVA1                                                                               
    WType    Rate                         Number                 Amount                                                                               
    ZVA1                     0.00                         0.00               5,751.00                                                                               
    ZSAN      *   ZX       ZERO= RNA                                                                               
    ZSAN      *   ZX       AMT=  /3F4                                                                            
    ZSAN      *   ZX       AMT+  MF10                                                                            
    ZSAN      *   ZX       NEXTR C                                                                               
    ZSAN      *   ZX       AMT+  9805                                                                            
    ZSAN      *   ZX       AMT+  9809                                                                            
    ZSAN      *   ZX       AMT+  9810                                                                            
    ZSAN      *   ZX       ZERO=&ZVAR                                                                            
    ZSAN      *   ZX       ADDWT&ZVAR                                                                            
    ZSAN      *   ZX       NEXTR D                                                                               
    ZSAN      *   ZX       PRINT&ZVAR                                                                            
    ****Variable ZVAR does not exist in table VAR                                             *   ZX       PRINT&ZVAR****
    ZSAN      *   ZX       ZERO= RNA

    Hi
    Other variables are correct, please check, like ZVA1 etc.
    ZERO=&ZVAR VVVV Set zero
    ADDWT&ZVAR VAR Variable table
    In the first lines, you did not maintain print statement. Please check.
    Regards
    Team Member.

  • Veritas NetBackup using backint: error -8020 Reply buffer filled

    Hi All
    I'm trying to configure NetBackup on one of our SAP BW 7.0 system with MaxDB 7.6.00.35 running on Linux. I followed sap help and configure the backint. But when I execute the backup I'm getting the following error.
    Constructed the following reply:
    ERR
    -24920,ERR_BACKUPOP: backup operation was unsuccessful
    The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
    Reply buffer filled.
    following is the dbm.ebp
    2007-06-26 21:35:40
    Setting environment variable 'TEMP' for the directory for temporary files and pipes to default ''.
    Setting environment variable 'TMP' for the directory for temporary files and pipes to default ''.
    Using connection to Backint for MaxDB Interface.
    2007-06-26 21:35:40
    Checking existence and configuration of Backint for MaxDB.
    Using configuration variable 'BSI_ENV' = '/sapdb/data/wrk/BWA/backint/config' as path of the configuration file of Backint for MaxDB.
    Setting environment variable 'BSI_ENV' for the path of the configuration file of Backint for MaxDB to configuration value '/sapdb/data/wrk/BWA/backint/config'.
    Reading the Backint for MaxDB configuration file '/sapdb/data/wrk/BWA/backint/config'.
    Found keyword 'BACKINT' with value '/sapdb/BWA/db/bin/backint'.
    Found keyword 'INPUT' with value '/sapdb/data/wrk/BWA/backint/backint4MAXDB.in'.
    Found keyword 'OUTPUT' with value '/sapdb/data/wrk/BWA/backint/backint4MAXDB.out'.
    Found keyword 'ERROROUTPUT' with value '/sapdb/data/wrk/BWA/backint/backint4MAXDB.err'.
    Found keyword 'PARAMETERFILE' with value '/sapdb/data/wrk/BWA/backint/adapter.para'.
    Found keyword 'TIMEOUT_SUCCESS' with value '600'.
    Found keyword 'TIMEOUT_FAILURE' with value '300'.
    Found keyword 'ORIGINAL_RUNDIRECTORY' with value '/sapdb/data/wrk/BWA/'.
    Finished reading of the Backint for MaxDB configuration file.
    Using '/sapdb/BWA/db/bin/backint' as Backint for MaxDB program.
    Using '/sapdb/data/wrk/BWA/backint/backint4MAXDB.in' as input file for Backint for MaxDB.
    Using '/sapdb/data/wrk/BWA/backint/backint4MAXDB.out' as output file for Backint for MaxDB.
    Using '/sapdb/data/wrk/BWA/backint/backint4MAXDB.err' as error output file for Backint for MaxDB.
    Using '/sapdb/data/wrk/BWA/backint/adapter.para' as parameter file for Backint for MaxDB.
    Using '600' seconds as timeout for Backint for MaxDB in the case of success.
    Using '300' seconds as timeout for Backint for MaxDB in the case of failure.
    Using '/sapdb/data/wrk/BWA/dbm.knl' as backup history of a database to migrate.
    Using '/sapdb/data/wrk/BWA/dbm.ebf' as external backup history of a database to migrate.
    Checking availability of backups using backint's inquire function.
    Check passed successful.
    2007-06-26 21:35:40
    Checking medium.
    Check passed successfully.
    2007-06-26 21:35:40
    Preparing backup.
    Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
    Setting environment variable 'BI_REQUEST' to value 'NEW'.
    Setting environment variable 'BI_BACKUP' to value 'FULL'.
    Constructed Backint for MaxDB call '/sapdb/BWA/db/bin/backint -u BWA -f backup -t file -p /sapdb/data/wrk/BWA/backint/adapter.para -i /sapdb/data/wrk/BWA/backint/backint4MAXD
    B.in -c'.
    Created temporary file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.out' as output for Backint for MaxDB.
    Created temporary file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.err' as error output for Backint for MaxDB.
    Writing '/backup/BWA/BWAPIPE #PIPE' to the input file.
    Prepare passed successfully.
    2007-06-26 21:35:40
    Creating pipes for data transfer.
    Creating pipe '/backup/BWA/BWAPIPE' ... Done.
    All data transfer pipes have been created.
    2007-06-26 21:35:40
    Starting database action for the backup.
    Requesting 'SAVE DATA QUICK TO '/backup/BWA/BWAPIPE' PIPE BLOCKSIZE 8 NO CHECKPOINT MEDIANAME 'BWAPIPE'' from db-kernel.
    The database is working on the request.
    2007-06-26 21:35:40
    Waiting until database has prepared the backup.
    Asking for state of database.
    2007-06-26 21:35:40 Database is still preparing the backup.
    Waiting 1 second ... Done.
    Asking for state of database.
    2007-06-26 21:35:41 Database is still preparing the backup.
    Waiting 2 seconds ... Done.
    Asking for state of database.
    2007-06-26 21:35:43 Database has finished preparation of the backup.
    The database has prepared the backup successfully.
    2007-06-26 21:35:43
    Starting Backint for MaxDB.
    Starting Backint for MaxDB process '/sapdb/BWA/db/bin/backint -u BWA -f backup -t file -p /sapdb/data/wrk/BWA/backint/adapter.para -i /sapdb/data/wrk/BWA/backint/backint4MAXD
    B.in -c >>/sapdb/data/wrk/BWA/backint/backint4MAXDB.out 2>>/sapdb/data/wrk/BWA/backint/backint4MAXDB.err'.
    Process was started successfully.
    Backint for MaxDB has been started successfully.
    2007-06-26 21:35:44
    Waiting for end of the backup operation.
    2007-06-26 21:35:44 The backup tool is running.
    2007-06-26 21:35:44 The database is working on the request.
    2007-06-26 21:35:49 The backup tool is running.
    2007-06-26 21:35:49 The database is working on the request.
    2007-06-26 21:35:59 The backup tool is running.
    2007-06-26 21:35:59 The database is working on the request.
    2007-06-26 21:36:14 The backup tool is running.
    2007-06-26 21:36:14 The database is working on the request.
    2007-06-26 21:36:34 The backup tool is running.
    2007-06-26 21:36:34 The database is working on the request.
    2007-06-26 21:36:41 The backup tool process has finished work with return code 2.
    2007-06-26 21:36:41 The database has finished work on the request.
    Receiving a reply from the database kernel.
    Got the following reply from db-kernel:
    SQL-Code :-8020
    Date :20070626
    Time :00213542
    Database :BWA
    Server :s254176rg04
    KernelVersion :Kernel 7.6.00 Build 035-123-139-084
    PagesTransfered :131072
    PagesLeft :2847194
    MediaName :BWAPIPE
    Location :/backup/BWA/BWAPIPE
    Errortext :end of file
    Label :DAT_000000025
    IsConsistent :true
    FirstLogPageNo :1777329
    DBStamp1Date :20070626
    DBStamp1Time :00213541
    BDPageCount :2978242
    DevicesUsed :1
    DatabaseID :s254176rg04:BWA_20070605_123955
    Max Used Data Page
    Converter Page Count :1604
    The backup operation has ended.
    2007-06-26 21:36:41
    Filling reply buffer.
    Have encountered error -24920:
    The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
    Constructed the following reply:
    ERR
    -24920,ERR_BACKUPOP: backup operation was unsuccessful
    The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
    Reply buffer filled.
    2007-06-26 21:36:41
    Cleaning up.
    Removing data transfer pipes.
    Removing data transfer pipe /backup/BWA/BWAPIPE ... Done.
    Removed data transfer pipes successfully.
    Copying output of Backint for MaxDB to this file.
    Begin of output of Backint for MaxDB (/sapdb/data/wrk/BWA/backint/backint4MAXDB.out)----
    Reading parameter file /sapdb/data/wrk/BWA/backint/adapter.para.
    Using staging area /sapdb/BWA/backintstage/stage1 with a size of 1073741824 bytes.
    Using staging area /sapdb/BWA/backintstage/stage2 with a size of 1073741824 bytes.
    Using staging area /sapdb/BWA/backintstage/stage3 with a size of 1073741824 bytes.
    Using staging area /sapdb/BWA/backintstage/stage4 with a size of 1073741824 bytes.
    Using 2 file per Backint for Oracle call.
    Using /sapdb/BWA/db/bin/backint as Backint for Oracle.
    Using /sapdb/data/wrk/BWA/backint/initBWA.utl as parameterfile of Backint for Oracle.
    Using /sapdb/data/wrk/BWA/backint/BackintHistory as history file.
    Using /sapdb/data/wrk/BWA/backint/backint4Oracle.in as input of Backint for Oracle.
    Using /sapdb/data/wrk/BWA/backint/backint4Oracle.out as output of Backint for Oracle.
    Using /sapdb/data/wrk/BWA/backint/backint4Oracle.err as error output of Backint for Oracle.
    Reading input file /sapdb/data/wrk/BWA/backint/backint4MAXDB.in.
    Backing up pipe /backup/BWA/BWAPIPE.
    Found 1 entry in the input file.
    Starting the backup.
    Starting pipe2file program(s).
    Waiting for creation of temporary files.
    1 temporary file is available for backup.
    Calling Backint for Oracle at 2007-06-26 21:36:40.
    Calling '/sapdb/BWA/db/bin/backint -u BWA -f backup -t file -p /sapdb/data/wrk/BWA/backint/initBWA.utl -i /sapdb/data/wrk/BWA/backint/backint4Oracle.in -c' .
    Backint for Oracle ended at 2007-06-26 21:36:40 with return code 2.
    Backint for Oracle output: Reading parameter file /sapdb/data/wrk/BWA/backint/initBWA.utl.
    Backint for Oracle output:
    Backint for Oracle output:
    Backint for Oracle error output: No staging area is defined in the parameter file.
    Backint for Oracle error output: The path of Backint for Oracle is not defined in the parameter file.
    Backint for Oracle error output: The name of the history file is not defined in the parameter file.
    Backint for Oracle error output: The name of the input file of Backint for Oracle is not defined in the parameter file.
    Backint for Oracle error output: The name of the output file of Backint for Oracle is not defined in the parameter file.
    Backint for Oracle error output: The name of the error output file of Backint for Oracle is not defined in the parameter file.
    Backint for Oracle error output:
    Finished the backup unsuccessfully.
    #ERROR /backup/BWA/BWAPIPE
    End of output of Backint for MaxDB (/sapdb/data/wrk/BWA/backint/backint4MAXDB.out)----
    Removed Backint for MaxDB's temporary output file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.out'.
    Copying error output of Backint for MaxDB to this file.
    Begin of error output of Backint for MaxDB (/sapdb/data/wrk/BWA/backint/backint4MAXDB.err)----
    Backint for Oracle was unsuccessful.
    End of error output of Backint for MaxDB (/sapdb/data/wrk/BWA/backint/backint4MAXDB.err)----
    Removed Backint for MaxDB's temporary error output file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.err'.
    Removed the Backint for MaxDB input file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.in'.
    Have finished clean up successfully.
    Please help
    Thanks
    Andy

    Hi Natalia
    Thanks for the reply. Below is initBWA.utl file. At this stage The first staging file is successfully written to the tape and the backup fails after that. The problem I guess is the staging file is not getting deleted or over written after it is written to the tape. Thanks   
    backint parameters
    switch_list: is required and is used as a control file to communicate with
    BACKINT and BRBACKUP for online backups.  A switch list file is created
    every time BRBACKUP wants to backup a file or when it wants to indicate that
    a backup is finished.  The switch_list parameter must be set to a file path
    that is located in: $ORACLE_HOME/sapbackup/.switch.lis.
    switch_list /sapdb/BWA/backintstage/.switch.lis
    switch_sem: is required and is used as a control file which is used between
    BACKINT and BRBACKUP to communicate.  After the switch list file has been
    created and closed, BACKINT creates the switch semaphore file and waits until
    it is deleted by BRBACKUP.  The switch_sem parameter must be set to a file
    path that is located in: $ORACLE_HOME/sapbackup/.switch.sem.
    switch_sem /sapdb/BWA/backintstage/.switch.sem
    switch_log: is required and is used as a control file which is used between
    BACKINT and BRBACKUP to communicate.  After the switch semaphore file has
    been deleted, BACKINT opens and reads the switch log file to determine if
    the process is successful.  The switch log file is created by BRBACKUP.  The
    switch_log parameter must be set to a file path that is located in:
    $ORACLE_HOME/sapbackup/.switch_log.
    switch_log /sapdb/BWA/backintstage/.switch.log
    backint_dir: is an optional parameter and must be set to a directory that is
    public.  BACKINT uses this directory for work space and to store files called
    backint.times, which keeps track of backup information.
    #backint_dir /oracle/SAP/sapscript/backint_dir
    server: is an optional parameter and is the machine name of the NetBackup
    Master server.   The NetBackup Master server is the name of the machine that
    provides most of the administration and control for Netbackup operations and
    contains the NetBackup database.  If BACKINT finds a $SAP_SERVER environment
    variable, the server parameter's value will be overriden by the value of
    $SAP_SERVER.  Also, if the server parameter is not specified and there is no
    environment variable then the server parameter value will default to the
    SERVER option specified in the Netbackkup bp.conf file.
    #server jupiter
    client: is an optional parameter and must be set to a machine name that has
    the NetBackup client software, an Oracle database, and a SAP environment.
    In some cases the server and client machine will be the same machine.  If
    BACKINT finds a $SAP_CLIENT environment variable, the client parameter value
    will be overriden by the assigned environment variable.  If the client
    parameter is not specified and there is no environment variable, then the
    client parameter value will default to the CLIENT_NAME specified in the
    Netbackkup bp.conf file.  If the value is not in bp.conf, BACKINT uses the
    value returned by the gethostname() libary function.
    #client jupiter
    drives: is an optional parameter and should be set to the number of
    simultaneous tape drives to kickoff backup. Set NetBackup Server to support
    multiple simultaneous client backups and the number of storage units/tape
    drives for this backup policy.  Based on the number of drives specified
    BACKINT will simultaneously run the same number of bpbackup/bprestore
    commands.  So for example, if the drives parameter is set to 5, then 5
    bpbackup/bprestore jobs will run at the same time.  The drives parameter
    should be set to the following rule:
    drives = Number of storage units per policy  X  MPX number
    The drives parameter value should not exceed the Set Maxium Jobs per Client
    global attribute.  If BACKINT finds a $SAP_DRIVES environment variable, the
    drive parameter value will be overriden by the value of the $SAP_DRIVES
    variable.  If the drive parameter is not specified and there is no
    environment variable, then BACKINT will exit with an error.
    #drives 1
    policy: is an optionl parameter and should be set to the name of a SAP policy
    type that has been defined in Netbackup.  The SAP policy must have a schedule
    type of Application Backup defined in order for BACKINT to work.  If BACKINT finds
    a $SAP_POLICY environment variable, the policy parameter value will be
    overriden by the value of the $SAP_POLICY variable.  If the policy parameter
    is not specified and there is no environment variable, then the policy
    parameter value will default to the BPBACKUP_POLICY option in the NetBackup
    bp.conf file.  By default, BPBACKUP_POLICY is not in any bp.conf file, then
    NetBackup uses the first SAP policy type that it finds that has the client
    and a user-directed backup schedule.
    policy AXON2541766-SAP
    schedule: Is optional and must be set to the name of type  Application Backup
    schedule that is associates with a SAP policy type.  The schedule can
    define aspects of the backup such as how long Netbackup retains images,
    maximum MPX per drive, storage unit, and volume pool.  If BACKINT finds a
    $SAP_SCHED environment variable, the schedule parameter value will be
    overriden by the value of the $SAP_SCHED environment variable.  If the
    schedule parameter is not specified and there is no environment variable,
    then the schedule parameter value will default to the BPBACKUP_SCHED option
    in the NetBackup bp.conf file.  By default BPBACKUP_SCHED is not in any
    bp.conf file then, NetBackup uses the first schedule of type Application Backup
    that it finds. It is higly recommended to set schedule parameter in *.utl file.
    #schedule Default-Application-Backup
    policy2: is optional and is the name of a policy to be used for the
    secondary SAP backup.  The secondary backup is performed for each SAP
    database backup on files that are needed to track SAP backup information.
    This option would be used to save the backup information on a different
    media.  If policy2 is not specified, then the policy parameter value is used.
    #policy2 sap_sec_backup
    schedule2: is optional and is the name of a Application Backup schedule to be
    used for the secondary SAP  backup.  The secondary backup is performed for
    each SAP database backup on files that are needed to track SAP backup
    information.  This option would be used to save the backup information on a
    different media.  If schedule2 is not specified, then the schedule parameter
    value is used.
    #schedule2 userbkps
    sort_backup_type: [size | custom | device | drive ]
    This parameter is optional and is used to specify four different backup
    sort option.  If sort_backup_type is not specified it will default to
    the size option.
    #sort_backup_type size
    sort_backup_type: [image | custom | drive ]
    This parameter is optional and is used to specify three different restore
    sort option.  If sort_restore_type is not specified it will default to
    the image option.
    #sort_restore_type image
    custom_sort_file: is optional and is used in conjunction with the
    sort_backup_type and sort_restore_type parameter.  If the custom option is
    specified on either the sort_backup_type or sort_restore_type parameter,
    then the custom_sort_file parameter needs to be set to a valid file.  The
    value for this parameter must be a full path name to a custom sort file and
    must have public permissions.
    #custom_sort_file /oracle/SAP/sapscripts/custom_sort_file
    master_time_offset:  is an option parameter used to restore old backups
    if there was a time difference between the master and client machines.
    This option should only be used for restoring 3.0 or older backup or if a
    backint restore can't find a specified backup.  The master_time_offset is
    specified in minutes.  The value will be subtract from the start time and
    added to the end time for a restore or inquire.
    #master_time_offset 2
    #sleep: is optional and is used to specify a sleep time to monitor the
    bpbackup or bprestore logs.  The default is 5 seconds.  When BACKINT is
    called a number of bpbackup/bprestore commands can be running at the
    sametime.  BACKINT monitors each command and display the information to the
    -o parameter.  In some cases bpbackup/bprestore information is not displayed
    because of the monitoring cycle.  Therefore this option is used mainly for
    debug reasons.
    #sleep 5
    policy_log: is optional and is the name of a policy to be used for
    backing up a second copy of an archive log.  If this option is specified
    then two backups will be performed on the same archive log.  The first
    backup will go to the "policy" name option and the second backup will go
    to the "policy_log" name option.
    #policy_log sap_archive_logs
    sched_log: is optional and is the name of a schedule to create a second
    backing up of an archive log.  If this option is specified then two backup
    will be performed on the same archive log.  The first backup will go to the
    "schedule" option and the second backup will be go to the "sched_log" and
    option.  The "sched_log" name must be a valid schedule name under the
    "policy_log" name option, otherwise it must be a valid schedule name under
    the "policy" name option.
    #sched_log Default-Application-Backup
    retry_backup: is an optional parameter and should be set to the number of
    retries for a failed backup.  If this option is specified BACKINT will
    retry a failed bpbackup job.  The number of retries is determine by the
    value on the retry_backup parameter.
    #retry_backup 2
    fail_backup: is optional and is used to stop the backup process immediately
    when an error occurs.  The standard behavior of BACKINT is to continue
    processing even in the event of an error and then report what files failed
    and what files were successful.  If this parameter is specified then BACKINT
    will stop process on the first error and report failures for all the
    files that were not backed up.
    #fail_backup
    media_notify_script: is optional and is used to call a script when a
    "Waiting mount" is displayed in a bpbackup/bprestore log.  The value for this
    option must be the full path name to a script.  The script should also have
    the right file permissions and should be tested before implementation.  If
    the message is encountered and this optional is specified, then the
    following commands will be executed from BACKINT:
      MEDIA_ID=A001;export MEDIA_ID
      NETBACKUP_SERVER=saturn;export NETBACKUP_SERVER
      /oracle/SAP/sapscripts/sap_media_notify
    #media_notify_script /oracle/SAP/sapscripts/sap_media_notify
    restore_filter: is optional and is used to resolve linked file paths on a
    restore.  This parameter should be commented out and should be used only on
    rare occassions.  The following are the cases were this parameter is needed:
      1) Oracle table spaces use file paths
      2) The directory paths to the Oracle table spaces are linked paths
      3) The linked directory paths don't exist at restore time
    The value for this parmater must be a fully qualified file path name to a
    script, which has the right permissions and has been tested before being
    implemented.  The script must have an input and output parameter and be able
    to modify the contents of a text file which contains file paths.  The script
    is responsible for converting linked directory paths into absolute directory
    paths. See /usr/openv/netbackup/ext/db_ext/sap/scripts/restore_filter for
    an example.
    #restore_filter /oracle/SAP/sapscripts/restore_filter.sh
    bplist_filter: is optional and is used to resolve linked file passes on an
    inquire.  This parameter should be commented out and should be used only on
    rare occassions.  Like the restore_filter_script parameter this is needed
    for the following cases:
      1) Oracle table spaces use file paths
      2) The directory paths to the Oracle table spaces are linked paths
      3) The linked directory paths don't exist at restore time
    The value for this option must be a fully qualified path name to a script,
    which has the right file permission and has been tested before being
    implemented.  The script must have an input and output parameter and be able
    to modify the contents of a text file, which contains file paths.  The script
    is responsible for converting absolute directory paths into linked directory
    paths.  This is just the opposite of the restore filter script. See
    /usr/openv/netbackup/ext/db_ext/sap/scripts/bplist_filter for an example.

  • Run time error

    Dear All,
    During the transaction /n/sapapo/ccr (Reconsilation of transaction data) in client SCP 950, system displays the run time error which are attached herewith.
    This is the activity a used to execute regularly (Daily) and first time i recieved this message - -
    Runtime Errors         ASSERTION_FAILED                                                            
    Date and Time          13.07.2007 10:13:37                                                         
    ShrtText                                                                               
    The ASSERT condition has been violated.                                                       
    What happened?                                                                               
    In the current application program, the system recognized a situation                         
        involving the ASSERT statement that should not occur. A runtime error                         
        occurred, either because there was no activation ID entered or because                        
        the ID of the activation mode used was set to "Cancel.                                        
    What can you do?                                                                               
    Print out the error message (using the "Print" function)                                      
        and make a note of the actions and input that caused the                                      
        error.                                                                               
    To resolve the problem, contact your SAP system administrator.                                
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer                      
         termination messages, especially those beyond their normal deletion                          
        date.                                                                               
    is especially useful if you want to keep a particular message.                                                                               
    Error analysis                                                                               
    The following activation ID was used: "No checkpoint group specified"                                                                               
    If the FIELDS addition was used with this ASSERT statement, the content                       
        of the first 8 fields is as follows:                                                          
        " (not used) "                                                                               
    " (not used) "                                                                               
    " (not used) "                                                                               
    " (not used) "                                                                               
    " (not used) "                                                                               
    " (not used) "                                                                               
    " (not used) "                                                                               
    " (not used) "                                                                               
    How to correct the error                                                                               
    Probably the only way to eliminate the error is to correct the program.                                                                               
    You may able to find an interim solution to the problem                                       
        in the SAP note system. If you have access to the note system yourself,                       
        use the following search criteria:                                                                               
    "ASSERTION_FAILED" C                                                                               
    "/SAPAPO/SAPLTIMESTAMP" or "/SAPAPO/LTIMESTAMPU08"                                            
        "/SAPAPO/TIMESTAMP_DIFFERENCE"                                                                
        If you cannot solve the problem yourself and you wish to send                                 
        an error message to SAP, include the following documents:                                                                               
    1. A printout of the problem description (short dump)                                         
           To obtain this, select in the current display "System->List->                              
           Save->Local File (unconverted)".                                                                               
    2. A suitable printout of the system log                                                      
           To obtain this, call the system log through transaction SM21.                              
           Limit the time interval to 10 minutes before and 5 minutes                                 
           after the short dump. In the display, then select the function                             
           "System->List->Save->Local File (unconverted)".                                                                               
    3. If the programs are your own programs or modified SAP programs,                            
           supply the source code.                                                                    
           To do this, select the Editor function "Further Utilities->                                
           Upload/Download->Download".                                                                               
    4. Details regarding the conditions under which the error occurred                            
           or which actions and input led to the error.                                               
    System environment                                                                               
    SAP Release.............. "640"                                                                               
    Application server....... "scmprd"                                                            
        Network address.......... "172.16.10.47"                                                      
        Operating system......... "AIX"                                                               
        Release.................. "5.3"                                                               
        Hardware type............ "0002BFAAD700"                                                      
        Character length......... 16 Bits                                                             
        Pointer length........... 64 Bits                                                             
        Work process number...... 0                                                                   
        Short dump setting....... "full"                                                                               
    Database server.......... "scmprd"                                                            
        Database type............ "ORACLE"                                                            
        Database name............ "SCP"                                                               
        Database owner........... "SAPSCP"                                                                               
    Character set............ "C"                                                                               
    SAP kernel............... "640"                                                               
        Created on............... "Jan 18 2006 20:47:39"                                              
        Created in............... "AIX 1 5 00538A4A4C00"                                              
        Database version......... "OCI_920 "                                                                               
    Patch level.............. "109"                                                               
        Patch text............... " "                                                                               
    Supported environment....                                                                     
        Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE                        
         10.2.0.."                                                                               
    SAP database version..... "640"                                                               
        Operating system......... "AIX 1 5, AIX 2 5, AIX 3 5"                                                                               
    Memory usage.............                                                                     
        Roll..................... 16192                                                               
        EM....................... 196923232                                                           
        Heap..................... 0                                                                   
        Page..................... 98304                                                               
        MM Used.................. 186636840                                                           
        MM Free.................. 1895288                                                             
        SAP Release.............. "640"                                                                               
    User and Transaction                                                                               
    Client.............. 950                                                                      
        User................ "SCMATP"                                                                 
        Language key........ "E"                                                                      
        Transaction......... "/SAPAPO/CCR "                                                           
        Program............. "/SAPAPO/SAPLTIMESTAMP"                                                  
        Screen.............. "SAPMSSY0 1000"                                                          
        Screen line......... 6                                                                        
    Information on where terminated                                                                   
        The termination occurred in the ABAP program "/SAPAPO/SAPLTIMESTAMP" in                       
         "/SAPAPO/TIMESTAMP_DIFFERENCE".                                                              
        The main program was "/SAPAPO/CIF_DELTAREPORT3 ".                                                                               
    The termination occurred in line 61 of the source code of the (Include)                       
         program "/SAPAPO/LTIMESTAMPU08"                                                              
        of the source code of program "/SAPAPO/LTIMESTAMPU08" (when calling the editor                
         610).                                                                               
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    31     lv_time_int_low      TYPE i,                                                            
       32     lv_timediff_int      TYPE i,                                                            
       33     lv_datediff_int      TYPE i,                                                            
       34     lv_time              TYPE t,                                                            
       35     ls_time              TYPE tstr_timestr.                                                 
       36                                                                               
    37 * check timestamp parameter                                                                 
       38 * ASSERT NOT iv_timestamp_high IS INITIAL.                                                  
       39 * ASSERT NOT iv_timestamp_low  IS INITIAL.                                                  
       40 * ASSERT iv_timestamp_low <= iv_timestamp_high.                                             
       41   IF iv_timestamp_high IS INITIAL                                                           
       42   OR iv_timestamp_low  IS INITIAL.                                                          
       43     RAISE invalid_parameter.                                                                
       44   ENDIF.                                                                               
    45   IF iv_timestamp_high < iv_timestamp_low.                                                  
       46     RAISE invalid_parameter.                                                                
       47   ENDIF.                                                                               
    48                                                                               
    49 * prepare timestamps                                                                        
       50 * .. split into date and time integers                                                      
       51   ls_timestamp_high = iv_timestamp_high.                                                    
       52   lv_date_int_high  = ls_timestamp_high-date.                                               
       53   lv_time_int_high  = ls_timestamp_high-time.                                               
       54   ls_timestamp_low  = iv_timestamp_low.                                                     
       55   lv_date_int_low   = ls_timestamp_low-date.                                                
       56   lv_time_int_low   = ls_timestamp_low-time.                                                
       57                                                                               
    58 * .. calc date diff                                                                         
       59 * .. check against max. allowed integer difference                                          
       60   lv_datediff_int = lv_date_int_high - lv_date_int_low.                                     
    >>>>>   ASSERT lv_datediff_int <= lc_datediff_intmax.                                             
       62                                                                               
    63 * calc time diff                                                                               
    64   lv_timediff_int = lv_time_int_high - lv_time_int_low.                                     
       65   IF lv_timediff_int < 0.                                                                   
       66     ADD 86400 TO lv_timediff_int.                                                           
       67     SUBTRACT 1 FROM lv_datediff_int.                                                        
       68   ENDIF.                                                                               
    69                                                                               
    70 * calc total duration                                                                       
       71   lv_duration_int = lv_datediff_int * 86400 + lv_timediff_int.                              
       72   lv_time = lv_timediff_int.                                                                
       73   ls_time = lv_time.                                                                        
       74   ls_duration-hours   = lv_duration_int DIV 3600.                                           
       75   ls_duration-minutes = ls_time-minute.                                                     
       76   ls_duration-seconds = ls_time-second.                                                     
       77                                                                               
    78   ev_duration_packed  = ls_duration.                                                        
       79   ev_duration_integer = lv_duration_int.                                                    
       80 ENDFUNCTION.                                                                               
    Contents of system fields                                                                         
    Name     Val.                                                                               
    SY-SUBRC 0                                                                               
    SY-INDEX 0                                                                               
    SY-TABIX 1                                                                               
    SY-DBCNT 1                                                                               
    SY-FDPOS 6                                                                               
    SY-LSIND 0                                                                               
    SY-PAGNO 0                                                                               
    SY-LINNO 1                                                                               
    SY-COLNO 1                                                                               
    SY-PFKEY                                                                               
    SY-UCOMM                                                                               
    SY-TITLE CIF - Comparison/Reconciliation of Transaction Data                                      
    SY-MSGTY                                                                               
    SY-MSGID                                                                               
    SY-MSGNO 000                                                                               
    SY-MSGV1                                                                               
    SY-MSGV2                                                                               
    SY-MSGV3                                                                               
    SY-MSGV4                                                                               
    Active Calls/Events                                                                               
    No.   Ty.          Program                             Include                             Line   
          Name                                                                               
    5 FUNCTION     /SAPAPO/SAPLTIMESTAMP               /SAPAPO/LTIMESTAMPU08                  61  
          /SAPAPO/TIMESTAMP_DIFFERENCE                                                                
        4 FORM         /SAPAPO/SAPLCIF_DELTA3              /SAPAPO/LCIF_DELTA3F17                349  
          COMPARE_ORDER_HEADER                                                                        
        3 FUNCTION     /SAPAPO/SAPLCIF_DELTA3              /SAPAPO/LCIF_DELTA3U03                125  
          /SAPAPO/CIF_DELTA3_COMP_ORDER                                                               
        2 FUNCTION     /SAPAPO/SAPLCIF_DELTA3              /SAPAPO/LCIF_DELTA3U01                871  
          /SAPAPO/CIF_DELTA3_COMP                                                                     
        1 EVENT        /SAPAPO/CIF_DELTAREPORT3            /SAPAPO/CIF_DELTAREPORT3              189  
          START-OF-SELECTION                                                                          
    Chosen variables                                                                               
    Name                                                                               
    Val.                                                                               
    No.       5 Ty.          FUNCTION                                                                 
    Name  /SAPAPO/TIMESTAMP_DIFFERENCE                                                                
    IV_TIMESTAMP_HIGH                                                                               
    #q1###                                                                               
    02073899                                                                               
    2001125C                                                                               
    IV_TIMESTAMP_LOW                                                                               
    ##q!####                                                                               
    00720899                                                                               
    2011125C                                                                               
    EV_DURATION_INTEGER                                                                               
    0                                                                               
    0000                                                                               
    0000                                                                               
    EV_DURATION_PACKED                                                                               
    000000                                                                               
    00000C                                                                               
    SYST-REPID                                                                               
    /SAPAPO/SAPLTIMESTAMP                                                                         
        0000000000000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
        2545454254545444554452222222222222222222                                                      
        F31010FF310C49D5341D00000000000000000000                                                      
    %_SPACE                                                                               
    0                                                                               
    0                                                                               
    2                                                                               
    0                                                                               
    LS_TIMESTAMP_HIGH                                                                               
    22000713182959                                                                               
    00000000000000                                                                               
    00000000000000                                                                               
    33333333333333                                                                               
    22000713182959                                                                               
    LV_DATE_INT_HIGH                                                                               
    803363                                                                               
    0042                                                                               
    0C23                                                                               
    LS_TIMESTAMP_HIGH-DATE                                                                               
    22000713                                                                               
    00000000                                                                               
    00000000                                                                               
    33333333                                                                               
    22000713                                                                               
    LV_TIME_INT_HIGH                                                                               
    66599                                                                               
    0002                                                                               
    0147                                                                               
    LS_TIMESTAMP_HIGH-TIME                                                                               
    182959                                                                               
    000000                                                                               
    000000                                                                               
    333333                                                                               
    182959                                                                               
    LS_TIMESTAMP_LOW                                                                               
    20071210182959                                                                               
    00000000000000                                                                               
    00000000000000                                                                               
    33333333333333                                                                               
    20071210182959                                                                               
    LV_DATE_INT_LOW                                                                               
    733021                                                                               
    0025                                                                               
    0BFD                                                                               
    LS_TIMESTAMP_LOW-DATE                                                                               
    20071210                                                                               
    00000000                                                                               
    00000000                                                                               
    33333333                                                                               
    20071210                                                                               
    LV_TIME_INT_LOW                                                                               
    66599                                                                               
    0002                                                                               
    0147                                                                               
    LS_TIMESTAMP_LOW-TIME                                                                               
    182959                                                                               
    000000                                                                               
    000000                                                                               
    333333                                                                               
    182959                                                                               
    SY-UNAME                                                                               
    SCMATP                                                                               
    000000000000                                                                               
    000000000000                                                                               
    544455222222                                                                               
    33D140000000                                                                               
    SCREEN-INPUT                                                                               
    1                                                                               
    0                                                                               
    0                                                                               
    3                                                                               
    1                                                                               
    LV_DATEDIFF_INT                                                                               
    70342                                                                               
    001C                                                                               
    0126                                                                               
    LV_TIMEDIFF_INT                                                                               
    0                                                                               
    0000                                                                               
    0000                                                                               
    SYST                                                                               
    #######################################&#332;###############################################&#19800; C#&#1280;##
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000
        000000000000000000000000000000000000000100000000000000000000000000000000000000000000000D000500
        0000000000000000000000000000000800000004000000000000000000000000000000000000010900000005240000
        0000010200000000000001060100010C0000000C0000000002000000000000000000000000000B000001000803000C
    SY-REPID                                                                               
    /SAPAPO/SAPLTIMESTAMP                                                                         
        0000000000000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
        2545454254545444554452222222222222222222                                                      
        F31010FF310C49D5341D00000000000000000000                                                      
    %_DUMMY$$                                                                               
    0000                                                                               
    0000                                                                               
    2222                                                                               
    0000                                                                               
    No.       4 Ty.          FORM                                                                     
    Name  COMPARE_ORDER_HEADER                                                                        
    SYST-REPID                                                                               
    /SAPAPO/SAPLCIF_DELTA3                                                                        
        0000000000000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
        2545454254544445444543222222222222222222                                                      
        F31010FF310C396F45C413000000000000000000                                                      
    GC_APPEND_MODE                                                                               
    3                                                                               
    0                                                                               
    0                                                                               
    3                                                                               
    3                                                                               
    LS_FIELDS_TO_COMPARE-DUEDATE                                                                      
        X                                                                               
    0                                                                               
    0                                                                               
    5                                                                               
    8                                                                               
    SYST                                                                               
    #######################################&#332;###############################################&#19800; C#&#1280;##
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000
        000000000000000000000000000000000000000100000000000000000000000000000000000000000000000D000500
        0000000000000000000000000000000800000004000000000000000000000000000000000000010900000005240000
        0000010200000000000001060100010C0000000C0000000002000000000000000000000000000B000001000803000C
    LS_APO_ORDER-ORDTYPE                                                                               
    5                                                                               
    0                                                                               
    0                                                                               
    3                                                                               
    5                                                                               
    GC_PLANNED_ORDER                                                                               
    5                                                                               
    0                                                                               
    0                                                                               
    3                                                                               
    5                                                                               
    LS_R3_ORDER-STATUSCNF                                                                               
    0                                                                               
    0                                                                               
    2                                                                               
    0                                                                               
    GC_ORDER_STATUS_NO_CONF                                                                               
    1                                                                               
    0                                                                               
    0                                                                               
    3                                                                               
    1                                                                               
    LS_APO_ORDER-STATUSCNF                                                                               
    0                                                                               
    0                                                                               
    2                                                                               
    0                                                                               
    GC_PRED_OUT_DEL                                                                               
    A                                                                               
    0                                                                               
    0                                                                               
    4                                                                               
    1                                                                               
    GC_TND_DELETE                                                                               
    CN                                                                               
    00                                                                               
    00                                                                               
    44                                                                               
    3E                                                

    Dear Sajit,
    Go through the following OSS Notes:
    <a href="https://websmp110.sap-ag.de/form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=901957&_NLANG=E">901957</a>, <a href="https://websmp110.sap-ag.de/form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1036880&_NLANG=E">1036880</a>, <a href="https://websmp110.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1067414&_NLANG=E">1067414</a>
    Regards,
    Naveen.

  • Random I/O errors (hdd) and failing to boot, Windows not affected

    I'm experiencing lots of I/O errors when booting and running my Linux partition. I am dual booting Windows 7 (x86_64) and Arch Linux (i686) on a single HDD.
    Im using a Lenovo Ideapad G505s with a Seagate ST1000LM HDD and an SDD currently not in use.
    Partition layout:
    NAME FSTYPE LABEL UUID MOUNTPOINT
    sda
    ├─sda1 ntfs System Reserved D8B40750B4073094
    ├─sda2 ntfs 00EA107FEA107360
    └─sda3 ext3 b753e7d2-6a23-4c20-8fa7-bf281a4a09e4 /
    sr0
    All three are primary partitions. Using ext4 yields the exact same result.
    The problem is easy to reproduce:
    Install Windows 7 to first half of HDD and Arch on the second half
    At first Arch works fine but over the next couple of days increasingly more I/O errors show up and at some point the system fails to boot
    Windows seems to work just fine
    Dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.2-1-ARCH (nobody@var-lib-archbuild-testing-i686-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Sat Sep 6 13:13:35 CEST 2014
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009555dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009555e000-0x0000000095d5efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000095d5f000-0x0000000095dbbfff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000095dbc000-0x00000000966bbfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000966bc000-0x000000009f8befff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009f8bf000-0x000000009fabefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009fabf000-0x000000009fbbefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009fbbf000-0x000000009fbfefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009fbff000-0x000000009fbfffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009fc00000-0x00000000cfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: LENOVO 20255/Lenovo G505s, BIOS 83CN35WW(V2.05) 12/06/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x9fc00 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFE0000000 write-back
    [ 0.000000] 2 base 00009FBBD000 mask FFFFFFFFF000 uncachable
    [ 0.000000] 3 base 0000FFC00000 mask FFFFFFC00000 write-protect
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 000000022f000000 aka 8944M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [c00fe1b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x01798000, 0x01798fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x7fcaf000-0x7fffffff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x374ad000-0x377fd0d0]
    [ 0.000000] Move RAMDISK from [mem 0x7fcaf000-0x7ffff0d0] to [mem 0x374ad000-0x377fd0d0]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x000FE020 000024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 0x9FBFE120 000094 (v01 LENOVO CB-01 00000001 01000013)
    [ 0.000000] ACPI: FACP 0x9FBFB000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DSDT 0x9FBEA000 00CA66 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FACS 0x9FB7C000 000040
    [ 0.000000] ACPI: SLIC 0x9FBFD000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: UEFI 0x9FBFC000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: HPET 0x9FBFA000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: APIC 0x9FBF9000 000084 (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MCFG 0x9FBF8000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASF! 0x9FBF7000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 0x9FBE9000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: WDRT 0x9FBE8000 000047 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: WDAT 0x9FBE7000 0001AC (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FPDT 0x9FBE5000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MSDM 0x9FBE4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 0x9FBE3000 000B9C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 0x9FBE1000 001F6E (v02 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1668MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x01799000, 0x01799fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0x9fbfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x9555dfff]
    [ 0.000000] node 0: [mem 0x95d5f000-0x95dbbfff]
    [ 0.000000] node 0: [mem 0x966bc000-0x9f8befff]
    [ 0.000000] node 0: [mem 0x9fbff000-0x9fbfffff]
    [ 0.000000] On node 0 totalpages: 649053
    [ 0.000000] free_area_init_node: node 0, pgdat c161c180, node_mem_map f60b5020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 3337 pages used for memmap
    [ 0.000000] HighMem zone: 421825 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x10] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x11] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x12] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x13] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] e820: [mem 0xd0000000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f6071000 s33344 r0 d24000 u57344
    [ 0.000000] pcpu-alloc: s33344 r0 d24000 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 647277
    [ 0.000000] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda3 rw radeon.dpm=1 initrd=../initramfs-linux.img
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] allocated 5234680 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0009fc00)
    [ 0.000000] Initializing Movable for node 0 (00000000:00000000)
    [ 0.000000] Memory: 2558328K/2596212K available (4512K kernel code, 483K rwdata, 1328K rodata, 568K init, 824K bss, 37884K reserved, 1687300K highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1630000 - 0xc16be000 ( 568 kB)
    .data : 0xc146853a - 0xc162ec80 (1817 kB)
    .text : 0xc1000000 - 0xc146853a (4513 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f5408000 soft=f540a000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1896.408 MHz processor
    [ 0.000028] Calibrating delay loop (skipped), value calculated using timer frequency.. 3794.85 BogoMIPS (lpj=6321360)
    [ 0.000032] pid_max: default: 32768 minimum: 301
    [ 0.000037] ACPI: Core revision 20140424
    [ 0.009582] ACPI: All ACPI Tables successfully acquired
    [ 0.015209] Security Framework initialized
    [ 0.015217] Yama: becoming mindful.
    [ 0.015230] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.015233] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.015472] Initializing cgroup subsys memory
    [ 0.015491] Initializing cgroup subsys devices
    [ 0.015498] Initializing cgroup subsys freezer
    [ 0.015502] Initializing cgroup subsys net_cls
    [ 0.015507] Initializing cgroup subsys blkio
    [ 0.015528] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
    [ 0.015531] CPU: Physical Processor ID: 0
    [ 0.015532] CPU: Processor Core ID: 0
    [ 0.015536] mce: CPU supports 7 MCE banks
    [ 0.015551] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
    tlb_flushall_shift: 6
    [ 0.015678] Freeing SMP alternatives memory: 16K (c16be000 - c16c2000)
    [ 0.016347] ftrace: allocating 19356 entries in 38 pages
    [ 0.023471] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023812] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056821] smpboot: CPU0: AMD A8-4500M APU with Radeon(tm) HD Graphics (fam: 15, model: 10, stepping: 01)
    [ 0.162662] Performance Events: Fam15h core perfctr, AMD PMU driver.
    [ 0.162668] ... version: 0
    [ 0.162670] ... bit width: 48
    [ 0.162671] ... generic registers: 6
    [ 0.162672] ... value mask: 0000ffffffffffff
    [ 0.162674] ... max period: 00007fffffffffff
    [ 0.162675] ... fixed-purpose events: 0
    [ 0.162676] ... event mask: 000000000000003f
    [ 0.179472] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.186176] CPU 1 irqstacks, hard=f554a000 soft=f554c000
    [ 0.186179] x86: Booting SMP configuration:
    [ 0.186182] .... node #0, CPUs: #1
    [ 0.218942] Initializing CPU#1
    [ 0.218972] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
    [ 0.226174] CPU 2 irqstacks, hard=f5570000 soft=f5572000
    [ 0.226179] #2
    [ 0.258736] Initializing CPU#2
    [ 0.258760] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
    [ 0.266174] CPU 3 irqstacks, hard=f559a000 soft=f559c000
    [ 0.266180] #3
    [ 0.276300] Initializing CPU#3
    [ 0.277268] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
    [ 0.279379] x86: Booted up 1 node, 4 CPUs
    [ 0.279384] smpboot: Total of 4 processors activated (15177.40 BogoMIPS)
    [ 0.280484] devtmpfs: initialized
    [ 0.280769] PM: Registering ACPI NVS region [mem 0x9fabf000-0x9fbbefff] (1048576 bytes)
    [ 0.281973] pinctrl core: initialized pinctrl subsystem
    [ 0.282053] RTC time: 22:28:26, date: 09/21/14
    [ 0.282107] NET: Registered protocol family 16
    [ 0.282225] cpuidle: using governor ladder
    [ 0.282228] cpuidle: using governor menu
    [ 0.282436] ACPI: bus type PCI registered
    [ 0.282439] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.282552] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.282556] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.282558] PCI: Using MMCONFIG for extended config space
    [ 0.282559] PCI: Using configuration type 1 for base access
    [ 0.293370] ACPI: Added _OSI(Module Device)
    [ 0.293374] ACPI: Added _OSI(Processor Device)
    [ 0.293376] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.293378] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.297280] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.301911] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.323484] ACPI: Interpreter enabled
    [ 0.323495] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.323501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.323519] ACPI: (supports S0 S3 S4 S5)
    [ 0.323522] ACPI: Using IOAPIC for interrupt routing
    [ 0.323762] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.324136] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.324308] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.324511] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.335527] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.335534] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.335540] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.335709] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cf1ff])
    [ 0.335713] acpi PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000d3fff] (conflicts with Adapter ROM [mem 0x000cf800-0x000d07ff])
    [ 0.335718] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.335971] PCI host bridge to bus 0000:00
    [ 0.335974] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.335977] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.335985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.335988] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.335990] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.335992] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.335994] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.335996] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.335998] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.336000] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.336001] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.336003] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.336005] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.336007] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.336009] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff]
    [ 0.336011] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff]
    [ 0.336013] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff]
    [ 0.336022] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
    [ 0.336199] pci 0000:00:01.0: [1002:9903] type 00 class 0x030000
    [ 0.336211] pci 0000:00:01.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
    [ 0.336217] pci 0000:00:01.0: reg 0x14: [io 0x4000-0x40ff]
    [ 0.336224] pci 0000:00:01.0: reg 0x18: [mem 0xf0300000-0xf033ffff]
    [ 0.336266] pci 0000:00:01.0: supports D1 D2
    [ 0.336358] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
    [ 0.336369] pci 0000:00:01.1: reg 0x10: [mem 0xf0344000-0xf0347fff]
    [ 0.336417] pci 0000:00:01.1: supports D1 D2
    [ 0.336509] pci 0000:00:02.0: [1022:1412] type 01 class 0x060400
    [ 0.336560] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.336710] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
    [ 0.336759] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    [ 0.336812] pci 0000:00:04.0: System wakeup disabled by ACPI
    [ 0.336867] pci 0000:00:05.0: [1022:1415] type 01 class 0x060400
    [ 0.336916] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.336970] pci 0000:00:05.0: System wakeup disabled by ACPI
    [ 0.337102] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
    [ 0.337124] pci 0000:00:10.0: reg 0x10: [mem 0xf0348000-0xf0349fff 64bit]
    [ 0.337221] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
    [ 0.337272] pci 0000:00:10.0: System wakeup disabled by ACPI
    [ 0.337330] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
    [ 0.337347] pci 0000:00:11.0: reg 0x10: [io 0x4118-0x411f]
    [ 0.337356] pci 0000:00:11.0: reg 0x14: [io 0x4124-0x4127]
    [ 0.337364] pci 0000:00:11.0: reg 0x18: [io 0x4110-0x4117]
    [ 0.337373] pci 0000:00:11.0: reg 0x1c: [io 0x4120-0x4123]
    [ 0.337382] pci 0000:00:11.0: reg 0x20: [io 0x4100-0x410f]
    [ 0.337390] pci 0000:00:11.0: reg 0x24: [mem 0xf034e000-0xf034e7ff]
    [ 0.337516] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
    [ 0.337528] pci 0000:00:12.0: reg 0x10: [mem 0xf034d000-0xf034dfff]
    [ 0.337617] pci 0000:00:12.0: System wakeup disabled by ACPI
    [ 0.337703] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
    [ 0.338061] pci 0000:00:12.2: reg 0x10: [mem 0xf034c000-0xf034c0ff]
    [ 0.340177] pci 0000:00:12.2: supports D1 D2
    [ 0.340179] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.340285] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
    [ 0.340299] pci 0000:00:13.0: reg 0x10: [mem 0xf034b000-0xf034bfff]
    [ 0.340392] pci 0000:00:13.0: System wakeup disabled by ACPI
    [ 0.340458] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
    [ 0.340887] pci 0000:00:13.2: reg 0x10: [mem 0xf034a000-0xf034a0ff]
    [ 0.343004] pci 0000:00:13.2: supports D1 D2
    [ 0.343006] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.343116] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
    [ 0.343284] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
    [ 0.343303] pci 0000:00:14.2: reg 0x10: [mem 0xf0340000-0xf0343fff 64bit]
    [ 0.343360] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.343454] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
    [ 0.343595] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
    [ 0.343659] pci 0000:00:14.4: System wakeup disabled by ACPI
    [ 0.343722] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
    [ 0.343802] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
    [ 0.343878] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
    [ 0.343955] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
    [ 0.344036] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
    [ 0.344112] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
    [ 0.344337] pci 0000:01:00.0: [1002:6663] type 00 class 0x038000
    [ 0.344355] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.344367] pci 0000:01:00.0: reg 0x18: [mem 0xf0200000-0xf023ffff 64bit]
    [ 0.344375] pci 0000:01:00.0: reg 0x20: [io 0x3000-0x30ff]
    [ 0.344388] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
    [ 0.344446] pci 0000:01:00.0: supports D1 D2
    [ 0.344449] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
    [ 0.349478] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.349488] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff]
    [ 0.349493] pci 0000:00:02.0: bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.349498] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.349615] pci 0000:02:00.0: [1969:10a0] type 00 class 0x020000
    [ 0.349642] pci 0000:02:00.0: reg 0x10: [mem 0xf0100000-0xf013ffff 64bit]
    [ 0.349653] pci 0000:02:00.0: reg 0x18: [io 0x2000-0x207f]
    [ 0.349752] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.356148] pci 0000:00:04.0: PCI bridge to [bus 02]
    [ 0.356157] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    [ 0.356162] pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.356295] pci 0000:03:00.0: [168c:0036] type 00 class 0x028000
    [ 0.356334] pci 0000:03:00.0: reg 0x10: [mem 0xf0000000-0xf007ffff 64bit]
    [ 0.356393] pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
    [ 0.356487] pci 0000:03:00.0: supports D1 D2
    [ 0.356490] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.362836] pci 0000:00:05.0: PCI bridge to [bus 03]
    [ 0.362848] pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    [ 0.363018] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
    [ 0.363032] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.363036] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.363039] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.363041] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    [ 0.363044] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    [ 0.363047] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    [ 0.363049] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.363052] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.363054] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.363057] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.363059] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 0.363062] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    [ 0.363064] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    [ 0.363067] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xf7ffffff] (subtractive decode)
    [ 0.363069] pci 0000:00:14.4: bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode)
    [ 0.363072] pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode)
    [ 0.363129] pci_bus 0000:00: on NUMA node 0
    [ 0.366581] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366668] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366752] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366834] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366902] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366953] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.367003] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.367062] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.367177] ACPI: Enabled 5 GPEs in block 00 to 1F
    [ 0.367230] ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    [ 0.367446] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.367456] vgaarb: loaded
    [ 0.367458] vgaarb: bridge control possible 0000:00:01.0
    [ 0.367505] PCI: Using ACPI for IRQ routing
    [ 0.369255] PCI: pci_cache_line_size set to 64 bytes
    [ 0.369352] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
    [ 0.369355] e820: reserve RAM buffer [mem 0x9555e000-0x97ffffff]
    [ 0.369357] e820: reserve RAM buffer [mem 0x95dbc000-0x97ffffff]
    [ 0.369358] e820: reserve RAM buffer [mem 0x9f8bf000-0x9fffffff]
    [ 0.369360] e820: reserve RAM buffer [mem 0x9fc00000-0x9fffffff]
    [ 0.369516] NetLabel: Initializing
    [ 0.369518] NetLabel: domain hash size = 128
    [ 0.369519] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.369532] NetLabel: unlabeled traffic allowed by default
    [ 0.369583] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.369588] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.371730] Switched to clocksource hpet
    [ 0.378213] pnp: PnP ACPI init
    [ 0.378231] ACPI: bus type PNP registered
    [ 0.378374] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.378377] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.378381] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.378616] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.378678] pnp 00:02: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
    [ 0.378740] pnp 00:03: Plug and Play ACPI device, IDs ETD061b ETD0001 PNP0f13 (active)
    [ 0.378836] system 00:04: [io 0x0400-0x04cf] could not be reserved
    [ 0.378839] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.378841] system 00:04: [io 0x04d6] has been reserved
    [ 0.378844] system 00:04: [io 0x0680-0x06ff] has been reserved
    [ 0.378846] system 00:04: [io 0x077a] has been reserved
    [ 0.378848] system 00:04: [io 0x0c00-0x0c01] has been reserved
    [ 0.378850] system 00:04: [io 0x0c14] has been reserved
    [ 0.378853] system 00:04: [io 0x0c50-0x0c52] has been reserved
    [ 0.378855] system 00:04: [io 0x0c6c] has been reserved
    [ 0.378857] system 00:04: [io 0x0c6f] has been reserved
    [ 0.378859] system 00:04: [io 0x0cd0-0x0cdb] has been reserved
    [ 0.378862] system 00:04: [io 0x0840-0x0847] has been reserved
    [ 0.378864] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.378944] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.378947] system 00:05: [mem 0xffc00000-0xffffffff] has been reserved
    [ 0.378950] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.382206] pnp: PnP ACPI: found 6 devices
    [ 0.382211] ACPI: bus type PNP unregistered
    [ 0.420296] pci 0000:03:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
    [ 0.420325] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0240000-0xf025ffff pref]
    [ 0.420328] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.420331] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff]
    [ 0.420335] pci 0000:00:02.0: bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.420339] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.420343] pci 0000:00:04.0: PCI bridge to [bus 02]
    [ 0.420346] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    [ 0.420349] pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.420355] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0080000-0xf008ffff pref]
    [ 0.420357] pci 0000:00:05.0: PCI bridge to [bus 03]
    [ 0.420361] pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    [ 0.420366] pci 0000:00:14.4: PCI bridge to [bus 04]
    [ 0.420377] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.420380] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.420382] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.420384] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.420386] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.420388] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.420391] pci_bus 0000:00: resource 10 [mem 0x000d4000-0x000d7fff]
    [ 0.420393] pci_bus 0000:00: resource 11 [mem 0x000d8000-0x000dbfff]
    [ 0.420395] pci_bus 0000:00: resource 12 [mem 0x000dc000-0x000dffff]
    [ 0.420397] pci_bus 0000:00: resource 13 [mem 0x000e0000-0x000e3fff]
    [ 0.420399] pci_bus 0000:00: resource 14 [mem 0x000e4000-0x000e7fff]
    [ 0.420401] pci_bus 0000:00: resource 15 [mem 0x000e8000-0x000ebfff]
    [ 0.420403] pci_bus 0000:00: resource 16 [mem 0x000ec000-0x000effff]
    [ 0.420405] pci_bus 0000:00: resource 17 [mem 0xd0000000-0xf7ffffff]
    [ 0.420407] pci_bus 0000:00: resource 18 [mem 0xfc000000-0xfed3ffff]
    [ 0.420409] pci_bus 0000:00: resource 19 [mem 0xfed45000-0xffffffff]
    [ 0.420411] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.420413] pci_bus 0000:01: resource 1 [mem 0xf0200000-0xf02fffff]
    [ 0.420416] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.420418] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.420420] pci_bus 0000:02: resource 1 [mem 0xf0100000-0xf01fffff]
    [ 0.420422] pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf00fffff]
    [ 0.420425] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    [ 0.420427] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    [ 0.420429] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.420431] pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.420433] pci_bus 0000:04: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.420435] pci_bus 0000:04: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.420437] pci_bus 0000:04: resource 10 [mem 0x000d4000-0x000d7fff]
    [ 0.420439] pci_bus 0000:04: resource 11 [mem 0x000d8000-0x000dbfff]
    [ 0.420441] pci_bus 0000:04: resource 12 [mem 0x000dc000-0x000dffff]
    [ 0.420443] pci_bus 0000:04: resource 13 [mem 0x000e0000-0x000e3fff]
    [ 0.420445] pci_bus 0000:04: resource 14 [mem 0x000e4000-0x000e7fff]
    [ 0.420447] pci_bus 0000:04: resource 15 [mem 0x000e8000-0x000ebfff]
    [ 0.420449] pci_bus 0000:04: resource 16 [mem 0x000ec000-0x000effff]
    [ 0.420451] pci_bus 0000:04: resource 17 [mem 0xd0000000-0xf7ffffff]
    [ 0.420453] pci_bus 0000:04: resource 18 [mem 0xfc000000-0xfed3ffff]
    [ 0.420455] pci_bus 0000:04: resource 19 [mem 0xfed45000-0xffffffff]
    [ 0.420484] NET: Registered protocol family 2
    [ 0.420674] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.420689] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.420717] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.420733] TCP: reno registered
    [ 0.420736] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.420742] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.420798] NET: Registered protocol family 1
    [ 0.420831] pci 0000:00:01.0: Boot video device
    [ 1.038734] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
    [ 1.038759] PCI: CLS 64 bytes, default 64
    [ 1.038818] Unpacking initramfs...
    [ 1.112669] Freeing initrd memory: 3396K (f74ad000 - f77fe000)
    [ 1.112753] Simple Boot Flag at 0x44 set to 0x1
    [ 1.113077] perf: AMD NB counters detected
    [ 1.113122] LVT offset 0 assigned for vector 0x400
    [ 1.113138] perf: AMD IBS detected (0x000000ff)
    [ 1.113149] apm: BIOS not found.
    [ 1.113200] Scanning for low memory corruption every 60 seconds
    [ 1.113689] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 1.114240] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 1.116388] zbud: loaded
    [ 1.116669] VFS: Disk quotas dquot_6.5.2
    [ 1.116720] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 1.116962] msgmni has been set to 1707
    [ 1.117034] Key type big_key registered
    [ 1.117325] bounce: pool size: 64 pages
    [ 1.117370] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.117448] io scheduler noop registered
    [ 1.117452] io scheduler deadline registered
    [ 1.117524] io scheduler cfq registered (default)
    [ 1.118017] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.118037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.118114] GHES: HEST is not enabled!
    [ 1.118129] isapnp: Scanning for PnP cards...
    [ 1.513691] isapnp: No Plug & Play device found
    [ 1.513876] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.514746] rtc_cmos 00:01: RTC can wake from S4
    [ 1.515007] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [ 1.515032] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
    [ 1.515076] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.515246] TCP: cubic registered
    [ 1.515386] NET: Registered protocol family 10
    [ 1.515657] NET: Registered protocol family 17
    [ 1.516096] Using IPI No-Shortcut mode
    [ 1.516269] registered taskstats version 1
    [ 1.516866] Magic number: 14:856:502
    [ 1.516927] rtc_cmos 00:01: setting system clock to 2014-09-21 22:28:27 UTC (1411338507)
    [ 1.517032] PM: Hibernation image not present or could not be loaded.
    [ 1.517281] Freeing unused kernel memory: 568K (c1630000 - c16be000)
    [ 1.517350] Write protecting the kernel text: 4516k
    [ 1.517388] Write protecting the kernel read-only data: 1332k
    [ 1.527560] random: systemd-tmpfile urandom read with 0 bits of entropy available
    [ 1.529660] systemd-udevd[57]: starting version 216
    [ 1.549349] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSSG] at 0x60,0x64 irq 1,12
    [ 1.568048] ACPI: bus type USB registered
    [ 1.568103] usbcore: registered new interface driver usbfs
    [ 1.568141] usbcore: registered new interface driver hub
    [ 1.568537] SCSI subsystem initialized
    [ 1.574578] usbcore: registered new device driver usb
    [ 1.593572] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.593667] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.593746] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.594746] ehci-pci: EHCI PCI platform driver
    [ 1.594935] QUIRK: Enable AMD PLL fix
    [ 1.594970] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 1.594980] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 1.594989] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.595002] ehci-pci 0000:00:12.2: debug port 1
    [ 1.595055] ehci-pci 0000:00:12.2: irq 17, io mem 0xf034c000
    [ 1.595121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.595830] ohci-pci: OHCI PCI platform driver
    [ 1.601895] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 1.602284] libata version 3.00 loaded.
    [ 1.602306] hub 1-0:1.0: USB hub found
    [ 1.602325] hub 1-0:1.0: 5 ports detected
    [ 1.602883] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 1.602893] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 1.602899] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.602912] ehci-pci 0000:00:13.2: debug port 1
    [ 1.602945] ehci-pci 0000:00:13.2: irq 17, io mem 0xf034a000
    [ 1.612011] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 1.612308] hub 2-0:1.0: USB hub found
    [ 1.612317] hub 2-0:1.0: 5 ports detected
    [ 1.612814] xhci_hcd 0000:00:10.0: xHCI Host Controller
    [ 1.612828] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
    [ 1.613042] xhci_hcd 0000:00:10.0: irq 40 for MSI/MSI-X
    [ 1.613048] xhci_hcd 0000:00:10.0: irq 41 for MSI/MSI-X
    [ 1.613052] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X
    [ 1.613056] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
    [ 1.613060] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
    [ 1.613374] hub 3-0:1.0: USB hub found
    [ 1.613388] hub 3-0:1.0: 2 ports detected
    [ 1.613609] xhci_hcd 0000:00:10.0: xHCI Host Controller
    [ 1.613614] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4
    [ 1.616754] hub 4-0:1.0: USB hub found
    [ 1.616768] hub 4-0:1.0: 2 ports detected
    [ 1.617093] ohci-pci 0000:00:12.0: OHCI PCI host controller
    [ 1.617107] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5
    [ 1.617152] ohci-pci 0000:00:12.0: irq 18, io mem 0xf034d000
    [ 1.645460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.673072] hub 5-0:1.0: USB hub found
    [ 1.673098] hub 5-0:1.0: 5 ports detected
    [ 1.673547] ohci-pci 0000:00:13.0: OHCI PCI host controller
    [ 1.673554] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 6
    [ 1.673585] ohci-pci 0000:00:13.0: irq 18, io mem 0xf034b000
    [ 1.729803] hub 6-0:1.0: USB hub found
    [ 1.729831] hub 6-0:1.0: 5 ports detected
    [ 1.730166] ahci 0000:00:11.0: version 3.0
    [ 1.730351] ahci 0000:00:11.0: irq 45 for MSI/MSI-X
    [ 1.730404] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    [ 1.730409] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 1.731131] scsi0 : ahci
    [ 1.731321] scsi1 : ahci
    [ 1.731403] ata1: SATA max UDMA/133 abar m2048@0xf034e000 port 0xf034e100 irq 45
    [ 1.731407] ata2: SATA max UDMA/133 abar m2048@0xf034e000 port 0xf034e180 irq 45
    [ 1.962152] usb 1-4: new high-speed USB device number 3 using ehci-pci
    [ 2.115336] tsc: Refined TSC clocksource calibration: 1896.456 MHz
    [ 2.215395] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.215424] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 2.216948] ata2.00: ATAPI: MATSHITADVD-RAM UJ8C2, 1.00, max UDMA/133
    [ 2.218438] ata2.00: configured for UDMA/133
    [ 2.274381] ata1.00: ATA-9: ST1000LM014-1EJ164, LVD3, max UDMA/133
    [ 2.274386] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.318651] ata1.00: configured for UDMA/133
    [ 2.318844] scsi 0:0:0:0: Direct-Access ATA ST1000LM014-1EJ1 LVD3 PQ: 0 ANSI: 5
    [ 2.320735] scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ8C2 1.00 PQ: 0 ANSI: 5
    [ 2.337991] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 2.337996] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 2.338079] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.338085] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.338151] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.338885] sda: sda1 sda2 sda3
    [ 2.339411] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.348995] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.348999] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.349240] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 2.395434] usb 3-1: new low-speed USB device number 2 using xhci_hcd
    [ 2.438944] ata1.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x6
    [ 2.438989] ata1.00: irq_stat 0x40000008
    [ 2.439030] ata1.00: failed command: READ FPDMA QUEUED
    [ 2.439074] ata1.00: cmd 60/08:38:18:08:00/00:00:00:00:00/40 tag 7 ncq 4096 in
    res 41/84:08:18:08:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 2.439127] ata1.00: status: { DRDY ERR }
    [ 2.439166] ata1.00: error: { ICRC ABRT }
    [ 2.439207] ata1: hard resetting link
    [ 2.555934] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 2.555943] usb 3-1: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 2.559635] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.586950] usbcore: registered new interface driver usbhid
    [ 2.586953] usbhid: USB HID core driver
    [ 2.588065] input: Microsoft Comfort Curve Keyboard 3000 as /devices/pci0000:00/0000:00:10.0/usb3/3-1/3-1:1.0/0003:045E:0780.0001/input/input2
    [ 2.588153] hid-generic 0003:045E:0780.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 3000] on usb-0000:00:10.0-1/input0
    [ 2.594030] input: Microsoft Comfort Curve Keyboard 3000 as /devices/pci0000:00/0000:00:10.0/usb3/3-1/3-1:1.1/0003:045E:0780.0002/input/input3
    [ 2.594150] hid-generic 0003:045E:0780.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 3000] on usb-0000:00:10.0-1/input1
    [ 2.662213] usb 2-2: new high-speed USB device number 2 using ehci-pci
    [ 2.915446] usb 5-1: new low-speed USB device number 2 using ohci-pci
    [ 2.925441] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.039928] ata1.00: configured for UDMA/133
    [ 3.039955] ata1: EH complete
    [ 3.081259] input: USB Mouse as /devices/pci0000:00/0000:00:12.0/usb5/5-1/5-1:1.0/0003:05E3:1205.0003/input/input4
    [ 3.081368] hid-generic 0003:05E3:1205.0003: input,hidraw2: USB HID v1.10 Mouse [USB Mouse ] on usb-0000:00:12.0-1/input0
    [ 3.089081] ata1.00: exception Emask 0x0 SAct 0x40000 SErr 0x0 action 0x6
    [ 3.089128] ata1.00: irq_stat 0x40000008
    [ 3.089168] ata1.00: failed command: READ FPDMA QUEUED
    [ 3.089212] ata1.00: cmd 60/08:90:78:28:03/00:00:00:00:00/40 tag 18 ncq 4096 in
    res 41/84:08:7c:28:03/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 3.089265] ata1.00: status: { DRDY ERR }
    [ 3.089304] ata1.00: error: { ICRC ABRT }
    [ 3.089346] ata1: hard resetting link
    [ 3.115583] Switched to clocksource tsc
    [ 3.575598] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.694602] ata1.00: configured for UDMA/133
    [ 3.694621] ata1: EH complete
    [ 3.809120] ata1.00: exception Emask 0x0 SAct 0x1e00 SErr 0x0 action 0x6
    [ 3.809168] ata1.00: irq_stat 0x40000008
    [ 3.809208] ata1.00: failed command: READ FPDMA QUEUED
    [ 3.809251] ata1.00: cmd 60/08:48:10:08:00/00:00:00:00:00/40 tag 9 ncq 4096 in
    res 41/84:08:10:08:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 3.809305] ata1.00: status: { DRDY ERR }
    [ 3.809343] ata1.00: error: { ICRC ABRT }
    [ 3.809385] ata1: hard resetting link
    [ 4.295566] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 4.404835] ata1.00: configured for UDMA/133
    [ 4.404858] ata1: EH complete
    [ 4.453715] ata1.00: exception Emask 0x0 SAct 0x1fe000 SErr 0x0 action 0x0
    [ 4.453760] ata1.00: irq_stat 0x40000008
    [ 4.453799] ata1.00: failed command: READ FPDMA QUEUED
    [ 4.453842] ata1.00: cmd 60/80:68:80:08:00/01:00:00:00:00/40 tag 13 ncq 196608 in
    res 41/40:80:b8:09:00/00:01:00:00:00/00 Emask 0x409 (media error) <F>
    [ 4.453894] ata1.00: status: { DRDY ERR }
    [ 4.453932] ata1.00: error: { UNC }
    [ 4.637639] ata1.00: configured for UDMA/133
    [ 4.637688] sd 0:0:0:0: [sda] Unhandled sense code
    [ 4.637691] sd 0:0:0:0: [sda]
    [ 4.637693] Result: hostbyte=0x00 driverbyte=0x08
    [ 4.637695] sd 0:0:0:0: [sda]
    [ 4.637697] Sense Key : 0x3 [current] [descriptor]
    [ 4.637700] Descriptor sense data with sense descriptors (in hex):
    [ 4.637702] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 4.637710] 00 00 09 b8
    [ 4.637714] sd 0:0:0:0: [sda]
    [ 4.637716] ASC=0x11 ASCQ=0x4
    [ 4.637718] sd 0:0:0:0: [sda] CDB:
    [ 4.637719] cdb[0]=0x28: 28 00 00 00 08 80 00 01 80 00
    [ 4.637727] end_request: I/O error, dev sda, sector 2488
    [ 4.637786] Buffer I/O error on device sda1, logical block 55
    [ 4.637826] Buffer I/O error on device sda1, logical block 56
    [ 4.637866] Buffer I/O error on device sda1, logical block 57
    [ 4.637905] Buffer I/O error on device sda1, logical block 58
    [ 4.637945] Buffer I/O error on device sda1, logical block 59
    [ 4.637984] Buffer I/O error on device sda1, logical block 60
    [ 4.638024] Buffer I/O error on device sda1, logical block 61
    [ 4.638063] Buffer I/O error on device sda1, logical block 62
    [ 4.638105] Buffer I/O error on device sda1, logical block 63
    [ 4.638188] ata1: EH complete
    [ 4.879313] ata1: limiting SATA link speed to 3.0 Gbps
    [ 4.879320] ata1.00: exception Emask 0x0 SAct 0x4000 SErr 0x0 action 0x6
    [ 4.879364] ata1.00: irq_stat 0x40000008
    [ 4.879404] ata1.00: failed command: READ FPDMA QUEUED
    [ 4.879448] ata1.00: cmd 60/08:70:50:2b:03/00:00:00:00:00/40 tag 14 ncq 4096 in
    res 41/84:08:50:2b:03/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 4.879502] ata1.00: status: { DRDY ERR }
    [ 4.879540] ata1.00: error: { ICRC ABRT }
    [ 4.879583] ata1: hard resetting link
    [ 5.365653] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 5.469816] ata1.00: configured for UDMA/133
    [ 5.469845] ata1: EH complete
    [ 5.582799] ata1.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x6
    [ 5.582859] ata1.00: irq_stat 0x40000008
    [ 5.582900] ata1.00: failed command: READ FPDMA QUEUED
    [ 5.582943] ata1.00: cmd 60/08:38:18:0b:00/00:00:00:00:00/40 tag 7 ncq 4096 in
    res 41/84:08:19:0b:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 5.582997] ata1.00: status: { DRDY ERR }
    [ 5.583036] ata1.00: error: { ICRC ABRT }
    [ 5.583078] ata1: hard resetting link
    [ 6.069015] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 6.191135] ata1.00: configured for UDMA/133
    [ 6.191166] ata1: EH complete
    [ 6.256026] ata1.00: exception Emask 0x0 SAct 0x8000 SErr 0x0 action 0x6
    [ 6.256073] ata1.00: irq_stat 0x40000008
    [ 6.256114] ata1.00: failed command: READ FPDMA QUEUED
    [ 6.256158] ata1.00: cmd 60/08:78:00:38:03/00:00:00:00:00/40 tag 15 ncq 4096 in
    res 41/84:08:02:38:03/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 6.256212] ata1.00: status: { DRDY ERR }
    [ 6.256250] ata1.00: error: { ICRC ABRT }
    [ 6.256292] ata1: hard resetting link
    [ 6.742436] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 6.845773] ata1.00: configured for UDMA/133
    [ 6.845806] ata1: EH complete
    [ 6.986177] ata1.00: exception Emask 0x0 SAct 0x80000 SErr 0x0 action 0x6
    [ 6.986223] ata1.00: irq_stat 0x40000008
    [ 6.986264] ata1.00: failed command: READ FPDMA QUEUED
    [ 6.986308] ata1.00: cmd 60/08:98:b0:f8:b5/00:00:58:00:00/40 tag 19 ncq 4096 in
    res 41/84:08:b0:f8:b5/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 6.986360] ata1.00: status: { DRDY ERR }
    [ 6.986399] ata1.00: error: { ICRC ABRT }
    [ 6.986440] ata1: hard resetting link
    [ 7.472592] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 7.578097] ata1.00: configured for UDMA/133
    [ 7.578124] ata1: EH complete
    [ 7.587216] random: nonblocking pool is initialized
    [ 7.602800] ata1: limiting SATA link speed to 1.5 Gbps
    [ 7.602806] ata1.00: exception Emask 0x0 SAct 0x800000 SErr 0x0 action 0x6
    [ 7.602850] ata1.00: irq_stat 0x40000008
    [ 7.602889] ata1.00: failed command: READ FPDMA QUEUED
    [ 7.602931] ata1.00: cmd 60/08:b8:c8:58:b6/00:00:58:00:00/40 tag 23 ncq 4096 in
    res 41/84:08:cc:58:b6/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 7.602982] ata1.00: status: { DRDY ERR }
    [ 7.603020] ata1.00: error: { ICRC ABRT }
    [ 7.603061] ata1: hard resetting link
    [ 8.089174] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 8.188490] ata1.00: configured for UDMA/133
    [ 8.188517] ata1: EH complete
    [ 8.216300] ata1.00: exception Emask 0x0 SAct 0x2000000 SErr 0x0 action 0x6
    [ 8.216361] ata1.00: irq_stat 0x40000008
    [ 8.216402] ata1.00: failed command: READ FPDMA QUEUED
    [ 8.216446] ata1.00: cmd 60/08:c8:d0:78:b6/00:00:58:00:00/40 tag 25 ncq 4096 in
    res 41/84:08:d0:78:b6/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 8.216500] ata1.00: status: { DRDY ERR }
    [ 8.216539] ata1.00: error: { ICRC ABRT }
    [ 8.216581] ata1: hard resetting link
    [ 8.702603] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 8.809726] ata1.00: configured for UDMA/133
    [ 8.809758] ata1: EH complete
    [ 8.836250] ata1.00: exception Emask 0x0 SAct 0x8000000 SErr 0x0 action 0x6
    [ 8.836295] ata1.00: irq_stat 0x40000008
    [ 8.836335] ata1.00: failed command: READ FPDMA QUEUED
    [ 8.836377] ata1.00: cmd 60/08:d8:d8:98:b6/00:00:58:00:00/40 tag 27 ncq 4096 in
    res 41/84:08:d8:98:b6/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 8.836429] ata1.00: status: { DRDY ERR }
    [ 8.836467] ata1.00: error: { ICRC ABRT }
    [ 8.836507] ata1: hard resetting link
    [ 9.322654] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 9.430994] ata1.00: configured for UDMA/133
    [ 9.431018] ata1: EH complete
    [ 9.664088] EXT4-fs (sda3): mounting ext3 file system using the ext4 subsystem
    [ 9.686362] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 9.837482] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
    [ 9.837542] ata1.00: irq_stat 0x40000008
    [ 9.837583] ata1.00: failed command: READ FPDMA QUEUED
    [ 9.837626] ata1.00: cmd 60/08:28:20:08:89/00:00:5e:00:00/40 tag 5 ncq 4096 in
    res 41/84:08:20:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 9.837680] ata1.00: status: { DRDY ERR }
    [ 9.837719] ata1.00: error: { ICRC ABRT }
    [ 9.837761] ata1: hard resetting link
    [ 10.322740] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 10.515900] ata1.00: configured for UDMA/133
    [ 10.515972] sd 0:0:0:0: [sda]
    [ 10.515975] Result: hostbyte=0x00 driverbyte=0x08
    [ 10.515978] sd 0:0:0:0: [sda]
    [ 10.515979] Sense Key : 0xb [current] [descriptor]
    [ 10.515983] Descriptor sense data with sense descriptors (in hex):
    [ 10.515984] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 10.515992] 5e 89 08 20
    [ 10.515997] sd 0:0:0:0: [sda]
    [ 10.515998] ASC=0x47 ASCQ=0x0
    [ 10.516001] sd 0:0:0:0: [sda] CDB:
    [ 10.516002] cdb[0]=0x28: 28 00 5e 89 08 20 00 00 08 00
    [ 10.516010] end_request: I/O error, dev sda, sector 1586038816
    [ 10.516148] ata1: EH complete
    [ 10.529733] ata1.00: limiting speed to UDMA/100:PIO4
    [ 10.529740] ata1.00: exception Emask 0x0 SAct 0x7fffff1f SErr 0x0 action 0x6
    [ 10.529786] ata1.00: irq_stat 0x40000008
    [ 10.529826] ata1.00: failed command: READ FPDMA QUEUED
    [ 10.529870] ata1.00: cmd 60/08:40:d0:08:89/00:00:5e:00:00/40 tag 8 ncq 4096 in
    res 41/84:08:d4:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 10.529924] ata1.00: status: { DRDY ERR }
    [ 10.529962] ata1.00: error: { ICRC ABRT }
    [ 10.530004] ata1: hard resetting link
    [ 11.016129] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 11.139673] ata1.00: configured for UDMA/100
    [ 11.139723] sd 0:0:0:0: [sda]
    [ 11.139725] Result: hostbyte=0x00 driverbyte=0x08
    [ 11.139728] sd 0:0:0:0: [sda]
    [ 11.139730] Sense Key : 0xb [current] [descriptor]
    [ 11.139733] Descriptor sense data with sense descriptors (in hex):
    [ 11.139735] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 11.139743] 5e 89 08 d4
    [ 11.139747] sd 0:0:0:0: [sda]
    [ 11.139749] ASC=0x47 ASCQ=0x0
    [ 11.139751] sd 0:0:0:0: [sda] CDB:
    [ 11.139753] cdb[0]=0x28: 28 00 5e 89 08 d0 00 00 08 00
    [ 11.139761] end_request: I/O error, dev sda, sector 1586038992
    [ 11.139889] ata1: EH complete
    [ 11.153122] ata1.00: exception Emask 0x0 SAct 0x7fffffc1 SErr 0x0 action 0x6
    [ 11.153169] ata1.00: irq_stat 0x40000008
    [ 11.153210] ata1.00: failed command: READ FPDMA QUEUED
    [ 11.153253] ata1.00: cmd 60/08:30:28:08:89/00:00:5e:00:00/40 tag 6 ncq 4096 in
    res 41/84:08:28:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 11.153306] ata1.00: status: { DRDY ERR }
    [ 11.153345] ata1.00: error: { ICRC ABRT }
    [ 11.153386] ata1: hard resetting link
    [ 11.639485] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 11.749884] ata1.00: configured for UDMA/100
    [ 11.749918] sd 0:0:0:0: [sda]
    [ 11.749920] Result: hostbyte=0x00 driverbyte=0x08
    [ 11.749923] sd 0:0:0:0: [sda]
    [ 11.749925] Sense Key : 0xb [current] [descriptor]
    [ 11.749928] Descriptor sense data with sense descriptors (in hex):
    [ 11.749930] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 11.749938] 5e 89 08 28
    [ 11.749942] sd 0:0:0:0: [sda]
    [ 11.749944] ASC=0x47 ASCQ=0x0
    [ 11.749946] sd 0:0:0:0: [sda] CDB:
    [ 11.749948] cdb[0]=0x28: 28 00 5e 89 08 28 00 00 08 00
    [ 11.749956] end_request: I/O error, dev sda, sector 1586038824
    [ 11.750093] ata1: EH complete
    [ 11.763159] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
    [ 11.763206] ata1.00: irq_stat 0x40000008
    [ 11.763247] ata1.00: failed command: READ FPDMA QUEUED
    [ 11.763290] ata1.00: cmd 60/08:28:c8:08:89/00:00:5e:00:00/40 tag 5 ncq 4096 in
    res 41/84:08:c8:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 11.763343] ata1.00: status: { DRDY ERR }
    [ 11.763382] ata1.00: error: { ICRC ABRT }
    [ 11.763424] ata1: hard resetting link
    [ 12.249523] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 12.360321] ata1.00: configured for UDMA/100
    [ 12.360370] sd 0:0:0:0: [sda]
    [ 12.360372] Result: hostbyte=0x00 driverbyte=0x08
    [ 12.360375] sd 0:0:0:0: [sda]
    [ 12.360377] Sense Key : 0xb [current] [descriptor]
    [ 12.360380] Descriptor sense data with sense descriptors (in hex):
    [ 12.360381] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 12.360390] 5e 89 08 c8
    [ 12.360394] sd 0:0:0:0: [sda]
    [ 12.360395] ASC=0x47 ASCQ=0x0
    [ 12.360398] sd 0:0:0:0: [sda] CDB:
    [ 12.360399] cdb[0]=0x28: 28 00 5e 89 08 c8 00 00 08 00
    [ 12.360407] end_request: I/O error, dev sda, sector 1586038984
    [ 12.360543] ata1: EH complete
    [ 12.369958] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
    [ 12.370005] ata1.00: irq_stat 0x40000008
    [ 12.370045] ata1.00: failed command: READ FPDMA QUEUED
    [ 12.370090] ata1.00: cmd 60/08:28:38:08:89/00:00:63:00:00/40 tag 5 ncq 4096 in
    res 41/84:08:3a:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 12.370143] ata1.00: status: { DRDY ERR }
    [ 12.370182] ata1.00: error: { ICRC ABRT }
    [ 12.370224] ata1: hard resetting link
    [ 12.856285] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 12.959379] ata1.00: configured for UDMA/100
    [ 12.959426] sd 0:0:0:0: [sda]
    [ 12.959429] Result: hostbyte=0x00 driverbyte=0x08
    [ 12.959432] sd 0:0:0:0: [sda]
    [ 12.959433] Sense Key : 0xb [current] [descriptor]
    [ 12.959437] Descriptor sense data with sense descriptors (in hex):
    [ 12.959438] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 12.959447] 63 89 08 3a
    [ 12.959462] sd 0:0:0:0: [sda]
    [ 12.959464] ASC=0x47 ASCQ=0x0
    [ 12.959466] sd 0:0:0:0: [sda] CDB:
    [ 12.959468] cdb[0]=0x28: 28 00 63 89 08 38 00 00 08 00
    [ 12.959476] end_request: I/O error, dev sda, sector 1669924920
    [ 12.959616] ata1: EH complete
    [ 12.973195] ata1.00: limiting speed to UDMA/33:PIO4
    [ 12.973202] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
    [ 12.973247] ata1.00: irq_stat 0x40000008
    [ 12.973287] ata1.00: failed command: READ FPDMA QUEUED
    [ 12.973331] ata1.00: cmd 60/08:30:c0:08:89/00:00:5e:00:00/40 tag 6 ncq 4096 in
    res 41/84:08:c0:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 12.973384] ata1.00: status: { DRDY ERR }
    [ 12.973423] ata1.00: error: { ICRC ABRT }
    [ 12.973464] ata1: hard resetting link
    [ 13.459735] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 13.569691] ata1.00: configured for UDMA/33
    [ 13.569750] sd 0:0:0:0: [sda]
    [ 13.569753] Result: hostbyte=0x00 driverbyte=0x08
    [ 13.569755] sd 0:0:0:0: [sda]
    [ 13.569757] Sense Key : 0xb [current] [descriptor]
    [ 13.569761] Descriptor sense data with sense descriptors (in hex):
    [ 13.569763] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 13.569771] 5e 89 08 c0
    [ 13.569775] sd 0:0:0:0: [sda]
    [ 13.569777] ASC=0x47 ASCQ=0x0
    [ 13.569779] sd 0:0:0:0: [sda] CDB:
    [ 13.569781] cdb[0]=0x28: 28 00 5e 89 08 c0 00 00 08 00
    [ 13.569789] end_request: I/O error, dev sda, sector 1586038976
    [ 13.569933] ata1: EH complete
    [ 13.583315] ata1.00: exception Emask 0x0 SAct 0x7fffff9f SErr 0x0 action 0x6
    [ 13.583360] ata1.00: irq_stat 0x40000008
    [ 13.583399] ata1.00: failed command: READ FPDMA QUEUED
    [ 13.583441] ata1.00: cmd 60/08:38:30:08:89/00:00:63:00:00/40 tag 7 ncq 4096 in
    res 41/84:08:30:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 13.585478] ata1.00: status: { DRDY ERR }
    [ 13.585516] ata1.00: error: { ICRC ABRT }
    [ 13.585558] ata1: hard resetting link
    [ 14.069688] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 14.180020] ata1.00: configured for UDMA/33
    [ 14.180069] sd 0:0:0:0: [sda]
    [ 14.180072] Result: hostbyte=0x00 driverbyte=0x08
    [ 14.180074] sd 0:0:0:0: [sda]
    [ 14.180076] Sense Key : 0xb [current] [descriptor]
    [ 14.180079] Descriptor sense data with sense descriptors (in hex):
    [ 14.180081] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 14.180089] 63 89 08 30
    [ 14.180094] sd 0:0:0:0: [sda]
    [ 14.180095] ASC=0x47 ASCQ=0x0
    [ 14.180098] sd 0:0:0:0: [sda] CDB:
    [ 14.180099] cdb[0]=0x28: 28 00 63 89 08 30 00 00 08 00
    [ 14.180108] end_request: I/O error, dev sda, sector 1669924912
    [ 14.180245] ata1: EH complete
    [ 14.190091] ata1.00: exception Emask 0x0 SAct 0x7fffffe3 SErr 0x0 action 0x6
    [ 14.190153] ata1.00: irq_stat 0x40000008
    [ 14.190193] ata1.00: failed command: READ FPDMA QUEUED
    [ 14.190237] ata1.00: cmd 60/a8:28:70:08:89/00:00:63:00:00/40 tag 5 ncq 86016 in
    res 41/84:a8:80:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 14.190290] ata1.00: status: { DRDY ERR }
    [ 14.190328] ata1.00: error: { ICRC ABRT }
    [ 14.190371] ata1: hard resetting link
    [ 14.676439] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 14.779168] ata1.00: configured for UDMA/33
    [ 14.779214] sd 0:0:0:0: [sda]
    [ 14.779216] Result: hostbyte=0x00 driverbyte=0x08
    [ 14.779218] sd 0:0:0:0: [sda]
    [ 14.779220] Sense Key : 0xb [current] [descriptor]
    [ 14.779223] Descriptor sense data with sense descriptors (in hex):
    [ 14.779225] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 14.779233] 63 89 08 80
    [ 14.779237] sd 0:0:0:0: [sda]
    [ 14.779239] ASC=0x47 ASCQ=0x0
    [ 14.779241] sd 0:0:0:0: [sda] CDB:
    [ 14.779243] cdb[0]=0x28: 28 00 63 89 08 70 00 00 a8 00
    [ 14.779251] end_request: I/O error, dev sda, sector 1669924976
    [ 14.779391] ata1: EH complete
    [ 14.793467] ata1.00: exception Emask 0x0 SAct 0x3fffffe0 SErr 0x0 action 0x6
    [ 14.793513] ata1.00: irq_stat 0x40000008
    [ 14.793554] ata1.00: failed command: READ FPDMA QUEUED
    [ 14.793597] ata1.00: cmd 60/08:28:28:08:89/00:00:63:00:00/40 tag 5 ncq 4096 in
    res 41/84:08:28:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 14.793651] ata1.00: status: { DRDY ERR }
    [ 14.793690] ata1.00: error: { ICRC ABRT }
    [ 14.793733] ata1: hard resetting link
    [ 15.279789] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 15.378218] ata1.00: configured for UDMA/33
    [ 15.378240] sd 0:0:0:0: [sda]
    [ 15.378243] Result: hostbyte=0x00 driverbyte=0x08
    [ 15.378245] sd 0:0:0:0: [sda]
    [ 15.378247] Sense Key : 0xb [current] [descriptor]
    [ 15.378250] Descriptor sense data with sense descriptors (in hex):
    [ 15.378252] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 15.378260] 63 89 08 28
    [ 15.378264] sd 0:0:0:0: [sda]
    [ 15.378266] ASC=0x47 ASCQ=0x0
    [ 15.378268] sd 0:0:0:0: [sda] CDB:
    [ 15.378269] cdb[0]=0x28: 28 00 63 89 08 28 00 00 08 00
    [ 15.378277] end_request: I/O error, dev sda, sector 1669924904
    [ 15.378427] ata1: EH complete
    [ 15.390101] ata1.00: exception Emask 0x0 SAct 0x7fffff SErr 0x0 action 0x6
    [ 15.390148] ata1.00: irq_stat 0x40000008
    [ 15.390188] ata1.00: failed command: READ FPDMA QUEUED
    [ 15.390232] ata1.00: cmd 60/08:00:10:08:89/00:00:63:00:00/40 tag 0 ncq 4096 in
    res 41/84:08:10:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 15.390285] ata1.00: status: { DRDY ERR }
    [ 15.390324] ata1.00: error: { ICRC ABRT }
    [ 15.390366] ata1: hard resetting link
    [ 15.876541] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 15.977410] ata1.00: configured for UDMA/33
    [ 15.977500] ata1: EH complete
    [ 15.986870] ata1.00: exception Emask 0x0 SAct 0x7f807fff SErr 0x0 action 0x6
    [ 15.986916] ata1.00: irq_stat 0x40000008
    [ 15.986957] ata1.00: failed command: READ FPDMA QUEUED
    [ 15.987000] ata1.00: cmd 60/08:b8:20:08:89/00:00:63:00:00/40 tag 23 ncq 4096 in
    res 41/84:08:20:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 15.987054] ata1.00: status: { DRDY ERR }
    [ 15.987093] ata1.00: error: { ICRC ABRT }
    [ 15.987135] ata1: hard resetting link
    [ 16.473350] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 16.576437] ata1.00: configured for UDMA/33
    [ 16.576509] sd 0:0:0:0: [sda]
    [ 16.576511] Result: hostbyte=0x00 driverbyte=0x08
    [ 16.576514] sd 0:0:0:0: [sda]
    [ 16.576516] Sense Key : 0xb [current] [descriptor]
    [ 16.576519] Descriptor sense data with sense descriptors (in hex):
    [ 16.576520] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 16.576529] 63 89 08 20
    [ 16.576533] sd 0:0:0:0: [sda]
    [ 16.576534] ASC=0x47 ASCQ=0x0
    [ 16.576537] sd 0:0:0:0: [sda] CDB:
    [ 16.576538] cdb[0]=0x28: 28 00 63 89 08 20 00 00 08 00
    [ 16.576546] end_request: I/O error, dev sda, sector 1669924896
    [ 16.576642] ata1: EH complete
    [ 16.586801] ata1.00: exception Emask 0x0 SAct 0x7fff803f SErr 0x0 action 0x6
    [ 16.586847] ata1.00: irq_stat 0x40000008
    [ 16.586886] ata1.00: failed command: READ FPDMA QUEUED
    [ 16.586928] ata1.00: cmd 60/08:78:50:08:89/00:00:5e:00:00/40 tag 15 ncq 4096 in
    res 41/84:08:54:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 16.586980] ata1.00: status: { DRDY ERR }
    [ 16.587018] ata1.00: error: { ICRC ABRT }
    [ 16.587058] ata1: hard resetting link
    [ 17.073307] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 17.175907] ata1.00: configured for UDMA/33
    [ 17.175963] sd 0:0:0:0: [sda]
    [ 17.175965] Result: hostbyte=0x00 driverbyte=0x08
    [ 17.175968] sd 0:0:0:0: [sda]
    [ 17.175970] Sense Key : 0xb [current] [descriptor]
    [ 17.175973] Descriptor sense data with sense descriptors (in hex):
    [ 17.175974] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 17.175983] 5e 89 08 54
    [ 17.175987] sd

    I have only Arch installed, 64 bit, UEFI boot.
    The things got worse for me. Today I barely managed to boot the laptop. It was throwing a lot of errors at me:
    Sep 24 06:13:59 kernel: ata6.00: irq_stat 0x40000008
    Sep 24 06:13:59 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:13:59 kernel: ata6.00: cmd 60/a8:00:40:0e:00/00:00:00:00:00/40 tag 0 ncq 86016 in
    res 41/84:a8:87:0e:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    Sep 24 06:13:59 kernel: ata6.00: status: { DRDY ERR }
    Sep 24 06:13:59 kernel: ata6.00: error: { ICRC ABRT }
    Sep 24 06:13:59 kernel: ata6: hard resetting link
    Sep 24 06:13:59 kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    Sep 24 06:13:59 kernel: ata6.00: configured for UDMA/133
    Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:13:59 kernel: Result: hostbyte=0x00 driverbyte=0x08
    Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:13:59 kernel: Sense Key : 0xb [current] [descriptor]
    Sep 24 06:13:59 kernel: Descriptor sense data with sense descriptors (in hex):
    Sep 24 06:13:59 kernel: 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    Sep 24 06:13:59 kernel: 00 00 0e 87
    Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:13:59 kernel: ASC=0x47 ASCQ=0x0
    Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda] CDB:
    Sep 24 06:13:59 kernel: cdb[0]=0x28: 28 00 00 00 0e 40 00 00 a8 00
    Sep 24 06:13:59 kernel: end_request: I/O error, dev sda, sector 3648
    Sep 24 06:13:59 kernel: ata6: EH complete
    Sep 24 06:14:30 kernel: ata6.00: exception Emask 0x1 SAct 0x7fffffff SErr 0x0 action 0x6 frozen
    Sep 24 06:14:30 kernel: ata6.00: irq_stat 0x40000008
    Sep 24 06:14:30 kernel: ata6.00: failed command: WRITE FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 61/08:00:00:08:24/00:00:41:00:00/40 tag 0 ncq 4096 out
    res 40/00:a8:87:0e:00/00:00:00:00:00/00 Emask 0x5 (timeout)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/a8:08:60:0f:00/00:00:00:00:00/40 tag 1 ncq 86016 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/14:10:08:10:00/00:00:00:00:00/40 tag 2 ncq 10240 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:18:24:0f:00/00:00:00:00:00/40 tag 3 ncq 512 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:20:25:0f:00/00:00:00:00:00/40 tag 4 ncq 512 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:28:26:0f:00/00:00:00:00:00/40 tag 5 ncq 512 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:30:27:0f:00/00:00:00:00:00/40 tag 6 ncq 512 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6: hard resetting link
    Sep 24 06:14:30 kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    Sep 24 06:14:30 kernel: ata6.00: configured for UDMA/133
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: Result: hostbyte=0x00 driverbyte=0x08
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: Sense Key : 0xb [current] [descriptor]
    Sep 24 06:14:30 kernel: Descriptor sense data with sense descriptors (in hex):
    Sep 24 06:14:30 kernel: 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    Sep 24 06:14:30 kernel: 00 00 10 08
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: ASC=0x0 ASCQ=0x0
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda] CDB:
    Sep 24 06:14:30 kernel: cdb[0]=0x28: 28 00 00 00 0f 60 00 00 a8 00
    Sep 24 06:14:30 kernel: end_request: I/O error, dev sda, sector 3936
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: Result: hostbyte=0x00 driverbyte=0x08
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: Sense Key : 0xb [current] [descriptor]
    Sep 24 06:14:30 kernel: Descriptor sense data with sense descriptors (in hex):
    Sep 24 06:14:30 kernel: 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    Sep 24 06:14:30 kernel: 00 00 10 08
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    and so on... It somehow booted, but now journalctl says:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    184 End-to-End_Error 0x0032 099 099 099 Old_age Always FAILING_NOW 1
    while the Error hasn't occured yet.
    I think I wil take the emergency procedure, and start backing up my files and system ...
    I don't recall when this error first showed up, and I unluckily deleted my journal before noticing the problem, for it was getting big, so I can't trace back. But I have it in the journal since then (11.september). At begining only from time to time, but now things are getting worse.

  • Error message pointing to an unavailable AS line #

    Hi,
    The error message I'm getting suggests the culprit might be on line #235.  I have no such line number anywhere.  But I have to admit, I have two Actions layers on my main timeline.  Could it be that the line numbers are combined off the two actionscript layers?
    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::BitmapData@173f8f11 to flash.display.Bitmap.
        at Function/WebsiteNew_fla:MainTimeline/RollingTractor/WebsiteNew_fla:tractorBodyLoadComplet e/WebsiteNew_fla:backWheelLoadComplete/WebsiteNew_fla:frontWheelLoadComplete()[WebsiteNew_ fla.MainTimeline::frame1:235]

    yes.  layers don't exist in your swf.
    so, to find the problematic line number add the total lines in each layer starting from the top layer (unless you specified a different load order).  the first layer that exceeds the problem line number contains the problematic line of code.  subtract the total lines in the layers above the problem containing layer from the line number in the error message and you'll have the problematic line number in the problem containing layer.

  • Getting and fsck error on startup about /bin/plymouth

    Hello,
    Yesterday I was rebooting my laptop when this happened, during the booting up there was an usual filesystem check and the it gave me an error and asked me to enter my root password for maintenance or press ctrl+D to continue I just continued to the DM and did run
    journalctl -xb
    I run openbox with compton and conky and basic apps I do not have KDE installed although I did try installing kde5 but  was unable to install completely due to some depenecides not installing.
    this is the output:
    -- Logs begin at Mon 2014-06-30 10:27:20 IST, end at Mon 2014-07-28 07:02:38 IST. --
    Jul 28 06:47:43 sentinel systemd-journal[118]: Runtime journal is using 6.2M (max allowed 49.8M, trying to leave 74.7M free of 491.9M available → current limit 49.8M).
    Jul 28 06:47:43 sentinel systemd-journal[118]: Runtime journal is using 6.2M (max allowed 49.8M, trying to leave 74.7M free of 491.9M available → current limit 49.8M).
    Jul 28 06:47:43 sentinel kernel: Initializing cgroup subsys cpuset
    Jul 28 06:47:43 sentinel kernel: Initializing cgroup subsys cpu
    Jul 28 06:47:43 sentinel kernel: Initializing cgroup subsys cpuacct
    Jul 28 06:47:43 sentinel kernel: Linux version 3.14.4-1-ARCH (nobody@var-lib-archbuild-testing-i686-tobias) (gcc version 4.9.0 20140507 (prerelease) (GCC) ) #1 SMP PREEMPT Tue May 13 16:44:54 CEST 2014
    Jul 28 06:47:43 sentinel kernel: e820: BIOS-provided physical RAM map:
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003f6cffff] usable
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x000000003f6d0000-0x000000003f6e2fff] ACPI NVS
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x000000003f6e3000-0x000000003fffffff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Jul 28 06:47:43 sentinel kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Jul 28 06:47:43 sentinel kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    Jul 28 06:47:43 sentinel kernel: SMBIOS 2.4 present.
    Jul 28 06:47:43 sentinel kernel: DMI: LENOVO LENOVO3000 Y410 /IGT30, BIOS 05CN39WW(V1.10) 08/29/2007
    Jul 28 06:47:43 sentinel kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Jul 28 06:47:43 sentinel kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Jul 28 06:47:43 sentinel kernel: e820: last_pfn = 0x3f6d0 max_arch_pfn = 0x100000
    Jul 28 06:47:43 sentinel kernel: MTRR default type: uncachable
    Jul 28 06:47:43 sentinel kernel: MTRR fixed ranges enabled:
    Jul 28 06:47:43 sentinel kernel: 00000-9FFFF write-back
    Jul 28 06:47:43 sentinel kernel: A0000-BFFFF uncachable
    Jul 28 06:47:43 sentinel kernel: C0000-FFFFF write-protect
    Jul 28 06:47:43 sentinel kernel: MTRR variable ranges enabled:
    Jul 28 06:47:43 sentinel kernel: 0 base 000000000 mask FC0000000 write-back
    Jul 28 06:47:43 sentinel kernel: 1 base 03F700000 mask FFFF00000 uncachable
    Jul 28 06:47:43 sentinel kernel: 2 base 03F800000 mask FFF800000 uncachable
    Jul 28 06:47:43 sentinel kernel: 3 disabled
    Jul 28 06:47:43 sentinel kernel: 4 disabled
    Jul 28 06:47:43 sentinel kernel: 5 disabled
    Jul 28 06:47:43 sentinel kernel: 6 disabled
    Jul 28 06:47:43 sentinel kernel: 7 disabled
    Jul 28 06:47:43 sentinel kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jul 28 06:47:43 sentinel kernel: found SMP MP-table at [mem 0x000f70d0-0x000f70df] mapped at [c00f70d0]
    Jul 28 06:47:43 sentinel kernel: Scanning 1 areas for low memory corruption
    Jul 28 06:47:43 sentinel kernel: initial memory mapped: [mem 0x00000000-0x01bfffff]
    Jul 28 06:47:43 sentinel kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    Jul 28 06:47:43 sentinel kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Jul 28 06:47:43 sentinel kernel: [mem 0x00000000-0x000fffff] page 4k
    Jul 28 06:47:43 sentinel kernel: init_memory_mapping: [mem 0x37000000-0x373fffff]
    Jul 28 06:47:43 sentinel kernel: [mem 0x37000000-0x373fffff] page 2M
    Jul 28 06:47:43 sentinel kernel: init_memory_mapping: [mem 0x30000000-0x36ffffff]
    Jul 28 06:47:43 sentinel kernel: [mem 0x30000000-0x36ffffff] page 2M
    Jul 28 06:47:43 sentinel kernel: init_memory_mapping: [mem 0x00100000-0x2fffffff]
    Jul 28 06:47:43 sentinel kernel: [mem 0x00100000-0x003fffff] page 4k
    Jul 28 06:47:43 sentinel kernel: [mem 0x00400000-0x2fffffff] page 2M
    Jul 28 06:47:43 sentinel kernel: init_memory_mapping: [mem 0x37400000-0x377fdfff]
    Jul 28 06:47:43 sentinel kernel: [mem 0x37400000-0x377fdfff] page 4k
    Jul 28 06:47:43 sentinel kernel: BRK [0x01798000, 0x01798fff] PGTABLE
    Jul 28 06:47:43 sentinel kernel: RAMDISK: [mem 0x37958000-0x37ca3fff]
    Jul 28 06:47:43 sentinel kernel: Allocated new RAMDISK: [mem 0x374b2000-0x377fda97]
    Jul 28 06:47:43 sentinel kernel: Move RAMDISK from [mem 0x37958000-0x37ca3a97] to [mem 0x374b2000-0x377fda97]
    Jul 28 06:47:43 sentinel kernel: ACPI: RSDP 000f7050 000024 (v02 LENOVO)
    Jul 28 06:47:43 sentinel kernel: ACPI: XSDT 3f6d7561 00008C (v01 LENOVO CB-01 06040000 LTP 00000000)
    Jul 28 06:47:43 sentinel kernel: ACPI: FACP 3f6dfc3a 0000F4 (v03 LENOVO CB-01 06040000 ALAN 00000001)
    Jul 28 06:47:43 sentinel kernel: ACPI: DSDT 3f6d92a6 006920 (v02 LENOVO CB-01 06040000 INTL 20060608)
    Jul 28 06:47:43 sentinel kernel: ACPI: FACS 3f6e2fc0 000040
    Jul 28 06:47:43 sentinel kernel: ACPI: HPET 3f6dfd2e 000038 (v01 LENOVO CB-01 06040000 LOHR 0000005A)
    Jul 28 06:47:43 sentinel kernel: ACPI: MCFG 3f6dfd66 00003C (v01 LENOVO CB-01 06040000 LOHR 0000005A)
    Jul 28 06:47:43 sentinel kernel: ACPI: TCPA 3f6dfda2 000032 (v01 LENOVO CB-01 06040000 LOHR 0000005A)
    Jul 28 06:47:43 sentinel kernel: ACPI: TMOR 3f6dfdd4 000026 (v01 LENOVO CB-01 06040000 PTL 00000003)
    Jul 28 06:47:43 sentinel kernel: ACPI: SLIC 3f6dfdfa 000176 (v01 LENOVO CB-01 06040000 TBD 00000001)
    Jul 28 06:47:43 sentinel kernel: ACPI: APIC 3f6dff70 000068 (v01 LENOVO CB-01 06040000 LTP 00000000)
    Jul 28 06:47:43 sentinel kernel: ACPI: BOOT 3f6dffd8 000028 (v01 LENOVO CB-01 06040000 LTP 00000001)
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT 3f6d8c57 00064F (v01 SataRe SataPri 00001000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT 3f6d85c5 000692 (v01 SataRe SataSec 00001000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT 3f6d7b79 00025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT 3f6d7ad3 0000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT 3f6d75ed 0004E6 (v01 PmRef CpuPm 00003000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: Local APIC address 0xfee00000
    Jul 28 06:47:43 sentinel kernel: 126MB HIGHMEM available.
    Jul 28 06:47:43 sentinel kernel: 887MB LOWMEM available.
    Jul 28 06:47:43 sentinel kernel: mapped low ram: 0 - 377fe000
    Jul 28 06:47:43 sentinel kernel: low ram: 0 - 377fe000
    Jul 28 06:47:43 sentinel kernel: BRK [0x01799000, 0x01799fff] PGTABLE
    Jul 28 06:47:43 sentinel kernel: Zone ranges:
    Jul 28 06:47:43 sentinel kernel: DMA [mem 0x00001000-0x00ffffff]
    Jul 28 06:47:43 sentinel kernel: Normal [mem 0x01000000-0x377fdfff]
    Jul 28 06:47:43 sentinel kernel: HighMem [mem 0x377fe000-0x3f6cffff]
    Jul 28 06:47:43 sentinel kernel: Movable zone start for each node
    Jul 28 06:47:43 sentinel kernel: Early memory node ranges
    Jul 28 06:47:43 sentinel kernel: node 0: [mem 0x00001000-0x0009efff]
    Jul 28 06:47:43 sentinel kernel: node 0: [mem 0x00100000-0x3f6cffff]
    Jul 28 06:47:43 sentinel kernel: On node 0 totalpages: 259694
    Jul 28 06:47:43 sentinel kernel: free_area_init_node: node 0, pgdat c15fc600, node_mem_map f6cc2020
    Jul 28 06:47:43 sentinel kernel: DMA zone: 32 pages used for memmap
    Jul 28 06:47:43 sentinel kernel: DMA zone: 0 pages reserved
    Jul 28 06:47:43 sentinel kernel: DMA zone: 3998 pages, LIFO batch:0
    Jul 28 06:47:43 sentinel kernel: Normal zone: 1744 pages used for memmap
    Jul 28 06:47:43 sentinel kernel: Normal zone: 223230 pages, LIFO batch:31
    Jul 28 06:47:43 sentinel kernel: HighMem zone: 254 pages used for memmap
    Jul 28 06:47:43 sentinel kernel: HighMem zone: 32466 pages, LIFO batch:7
    Jul 28 06:47:43 sentinel kernel: Using APIC driver default
    Jul 28 06:47:43 sentinel kernel: ACPI: PM-Timer IO Port: 0x1008
    Jul 28 06:47:43 sentinel kernel: ACPI: Local APIC address 0xfee00000
    Jul 28 06:47:43 sentinel kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Jul 28 06:47:43 sentinel kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Jul 28 06:47:43 sentinel kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    Jul 28 06:47:43 sentinel kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Jul 28 06:47:43 sentinel kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Jul 28 06:47:43 sentinel kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Jul 28 06:47:43 sentinel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    Jul 28 06:47:43 sentinel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Jul 28 06:47:43 sentinel kernel: ACPI: IRQ0 used by override.
    Jul 28 06:47:43 sentinel kernel: ACPI: IRQ2 used by override.
    Jul 28 06:47:43 sentinel kernel: ACPI: IRQ9 used by override.
    Jul 28 06:47:43 sentinel kernel: Using ACPI (MADT) for SMP configuration information
    Jul 28 06:47:43 sentinel kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Jul 28 06:47:43 sentinel kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    Jul 28 06:47:43 sentinel kernel: nr_irqs_gsi: 40
    Jul 28 06:47:43 sentinel kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Jul 28 06:47:43 sentinel kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000d1fff]
    Jul 28 06:47:43 sentinel kernel: PM: Registered nosave memory: [mem 0x000d2000-0x000d3fff]
    Jul 28 06:47:43 sentinel kernel: PM: Registered nosave memory: [mem 0x000d4000-0x000dbfff]
    Jul 28 06:47:43 sentinel kernel: PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
    Jul 28 06:47:43 sentinel kernel: e820: [mem 0x40000000-0xdfffffff] available for PCI devices
    Jul 28 06:47:43 sentinel kernel: Booting paravirtualized kernel on bare hardware
    Jul 28 06:47:43 sentinel kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    Jul 28 06:47:43 sentinel kernel: PERCPU: Embedded 14 pages/cpu @f6ca0000 s33792 r0 d23552 u57344
    Jul 28 06:47:43 sentinel kernel: pcpu-alloc: s33792 r0 d23552 u57344 alloc=14*4096
    Jul 28 06:47:43 sentinel kernel: pcpu-alloc: [0] 0 [0] 1
    Jul 28 06:47:43 sentinel kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257918
    Jul 28 06:47:43 sentinel kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=45e3c622-e8c8-40b6-be7c-0c847fe91502 rw quiet
    Jul 28 06:47:43 sentinel kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    Jul 28 06:47:43 sentinel kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Jul 28 06:47:43 sentinel kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Jul 28 06:47:43 sentinel kernel: Initializing CPU#0
    Jul 28 06:47:43 sentinel kernel: allocated 2078328 bytes of page_cgroup
    Jul 28 06:47:43 sentinel kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jul 28 06:47:43 sentinel kernel: Initializing HighMem for node 0 (000377fe:0003f6d0)
    Jul 28 06:47:43 sentinel kernel: Initializing Movable for node 0 (00000000:00000000)
    Jul 28 06:47:43 sentinel kernel: Memory: 1016448K/1038776K available (4445K kernel code, 470K rwdata, 1280K rodata, 568K init, 956K bss, 22328K reserved, 129864K highmem)
    Jul 28 06:47:43 sentinel kernel: virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc160f000 - 0xc169d000 ( 568 kB)
    .data : 0xc1457b12 - 0xc160eb40 (1756 kB)
    .text : 0xc1000000 - 0xc1457b12 (4446 kB)
    Jul 28 06:47:43 sentinel kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Jul 28 06:47:43 sentinel kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Jul 28 06:47:43 sentinel kernel: Preemptible hierarchical RCU implementation.
    Jul 28 06:47:43 sentinel kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Jul 28 06:47:43 sentinel kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Jul 28 06:47:43 sentinel kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    Jul 28 06:47:43 sentinel kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    Jul 28 06:47:43 sentinel kernel: NR_IRQS:2304 nr_irqs:512 16
    Jul 28 06:47:43 sentinel kernel: CPU 0 irqstacks, hard=f6408000 soft=f640a000
    Jul 28 06:47:43 sentinel kernel: Console: colour dummy device 80x25
    Jul 28 06:47:43 sentinel kernel: console [tty0] enabled
    Jul 28 06:47:43 sentinel kernel: hpet clockevent registered
    Jul 28 06:47:43 sentinel kernel: tsc: Fast TSC calibration using PIT
    Jul 28 06:47:43 sentinel kernel: tsc: Detected 1463.025 MHz processor
    Jul 28 06:47:43 sentinel kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2927.96 BogoMIPS (lpj=4876750)
    Jul 28 06:47:43 sentinel kernel: pid_max: default: 32768 minimum: 301
    Jul 28 06:47:43 sentinel kernel: ACPI: Core revision 20131218
    Jul 28 06:47:43 sentinel kernel: ACPI: All ACPI Tables successfully acquired
    Jul 28 06:47:43 sentinel kernel: Security Framework initialized
    Jul 28 06:47:43 sentinel kernel: Yama: becoming mindful.
    Jul 28 06:47:43 sentinel kernel: Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    Jul 28 06:47:43 sentinel kernel: Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    Jul 28 06:47:43 sentinel kernel: Initializing cgroup subsys memory
    Jul 28 06:47:43 sentinel kernel: Initializing cgroup subsys devices
    Jul 28 06:47:43 sentinel kernel: Initializing cgroup subsys freezer
    Jul 28 06:47:43 sentinel kernel: Initializing cgroup subsys net_cls
    Jul 28 06:47:43 sentinel kernel: Initializing cgroup subsys blkio
    Jul 28 06:47:43 sentinel kernel: CPU: Physical Processor ID: 0
    Jul 28 06:47:43 sentinel kernel: CPU: Processor Core ID: 0
    Jul 28 06:47:43 sentinel kernel: mce: CPU supports 6 MCE banks
    Jul 28 06:47:43 sentinel kernel: CPU0: Thermal monitoring handled by SMI
    Jul 28 06:47:43 sentinel kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
    tlb_flushall_shift: -1
    Jul 28 06:47:43 sentinel kernel: Freeing SMP alternatives memory: 16K (c169d000 - c16a1000)
    Jul 28 06:47:43 sentinel kernel: ftrace: allocating 18913 entries in 37 pages
    Jul 28 06:47:43 sentinel kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Jul 28 06:47:43 sentinel kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jul 28 06:47:43 sentinel kernel: smpboot: CPU0: Intel(R) Pentium(R) Dual CPU T2310 @ 1.46GHz (fam: 06, model: 0f, stepping: 0d)
    Jul 28 06:47:43 sentinel kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Jul 28 06:47:43 sentinel kernel: perf_event_intel: PEBS disabled due to CPU errata
    Jul 28 06:47:43 sentinel kernel: ... version: 2
    Jul 28 06:47:43 sentinel kernel: ... bit width: 40
    Jul 28 06:47:43 sentinel kernel: ... generic registers: 2
    Jul 28 06:47:43 sentinel kernel: ... value mask: 000000ffffffffff
    Jul 28 06:47:43 sentinel kernel: ... max period: 000000007fffffff
    Jul 28 06:47:43 sentinel kernel: ... fixed-purpose events: 3
    Jul 28 06:47:43 sentinel kernel: ... event mask: 0000000700000003
    Jul 28 06:47:43 sentinel kernel: CPU 1 irqstacks, hard=f64cc000 soft=f64ce000
    Jul 28 06:47:43 sentinel kernel: x86: Booting SMP configuration:
    Jul 28 06:47:43 sentinel kernel: .... node #0, CPUs: #1
    Jul 28 06:47:43 sentinel kernel: Initializing CPU#1
    Jul 28 06:47:43 sentinel kernel: CPU1: Thermal monitoring handled by SMI
    Jul 28 06:47:43 sentinel kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Jul 28 06:47:43 sentinel kernel: x86: Booted up 1 node, 2 CPUs
    Jul 28 06:47:43 sentinel kernel: smpboot: Total of 2 processors activated (5854.93 BogoMIPS)
    Jul 28 06:47:43 sentinel kernel: devtmpfs: initialized
    Jul 28 06:47:43 sentinel kernel: PM: Registering ACPI NVS region [mem 0x3f6d0000-0x3f6e2fff] (77824 bytes)
    Jul 28 06:47:43 sentinel kernel: pinctrl core: initialized pinctrl subsystem
    Jul 28 06:47:43 sentinel kernel: RTC time: 1:17:37, date: 07/28/14
    Jul 28 06:47:43 sentinel kernel: NET: Registered protocol family 16
    Jul 28 06:47:43 sentinel kernel: cpuidle: using governor ladder
    Jul 28 06:47:43 sentinel kernel: cpuidle: using governor menu
    Jul 28 06:47:43 sentinel kernel: ACPI: bus type PCI registered
    Jul 28 06:47:43 sentinel kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Jul 28 06:47:43 sentinel kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jul 28 06:47:43 sentinel kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    Jul 28 06:47:43 sentinel kernel: PCI: Using MMCONFIG for extended config space
    Jul 28 06:47:43 sentinel kernel: PCI: Using configuration type 1 for base access
    Jul 28 06:47:43 sentinel kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    Jul 28 06:47:43 sentinel kernel: mtrr: probably your BIOS does not setup all CPUs.
    Jul 28 06:47:43 sentinel kernel: mtrr: corrected configuration.
    Jul 28 06:47:43 sentinel kernel: bio: create slab <bio-0> at 0
    Jul 28 06:47:43 sentinel kernel: ACPI: Added _OSI(Module Device)
    Jul 28 06:47:43 sentinel kernel: ACPI: Added _OSI(Processor Device)
    Jul 28 06:47:43 sentinel kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Jul 28 06:47:43 sentinel kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Jul 28 06:47:43 sentinel kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT 3f6d8307 0001F6 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: Dynamic OEM Table Load:
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT (null) 0001F6 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT 3f6d7dd8 0004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: Dynamic OEM Table Load:
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT (null) 0004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT 3f6d84fd 0000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: Dynamic OEM Table Load:
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT (null) 0000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT 3f6d8282 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: Dynamic OEM Table Load:
    Jul 28 06:47:43 sentinel kernel: ACPI: SSDT (null) 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    Jul 28 06:47:43 sentinel kernel: ACPI: Interpreter enabled
    Jul 28 06:47:43 sentinel kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
    Jul 28 06:47:43 sentinel kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
    Jul 28 06:47:43 sentinel kernel: ACPI: (supports S0 S3 S4 S5)
    Jul 28 06:47:43 sentinel kernel: ACPI: Using IOAPIC for interrupt routing
    Jul 28 06:47:43 sentinel kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    Jul 28 06:47:43 sentinel kernel: ACPI: No dock devices found.
    Jul 28 06:47:43 sentinel kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Jul 28 06:47:43 sentinel kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Jul 28 06:47:43 sentinel kernel: acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Jul 28 06:47:43 sentinel kernel: acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    Jul 28 06:47:43 sentinel kernel: acpi PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    Jul 28 06:47:43 sentinel kernel: acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    Jul 28 06:47:43 sentinel kernel: acpi PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
    Jul 28 06:47:43 sentinel kernel: acpi PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
    Jul 28 06:47:43 sentinel kernel: acpi PNP0A08:00: host bridge window [mem 0x40000000-0xdfffffff] (ignored)
    Jul 28 06:47:43 sentinel kernel: acpi PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
    Jul 28 06:47:43 sentinel kernel: PCI: root bus 00: using default resources
    Jul 28 06:47:43 sentinel kernel: PCI host bridge to bus 0000:00
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf80fffff 64bit]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:02.0: reg 0x20: [io 0x1800-0x1807]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:02.1: reg 0x10: [mem 0xf8100000-0xf81fffff 64bit]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.0: reg 0x20: [io 0x1820-0x183f]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.1: reg 0x20: [io 0x1840-0x185f]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.1: System wakeup disabled by ACPI
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xf8504000-0xf85043ff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf8300000-0xf8303fff 64bit]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.0: reg 0x20: [io 0x1860-0x187f]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.1: reg 0x20: [io 0x1880-0x189f]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.2: reg 0x20: [io 0x18a0-0x18bf]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xf8504400-0xf85047ff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.0: address space collision: [io 0x1000-0x107f] conflicts with ACPI CPU throttle [??? 0x00001010-0x00001015 flags 0x80000000]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0068 (mask 0007)
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.2: [8086:2828] type 00 class 0x010180
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.2: reg 0x10: [io 0x0000-0x0007]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.2: reg 0x14: [io 0x0000-0x0003]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.2: reg 0x18: [io 0x0000-0x0007]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x0000-0x0003]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.2: reg 0x20: [io 0x18e0-0x18ef]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.2: reg 0x24: [io 0x18d0-0x18df]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x00000000-0x000000ff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.3: reg 0x20: [io 0x1c00-0x1c1f]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc3ffffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci 0000:04:00.0: [8086:4222] type 00 class 0x028000
    Jul 28 06:47:43 sentinel kernel: pci 0000:04:00.0: reg 0x10: [mem 0xf0000000-0xf0000fff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: PCI bridge to [bus 04]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf3ffffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: acpiphp: Slot [1] registered
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: PCI bridge to [bus 05]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf7ffffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci 0000:06:00.0: [14e4:1713] type 00 class 0x020000
    Jul 28 06:47:43 sentinel kernel: pci 0000:06:00.0: reg 0x10: [mem 0xb8000000-0xb800ffff 64bit]
    Jul 28 06:47:43 sentinel kernel: pci 0000:06:00.0: PME# supported from D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:06:00.0: System wakeup disabled by ACPI
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: PCI bridge to [bus 06]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: bridge window [mem 0xb8000000-0xbbffffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.0: [1180:0832] type 00 class 0x0c0010
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.0: MMC cards are now supported by standard SDHCI controller
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.0: reg 0x10: [mem 0xf8200000-0xf82007ff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.0: supports D1 D2
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.0: PME# supported from D0 D1 D2 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.1: [1180:0822] type 00 class 0x080500
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.1: reg 0x10: [mem 0xf8200800-0xf82008ff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.1: supports D1 D2
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.1: PME# supported from D0 D1 D2 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.2: [1180:0592] type 00 class 0x088000
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.2: reg 0x10: [mem 0xf8201000-0xf82010ff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.2: supports D1 D2
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.2: PME# supported from D0 D1 D2 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.3: [1180:0852] type 00 class 0x088000
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.3: reg 0x10: [mem 0xf8201400-0xf82014ff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.3: supports D1 D2
    Jul 28 06:47:43 sentinel kernel: pci 0000:08:06.3: PME# supported from D0 D1 D2 D3hot D3cold
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1e.0: bridge window [mem 0xf8200000-0xf82fffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:00: on NUMA node 0
    Jul 28 06:47:43 sentinel kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    Jul 28 06:47:43 sentinel kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    Jul 28 06:47:43 sentinel kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
    Jul 28 06:47:43 sentinel kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    Jul 28 06:47:43 sentinel kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Jul 28 06:47:43 sentinel kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    Jul 28 06:47:43 sentinel kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    Jul 28 06:47:43 sentinel kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    Jul 28 06:47:43 sentinel kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
    Jul 28 06:47:43 sentinel kernel: ACPI : EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    Jul 28 06:47:43 sentinel kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Jul 28 06:47:43 sentinel kernel: vgaarb: loaded
    Jul 28 06:47:43 sentinel kernel: vgaarb: bridge control possible 0000:00:02.0
    Jul 28 06:47:43 sentinel kernel: PCI: Using ACPI for IRQ routing
    Jul 28 06:47:43 sentinel kernel: PCI: pci_cache_line_size set to 64 bytes
    Jul 28 06:47:43 sentinel kernel: e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    Jul 28 06:47:43 sentinel kernel: e820: reserve RAM buffer [mem 0x3f6d0000-0x3fffffff]
    Jul 28 06:47:43 sentinel kernel: NetLabel: Initializing
    Jul 28 06:47:43 sentinel kernel: NetLabel: domain hash size = 128
    Jul 28 06:47:43 sentinel kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jul 28 06:47:43 sentinel kernel: NetLabel: unlabeled traffic allowed by default
    Jul 28 06:47:43 sentinel kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Jul 28 06:47:43 sentinel kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Jul 28 06:47:43 sentinel kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Jul 28 06:47:43 sentinel kernel: Switched to clocksource hpet
    Jul 28 06:47:43 sentinel kernel: pnp: PnP ACPI init
    Jul 28 06:47:43 sentinel kernel: ACPI: bus type PNP registered
    Jul 28 06:47:43 sentinel kernel: system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jul 28 06:47:43 sentinel kernel: pnp 00:01: [dma 4]
    Jul 28 06:47:43 sentinel kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Jul 28 06:47:43 sentinel kernel: pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    Jul 28 06:47:43 sentinel kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:03: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    Jul 28 06:47:43 sentinel kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    Jul 28 06:47:43 sentinel kernel: system 00:05: [io 0x0680-0x069f] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:05: [io 0x0800-0x080f] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:05: [io 0x1000-0x107f] could not be reserved
    Jul 28 06:47:43 sentinel kernel: system 00:05: [io 0x1180-0x11bf] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:05: [io 0xfe00] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:05: [io 0xff00-0xff7f] has been reserved
    Jul 28 06:47:43 sentinel kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jul 28 06:47:43 sentinel kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    Jul 28 06:47:43 sentinel kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    Jul 28 06:47:43 sentinel kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0f13 (active)
    Jul 28 06:47:43 sentinel kernel: pnp: PnP ACPI: found 9 devices
    Jul 28 06:47:43 sentinel kernel: ACPI: bus type PNP unregistered
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.0: BAR 13: [io 0x1000-0x107f] has bogus alignment
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1f.3: BAR 0: assigned [mem 0x40000000-0x400000ff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc3ffffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.0: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: PCI bridge to [bus 04]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf3ffffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: PCI bridge to [bus 05]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf7ffffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.2: bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: PCI bridge to [bus 06]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: bridge window [mem 0xb8000000-0xbbffffff]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1e.0: PCI bridge to [bus 08]
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:1e.0: bridge window [mem 0xf8200000-0xf82fffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc3ffffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:02: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:04: resource 1 [mem 0xf0000000-0xf3ffffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:04: resource 2 [mem 0xfa000000-0xfbffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:05: resource 1 [mem 0xf4000000-0xf7ffffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:05: resource 2 [mem 0xfc000000-0xfdffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:06: resource 1 [mem 0xb8000000-0xbbffffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:06: resource 2 [mem 0xc8000000-0xc9ffffff 64bit pref]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:08: resource 1 [mem 0xf8200000-0xf82fffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:08: resource 4 [io 0x0000-0xffff]
    Jul 28 06:47:43 sentinel kernel: pci_bus 0000:08: resource 5 [mem 0x00000000-0xffffffff]
    Jul 28 06:47:43 sentinel kernel: NET: Registered protocol family 2
    Jul 28 06:47:43 sentinel kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    Jul 28 06:47:43 sentinel kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    Jul 28 06:47:43 sentinel kernel: TCP: Hash tables configured (established 8192 bind 8192)
    Jul 28 06:47:43 sentinel kernel: TCP: reno registered
    Jul 28 06:47:43 sentinel kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    Jul 28 06:47:43 sentinel kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    Jul 28 06:47:43 sentinel kernel: NET: Registered protocol family 1
    Jul 28 06:47:43 sentinel kernel: pci 0000:00:02.0: Boot video device
    Jul 28 06:47:43 sentinel kernel: PCI: CLS 64 bytes, default 64
    Jul 28 06:47:43 sentinel kernel: Unpacking initramfs...
    Jul 28 06:47:43 sentinel kernel: Freeing initrd memory: 3376K (f74b2000 - f77fe000)
    Jul 28 06:47:43 sentinel kernel: Simple Boot Flag at 0x37 set to 0x1
    Jul 28 06:47:43 sentinel kernel: apm: BIOS not found.
    Jul 28 06:47:43 sentinel kernel: Scanning for low memory corruption every 60 seconds
    Jul 28 06:47:43 sentinel kernel: futex hash table entries: 512 (order: 3, 32768 bytes)
    Jul 28 06:47:43 sentinel kernel: bounce pool size: 64 pages
    Jul 28 06:47:43 sentinel kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    Jul 28 06:47:43 sentinel kernel: zbud: loaded
    Jul 28 06:47:43 sentinel kernel: VFS: Disk quotas dquot_6.5.2
    Jul 28 06:47:43 sentinel kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Jul 28 06:47:43 sentinel kernel: msgmni has been set to 1738
    Jul 28 06:47:43 sentinel kernel: Key type big_key registered
    Jul 28 06:47:43 sentinel kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Jul 28 06:47:43 sentinel kernel: io scheduler noop registered
    Jul 28 06:47:43 sentinel kernel: io scheduler deadline registered
    Jul 28 06:47:43 sentinel kernel: io scheduler cfq registered (default)
    Jul 28 06:47:43 sentinel kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Jul 28 06:47:43 sentinel kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    Jul 28 06:47:43 sentinel kernel: pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    Jul 28 06:47:43 sentinel kernel: pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
    Jul 28 06:47:43 sentinel kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Jul 28 06:47:43 sentinel kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Jul 28 06:47:43 sentinel kernel: vesafb: mode is 1280x800x32, linelength=5120, pages=0
    Jul 28 06:47:43 sentinel kernel: vesafb: scrolling: redraw
    Jul 28 06:47:43 sentinel kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Jul 28 06:47:43 sentinel kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xf8080000, using 4032k, total 4032k
    Jul 28 06:47:43 sentinel kernel: Console: switching to colour frame buffer device 160x50
    Jul 28 06:47:43 sentinel kernel: fb0: VESA VGA frame buffer device
    Jul 28 06:47:43 sentinel kernel: intel_idle: does not run on family 6 model 15
    Jul 28 06:47:43 sentinel kernel: GHES: HEST is not enabled!
    Jul 28 06:47:43 sentinel kernel: isapnp: Scanning for PnP cards...
    Jul 28 06:47:43 sentinel kernel: isapnp: No Plug & Play device found
    Jul 28 06:47:43 sentinel kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jul 28 06:47:43 sentinel kernel: rtc_cmos 00:06: RTC can wake from S4
    Jul 28 06:47:43 sentinel kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    Jul 28 06:47:43 sentinel kernel: rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    Jul 28 06:47:43 sentinel kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Jul 28 06:47:43 sentinel kernel: TCP: cubic registered
    Jul 28 06:47:43 sentinel kernel: NET: Registered protocol family 10
    Jul 28 06:47:43 sentinel kernel: NET: Registered protocol family 17
    Jul 28 06:47:43 sentinel kernel: Using IPI No-Shortcut mode
    Jul 28 06:47:43 sentinel kernel: registered taskstats version 1
    Jul 28 06:47:43 sentinel kernel: Magic number: 6:931:256
    Jul 28 06:47:43 sentinel kernel: rtc_cmos 00:06: setting system clock to 2014-07-28 01:17:37 UTC (1406510257)
    Jul 28 06:47:43 sentinel kernel: PM: Hibernation image not present or could not be loaded.
    Jul 28 06:47:43 sentinel kernel: Freeing unused kernel memory: 568K (c160f000 - c169d000)
    Jul 28 06:47:43 sentinel kernel: Write protecting the kernel text: 4448k
    Jul 28 06:47:43 sentinel kernel: Write protecting the kernel read-only data: 1284k
    Jul 28 06:47:43 sentinel kernel: random: systemd-tmpfile urandom read with 0 bits of entropy available
    Jul 28 06:47:43 sentinel systemd-udevd[47]: starting version 215
    Jul 28 06:47:43 sentinel kernel: ACPI: bus type USB registered
    Jul 28 06:47:43 sentinel kernel: usbcore: registered new interface driver usbfs
    Jul 28 06:47:43 sentinel kernel: usbcore: registered new interface driver hub
    Jul 28 06:47:43 sentinel kernel: usbcore: registered new device driver usb
    Jul 28 06:47:43 sentinel kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Jul 28 06:47:43 sentinel kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
    Jul 28 06:47:43 sentinel kernel: hub 1-0:1.0: USB hub found
    Jul 28 06:47:43 sentinel kernel: hub 1-0:1.0: 2 ports detected
    Jul 28 06:47:43 sentinel kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Jul 28 06:47:43 sentinel kernel: ehci-pci: EHCI PCI platform driver
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1a.1: detected 2 ports
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
    Jul 28 06:47:43 sentinel kernel: SCSI subsystem initialized
    Jul 28 06:47:43 sentinel kernel: hub 2-0:1.0: USB hub found
    Jul 28 06:47:43 sentinel kernel: hub 2-0:1.0: 2 ports detected
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1a.7: debug port 1
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1a.7: irq 18, io mem 0xf8504000
    Jul 28 06:47:43 sentinel kernel: sdhci: Secure Digital Host Controller Interface driver
    Jul 28 06:47:43 sentinel kernel: sdhci: Copyright(c) Pierre Ossman
    Jul 28 06:47:43 sentinel kernel: sdhci-pci 0000:08:06.1: SDHCI controller found [1180:0822] (rev 22)
    Jul 28 06:47:43 sentinel kernel: sdhci-pci 0000:08:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Jul 28 06:47:43 sentinel kernel: sdhci-pci 0000:08:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Jul 28 06:47:43 sentinel kernel: mmc0: SDHCI controller on PCI [0000:08:06.1] using DMA
    Jul 28 06:47:43 sentinel kernel: libata version 3.00 loaded.
    Jul 28 06:47:43 sentinel kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jul 28 06:47:43 sentinel kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Jul 28 06:47:43 sentinel kernel: hub 3-0:1.0: USB hub found
    Jul 28 06:47:43 sentinel kernel: hub 3-0:1.0: 4 ports detected
    Jul 28 06:47:43 sentinel kernel: hub 1-0:1.0: USB hub found
    Jul 28 06:47:43 sentinel kernel: hub 1-0:1.0: 2 ports detected
    Jul 28 06:47:43 sentinel kernel: hub 2-0:1.0: USB hub found
    Jul 28 06:47:43 sentinel kernel: hub 2-0:1.0: 2 ports detected
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1d.7: debug port 1
    Jul 28 06:47:43 sentinel kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xf8504400
    Jul 28 06:47:43 sentinel kernel: firewire_ohci 0000:08:06.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    Jul 28 06:47:43 sentinel kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Jul 28 06:47:43 sentinel kernel: hub 4-0:1.0: USB hub found
    Jul 28 06:47:43 sentinel kernel: hub 4-0:1.0: 6 ports detected
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
    Jul 28 06:47:43 sentinel kernel: hub 5-0:1.0: USB hub found
    Jul 28 06:47:43 sentinel kernel: hub 5-0:1.0: 2 ports detected
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
    Jul 28 06:47:43 sentinel kernel: hub 6-0:1.0: USB hub found
    Jul 28 06:47:43 sentinel kernel: hub 6-0:1.0: 2 ports detected
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
    Jul 28 06:47:43 sentinel kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
    Jul 28 06:47:43 sentinel kernel: hub 7-0:1.0: USB hub found
    Jul 28 06:47:43 sentinel kernel: hub 7-0:1.0: 2 ports detected
    Jul 28 06:47:43 sentinel kernel: ata_piix 0000:00:1f.2: version 2.13
    Jul 28 06:47:43 sentinel kernel: ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
    Jul 28 06:47:43 sentinel kernel: scsi0 : ata_piix
    Jul 28 06:47:43 sentinel kernel: scsi1 : ata_piix
    Jul 28 06:47:43 sentinel kernel: ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x18e0 irq 14
    Jul 28 06:47:43 sentinel kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18e8 irq 15
    Jul 28 06:47:43 sentinel kernel: usb 4-4: new high-speed USB device number 2 using ehci-pci
    Jul 28 06:47:43 sentinel kernel: ata2.00: ATAPI: MATSHITADVD-RAM UJ-85JS, FYX4, max UDMA/66
    Jul 28 06:47:43 sentinel kernel: ata1.00: ATA-8: FUJITSU MHW2120BH, 00000012, max UDMA/100
    Jul 28 06:47:43 sentinel kernel: ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Jul 28 06:47:43 sentinel kernel: ata2.00: configured for UDMA/66
    Jul 28 06:47:43 sentinel kernel: ata1.00: configured for UDMA/100
    Jul 28 06:47:43 sentinel kernel: scsi 0:0:0:0: Direct-Access ATA FUJITSU MHW2120B 0000 PQ: 0 ANSI: 5
    Jul 28 06:47:43 sentinel kernel: scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-85JS FYX4 PQ: 0 ANSI: 5
    Jul 28 06:47:43 sentinel kernel: sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    Jul 28 06:47:43 sentinel kernel: sd 0:0:0:0: [sda] Write Protect is off
    Jul 28 06:47:43 sentinel kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Jul 28 06:47:43 sentinel kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jul 28 06:47:43 sentinel kernel: sda: sda1 sda2 sda3 sda4
    Jul 28 06:47:43 sentinel kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Jul 28 06:47:43 sentinel kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
    Jul 28 06:47:43 sentinel kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Jul 28 06:47:43 sentinel kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Jul 28 06:47:43 sentinel kernel: tsc: Refined TSC clocksource calibration: 1462.999 MHz
    Jul 28 06:47:43 sentinel kernel: firewire_core 0000:08:06.0: created device fw0: GUID 00023f79af40a4d3, S400
    Jul 28 06:47:43 sentinel kernel: Switched to clocksource tsc
    Jul 28 06:47:43 sentinel kernel: random: nonblocking pool is initialized
    Jul 28 06:47:43 sentinel kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    Jul 28 06:47:43 sentinel kernel: EXT4-fs (sda2): re-mounted. Opts: data=ordered
    Jul 28 06:47:43 sentinel systemd-journal[118]: Journal started
    -- Subject: The Journal has been started
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- The system journal process has been starting up, opened the journal
    -- files for writing and is now ready to process requests.
    Jul 28 06:47:43 sentinel systemd-udevd[141]: starting version 215
    Jul 28 06:47:44 sentinel kernel: Monitor-Mwait will be used to enter C-1 state
    Jul 28 06:47:44 sentinel kernel: Monitor-Mwait will be used to enter C-2 state
    Jul 28 06:47:44 sentinel kernel: Monitor-Mwait will be used to enter C-3 state
    Jul 28 06:47:44 sentinel kernel: tsc: Marking TSC unstable due to TSC halts in idle
    Jul 28 06:47:44 sentinel kernel: ACPI: acpi_idle registered with cpuidle
    Jul 28 06:47:44 sentinel kernel: Switched to clocksource hpet
    Jul 28 06:47:44 sentinel kernel: input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    Jul 28 06:47:44 sentinel kernel: ACPI: Lid Switch [LID0]
    Jul 28 06:47:44 sentinel kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    Jul 28 06:47:44 sentinel kernel: ACPI: Power Button [PWRB]
    Jul 28 06:47:44 sentinel kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    Jul 28 06:47:44 sentinel kernel: ACPI: Sleep Button [SLPB]
    Jul 28 06:47:44 sentinel kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    Jul 28 06:47:44 sentinel kernel: ACPI: Power Button [PWRF]
    Jul 28 06:47:44 sentinel kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Jul 28 06:47:44 sentinel kernel: wmi: Mapper loaded
    Jul 28 06:47:44 sentinel kernel: ACPI: Battery Slot [BAT1] (battery present)
    Jul 28 06:47:44 sentinel kernel: ACPI: AC Adapter [ACAD] (on-line)
    Jul 28 06:47:44 sentinel kernel: Linux agpgart interface v0.103
    Jul 28 06:47:44 sentinel kernel: ACPI Warning: SystemIO range 0x00001028-0x0000102f conflicts with OpRegion 0x00001000-0x0000107f (\PMIO) (20131218/utaddress-258)
    Jul 28 06:47:44 sentinel kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Jul 28 06:47:44 sentinel kernel: ACPI Warning: SystemIO range 0x000011b0-0x000011bf conflicts with OpRegion 0x00001180-0x000011bb (\GPIO) (20131218/utaddress-258)
    Jul 28 06:47:44 sentinel kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Jul 28 06:47:44 sentinel kernel: ACPI Warning: SystemIO range 0x00001180-0x000011af conflicts with OpRegion 0x00001180-0x000011bb (\GPIO) (20131218/utaddress-258)
    Jul 28 06:47:44 sentinel kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Jul 28 06:47:44 sentinel kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
    Jul 28 06:47:45 sentinel kernel: agpgart-intel 0000:00:00.0: Intel 965GM Chipset
    Jul 28 06:47:45 sentinel kernel: agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
    Jul 28 06:47:45 sentinel kernel: agpgart-intel 0000:00:00.0: detected 8192K stolen memory
    Jul 28 06:47:45 sentinel kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    Jul 28 06:47:45 sentinel kernel: ACPI: Invalid active0 threshold
    Jul 28 06:47:45 sentinel kernel: thermal LNXTHERM:00: registered as thermal_zone0
    Jul 28 06:47:45 sentinel kernel: ACPI: Thermal Zone [TZ00] (44 C)
    Jul 28 06:47:45 sentinel kernel: ACPI Warning: SystemIO range 0x00001c00-0x00001c1f conflicts with OpRegion 0x00001c00-0x00001c0f (\_SB_.PCI0.SBUS.SMBI) (20131218/utaddress-258)
    Jul 28 06:47:45 sentinel kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Jul 28 06:47:45 sentinel kernel: [drm] Initialized drm 1.1.0 20060810
    Jul 28 06:47:45 sentinel kernel: ideapad_laptop: timeout in read_ec_cmd
    Jul 28 06:47:45 sentinel kernel: input: Ideapad extra buttons as /devices/platform/VPC2004:00/input/input6
    Jul 28 06:47:45 sentinel kernel: cfg80211: Calling CRDA to update world regulatory domain
    Jul 28 06:47:45 sentinel kernel: pps_core: LinuxPPS API ver. 1 registered
    Jul 28 06:47:45 sentinel kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    Jul 28 06:47:45 sentinel kernel: r852: driver loaded successfully
    Jul 28 06:47:45 sentinel kernel: PTP clock support registered
    Jul 28 06:47:45 sentinel kernel: [drm] Memory usable by graphics device = 512M
    Jul 28 06:47:45 sentinel kernel: checking generic (d0000000 3f0000) vs hw (d0000000 10000000)
    Jul 28 06:47:45 sentinel kernel: fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    Jul 28 06:47:45 sentinel kernel: Console: switching to colour dummy device 80x25
    Jul 28 06:47:45 sentinel kernel: i915 0000:00:02.0: irq 44 for MSI/MSI-X
    Jul 28 06:47:45 sentinel kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    Jul 28 06:47:45 sentinel kernel: [drm] Driver supports precise vblank timestamp query.
    Jul 28 06:47:45 sentinel kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    Jul 28 06:47:45 sentinel kernel: [drm] initialized overlay support
    Jul 28 06:47:46 sentinel kernel: tg3.c:v3.136 (Jan 03, 2014)
    Jul 28 06:47:46 sentinel kernel: tg3 0000:06:00.0 eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1b:38:98:bc:f2
    Jul 28 06:47:46 sentinel kernel: tg3 0000:06:00.0 eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
    Jul 28 06:47:46 sentinel kernel: tg3 0000:06:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    Jul 28 06:47:46 sentinel kernel: tg3 0000:06:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    Jul 28 06:47:46 sentinel kernel: iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
    Jul 28 06:47:46 sentinel kernel: iwl3945: Copyright(c) 2003-2011 Intel Corporation
    Jul 28 06:47:46 sentinel kernel: iwl3945 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
    Jul 28 06:47:46 sentinel kernel: snd_hda_intel: unknown parameter 'vid' ignored
    Jul 28 06:47:46 sentinel kernel: snd_hda_intel: unknown parameter 'pid' ignored
    Jul 28 06:47:46 sentinel kernel: fbcon: inteldrmfb (fb0) is primary device
    Jul 28 06:47:46 sentinel kernel: iwl3945 0000:04:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
    Jul 28 06:47:46 sentinel kernel: iwl3945 0000:04:00.0: Detected Intel Wireless WiFi Link 3945ABG
    Jul 28 06:47:46 sentinel kernel: iwl3945 0000:04:00.0: irq 45 for MSI/MSI-X
    Jul 28 06:47:46 sentinel kernel: r592: driver successfully loaded
    Jul 28 06:47:46 sentinel kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
    Jul 28 06:47:46 sentinel kernel: media: Linux media interface: v0.10
    Jul 28 06:47:46 sentinel kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
    Jul 28 06:47:46 sentinel kernel: microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa1
    Jul 28 06:47:46 sentinel kernel: microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa1
    Jul 28 06:47:46 sentinel kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Jul 28 06:47:46 sentinel kernel: Adding 2000088k swap on /dev/sda3. Priority:-1 extents:1 across:2000088k FS
    Jul 28 06:47:46 sentinel kernel: iTCO_vendor_support: vendor-support=0
    Jul 28 06:47:46 sentinel systemd-udevd[152]: renamed network interface wlan0 to wlp4s0
    Jul 28 06:47:46 sentinel kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    Jul 28 06:47:46 sentinel kernel: iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
    Jul 28 06:47:46 sentinel kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Jul 28 06:47:46 sentinel kernel: Console: switching to colour frame buffer device 160x50
    Jul 28 06:47:46 sentinel kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    Jul 28 06:47:46 sentinel kernel: i915 0000:00:02.0: registered panic notifier
    Jul 28 06:47:46 sentinel kernel: Linux video capture interface: v2.00
    Jul 28 06:47:46 sentinel systemd-udevd[148]: renamed network interface eth0 to enp6s0
    Jul 28 06:47:46 sentinel kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    Jul 28 06:47:46 sentinel kernel: ideapad_laptop: timeout in write_ec_cmd
    Jul 28 06:47:46 sentinel kernel: acpi device:09: registered as cooling_device2
    Jul 28 06:47:46 sentinel kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input9
    Jul 28 06:47:46 sentinel kernel: [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    Jul 28 06:47:46 sentinel kernel: snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    Jul 28 06:47:47 sentinel kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
    Jul 28 06:47:47 sentinel kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b008)
    Jul 28 06:47:47 sentinel kernel: input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4:1.0/input/input11
    Jul 28 06:47:47 sentinel kernel: usbcore: registered new interface driver uvcvideo
    Jul 28 06:47:47 sentinel kernel: USB Video Class driver (1.1.1)
    Jul 28 06:47:47 sentinel kernel: input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    Jul 28 06:47:47 sentinel kernel: input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    Jul 28 06:47:47 sentinel systemd-fsck[178]: /dev/sda4: recovering journal
    Jul 28 06:47:47 sentinel kernel: input: ALPS PS/2 Device as /devices/platform/i8042/serio1/input/input12
    Jul 28 06:47:47 sentinel kernel: input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input8
    Jul 28 06:47:47 sentinel kernel: mousedev: PS/2 mouse device common for all mice
    Jul 28 06:47:47 sentinel kernel: usb 1-2: new full-speed USB device number 2 using uhci_hcd
    Jul 28 06:47:48 sentinel systemd-fsck[178]: /dev/sda4 contains a file system with errors, check forced.
    Jul 28 06:47:48 sentinel kernel: Bluetooth: Core ver 2.18
    Jul 28 06:47:48 sentinel kernel: NET: Registered protocol family 31
    Jul 28 06:47:48 sentinel kernel: Bluetooth: HCI device and connection manager initialized
    Jul 28 06:47:48 sentinel kernel: Bluetooth: HCI socket layer initialized
    Jul 28 06:47:48 sentinel kernel: Bluetooth: L2CAP socket layer initialized
    Jul 28 06:47:48 sentinel kernel: Bluetooth: SCO socket layer initialized
    Jul 28 06:47:48 sentinel kernel: usbcore: registered new interface driver btusb
    Jul 28 06:47:48 sentinel kernel: hda-codec: out of range cmd 1:a:100:fffffffe
    Jul 28 06:47:50 sentinel systemd-fsck[178]: /dev/sda4: Inode 2753367, i_blocks is 1552, should be 1536. FIXED.
    Jul 28 06:47:50 sentinel systemd-fsck[178]: /dev/sda4: Inodes that were part of a corrupted orphan linked list found.
    Jul 28 06:47:50 sentinel systemd-fsck[178]: /dev/sda4: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
    Jul 28 06:47:50 sentinel systemd-fsck[178]: (i.e., without -a or -p options)
    Jul 28 06:47:50 sentinel systemd-fsck[178]: fsck failed with error code 4.
    Jul 28 06:47:50 sentinel systemd-fsck[178]: Running request emergency.target/start/replace
    Jul 28 06:47:50 sentinel kernel: EXT4-fs (sda4): warning: mounting fs with errors, running e2fsck is recommended
    Jul 28 06:47:50 sentinel kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
    Jul 28 06:47:51 sentinel systemd-journal[118]: Permanent journal is using 520.1M (max allowed 2.8G, trying to leave 354.1M free of 18.5G available → current limit 2.8G).
    Jul 28 06:47:51 sentinel systemd-journal[118]: Time spent on flushing to /var is 509.727ms for 733 entries.
    Jul 28 06:47:50 sentinel systemd[203]: Failed at step EXEC spawning /bin/plymouth: No such file or directory
    -- Subject: Process /bin/plymouth could not be executed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- The process /bin/plymouth could not be executed and failed.
    -- The error number returned while executing this process is 2.
    Jul 28 06:48:05 sentinel dbus[241]: [system] Successfully activated service 'org.freedesktop.systemd1'
    Jul 28 06:48:05 sentinel systemd-logind[240]: New seat seat0.
    -- Subject: A new seat seat0 is now available
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
    -- A new seat seat0 has been configured and is now available.
    Jul 28 06:48:05 sentinel systemd-logind[240]: Watching system buttons on /dev/input/event4 (Power Button)
    Jul 28 06:48:05 sentinel systemd-logind[240]: Watching system buttons on /dev/input/event7 (Video Bus)
    Jul 28 06:48:05 sentinel systemd-logind[240]: Watching system buttons on /dev/input/event2 (Power Button)
    Jul 28 06:48:05 sentinel systemd-logind[240]: Watching system buttons on /dev/input/event1 (Lid Switch)
    Jul 28 06:48:05 sentinel systemd-logind[240]: Watching system buttons on /

    I'm not a hardware person, but I doubt it can be repaired.
    You might put it in a USB enclosure and try to access the data from another computer. Some have had luck with this treatment.
    -Jerry

Maybe you are looking for

  • ITunes for Windows Vista 64-bit editions

    Simple question: when will iTunes support 64-bit Vista? No useless "64-bit shouldn't be used by anyone"-style answers, please. Assume I know exactly what I'm doing   Windows Vista   Ultimate 64-bit Edition

  • IPhone 4 not recognized by iTunes after update to iOS7

    Hey guys, so here is the thing. Yesterday, after two day struggle I finaly updated my iphone 4 to ios 7. Everything is pretty cool, i like it, except one thing, it doesnt ***** show in itunes anymore. Well during the update it crushed and got stuck t

  • Controlling multiple Keynote presentation machines at once.

    Does anyone know of a network based program that will allow me to control multiple machines running Keynote? I have a multiple screen application that needs to have 3 Keynote presentations going "in sync".  I found mention of a 2006 program called Ke

  • Same image, same code, different results!!

    Hi, I have this HUGE dilema, the following works with a gif or a jpg image but the problem occurs in png images (the format I have chosen to create my images in). Here is the source code for the applet: * bufferstr.java * Created on 23 October 2003,

  • Ok, seriously, what's going on with the IOS 4 upgrade??

    I upgraded my ipod touch 2g to IOS 4 and now the sleep/wake button doesn't work. I can't turn the ipod on or off. It's ridiculous. And by the looks of it I'm not the only one having problems after this update. Does anyone know if Apple is going to fi