Error creating Raid 5

Re: Error creating Raid 5

Postby b1gnas » Thu Oct 15, 2015 6:35 pm

So it's an hardware issue... :doh
b1gnas
 
Posts: 145
Joined: Fri Apr 17, 2015 8:11 am

Re: Error creating Raid 5

Postby fvdw » Fri Oct 16, 2015 9:41 pm

for the moment we let 3.18.21 kernel at rest, I will test it first on another orion based device (internet space 1 with similar mainboard)

Attached a new 3.14.2 based kernel in which I disabled NCQ for the seagate ST1000DM003 disk
Hopefully this will solve you problem with these disks, there seems to be several seagate disks and other brands that have difficulties with NCQ (needed for very high transfer rates)

So please test

ps this will not solve the problem that sometimes u-boot doesn't seem to find the seagate disks but when the kernel is loaded and loading the disk driver it should detect that with this disk NO NCQ should be used
You do not have the required permissions to view the files attached to this post.
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Error creating Raid 5

Postby b1gnas » Sun Oct 18, 2015 6:34 pm

Ok, i'm using this new version
b1gnas
 
Posts: 145
Joined: Fri Apr 17, 2015 8:11 am

Re: Error creating Raid 5

Postby Jocko » Sun Oct 18, 2015 6:51 pm

Hi b1gnas,

So can you post the output of dmesg
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Error creating Raid 5

Postby b1gnas » Mon Oct 19, 2015 4:34 pm

Code: Select all
root@fvdwsl-base:/ # dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.2 (root@fvdwsl-5big2.local) (gcc version 4.8.1 (GCC) ) #2 Fri Oct 16 23:21:24 CEST 2015
[    0.000000] CPU: Feroceon [41069260] revision 0 (ARMv5TEJ), cr=00053177
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: LaCie 5Big1 Network
[    0.000000] Clearing invalid memory bank 0KB@0x00000000
[    0.000000] Clearing invalid memory bank 0KB@0x00000000
[    0.000000] Clearing invalid memory bank 0KB@0x00000000
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring unrecognised tag 0x41000403
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat c03de85c, node_mem_map c7efb000
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda7 ro boardType=mv88F5281 productType=5Big reset=0
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 125736K/131072K available (2809K kernel code, 158K rwdata, 848K rodata, 114K init, 206K bss, 5336K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc039a7f0   (3658 kB)
[    0.000000]       .init : 0xc039b000 - 0xc03b78c8   ( 115 kB)
[    0.000000]       .data : 0xc03b8000 - 0xc03df9e0   ( 159 kB)
[    0.000000]        .bss : 0xc03df9e0 - 0xc04135c0   ( 207 kB)
[    0.000000] NR_IRQS:64
[    0.000016] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 25769803770ns
[    0.587517] Console: colour dummy device 80x30
[    0.587554] Calibrating delay loop... 498.89 BogoMIPS (lpj=2494464)
[    0.647209] pid_max: default: 32768 minimum: 301
[    0.647416] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.647442] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.648282] CPU: Testing write buffer coherency: ok
[    0.648800] Setting up static identity map for 0x2a8b20 - 0x2a8b5c
[    0.652267] VFP support v0.3: implementor 41 architecture 1 part 10 variant 9 rev 0
[    0.653229] NET: Registered protocol family 16
[    0.654104] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.657304] 5big1 init started
[    0.657334] Orion ID: MV88F5281-D0. TCLK=166666667.
[    0.657395] Orion: Applying 5281 D0 WFI workaround.
[    0.657744] 5big1 init 1
[    0.657766] initial MPP regs: 00000003 00000000 00170000
[    0.657805]   final MPP regs: 00000003 00000000 00170000
[    0.657834] 5big1 init 2
[    0.657850] net5big: powering up SATA drives
[    0.657871] 5big1 init 3
[    0.657884] 5big1 init 4
[    0.658236] 5big1 init 5
[    0.659187] 5big1 init 6
[    0.659513] 5big1 init 7
[    0.659841] 5big1 init 8
[    0.660179] 5big1 init 9
[    0.660510] 5big1 init 10
[    0.661147] 5big1 init 11
[    0.661475] 5big1 init 12
[    0.661498] net5big: turning off power-off control GPIO
[    0.661521] net5big: Flash writing is not yet supported.
[    0.661536] 5big1 init end
[    0.662482] orion_gpio_is_valid: invalid GPIO 20
[    0.662505] orion_gpio_is_valid: invalid GPIO 20
[    0.662521] net5big_pci_preinit failed to gpio_request 20
[    0.663070] PCI host bridge to bus 0000:00
[    0.663114] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    0.663144] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[    0.663173] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.663234] pci 0000:00:00.0: [11ab:5281] type 00 class 0x058000
[    0.663283] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[    0.663317] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x07ffffff]
[    0.663888] PCI: bus0: Fast back to back transfers disabled
[    0.663927] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.664482] PCI host bridge to bus 0000:01
[    0.664525] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[    0.664554] pci_bus 0000:01: root bus resource [io  0x10000-0x1ffff]
[    0.664583] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[    0.664654] pci 0000:01:00.0: [11ab:5281] type 00 class 0x058000
[    0.664710] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x07ffffff 64bit pref]
[    0.664748] pci 0000:01:00.0: reg 0x18: [mem 0x10000000-0x1fffffff 64bit pref]
[    0.664785] pci 0000:01:00.0: reg 0x20: [mem 0xf1000000-0xf10fffff 64bit]
[    0.664820] pci 0000:01:00.0: reg 0x30: [mem 0xe0000000-0xe7ffffff pref]
[    0.664883] pci 0000:01:00.0: supports D1 D2
[    0.664909] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot
[    0.665474] pci 0000:01:07.0: [11ab:6081] type 00 class 0x010000
[    0.665539] pci 0000:01:07.0: reg 0x10: [mem 0x40000000-0x400fffff 64bit]
[    0.665576] pci 0000:01:07.0: reg 0x18: [io  0xf0100000-0xf01000ff]
[    0.666179] PCI: bus1: Fast back to back transfers enabled
[    0.666218] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.666297] pci 0000:01:07.0: BAR 0: assigned [mem 0xe8000000-0xe80fffff 64bit]
[    0.666339] pci 0000:01:07.0: BAR 2: assigned [io  0x10000-0x100ff]
[    0.695943] bio: create slab <bio-0> at 0
[    0.697356] vgaarb: loaded
[    0.698662] SCSI subsystem initialized
[    0.699615] libata version 3.00 loaded.
[    0.701459] usbcore: registered new interface driver usbfs
[    0.701835] usbcore: registered new interface driver hub
[    0.702265] usbcore: registered new device driver usb
[    0.705363] Switched to clocksource orion_clocksource
[    0.733310] NET: Registered protocol family 2
[    0.734175] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.734233] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.734282] TCP: Hash tables configured (established 1024 bind 1024)
[    0.734387] TCP: reno registered
[    0.734413] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.734467] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.734773] NET: Registered protocol family 1
[    0.734864] PCI: CLS 32 bytes, default 32
[    0.737596] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.738533] VFS: Disk quotas dquot_6.5.2
[    0.738634] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.738899] msgmni has been set to 245
[    0.741595] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.741623] io scheduler noop registered
[    0.741641] io scheduler deadline registered
[    0.741682] io scheduler cfq registered (default)
[    0.742167] mv_xor mv_xor.0: Marvell shared XOR driver
[    0.757236] mv_xor mv_xor.0: Self-test copy failed compare, disabling
[    0.768861] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.790802] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 3, base_baud = 10416666) is a 16550A
[    1.316429] console [ttyS0] enabled
[    1.339369] brd: module loaded
[    1.351832] loop: module loaded
[    1.355576] Uniform Multi-Platform E-IDE driver
[    1.360755] ide-gd driver 1.18
[    1.365267] sata_mv 0000:01:07.0: version 1.28
[    1.365929] sata_mv 0000:01:07.0: Gen-II 32 slots 8 ports SCSI mode IRQ via INTx
[    1.404956] scsi0 : sata_mv
[    1.408951] scsi1 : sata_mv
[    1.412798] scsi2 : sata_mv
[    1.416665] scsi3 : sata_mv
[    1.420544] scsi4 : sata_mv
[    1.424415] scsi5 : sata_mv
[    1.428321] scsi6 : sata_mv
[    1.432194] scsi7 : sata_mv
[    1.435836] ata1: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8022000 irq 52
[    1.443512] ata2: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8024000 irq 52
[    1.451166] ata3: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8026000 irq 52
[    1.458811] ata4: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8028000 irq 52
[    1.466443] ata5: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8032000 irq 52
[    1.474096] ata6: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8034000 irq 52
[    1.481742] ata7: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8036000 irq 52
[    1.489389] ata8: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8038000 irq 52
[    1.498911] sata_mv sata_mv.0: version 1.28
[    1.499141] sata_mv sata_mv.0: cannot get optional clkdev
[    1.506739] sata_mv sata_mv.0: slots 32 ports 5
[    1.530488] scsi8 : sata_mv
[    1.534389] scsi9 : sata_mv
[    1.538312] scsi10 : sata_mv
[    1.542290] scsi11 : sata_mv
[    1.546272] scsi12 : sata_mv
[    1.550062] ata9: SATA max UDMA/133 irq 29
[    1.554156] ata10: SATA max UDMA/133 irq 29
[    1.558360] ata11: SATA max UDMA/133 irq 29
[    1.562535] ata12: SATA max UDMA/133 irq 29
[    1.566709] ata13: SATA max UDMA/133 irq 29
[    1.572316] tun: Universal TUN/TAP device driver, 1.6
[    1.577387] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.583946] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    1.592907] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    1.609568] libphy: orion_mdio_bus: probed
[    1.614038] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    1.699698] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:86:ea:3a
[    1.710755] aoe: cannot create debugfs directory
[    1.715594] aoe: AoE v85 initialised.
[    1.720330] i2c /dev entries driver
[    1.729032] rtc-rs5c372 0-0032: rs5c372b found, 24hr, driver version 0.6
[    1.742346] rtc-rs5c372 0-0032: rtc core: registered rtc-rs5c372 as rtc0
[    1.750723] at24 0-0050: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
[    1.775571] Netfilter messages via NETLINK v0.30.
[    1.780683] ipip: IPv4 over IPv4 tunneling driver
[    1.786885] TCP: cubic registered
[    1.790250] NET: Registered protocol family 17
[    1.794711] NET: Registered protocol family 5
[    1.801070] console [netcon0] enabled
[    1.804725] netconsole: network logging started
[    1.810853] rtc-rs5c372 0-0032: setting system clock to 2015-10-19 16:18:04 UTC (1445271484)
[    1.997259] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.037296] ata1.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[    2.043468] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    2.107307] ata1.00: configured for UDMA/133
[    2.112081] scsi 0:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[    2.121167] fvdw1 disk index before get_sd_name = 0
[    2.126033] device-name= sata_mv
[    2.129287] fvdw2 disk index after get_sd_name = 4
[    2.134067] fvdw3 prefix[0]=s  prefix[1]=d
[    2.138168] fvdw4 diskname = sde
[    2.142384] sd 0:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.150060] sd 0:0:0:0: [sde] 4096-byte physical blocks
[    2.157307] sd 0:0:0:0: [sde] Write Protect is off
[    2.162108] sd 0:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    2.162388] sd 0:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.221860]  sde: sde4 < sde5 sde6 sde7 sde8 >
[    2.230651] sd 0:0:0:0: [sde] Attached SCSI disk
[    2.637224] ata9: failed to resume link (SControl 0)
[    2.642197] ata9: SATA link down (SStatus 0 SControl 0)
[    2.657263] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.697317] ata2.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[    2.703500] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    7.707254] ata2.00: qc timeout (cmd 0xef)
[    7.711352] ata2.00: failed to set xfermode (err_mask=0x4)
[    8.227255] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    8.327308] ata2.00: configured for UDMA/133
[    8.332075] scsi 1:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[    8.341173] fvdw1 disk index before get_sd_name = 1
[    8.346047] device-name= sata_mv
[    8.349298] fvdw2 disk index after get_sd_name = 3
[    8.354071] fvdw3 prefix[0]=s  prefix[1]=d
[    8.358174] fvdw4 diskname = sdd
[    8.362372] sd 1:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    8.370048] sd 1:0:0:0: [sdd] 4096-byte physical blocks
[    8.377191] sd 1:0:0:0: [sdd] Write Protect is off
[    8.382017] sd 1:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    8.382315] sd 1:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.445341]  sdd: sdd4 < sdd5 sdd6 sdd7 sdd8 >
[    8.454198] sd 1:0:0:0: [sdd] Attached SCSI disk
[    8.877259] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    8.917297] ata3.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[    8.923467] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    8.987308] ata3.00: configured for UDMA/133
[    8.992059] scsi 2:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[    9.001149] fvdw1 disk index before get_sd_name = 2
[    9.006021] device-name= sata_mv
[    9.009274] fvdw2 disk index after get_sd_name = 2
[    9.014047] fvdw3 prefix[0]=s  prefix[1]=d
[    9.018147] fvdw4 diskname = sdc
[    9.022362] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    9.030040] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    9.037170] sd 2:0:0:0: [sdc] Write Protect is off
[    9.042000] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    9.042293] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.106329]  sdc: sdc4 < sdc5 sdc6 sdc7 sdc8 >
[    9.115223] sd 2:0:0:0: [sdc] Attached SCSI disk
[    9.537257] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    9.577298] ata4.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[    9.583466] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    9.647309] ata4.00: configured for UDMA/133
[    9.652070] scsi 3:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[    9.661177] fvdw1 disk index before get_sd_name = 3
[    9.666049] device-name= sata_mv
[    9.669301] fvdw2 disk index after get_sd_name = 1
[    9.674073] fvdw3 prefix[0]=s  prefix[1]=d
[    9.678185] fvdw4 diskname = sdb
[    9.682557] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    9.690234] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[    9.697407] sd 3:0:0:0: [sdb] Write Protect is off
[    9.702201] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    9.702488] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.759267]  sdb: sdb4 < sdb5 sdb6 sdb7 sdb8 >
[    9.768206] sd 3:0:0:0: [sdb] Attached SCSI disk
[   10.197258] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   10.237298] ata5.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   10.243469] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   10.307307] ata5.00: configured for UDMA/133
[   10.312074] scsi 4:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   10.321179] fvdw1 disk index before get_sd_name = 4
[   10.326050] device-name= sata_mv
[   10.329300] fvdw2 disk index after get_sd_name = 0
[   10.334074] fvdw3 prefix[0]=s  prefix[1]=d
[   10.338178] fvdw4 diskname = sda
[   10.342418] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   10.350093] sd 4:0:0:0: [sda] 4096-byte physical blocks
[   10.357241] sd 4:0:0:0: [sda] Write Protect is off
[   10.362038] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   10.362327] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.697254] ata6: SATA link down (SStatus 0 SControl 300)
[   11.047250] ata7: SATA link down (SStatus 0 SControl 300)
[   11.397250] ata8: SATA link down (SStatus 0 SControl 300)
[   12.467227] ata10: failed to resume link (SControl 0)
[   12.472287] ata10: SATA link down (SStatus 0 SControl 0)
[   13.547225] ata11: failed to resume link (SControl 0)
[   13.552284] ata11: SATA link down (SStatus 0 SControl 0)
[   14.627226] ata12: failed to resume link (SControl 0)
[   14.632285] ata12: SATA link down (SStatus 0 SControl 0)
[   15.707231] ata13: failed to resume link (SControl 0)
[   15.712286] ata13: SATA link down (SStatus 0 SControl 0)
[   40.724795] ata5.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[   40.731855] ata5.00: failed command: READ FPDMA QUEUED
[   40.737022] ata5.00: cmd 60/08:00:c8:06:31/00:00:00:00:00/40 tag 0 ncq 4096 in
[   40.737022]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   40.751585] ata5.00: status: { DRDY }
[   40.755262] ata5: hard resetting link
[   41.267261] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   41.347316] ata5.00: configured for UDMA/133
[   41.351597] ata5.00: device reported invalid CHS sector 0
[   41.357005] ata5: EH complete
[   71.794799] ata5.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[   71.801856] ata5.00: failed command: READ FPDMA QUEUED
[   71.807023] ata5.00: cmd 60/08:00:c8:06:31/00:00:00:00:00/40 tag 0 ncq 4096 in
[   71.807023]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   71.821588] ata5.00: status: { DRDY }
[   71.825265] ata5: hard resetting link
[   72.337268] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   72.437321] ata5.00: configured for UDMA/133
[   72.441601] ata5.00: device reported invalid CHS sector 0
[   72.447009] ata5: EH complete
[   72.492861]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[   72.501746] sda: detected capacity change from 0 to 1000204886016
[   72.511718] sd 4:0:0:0: [sda] Attached SCSI disk
[  102.764806] ata5.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  102.771875] ata5.00: failed command: READ FPDMA QUEUED
[  102.777035] ata5.00: cmd 60/02:00:52:5d:52/00:00:00:00:00/40 tag 0 ncq 1024 in
[  102.777035]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  102.791599] ata5.00: status: { DRDY }
[  102.795276] ata5: hard resetting link
[  103.307274] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  103.567330] ata5.00: configured for UDMA/133
[  103.571608] ata5.00: device reported invalid CHS sector 0
[  103.577014] ata5: EH complete
[  103.605436] kjournald starting.  Commit interval 5 seconds
[  103.610989] EXT3-fs (sda7): mounted filesystem with ordered data mode
[  103.617467] VFS: Mounted root (ext3 filesystem) readonly on device 8:71.
[  103.625037] Freeing unused kernel memory: 112K (c039b000 - c03b7000)
[  133.814818] ata5.00: NCQ disabled due to excessive errors
[  133.820233] ata5.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
[  133.827281] ata5.00: failed command: READ FPDMA QUEUED
[  133.832442] ata5.00: cmd 60/40:00:a0:af:53/00:00:00:00:00/40 tag 0 ncq 32768 in
[  133.832442]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  133.847093] ata5.00: status: { DRDY }
[  133.850767] ata5.00: failed command: READ FPDMA QUEUED
[  133.855923] ata5.00: cmd 60/18:08:e8:af:53/00:00:00:00:00/40 tag 1 ncq 12288 in
[  133.855923]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  133.870576] ata5.00: status: { DRDY }
[  133.874253] ata5: hard resetting link
[  134.387279] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  134.507336] ata5.00: configured for UDMA/133
[  134.511621] ata5.00: device reported invalid CHS sector 0
[  134.517012] ata5.00: device reported invalid CHS sector 0
[  134.522444] ata5: EH complete
[  164.784821] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  164.791878] ata5.00: failed command: READ DMA
[  164.796259] ata5.00: cmd c8/00:40:a0:af:53/00:00:00:00:00/e0 tag 0 dma 32768 in
[  164.796259]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  164.810909] ata5.00: status: { DRDY }
[  164.814586] ata5: hard resetting link
[  165.327287] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  165.407343] ata5.00: configured for UDMA/133
[  165.411622] ata5.00: device reported invalid CHS sector 0
[  165.417029] ata5: EH complete
[  195.834830] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  195.842325] ata5: SError: { Handshk }
[  195.845987] ata5.00: failed command: READ DMA
[  195.850384] ata5.00: cmd c8/00:a8:f8:95:53/00:00:00:00:00/e0 tag 0 dma 86016 in
[  195.850384]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  195.865039] ata5.00: status: { DRDY }
[  195.868729] ata5: hard resetting link
[  196.377292] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  196.457350] ata5.00: configured for UDMA/133
[  196.461634] ata5.00: device reported invalid CHS sector 0
[  196.467038] ata5: EH complete
[  226.794835] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  226.801893] ata5.00: failed command: READ DMA
[  226.806272] ata5.00: cmd c8/00:90:78:23:5a/00:00:00:00:00/e0 tag 0 dma 73728 in
[  226.806272]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  226.820924] ata5.00: status: { DRDY }
[  226.824601] ata5: hard resetting link
[  227.337299] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  227.597355] ata5.00: configured for UDMA/133
[  227.601635] ata5.00: device reported invalid CHS sector 0
[  227.607040] ata5: EH complete
[  227.622993] random: nonblocking pool is initialized
[  257.844837] ata5: limiting SATA link speed to 1.5 Gbps
[  257.849999] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  257.857030] ata5.00: failed command: READ DMA
[  257.861428] ata5.00: cmd c8/00:08:f0:b2:55/00:00:00:00:00/e0 tag 0 dma 4096 in
[  257.861428]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  257.875994] ata5.00: status: { DRDY }
[  257.879684] ata5: hard resetting link
[  258.387304] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  258.487361] ata5.00: configured for UDMA/133
[  258.491636] ata5.00: device reported invalid CHS sector 0
[  258.497045] ata5: EH complete
[  258.631556] EXT3-fs (sda7): warning: checktime reached, running e2fsck is recommended
[  258.639862] EXT3-fs (sda7): using internal journal
[  260.367514] kjournald starting.  Commit interval 5 seconds
[  260.373040] EXT3-fs (sda2): warning: checktime reached, running e2fsck is recommended
[  260.381312] EXT3-fs (sda2): using internal journal
[  260.437390] EXT3-fs (sda2): recovery complete
[  260.441741] EXT3-fs (sda2): mounted filesystem with ordered data mode
[  262.597514] kjournald starting.  Commit interval 5 seconds
[  262.603040] EXT3-fs (sda5): warning: maximal mount count reached, running e2fsck is recommended
[  262.612203] EXT3-fs (sda5): using internal journal
[  262.667393] EXT3-fs (sda5): recovery complete
[  262.671750] EXT3-fs (sda5): mounted filesystem with ordered data mode
[  262.870036] Adding 514076k swap on /dev/sda3.  Priority:-1 extents:1 across:514076k
[  264.802518] NTFS driver 2.1.30 [Flags: R/W MODULE].
[  264.841787] fuse init (API version 7.22)
[  264.878635] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  264.886432] ehci-orion: EHCI orion driver
[  264.890598] orion-ehci orion-ehci.0: EHCI Host Controller
[  264.896031] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[  264.903899] orion-ehci orion-ehci.0: irq 17, io mem 0xf1050000
[  264.927284] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[  264.933466] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[  264.940266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  264.947492] usb usb1: Product: EHCI Host Controller
[  264.952359] usb usb1: Manufacturer: Linux 3.14.2 ehci_hcd
[  264.957758] usb usb1: SerialNumber: orion-ehci.0
[  264.963180] hub 1-0:1.0: USB hub found
[  264.966990] hub 1-0:1.0: 1 port detected
[  265.006427] usbcore: registered new interface driver usb-storage
[  265.043016] usbcore: registered new interface driver usblp
[  265.094329] RPC: Registered named UNIX socket transport module.
[  265.100272] RPC: Registered udp transport module.
[  265.104960] RPC: Registered tcp transport module.
[  265.109667] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  265.194996] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[  265.238883] Loading iSCSI transport class v2.0-870.
[  265.255690] iscsi: registered transport (tcp)
[  265.297548] Linux video capture interface: v2.00
[  265.378020] uvcvideo: Unable to create debugfs directory
[  265.383498] usbcore: registered new interface driver uvcvideo
[  265.389262] USB Video Class driver (1.1.1)
[  265.472394] md: raid0 personality registered for level 0
[  265.509392] md: raid1 personality registered for level 1
[  265.718827] raid6: int32x1     24 MB/s
[  265.888710] raid6: int32x2     37 MB/s
[  266.058034] raid6: int32x4     46 MB/s
[  266.227849] raid6: int32x8     57 MB/s
[  266.231592] raid6: using algorithm int32x8 (57 MB/s)
[  266.236541] raid6: using intx1 recovery algorithm
[  266.246620] async_tx: api initialized (async)
[  266.253357] xor: measuring software checksum speed
[  266.357265]    arm4regs  :   429.600 MB/sec
[  266.457270]    8regs     :   338.000 MB/sec
[  266.557266]    32regs    :   498.000 MB/sec
[  266.561442] xor: using function: 32regs (498.000 MB/sec)
[  266.584439] md: raid6 personality registered for level 6
[  266.589783] md: raid5 personality registered for level 5
[  266.595077] md: raid4 personality registered for level 4
[  266.634050] md: raid10 personality registered for level 10
[  279.296922] udevd (857): /proc/857/oom_adj is deprecated, please use /proc/857/oom_score_adj instead.
[  279.306280] udev: starting version 130
[  289.340294] md: bind<sdc8>
[  289.343662] md: bind<sdd8>
[  289.347035] md: bind<sde8>
[  289.350355] md: bind<sda8>
[  289.353671] md: bind<sdb8>
[  289.367840] md/raid:md0: device sdb8 operational as raid disk 0
[  289.373750] md/raid:md0: device sda8 operational as raid disk 4
[  289.379686] md/raid:md0: device sde8 operational as raid disk 3
[  289.385594] md/raid:md0: device sdd8 operational as raid disk 2
[  289.391515] md/raid:md0: device sdc8 operational as raid disk 1
[  289.400580] md/raid:md0: allocated 0kB
[  289.404464] md/raid:md0: raid level 5 active with 5 out of 5 devices, algorithm 2
[  289.411953] RAID conf printout:
[  289.411972]  --- level:5 rd:5 wd:5
[  289.411992]  disk 0, o:1, dev:sdb8
[  289.412012]  disk 1, o:1, dev:sdc8
[  289.412031]  disk 2, o:1, dev:sdd8
[  289.412051]  disk 3, o:1, dev:sde8
[  289.412070]  disk 4, o:1, dev:sda8
[  289.412433] md0: detected capacity change from 0 to 3987352059904
[  289.421756]  md0: unknown partition table
[  332.934901] ata4.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  332.941974] ata4.00: failed command: READ FPDMA QUEUED
[  332.947136] ata4.00: cmd 60/00:00:98:03:64/01:00:00:00:00/40 tag 0 ncq 131072 in
[  332.947136]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  332.961874] ata4.00: status: { DRDY }
[  332.965550] ata4: hard resetting link
[  332.987368] ata3.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  332.994402] ata3.00: failed command: READ FPDMA QUEUED
[  332.999584] ata3.00: cmd 60/00:00:98:03:64/01:00:00:00:00/40 tag 0 ncq 131072 in
[  332.999584]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  333.014326] ata3.00: status: { DRDY }
[  333.018012] ata3: hard resetting link
[  333.039662] ata2.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  333.046698] ata2.00: failed command: READ FPDMA QUEUED
[  333.051881] ata2.00: cmd 60/00:00:98:03:64/01:00:00:00:00/40 tag 0 ncq 131072 in
[  333.051881]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  333.066624] ata2.00: status: { DRDY }
[  333.070310] ata2: hard resetting link
[  333.091959] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  333.099015] ata1.00: failed command: READ FPDMA QUEUED
[  333.104173] ata1.00: cmd 60/80:00:98:03:64/00:00:00:00:00/40 tag 0 ncq 65536 in
[  333.104173]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  333.118827] ata1.00: status: { DRDY }
[  333.122501] ata1: hard resetting link
[  333.607326] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  333.613695] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  333.620120] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  333.627419] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  333.648584] ata3.00: configured for UDMA/133
[  333.652897] ata3: EH complete
[  333.657711] ata4.00: configured for UDMA/133
[  333.662027] ata4: EH complete
[  333.678175] ata2.00: configured for UDMA/133
[  333.682484] ata2: EH complete
[  333.686930] ata1.00: configured for UDMA/133
[  333.691265] ata1: EH complete
[  363.984862] ata4.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  363.991924] ata4.00: failed command: READ FPDMA QUEUED
[  363.997083] ata4.00: cmd 60/00:00:98:03:64/01:00:00:00:00/40 tag 0 ncq 131072 in
[  363.997083]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  364.011819] ata4.00: status: { DRDY }
[  364.015498] ata4: hard resetting link
[  364.527327] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  364.607382] ata4.00: configured for UDMA/133
[  364.611690] ata4: EH complete
[  395.994866] ata2.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  396.001923] ata2.00: failed command: READ FPDMA QUEUED
[  396.007084] ata2.00: cmd 60/08:00:70:05:64/00:00:00:00:00/40 tag 0 ncq 4096 in
[  396.007084]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  396.021662] ata2.00: status: { DRDY }
[  396.025340] ata2: hard resetting link
[  396.537332] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  396.637387] ata2.00: configured for UDMA/133
[  396.641689] ata2: EH complete
[  428.004875] ata2.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  428.011941] ata2.00: failed command: WRITE FPDMA QUEUED
[  428.017195] ata2.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  428.017195]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.031879] ata2.00: status: { DRDY }
[  428.035558] ata2: hard resetting link
[  428.057276] ata3.00: exception Emask 0x0 SAct 0xc SErr 0x0 action 0x6 frozen
[  428.064337] ata3.00: failed command: READ FPDMA QUEUED
[  428.069515] ata3.00: cmd 60/08:10:a8:07:e7/00:00:2b:00:00/40 tag 2 ncq 4096 in
[  428.069515]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.084081] ata3.00: status: { DRDY }
[  428.087756] ata3.00: failed command: READ FPDMA QUEUED
[  428.092912] ata3.00: cmd 60/08:18:b0:07:e7/00:00:2b:00:00/40 tag 3 ncq 4096 in
[  428.092912]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.107478] ata3.00: status: { DRDY }
[  428.111154] ata3: hard resetting link
[  428.132803] ata4.00: exception Emask 0x0 SAct 0xff00 SErr 0x0 action 0x6 frozen
[  428.140115] ata4.00: failed command: READ FPDMA QUEUED
[  428.145272] ata4.00: cmd 60/08:40:d8:07:e7/00:00:2b:00:00/40 tag 8 ncq 4096 in
[  428.145272]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.159838] ata4.00: status: { DRDY }
[  428.163499] ata4.00: failed command: READ FPDMA QUEUED
[  428.168675] ata4.00: cmd 60/08:48:e0:07:e7/00:00:2b:00:00/40 tag 9 ncq 4096 in
[  428.168675]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.183241] ata4.00: status: { DRDY }
[  428.186905] ata4.00: failed command: READ FPDMA QUEUED
[  428.192079] ata4.00: cmd 60/08:50:e8:07:e7/00:00:2b:00:00/40 tag 10 ncq 4096 in
[  428.192079]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.206733] ata4.00: status: { DRDY }
[  428.210408] ata4.00: failed command: READ FPDMA QUEUED
[  428.215565] ata4.00: cmd 60/08:58:f0:07:e7/00:00:2b:00:00/40 tag 11 ncq 4096 in
[  428.215565]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.230217] ata4.00: status: { DRDY }
[  428.233880] ata4.00: failed command: READ FPDMA QUEUED
[  428.239054] ata4.00: cmd 60/08:60:f8:07:e7/00:00:2b:00:00/40 tag 12 ncq 4096 in
[  428.239054]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.253710] ata4.00: status: { DRDY }
[  428.257384] ata4.00: failed command: READ FPDMA QUEUED
[  428.262541] ata4.00: cmd 60/08:68:00:08:e7/00:00:2b:00:00/40 tag 13 ncq 4096 in
[  428.262541]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.277193] ata4.00: status: { DRDY }
[  428.280868] ata4.00: failed command: READ FPDMA QUEUED
[  428.286024] ata4.00: cmd 60/08:70:08:08:e7/00:00:2b:00:00/40 tag 14 ncq 4096 in
[  428.286024]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.300677] ata4.00: status: { DRDY }
[  428.304339] ata4.00: failed command: READ FPDMA QUEUED
[  428.309513] ata4.00: cmd 60/08:78:10:08:e7/00:00:2b:00:00/40 tag 15 ncq 4096 in
[  428.309513]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  428.324170] ata4.00: status: { DRDY }
[  428.327851] ata4: hard resetting link
[  428.817342] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  428.823701] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  428.837349] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  428.897412] ata3.00: configured for UDMA/133
[  428.901692] ata3.00: device reported invalid CHS sector 0
[  428.907083] ata3.00: device reported invalid CHS sector 0
[  428.912521] ata3: EH complete
[  428.927680] ata2.00: configured for UDMA/133
[  428.932126] ata2: EH complete
[  428.956943] ata4.00: configured for UDMA/133
[  428.961254] ata4.00: device reported invalid CHS sector 0
[  428.966647] ata4.00: device reported invalid CHS sector 0
[  428.972064] ata4.00: device reported invalid CHS sector 0
[  428.977472] ata4.00: device reported invalid CHS sector 0
[  428.982863] ata4.00: device reported invalid CHS sector 0
[  428.988272] ata4.00: device reported invalid CHS sector 0
[  428.993663] ata4.00: device reported invalid CHS sector 0
[  428.999071] ata4.00: device reported invalid CHS sector 0
[  429.004488] ata4: EH complete
[  459.144900] ata2.00: NCQ disabled due to excessive errors
[  459.150319] ata2.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  459.157366] ata2.00: failed command: WRITE FPDMA QUEUED
[  459.162612] ata2.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  459.162612]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  459.177265] ata2.00: status: { DRDY }
[  459.180956] ata2: hard resetting link
[  459.202593] ata4.00: NCQ disabled due to excessive errors
[  459.208009] ata4.00: exception Emask 0x0 SAct 0x7e SErr 0x0 action 0x6 frozen
[  459.215132] ata4.00: failed command: READ FPDMA QUEUED
[  459.220309] ata4.00: cmd 60/08:08:08:08:e7/00:00:2b:00:00/40 tag 1 ncq 4096 in
[  459.220309]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  459.234876] ata4.00: status: { DRDY }
[  459.238550] ata4.00: failed command: READ FPDMA QUEUED
[  459.243706] ata4.00: cmd 60/08:10:00:08:e7/00:00:2b:00:00/40 tag 2 ncq 4096 in
[  459.243706]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  459.258273] ata4.00: status: { DRDY }
[  459.261933] ata4.00: failed command: READ FPDMA QUEUED
[  459.267094] ata4.00: cmd 60/08:18:f8:07:e7/00:00:2b:00:00/40 tag 3 ncq 4096 in
[  459.267094]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  459.281661] ata4.00: status: { DRDY }
[  459.285322] ata4.00: failed command: READ FPDMA QUEUED
[  459.290496] ata4.00: cmd 60/08:20:f0:07:e7/00:00:2b:00:00/40 tag 4 ncq 4096 in
[  459.290496]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  459.305066] ata4.00: status: { DRDY }
[  459.308741] ata4.00: failed command: READ FPDMA QUEUED
[  459.313897] ata4.00: cmd 60/08:28:e8:07:e7/00:00:2b:00:00/40 tag 5 ncq 4096 in
[  459.313897]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  459.328465] ata4.00: status: { DRDY }
[  459.332124] ata4.00: failed command: READ FPDMA QUEUED
[  459.337286] ata4.00: cmd 60/08:30:e0:07:e7/00:00:2b:00:00/40 tag 6 ncq 4096 in
[  459.337286]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  459.351853] ata4.00: status: { DRDY }
[  459.355527] ata4: hard resetting link
[  459.847345] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  459.867346] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  459.927400] ata2.00: configured for UDMA/133
[  459.931705] ata2: EH complete
[  459.967402] ata4.00: configured for UDMA/133
[  459.971686] ata4.00: device reported invalid CHS sector 0
[  459.977076] ata4.00: device reported invalid CHS sector 0
[  459.982490] ata4.00: device reported invalid CHS sector 0
[  459.987898] ata4.00: device reported invalid CHS sector 0
[  459.993283] ata4.00: device reported invalid CHS sector 0
[  459.998691] ata4.00: device reported invalid CHS sector 0
[  460.004109] ata4: EH complete
[  490.154913] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  490.161975] ata2.00: failed command: WRITE DMA EXT
[  490.166787] ata2.00: cmd 35/00:08:18:1a:70/00:00:74:00:00/e0 tag 0 dma 4096 out
[  490.166787]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  490.181439] ata2.00: status: { DRDY }
[  490.185116] ata2: hard resetting link
[  490.206775] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  490.213831] ata4.00: failed command: READ DMA EXT
[  490.218570] ata4.00: cmd 25/00:08:f8:07:e7/00:00:2b:00:00/e0 tag 0 dma 4096 in
[  490.218570]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  490.233140] ata4.00: status: { DRDY }
[  490.236813] ata4: hard resetting link
[  490.727352] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  490.747353] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  490.807406] ata2.00: configured for UDMA/133
[  490.811711] ata2: EH complete
[  490.847409] ata4.00: configured for UDMA/133
[  490.851707] ata4: EH complete
[  521.204902] ata2: limiting SATA link speed to 1.5 Gbps
[  521.210065] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  521.217095] ata2.00: failed command: WRITE DMA EXT
[  521.221926] ata2.00: cmd 35/00:08:18:1a:70/00:00:74:00:00/e0 tag 0 dma 4096 out
[  521.221926]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  521.236580] ata2.00: status: { DRDY }
[  521.240268] ata2: hard resetting link
[  521.261921] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  521.268970] ata4.00: failed command: READ DMA EXT
[  521.273697] ata4.00: cmd 25/00:08:08:08:e7/00:00:2b:00:00/e0 tag 0 dma 4096 in
[  521.273697]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  521.288265] ata4.00: status: { DRDY }
[  521.291938] ata4: hard resetting link
[  521.777357] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  521.797359] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  521.857414] ata2.00: configured for UDMA/133
[  521.861711] ata2: EH complete
[  521.917537] ata4.00: configured for UDMA/133
[  521.921839] ata4: EH complete
[  522.487751] kjournald starting.  Commit interval 5 seconds
[  553.184906] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  553.191968] ata4.00: failed command: WRITE DMA
[  553.196443] ata4.00: cmd ca/00:08:98:03:64/00:00:00:00:00/e0 tag 0 dma 4096 out
[  553.196443]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  553.211094] ata4.00: status: { DRDY }
[  553.214772] ata4: hard resetting link
[  553.727365] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  553.987420] ata4.00: configured for UDMA/133
[  553.991720] ata4: EH complete
[  554.012734] ata4: limiting SATA link speed to 1.5 Gbps
[  554.017904] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  554.025363] ata4.00: edma_err_cause=04000000 pp_flags=00000001
[  554.031202] ata4: SError: { Handshk }
[  554.034864] ata4.00: failed command: WRITE DMA
[  554.039350] ata4.00: cmd ca/00:08:98:03:64/00:00:00:00:00/e0 tag 0 dma 4096 out
[  554.039350]          res 51/84:00:9f:03:64/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[  554.054608] ata4.00: status: { DRDY ERR }
[  554.058624] ata4.00: error: { ICRC ABRT }
[  554.062648] ata4: hard resetting link
[  554.567365] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  554.667435] ata4.00: configured for UDMA/133
[  554.671738] ata4: EH complete
[  554.675121] EXT3-fs (md0): using internal journal
[  554.698475] ata1.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  554.706119] ata1.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  554.713611] ata1: SError: { Handshk }
[  554.717278] ata1.00: failed command: WRITE FPDMA QUEUED
[  554.722546] ata1.00: cmd 61/08:00:a8:07:e7/00:00:2b:00:00/40 tag 0 ncq 4096 out
[  554.722546]          res 40/00:00:a8:07:e7/00:00:2b:00:00/40 Emask 0x100 (unknown error)
[  554.737895] ata1.00: status: { DRDY }
[  554.741571] ata1: hard resetting link
[  555.247374] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  555.327421] ata1.00: configured for UDMA/133
[  555.331724] ata1: EH complete
[  555.337401] ata1.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  555.345038] ata1.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  555.352523] ata1: SError: { Handshk }
[  555.356189] ata1.00: failed command: WRITE FPDMA QUEUED
[  555.361451] ata1.00: cmd 61/08:00:a8:07:e7/00:00:2b:00:00/40 tag 0 ncq 4096 out
[  555.361451]          res 40/00:00:a8:07:e7/00:00:2b:00:00/40 Emask 0x100 (unknown error)
[  555.376795] ata1.00: status: { DRDY }
[  555.380484] ata1: hard resetting link
[  555.887364] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  555.987420] ata1.00: configured for UDMA/133
[  555.991722] ata1: EH complete
[  555.997400] ata1.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  556.005040] ata1.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  556.012521] ata1: SError: { Handshk }
[  556.016181] ata1.00: failed command: WRITE FPDMA QUEUED
[  556.021443] ata1.00: cmd 61/08:00:a8:07:e7/00:00:2b:00:00/40 tag 0 ncq 4096 out
[  556.021443]          res 40/00:00:a8:07:e7/00:00:2b:00:00/40 Emask 0x100 (unknown error)
[  556.036787] ata1.00: status: { DRDY }
[  556.040476] ata1: hard resetting link
[  556.547362] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  556.647420] ata1.00: configured for UDMA/133
[  556.651723] ata1: EH complete
[  587.224912] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  587.231968] ata1.00: failed command: WRITE FPDMA QUEUED
[  587.237214] ata1.00: cmd 61/08:00:a8:07:e7/00:00:2b:00:00/40 tag 0 ncq 4096 out
[  587.237214]          res 40/00:00:a8:07:e7/00:00:2b:00:00/40 Emask 0x4 (timeout)
[  587.251864] ata1.00: status: { DRDY }
[  587.255541] ata1: hard resetting link
[  587.767372] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  587.847428] ata1.00: configured for UDMA/133
[  587.851731] ata1: EH complete
[  587.857410] ata1.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  587.865048] ata1.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  587.872533] ata1: SError: { Handshk }
[  587.876198] ata1.00: failed command: WRITE FPDMA QUEUED
[  587.881462] ata1.00: cmd 61/08:00:a8:07:e7/00:00:2b:00:00/40 tag 0 ncq 4096 out
[  587.881462]          res 40/00:00:a8:07:e7/84:00:2b:00:00/40 Emask 0x100 (unknown error)
[  587.896805] ata1.00: status: { DRDY }
[  587.900495] ata1: hard resetting link
[  588.407370] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  588.507426] ata1.00: configured for UDMA/133
[  588.511720] ata1: EH complete
[  619.234920] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  619.241984] ata1.00: failed command: WRITE FPDMA QUEUED
[  619.247229] ata1.00: cmd 61/08:00:a8:07:e7/00:00:2b:00:00/40 tag 0 ncq 4096 out
[  619.247229]          res 40/00:00:a8:07:e7/84:00:2b:00:00/40 Emask 0x4 (timeout)
[  619.261880] ata1.00: status: { DRDY }
[  619.265559] ata1: hard resetting link
[  619.777378] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  619.857434] ata1.00: configured for UDMA/133
[  619.861741] sd 0:0:0:0: [sde] 
[  619.864882] Result: hostbyte=0x00 driverbyte=0x08
[  619.869602] sd 0:0:0:0: [sde] 
[  619.872733] Sense Key : 0xb [current] [descriptor]
[  619.877546] Descriptor sense data with sense descriptors (in hex):
[  619.883704]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[  619.890192]         2b e7 07 a8
[  619.893459] sd 0:0:0:0: [sde] 
[  619.896588] ASC=0x0 ASCQ=0x0
[  619.899491] sd 0:0:0:0: [sde] CDB:
[  619.902973] cdb[0]=0x2a: 2a 00 2b e7 07 a8 00 00 08 00
[  619.908217] end_request: I/O error, dev sde, sector 736561064
[  619.913964] end_request: I/O error, dev sde, sector 736561064
[  619.919754] ata1: EH complete
[  619.922802] md/raid:md0: Disk failure on sde8, disabling device.
[  619.922802] md/raid:md0: Operation continuing on 4 devices.
[  620.407448] RAID conf printout:
[  620.407477]  --- level:5 rd:5 wd:4
[  620.407499]  disk 0, o:1, dev:sdb8
[  620.407518]  disk 1, o:1, dev:sdc8
[  620.407537]  disk 2, o:1, dev:sdd8
[  620.407557]  disk 3, o:0, dev:sde8
[  620.407577]  disk 4, o:1, dev:sda8
[  620.407592] RAID conf printout:
[  620.407609]  --- level:5 rd:5 wd:4
[  620.407628]  disk 0, o:1, dev:sdb8
[  620.407647]  disk 1, o:1, dev:sdc8
[  620.407666]  disk 2, o:1, dev:sdd8
[  620.407685]  disk 4, o:1, dev:sda8
[  620.408406] EXT3-fs (md0): recovery complete
[  620.412679] EXT3-fs (md0): mounted filesystem with ordered data mode
[  622.118085] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[  624.728015] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[  660.434908] ata3.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
[  660.441972] ata3.00: failed command: READ FPDMA QUEUED
[  660.447139] ata3.00: cmd 60/08:00:c0:07:e7/00:00:2b:00:00/40 tag 0 ncq 4096 in
[  660.447139]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  660.461703] ata3.00: status: { DRDY }
[  660.465364] ata3.00: failed command: READ FPDMA QUEUED
[  660.470538] ata3.00: cmd 60/08:08:b0:0f:64/00:00:00:00:00/40 tag 1 ncq 4096 in
[  660.470538]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  660.485107] ata3.00: status: { DRDY }
[  660.488797] ata3: hard resetting link
[  660.997386] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  661.077442] ata3.00: configured for UDMA/133
[  661.081730] ata3.00: device reported invalid CHS sector 0
[  661.087142] ata3: EH complete
[  666.684698] ata3.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  666.692363] ata3.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  666.699840] ata3: SError: { Handshk }
[  666.703505] ata3.00: failed command: WRITE FPDMA QUEUED
[  666.708770] ata3.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  666.708770]          res 40/00:00:18:1a:70/00:00:74:00:00/40 Emask 0x100 (unknown error)
[  666.724113] ata3.00: status: { DRDY }
[  666.727803] ata3: hard resetting link
[  667.277440] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  667.377522] ata3.00: configured for UDMA/133
[  667.381832] ata3: EH complete
[  667.397430] ata3.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  667.405071] ata3.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  667.412572] ata3: SError: { Handshk }
[  667.416237] ata3.00: failed command: WRITE FPDMA QUEUED
[  667.421501] ata3.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  667.421501]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  667.436843] ata3.00: status: { DRDY }
[  667.440536] ata3: hard resetting link
[  667.947439] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  668.027515] ata3.00: configured for UDMA/133
[  668.031818] ata3: EH complete
[  669.285692] warning: `proftpd' uses 32-bit capabilities (legacy support in use)
[  703.604920] ata3.00: NCQ disabled due to excessive errors
[  703.610343] ata3.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
[  703.617395] ata3.00: failed command: WRITE FPDMA QUEUED
[  703.622645] ata3.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  703.622645]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x4 (timeout)
[  703.637293] ata3.00: status: { DRDY }
[  703.640968] ata3.00: failed command: READ FPDMA QUEUED
[  703.646126] ata3.00: cmd 60/00:08:98:03:64/02:00:00:00:00/40 tag 1 ncq 262144 in
[  703.646126]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  703.660863] ata3.00: status: { DRDY }
[  703.664541] ata3: hard resetting link
[  704.177401] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  704.277450] ata3.00: configured for UDMA/133
[  704.281753] ata3.00: device reported invalid CHS sector 0
[  704.287163] ata3: EH complete
[  704.325909] sd 2:0:0:0: timing out command, waited 7s
[  704.331613] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  704.339119] ata3.00: edma_err_cause=04000000 pp_flags=00000001
[  704.344945] ata3: SError: { Handshk }
[  704.348629] ata3.00: failed command: WRITE DMA EXT
[  704.353443] ata3.00: cmd 35/00:08:18:1a:70/00:00:74:00:00/e0 tag 0 dma 4096 out
[  704.353443]          res 51/84:03:1d:1a:70/84:00:74:00:00/e0 Emask 0x10 (ATA bus error)
[  704.368697] ata3.00: status: { DRDY ERR }
[  704.372700] ata3.00: error: { ICRC ABRT }
[  704.376719] ata3: hard resetting link
[  704.887465] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  704.997517] ata3.00: configured for UDMA/133
[  705.001823] ata3: EH complete
[  705.175071] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  705.182558] ata3.00: edma_err_cause=04000000 pp_flags=00000001
[  705.188397] ata3: SError: { Handshk }
[  705.192062] ata3.00: failed command: WRITE DMA EXT
[  705.196881] ata3.00: cmd 35/00:08:18:1a:70/00:00:74:00:00/e0 tag 0 dma 4096 out
[  705.196881]          res 51/84:02:1e:1a:70/84:00:74:00:00/e0 Emask 0x10 (ATA bus error)
[  705.212142] ata3.00: status: { DRDY ERR }
[  705.216145] ata3.00: error: { ICRC ABRT }
[  705.220181] ata3: hard resetting link
[  705.777406] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  705.857499] ata3.00: configured for UDMA/133
[  705.861805] ata3: EH complete
[  705.882855] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  705.890411] ata3.00: edma_err_cause=04000000 pp_flags=00000001
[  705.896240] ata3: SError: { Handshk }
[  705.899922] ata3.00: failed command: WRITE DMA EXT
[  705.904738] ata3.00: cmd 35/00:08:18:1a:70/00:00:74:00:00/e0 tag 0 dma 4096 out
[  705.904738]          res 51/84:00:1f:1a:70/84:00:74:00:00/e0 Emask 0x10 (ATA bus error)
[  705.919992] ata3.00: status: { DRDY ERR }
[  705.923993] ata3.00: error: { ICRC ABRT }
[  705.928028] ata3: hard resetting link
[  706.437401] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  706.537448] ata3.00: configured for UDMA/133
[  706.541745] ata3: EH complete
[  706.562727] ata3: limiting SATA link speed to 1.5 Gbps
[  706.567895] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6
[  706.574750] ata3.00: edma_err_cause=04000004 pp_flags=00000001, dev error
[  706.581537] ata3: SError: { Handshk }
[  706.585202] ata3.00: failed command: WRITE DMA EXT
[  706.590033] ata3.00: cmd 35/00:08:18:1a:70/00:00:74:00:00/e0 tag 0 dma 4096 out
[  706.590033]          res 51/84:00:1f:1a:70/84:00:74:00:00/e0 Emask 0x10 (ATA bus error)
[  706.605292] ata3.00: status: { DRDY ERR }
[  706.609309] ata3.00: error: { ICRC ABRT }
[  706.613330] ata3: hard resetting link
[  707.127402] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  707.227448] ata3.00: configured for UDMA/133
[  707.231744] ata3: EH complete
[  735.914930] ata1.00: NCQ disabled due to excessive errors
[  735.920347] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  735.927401] ata1.00: failed command: READ FPDMA QUEUED
[  735.932563] ata1.00: cmd 60/00:00:98:05:64/01:00:00:00:00/40 tag 0 ncq 131072 in
[  735.932563]          res 40/00:ff:00:00:00/84:00:2b:00:00/40 Emask 0x4 (timeout)
[  735.947300] ata1.00: status: { DRDY }
[  735.950988] ata1: hard resetting link
[  736.457415] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  736.537461] ata1.00: configured for UDMA/133
[  736.541745] ata1.00: device reported invalid CHS sector 0
[  736.547150] ata1: EH complete
root@fvdwsl-base:/ #
b1gnas
 
Posts: 145
Joined: Fri Apr 17, 2015 8:11 am

Re: Error creating Raid 5

Postby Jocko » Mon Oct 19, 2015 4:56 pm

Well, it is not the expected output...NCQ is still available:scratch
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Error creating Raid 5

Postby fvdw » Mon Oct 19, 2015 8:56 pm

Another trial kernel

now these two disk ID's are added to the black list (the second one is new)
{ "ST1000DM003", NULL, ATA_HORKAGE_NONCQ },
{ "ST1000DM003-1ER162", NULL, ATA_HORKAGE_NONCQ },

Please try again if now for the seagate disk NCQ is disabled by the kernel
You do not have the required permissions to view the files attached to this post.
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Error creating Raid 5

Postby b1gnas » Tue Oct 20, 2015 6:49 pm

Code: Select all
root@fvdwsl-base:/ # dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.2 (root@fvdwsl-5big2.local) (gcc version 4.8.1 (GCC) ) #3 Mon Oct 19 22:52:31 CEST 2015
[    0.000000] CPU: Feroceon [41069260] revision 0 (ARMv5TEJ), cr=00053177
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: LaCie 5Big1 Network
[    0.000000] Clearing invalid memory bank 0KB@0x00000000
[    0.000000] Clearing invalid memory bank 0KB@0x00000000
[    0.000000] Clearing invalid memory bank 0KB@0x00000000
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring unrecognised tag 0x41000403
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat c03de85c, node_mem_map c7efb000
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda7 ro boardType=mv88F5281 productType=5Big reset=0
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 125736K/131072K available (2809K kernel code, 158K rwdata, 848K rodata, 114K init, 206K bss, 5336K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc039a7f0   (3658 kB)
[    0.000000]       .init : 0xc039b000 - 0xc03b78c8   ( 115 kB)
[    0.000000]       .data : 0xc03b8000 - 0xc03df9e0   ( 159 kB)
[    0.000000]        .bss : 0xc03df9e0 - 0xc04135c0   ( 207 kB)
[    0.000000] NR_IRQS:64
[    0.000016] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 25769803770ns
[   25.489636] Console: colour dummy device 80x30
[   25.489675] Calibrating delay loop... 498.89 BogoMIPS (lpj=2494464)
[   25.549332] pid_max: default: 32768 minimum: 301
[   25.549540] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   25.549567] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   25.550409] CPU: Testing write buffer coherency: ok
[   25.550927] Setting up static identity map for 0x2a8b20 - 0x2a8b5c
[   25.554395] VFP support v0.3: implementor 41 architecture 1 part 10 variant 9 rev 0
[   25.555353] NET: Registered protocol family 16
[   25.556228] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   25.559425] 5big1 init started
[   25.559454] Orion ID: MV88F5281-D0. TCLK=166666667.
[   25.559517] Orion: Applying 5281 D0 WFI workaround.
[   25.559866] 5big1 init 1
[   25.559888] initial MPP regs: 00000003 00000000 00170000
[   25.559927]   final MPP regs: 00000003 00000000 00170000
[   25.559956] 5big1 init 2
[   25.559972] net5big: powering up SATA drives
[   25.559993] 5big1 init 3
[   25.560007] 5big1 init 4
[   25.560356] 5big1 init 5
[   25.561294] 5big1 init 6
[   25.561620] 5big1 init 7
[   25.561947] 5big1 init 8
[   25.562289] 5big1 init 9
[   25.562619] 5big1 init 10
[   25.563258] 5big1 init 11
[   25.563588] 5big1 init 12
[   25.563611] net5big: turning off power-off control GPIO
[   25.563635] net5big: Flash writing is not yet supported.
[   25.563650] 5big1 init end
[   25.564594] orion_gpio_is_valid: invalid GPIO 20
[   25.564618] orion_gpio_is_valid: invalid GPIO 20
[   25.564635] net5big_pci_preinit failed to gpio_request 20
[   25.565185] PCI host bridge to bus 0000:00
[   25.565229] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[   25.565260] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[   25.565289] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[   25.565350] pci 0000:00:00.0: [11ab:5281] type 00 class 0x058000
[   25.565399] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[   25.565433] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x07ffffff]
[   25.566005] PCI: bus0: Fast back to back transfers disabled
[   25.566044] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[   25.566599] PCI host bridge to bus 0000:01
[   25.566643] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[   25.566672] pci_bus 0000:01: root bus resource [io  0x10000-0x1ffff]
[   25.566701] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[   25.566773] pci 0000:01:00.0: [11ab:5281] type 00 class 0x058000
[   25.566829] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x07ffffff 64bit pref]
[   25.566868] pci 0000:01:00.0: reg 0x18: [mem 0x10000000-0x1fffffff 64bit pref]
[   25.566905] pci 0000:01:00.0: reg 0x20: [mem 0xf1000000-0xf10fffff 64bit]
[   25.566941] pci 0000:01:00.0: reg 0x30: [mem 0xe0000000-0xe7ffffff pref]
[   25.567005] pci 0000:01:00.0: supports D1 D2
[   25.567032] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot
[   25.567595] pci 0000:01:07.0: [11ab:6081] type 00 class 0x010000
[   25.567661] pci 0000:01:07.0: reg 0x10: [mem 0x40000000-0x400fffff 64bit]
[   25.567697] pci 0000:01:07.0: reg 0x18: [io  0xf0100000-0xf01000ff]
[   25.568297] PCI: bus1: Fast back to back transfers enabled
[   25.568338] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   25.568417] pci 0000:01:07.0: BAR 0: assigned [mem 0xe8000000-0xe80fffff 64bit]
[   25.568460] pci 0000:01:07.0: BAR 2: assigned [io  0x10000-0x100ff]
[   25.598090] bio: create slab <bio-0> at 0
[   25.599510] vgaarb: loaded
[   25.600819] SCSI subsystem initialized
[   25.601777] libata version 3.00 loaded.
[   25.603626] usbcore: registered new interface driver usbfs
[   25.604002] usbcore: registered new interface driver hub
[   25.604432] usbcore: registered new device driver usb
[   25.607526] Switched to clocksource orion_clocksource
[   25.635477] NET: Registered protocol family 2
[   25.636343] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[   25.636402] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[   25.636451] TCP: Hash tables configured (established 1024 bind 1024)
[   25.636557] TCP: reno registered
[   25.636584] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   25.636639] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   25.636945] NET: Registered protocol family 1
[   25.637036] PCI: CLS 32 bytes, default 32
[   25.639768] futex hash table entries: 256 (order: -1, 3072 bytes)
[   25.640694] VFS: Disk quotas dquot_6.5.2
[   25.640792] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   25.641058] msgmni has been set to 245
[   25.643753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[   25.643781] io scheduler noop registered
[   25.643800] io scheduler deadline registered
[   25.643841] io scheduler cfq registered (default)
[   25.644324] mv_xor mv_xor.0: Marvell shared XOR driver
[   25.659358] mv_xor mv_xor.0: Self-test copy failed compare, disabling
[   25.671017] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   25.692957] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 3, base_baud = 10416666) is a 16550A
[   26.218624] console [ttyS0] enabled
[   26.241550] brd: module loaded
[   26.254019] loop: module loaded
[   26.257772] Uniform Multi-Platform E-IDE driver
[   26.262951] ide-gd driver 1.18
[   26.267457] sata_mv 0000:01:07.0: version 1.28
[   26.268118] sata_mv 0000:01:07.0: Gen-II 32 slots 8 ports SCSI mode IRQ via INTx
[   26.307134] scsi0 : sata_mv
[   26.311124] scsi1 : sata_mv
[   26.314968] scsi2 : sata_mv
[   26.318835] scsi3 : sata_mv
[   26.322724] scsi4 : sata_mv
[   26.326593] scsi5 : sata_mv
[   26.330492] scsi6 : sata_mv
[   26.334366] scsi7 : sata_mv
[   26.338002] ata1: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8022000 irq 52
[   26.345675] ata2: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8024000 irq 52
[   26.353329] ata3: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8026000 irq 52
[   26.360983] ata4: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8028000 irq 52
[   26.368622] ata5: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8032000 irq 52
[   26.376275] ata6: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8034000 irq 52
[   26.383930] ata7: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8036000 irq 52
[   26.391577] ata8: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8038000 irq 52
[   26.401108] sata_mv sata_mv.0: version 1.28
[   26.401340] sata_mv sata_mv.0: cannot get optional clkdev
[   26.408944] sata_mv sata_mv.0: slots 32 ports 5
[   26.432688] scsi8 : sata_mv
[   26.436589] scsi9 : sata_mv
[   26.440508] scsi10 : sata_mv
[   26.444483] scsi11 : sata_mv
[   26.448464] scsi12 : sata_mv
[   26.452245] ata9: SATA max UDMA/133 irq 29
[   26.456343] ata10: SATA max UDMA/133 irq 29
[   26.460547] ata11: SATA max UDMA/133 irq 29
[   26.464723] ata12: SATA max UDMA/133 irq 29
[   26.468896] ata13: SATA max UDMA/133 irq 29
[   26.474510] tun: Universal TUN/TAP device driver, 1.6
[   26.479584] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   26.486155] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   26.495117] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   26.511760] libphy: orion_mdio_bus: probed
[   26.516224] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   26.601836] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:86:ea:3a
[   26.612890] aoe: cannot create debugfs directory
[   26.617735] aoe: AoE v85 initialised.
[   26.622473] i2c /dev entries driver
[   26.630590] rtc-rs5c372 0-0032: rs5c372b found, 24hr, driver version 0.6
[   26.643900] rtc-rs5c372 0-0032: rtc core: registered rtc-rs5c372 as rtc0
[   26.652273] at24 0-0050: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
[   26.677091] Netfilter messages via NETLINK v0.30.
[   26.682205] ipip: IPv4 over IPv4 tunneling driver
[   26.688409] TCP: cubic registered
[   26.691772] NET: Registered protocol family 17
[   26.696235] NET: Registered protocol family 5
[   26.702630] console [netcon0] enabled
[   26.706291] netconsole: network logging started
[   26.712416] rtc-rs5c372 0-0032: setting system clock to 2015-10-20 18:38:17 UTC (1445366297)
[   26.899380] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   26.939412] ata1.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   26.945586] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
[   27.009420] ata1.00: configured for UDMA/133
[   27.014195] scsi 0:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   27.023272] fvdw1 disk index before get_sd_name = 0
[   27.028142] device-name= sata_mv
[   27.031396] fvdw2 disk index after get_sd_name = 4
[   27.036167] fvdw3 prefix[0]=s  prefix[1]=d
[   27.040270] fvdw4 diskname = sde
[   27.044493] sd 0:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   27.052168] sd 0:0:0:0: [sde] 4096-byte physical blocks
[   27.059412] sd 0:0:0:0: [sde] Write Protect is off
[   27.064208] sd 0:0:0:0: [sde] Mode Sense: 00 3a 00 00
[   27.064489] sd 0:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   27.124968]  sde: sde4 < sde5 sde6 sde7 sde8 >
[   27.133747] sd 0:0:0:0: [sde] Attached SCSI disk
[   27.539344] ata9: failed to resume link (SControl 0)
[   27.544316] ata9: SATA link down (SStatus 0 SControl 0)
[   27.559386] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   27.599433] ata2.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   27.605617] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
[   27.649424] ata2.00: configured for UDMA/133
[   27.654173] scsi 1:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   27.663243] fvdw1 disk index before get_sd_name = 1
[   27.668116] device-name= sata_mv
[   27.671368] fvdw2 disk index after get_sd_name = 3
[   27.676142] fvdw3 prefix[0]=s  prefix[1]=d
[   27.680243] fvdw4 diskname = sdd
[   27.684431] sd 1:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   27.692108] sd 1:0:0:0: [sdd] 4096-byte physical blocks
[   27.699232] sd 1:0:0:0: [sdd] Write Protect is off
[   27.704060] sd 1:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[   27.704352] sd 1:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   27.763149]  sdd: sdd4 < sdd5 sdd6 sdd7 sdd8 >
[   27.771998] sd 1:0:0:0: [sdd] Attached SCSI disk
[   28.199377] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   28.239413] ata3.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   28.245587] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
[   28.309421] ata3.00: configured for UDMA/133
[   28.314178] scsi 2:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   28.323253] fvdw1 disk index before get_sd_name = 2
[   28.328126] device-name= sata_mv
[   28.331378] fvdw2 disk index after get_sd_name = 2
[   28.336150] fvdw3 prefix[0]=s  prefix[1]=d
[   28.340253] fvdw4 diskname = sdc
[   28.344484] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   28.352161] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[   28.359292] sd 2:0:0:0: [sdc] Write Protect is off
[   28.364121] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   28.364414] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   28.418954]  sdc: sdc4 < sdc5 sdc6 sdc7 sdc8 >
[   28.427834] sd 2:0:0:0: [sdc] Attached SCSI disk
[   28.859379] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   28.899413] ata4.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   28.905588] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
[   28.969419] ata4.00: configured for UDMA/133
[   28.974179] scsi 3:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   28.983272] fvdw1 disk index before get_sd_name = 3
[   28.988144] device-name= sata_mv
[   28.991396] fvdw2 disk index after get_sd_name = 1
[   28.996169] fvdw3 prefix[0]=s  prefix[1]=d
[   29.000271] fvdw4 diskname = sdb
[   29.004495] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   29.012170] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[   29.019290] sd 3:0:0:0: [sdb] Write Protect is off
[   29.024123] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   29.024414] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   29.076063]  sdb: sdb4 < sdb5 sdb6 sdb7 sdb8 >
[   29.084970] sd 3:0:0:0: [sdb] Attached SCSI disk
[   29.519378] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   29.559413] ata5.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   29.565589] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
[   29.629424] ata5.00: configured for UDMA/133
[   29.634195] scsi 4:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   29.643295] fvdw1 disk index before get_sd_name = 4
[   29.648162] device-name= sata_mv
[   29.651415] fvdw2 disk index after get_sd_name = 0
[   29.656186] fvdw3 prefix[0]=s  prefix[1]=d
[   29.660290] fvdw4 diskname = sda
[   29.664534] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   29.672214] sd 4:0:0:0: [sda] 4096-byte physical blocks
[   29.679361] sd 4:0:0:0: [sda] Write Protect is off
[   29.684160] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   29.684449] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   29.741911]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[   29.753249] sd 4:0:0:0: [sda] Attached SCSI disk
[   30.019374] ata6: SATA link down (SStatus 0 SControl 300)
[   30.369372] ata7: SATA link down (SStatus 0 SControl 300)
[   30.719372] ata8: SATA link down (SStatus 0 SControl 300)
[   31.789347] ata10: failed to resume link (SControl 0)
[   31.794407] ata10: SATA link down (SStatus 0 SControl 0)
[   32.869346] ata11: failed to resume link (SControl 0)
[   32.874407] ata11: SATA link down (SStatus 0 SControl 0)
[   33.949346] ata12: failed to resume link (SControl 0)
[   33.954405] ata12: SATA link down (SStatus 0 SControl 0)
[   35.029346] ata13: failed to resume link (SControl 0)
[   35.034407] ata13: SATA link down (SStatus 0 SControl 0)
[   35.041585] EXT3-fs (sda7): recovery required on readonly filesystem
[   35.047932] EXT3-fs (sda7): write access will be enabled during recovery
[   65.646918] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[   65.653974] ata5.00: failed command: READ DMA
[   65.658355] ata5.00: cmd c8/00:08:a0:7d:52/00:00:00:00:00/e0 tag 0 dma 4096 in
[   65.658355]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   65.672920] ata5.00: status: { DRDY }
[   65.676597] ata5: hard resetting link
[   66.189382] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   66.269431] ata5.00: configured for UDMA/133
[   66.273710] ata5.00: device reported invalid CHS sector 0
[   66.279116] ata5: EH complete
[   96.696923] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[   96.703983] ata5.00: failed command: READ DMA
[   96.708364] ata5.00: cmd c8/00:a8:c0:7d:52/00:00:00:00:00/e0 tag 0 dma 86016 in
[   96.708364]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   96.723014] ata5.00: status: { DRDY }
[   96.726693] ata5: hard resetting link
[   97.239388] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   97.339434] ata5.00: configured for UDMA/133
[   97.343714] ata5.00: device reported invalid CHS sector 0
[   97.349118] ata5: EH complete
[   97.539611] kjournald starting.  Commit interval 5 seconds
[   97.579882] EXT3-fs (sda7): recovery complete
[   97.584235] EXT3-fs (sda7): mounted filesystem with ordered data mode
[   97.590717] VFS: Mounted root (ext3 filesystem) readonly on device 8:71.
[   97.598291] Freeing unused kernel memory: 112K (c039b000 - c03b7000)
[  128.646937] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  128.654002] ata5.00: failed command: READ DMA
[  128.658385] ata5.00: cmd c8/00:c0:10:1f:5a/00:00:00:00:00/e0 tag 0 dma 98304 in
[  128.658385]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  128.673036] ata5.00: status: { DRDY }
[  128.676713] ata5: hard resetting link
[  129.189395] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  129.269443] ata5.00: configured for UDMA/133
[  129.273724] ata5.00: device reported invalid CHS sector 0
[  129.279129] ata5: EH complete
[  159.696935] ata5: limiting SATA link speed to 1.5 Gbps
[  159.702097] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  159.709133] ata5.00: failed command: READ DMA
[  159.713531] ata5.00: cmd c8/00:00:f8:21:5a/00:00:00:00:00/e0 tag 0 dma 131072 in
[  159.713531]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  159.728271] ata5.00: status: { DRDY }
[  159.731961] ata5: hard resetting link
[  160.239402] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  160.339448] ata5.00: configured for UDMA/133
[  160.343735] ata5.00: device reported invalid CHS sector 0
[  160.349140] ata5: EH complete
[  160.467799] EXT3-fs (sda7): warning: checktime reached, running e2fsck is recommended
[  160.476144] EXT3-fs (sda7): using internal journal
[  160.941524] random: nonblocking pool is initialized
[  162.369614] kjournald starting.  Commit interval 5 seconds
[  162.375142] EXT3-fs (sda2): warning: checktime reached, running e2fsck is recommended
[  162.383415] EXT3-fs (sda2): using internal journal
[  162.439487] EXT3-fs (sda2): recovery complete
[  162.443842] EXT3-fs (sda2): mounted filesystem with ordered data mode
[  164.589611] kjournald starting.  Commit interval 5 seconds
[  164.595139] EXT3-fs (sda5): warning: maximal mount count reached, running e2fsck is recommended
[  164.604298] EXT3-fs (sda5): using internal journal
[  164.609117] ext3_orphan_cleanup: deleting unreferenced inode 29933
[  164.609209] EXT3-fs (sda5): 1 orphan inode deleted
[  164.889486] EXT3-fs (sda5): recovery complete
[  164.893845] EXT3-fs (sda5): mounted filesystem with ordered data mode
[  165.092040] Adding 514076k swap on /dev/sda3.  Priority:-1 extents:1 across:514076k
[  166.988392] NTFS driver 2.1.30 [Flags: R/W MODULE].
[  167.027540] fuse init (API version 7.22)
[  167.064428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  167.072265] ehci-orion: EHCI orion driver
[  167.076398] orion-ehci orion-ehci.0: EHCI Host Controller
[  167.081868] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[  167.089739] orion-ehci orion-ehci.0: irq 17, io mem 0xf1050000
[  167.109381] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[  167.115554] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[  167.122351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  167.129565] usb usb1: Product: EHCI Host Controller
[  167.134432] usb usb1: Manufacturer: Linux 3.14.2 ehci_hcd
[  167.139840] usb usb1: SerialNumber: orion-ehci.0
[  167.145227] hub 1-0:1.0: USB hub found
[  167.149024] hub 1-0:1.0: 1 port detected
[  167.187853] usbcore: registered new interface driver usb-storage
[  167.224810] usbcore: registered new interface driver usblp
[  167.276196] RPC: Registered named UNIX socket transport module.
[  167.282145] RPC: Registered udp transport module.
[  167.286834] RPC: Registered tcp transport module.
[  167.291541] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  167.376021] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[  167.420074] Loading iSCSI transport class v2.0-870.
[  167.437060] iscsi: registered transport (tcp)
[  167.479224] Linux video capture interface: v2.00
[  167.560231] uvcvideo: Unable to create debugfs directory
[  167.565710] usbcore: registered new interface driver uvcvideo
[  167.571472] USB Video Class driver (1.1.1)
[  167.654514] md: raid0 personality registered for level 0
[  167.691607] md: raid1 personality registered for level 1
[  167.901494] raid6: int32x1     24 MB/s
[  168.070298] raid6: int32x2     37 MB/s
[  168.240374] raid6: int32x4     46 MB/s
[  168.410312] raid6: int32x8     57 MB/s
[  168.414053] raid6: using algorithm int32x8 (57 MB/s)
[  168.419003] raid6: using intx1 recovery algorithm
[  168.428754] async_tx: api initialized (async)
[  168.435493] xor: measuring software checksum speed
[  168.539364]    arm4regs  :   429.600 MB/sec
[  168.639357]    8regs     :   337.600 MB/sec
[  168.739364]    32regs    :   498.000 MB/sec
[  168.743541] xor: using function: 32regs (498.000 MB/sec)
[  168.768148] md: raid6 personality registered for level 6
[  168.773489] md: raid5 personality registered for level 5
[  168.778782] md: raid4 personality registered for level 4
[  168.836787] md: raid10 personality registered for level 10
[  181.461901] udevd (857): /proc/857/oom_adj is deprecated, please use /proc/857/oom_score_adj instead.
[  181.471261] udev: starting version 130
[  191.530211] md: bind<sdc8>
[  191.533473] md: bind<sdd8>
[  191.536725] md: bind<sde8>
[  191.540047] md: bind<sda8>
[  191.543296] md: bind<sdb8>
[  191.557487] md/raid:md0: device sdb8 operational as raid disk 0
[  191.563435] md/raid:md0: device sda8 operational as raid disk 4
[  191.569342] md/raid:md0: device sde8 operational as raid disk 3
[  191.575259] md/raid:md0: device sdd8 operational as raid disk 2
[  191.581174] md/raid:md0: device sdc8 operational as raid disk 1
[  191.590269] md/raid:md0: allocated 0kB
[  191.594161] md/raid:md0: raid level 5 active with 5 out of 5 devices, algorithm 2
[  191.601643] RAID conf printout:
[  191.601662]  --- level:5 rd:5 wd:5
[  191.601682]  disk 0, o:1, dev:sdb8
[  191.601702]  disk 1, o:1, dev:sdc8
[  191.601721]  disk 2, o:1, dev:sdd8
[  191.601741]  disk 3, o:1, dev:sde8
[  191.601761]  disk 4, o:1, dev:sda8
[  191.602121] md0: detected capacity change from 0 to 3987352059904
[  191.611491]  md0: unknown partition table
[  222.756948] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  222.764012] ata3.00: failed command: READ DMA
[  222.768402] ata3.00: cmd c8/00:40:b8:03:64/00:00:00:00:00/e0 tag 0 dma 32768 in
[  222.768402]          res 40/00:01:e0:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  222.783052] ata3.00: status: { DRDY }
[  222.786728] ata3: hard resetting link
[  223.299419] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  223.379462] ata3.00: configured for UDMA/133
[  223.383772] ata3: EH complete
[  234.775128] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x1000000 action 0x6 frozen
[  234.782893] ata2.00: edma_err_cause=00000020 pp_flags=00000001, SError=01000000
[  234.790219] ata2: SError: { TrStaTrns }
[  234.794060] ata2.00: failed command: READ DMA
[  234.798444] ata2.00: cmd c8/00:00:98:03:64/00:00:00:00:00/e0 tag 0 dma 131072 in
[  234.798444]          res d0/00:00:98:03:64/00:00:00:00:00/e0 Emask 0x12 (ATA bus error)
[  234.813785] ata2.00: status: { Busy }
[  234.817466] ata2: hard resetting link
[  235.329419] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  235.429464] ata2.00: configured for UDMA/133
[  235.433772] ata2: EH complete
[  264.866978] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  264.874043] ata4.00: failed command: READ DMA
[  264.878430] ata4.00: cmd c8/00:00:98:03:64/00:00:00:00:00/e0 tag 0 dma 131072 in
[  264.878430]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  264.893167] ata4.00: status: { DRDY }
[  264.896845] ata4: hard resetting link
[  264.918506] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  264.925561] ata1.00: failed command: READ DMA
[  264.929954] ata1.00: cmd c8/00:80:98:03:64/00:00:00:00:00/e0 tag 0 dma 65536 in
[  264.929954]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  264.944609] ata1.00: status: { DRDY }
[  264.948285] ata1: hard resetting link
[  265.439423] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  265.459428] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  265.519481] ata4.00: configured for UDMA/133
[  265.523796] ata4: EH complete
[  265.539472] ata1.00: configured for UDMA/133
[  265.543772] ata1: EH complete
[  296.836963] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  296.844018] ata4.00: failed command: READ DMA
[  296.848400] ata4.00: cmd c8/00:08:b0:03:64/00:00:00:00:00/e0 tag 0 dma 4096 in
[  296.848400]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  296.862964] ata4.00: status: { DRDY }
[  296.866642] ata4: hard resetting link
[  297.379428] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  297.639477] ata4.00: configured for UDMA/133
[  297.643781] ata4: EH complete
[  327.886975] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  327.894038] ata4.00: failed command: READ DMA
[  327.898426] ata4.00: cmd c8/00:08:10:04:64/00:00:00:00:00/e0 tag 0 dma 4096 in
[  327.898426]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  327.912989] ata4.00: status: { DRDY }
[  327.916668] ata4: hard resetting link
[  328.429442] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  328.529482] ata4.00: configured for UDMA/133
[  328.533786] ata4: EH complete
[  359.816987] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  359.824047] ata3.00: failed command: READ DMA
[  359.828427] ata3.00: cmd c8/00:08:c0:04:64/00:00:00:00:00/e0 tag 0 dma 4096 in
[  359.828427]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  359.842991] ata3.00: status: { DRDY }
[  359.846670] ata3: hard resetting link
[  360.359441] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  360.439489] ata3.00: configured for UDMA/133
[  360.443794] ata3: EH complete
[  390.866982] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  390.874037] ata3.00: failed command: READ DMA
[  390.878418] ata3.00: cmd c8/00:08:f8:04:64/00:00:00:00:00/e0 tag 0 dma 4096 in
[  390.878418]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  390.892982] ata3.00: status: { DRDY }
[  390.896658] ata3: hard resetting link
[  391.409447] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  391.529495] ata3.00: configured for UDMA/133
[  391.533796] ata3: EH complete
[  421.916984] ata3: limiting SATA link speed to 1.5 Gbps
[  421.922146] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  421.929176] ata3.00: failed command: READ DMA
[  421.933574] ata3.00: cmd c8/00:08:10:05:64/00:00:00:00:00/e0 tag 0 dma 4096 in
[  421.933574]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  421.948141] ata3.00: status: { DRDY }
[  421.951829] ata3: hard resetting link
[  422.459453] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  422.559500] ata3.00: configured for UDMA/133
[  422.563803] ata3: EH complete
[  453.996991] ata4: limiting SATA link speed to 1.5 Gbps
[  454.002155] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  454.009193] ata4.00: failed command: READ DMA
[  454.013593] ata4.00: cmd c8/00:10:98:03:64/00:00:00:00:00/e0 tag 0 dma 8192 in
[  454.013593]          res 40/00:01:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[  454.028158] ata4.00: status: { DRDY }
[  454.031847] ata4: hard resetting link
[  454.539460] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  454.619506] ata4.00: configured for UDMA/133
[  454.623813] ata4: EH complete
[  455.079745] kjournald starting.  Commit interval 5 seconds
[  455.111493] EXT3-fs (md0): using internal journal
[  455.219593] EXT3-fs (md0): recovery complete
[  455.223860] EXT3-fs (md0): mounted filesystem with ordered data mode
[  456.840157] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[  459.631253] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[  461.099701] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  461.107173] ata2.00: edma_err_cause=04000000 pp_flags=00000001
[  461.113021] ata2: SError: { Handshk }
[  461.116682] ata2.00: failed command: WRITE DMA EXT
[  461.121513] ata2.00: cmd 35/00:08:18:1a:70/00:00:74:00:00/e0 tag 0 dma 4096 out
[  461.121513]          res 51/84:02:1e:1a:70/84:00:74:00:00/e0 Emask 0x10 (ATA bus error)
[  461.136771] ata2.00: status: { DRDY ERR }
[  461.140786] ata2.00: error: { ICRC ABRT }
[  461.144811] ata2: hard resetting link
[  461.649518] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  461.749574] ata2.00: configured for UDMA/133
[  461.753880] ata2: EH complete
[  461.774740] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  461.782234] ata2.00: edma_err_cause=04000000 pp_flags=00000001
[  461.788052] ata2: SError: { Handshk }
[  461.791734] ata2.00: failed command: WRITE DMA EXT
[  461.796551] ata2.00: cmd 35/00:08:18:1a:70/00:00:74:00:00/e0 tag 0 dma 4096 out
[  461.796551]          res 51/84:00:1f:1a:70/84:00:74:00:00/e0 Emask 0x10 (ATA bus error)
[  461.811815] ata2.00: status: { DRDY ERR }
[  461.815816] ata2.00: error: { ICRC ABRT }
[  461.819851] ata2: hard resetting link
[  462.369927] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  467.449466] ata2.00: qc timeout (cmd 0x27)
[  467.453568] ata2.00: failed to read native max address (err_mask=0x4)
[  467.460014] ata2.00: HPA support seems broken, skipping HPA handling
[  467.466351] ata2.00: revalidation failed (errno=-5)
[  467.471245] ata2: hard resetting link
[  467.979464] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  468.039746] ata2.00: configured for UDMA/133
[  468.044046] ata2: EH complete
[  499.199597] ata2: limiting SATA link speed to 1.5 Gbps
[  499.204745] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  499.211802] ata2.00: failed command: FLUSH CACHE EXT
[  499.216785] ata2.00: cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 0
[  499.216785]          res 40/00:ff:00:00:00/84:00:74:00:00/40 Emask 0x4 (timeout)
[  499.230317] ata2.00: status: { DRDY }
[  499.233990] ata2: hard resetting link
[  499.739469] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  499.799756] ata2.00: configured for UDMA/133
[  499.804026] ata2.00: retrying FLUSH 0xea Emask 0x4
[  499.819496] ata2.00: device reported invalid CHS sector 0
[  499.824906] ata2: EH complete
[  499.911752] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  499.919220] ata1.00: edma_err_cause=04000000 pp_flags=00000001
[  499.925072] ata1: SError: { Handshk }
[  499.928737] ata1.00: failed command: WRITE DMA EXT
[  499.933569] ata1.00: cmd 35/00:08:18:1a:70/00:00:74:00:00/e0 tag 0 dma 4096 out
[  499.933569]          res 51/84:01:1f:1a:70/84:00:74:00:00/e0 Emask 0x10 (ATA bus error)
[  499.948825] ata1.00: status: { DRDY ERR }
[  499.952843] ata1.00: error: { ICRC ABRT }
[  499.956865] ata1: hard resetting link
[  500.479477] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  500.559516] ata1.00: configured for UDMA/133
[  500.563815] ata1: EH complete
[  500.682254] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  500.689753] ata1.00: edma_err_cause=04000000 pp_flags=00000001
[  500.695580] ata1: SError: { Handshk }
[  500.699243] ata1.00: failed command: WRITE DMA EXT
[  500.704078] ata1.00: cmd 35/00:10:c8:07:e7/00:00:2b:00:00/e0 tag 0 dma 8192 out
[  500.704078]          res 51/84:03:d5:07:e7/84:00:2b:00:00/e0 Emask 0x10 (ATA bus error)
[  500.719342] ata1.00: status: { DRDY ERR }
[  500.723358] ata1.00: error: { ICRC ABRT }
[  500.727381] ata1: hard resetting link
[  500.877982] warning: `proftpd' uses 32-bit capabilities (legacy support in use)
[  501.269488] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  501.369604] ata1.00: configured for UDMA/133
[  501.373915] ata1: EH complete
[  501.399505] ata1: limiting SATA link speed to 1.5 Gbps
[  501.404652] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  501.412138] ata1.00: edma_err_cause=04000000 pp_flags=00000001
[  501.417962] ata1: SError: { Handshk }
[  501.421641] ata1.00: failed command: WRITE DMA EXT
[  501.426457] ata1.00: cmd 35/00:10:c8:07:e7/00:00:2b:00:00/e0 tag 0 dma 8192 out
[  501.426457]          res 51/84:03:d5:07:e7/84:00:2b:00:00/e0 Emask 0x10 (ATA bus error)
[  501.441713] ata1.00: status: { DRDY ERR }
[  501.445715] ata1.00: error: { ICRC ABRT }
[  501.449750] ata1: hard resetting link
[  501.959524] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  502.059585] ata1.00: configured for UDMA/133
[  502.063897] ata1: EH complete
b1gnas
 
Posts: 145
Joined: Fri Apr 17, 2015 8:11 am

Re: Error creating Raid 5

Postby fvdw » Tue Oct 20, 2015 6:59 pm

At least ncq message is gone but all these error messages on disk communication issues are not good. Are these messages contnuing when you use the nas?

Ps there seems to be a firmware upgrade for these seagate disks. Did you ever considered to update that?
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Error creating Raid 5

Postby b1gnas » Tue Oct 20, 2015 7:07 pm

well... i didn't know that there was a firmware update for my disks, i will upgrade
b1gnas
 
Posts: 145
Joined: Fri Apr 17, 2015 8:11 am

PreviousNext

Return to Lacie 5Big Network vs1

Who is online

Users browsing this forum: boerie and 9 guests