Error creating Raid 5

Re: Error creating Raid 5

Postby Jocko » Sun Sep 27, 2015 9:17 am

Hi b1gnas

I believe you got this message because you did not check fs before resizing.
Resize2fs did not made a warning when you start it because md0 has a clean (your previous fsck.)
So run again fsck with the flag f as asked and later try again to resize md0
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Error creating Raid 5

Postby b1gnas » Sun Sep 27, 2015 11:09 am

Hi Jocko,
Error again

Code: Select all
root@fvdwsl-base:/ # e2fsck -fy /dev/md0
e2fsck 1.42.11 (09-Jul-2014)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/md0: 17/182534144 files (0.0% non-contiguous), 11508312/730105968 blocks
root@fvdwsl-base:/ # resize2fs /dev/md0
resize2fs 1.42.11 (09-Jul-2014)
Resizing the filesystem on /dev/md0 to 973474624 (4k) blocks.
resize2fs: Memory allocation failed while trying to resize /dev/md0
Please run 'e2fsck -fy /dev/md0' to fix the filesystem
after the aborted resize operation.
root@fvdwsl-base:/ #


Searching on the net i found that it could be a swap file issue... what do you think about that?
b1gnas
 
Posts: 145
Joined: Fri Apr 17, 2015 8:11 am

Re: Error creating Raid 5

Postby Jocko » Mon Sep 28, 2015 8:33 am

Hi b1gnas,

As it is the first time we use resize2fs on big partition and we don't use the standard way to create the raid5, we discover some unpredictable issues for us.
Indeed, it seems that resize2fs requires much memory and the current swap partition is too small.

(note: if we built the raid5 directly with 5 disk but sda8 declared as missing, we would not have the issue).

To increase the swap memory, we go to use partitions sd[bcde]7 to do it. Their size is 512MB so the newswap size will be after 2,5GB...
In putty do for each sd[bcde]7 partitions
Code: Select all
fdisk /dev/sdb
in fdisk environment do the sequence: t(enter)7(enter)82(enter)w(enter)y(enter)q(enter)
mkswap /dev/sdb7
swapon /dev/sdb7

To check if it is ok do
Code: Select all
cat /proc/swaps
Filename                                Type            Size    Used    Priority
/dev/sda3                               partition       524284  13808   -1
/dev/sdb7                               partition       524284  0       -2
(you have now 2 lines) repeat for the other disks.

Then try again to resize the fs on the raid
Please to post
Code: Select all
 cat /proc/swaps
when resize2fs is running (wait a bit time before to do it)
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Error creating Raid 5

Postby Jocko » Wed Sep 30, 2015 5:09 pm

Hi b1gnas,

No new on your side ?
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Error creating Raid 5

Postby b1gnas » Thu Oct 01, 2015 7:55 am

Hi Jocko,

i've been out these last days, now i'm back and the nas is at this point

Code: Select all
root@fvdwsl-base:/ # cat /proc/swaps
Filename                                Type            Size    Used    Priority
/dev/sda3                               partition       514076  5336    -1
/dev/sdb7                               partition       514076  0       -2
/dev/sdc7                               partition       514076  0       -3
/dev/sdd7                               partition       514076  0       -4
/dev/sde7                               partition       514076  0       -5

root@fvdwsl-base:/ # e2fsck -f /dev/md0
e2fsck 1.42.11 (09-Jul-2014)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/md0: 17/182534144 files (0.0% non-contiguous), 11508312/730105968 blocks
root@fvdwsl-base:/ # resize2fs /dev/md0
resize2fs 1.42.11 (09-Jul-2014)
Resizing the filesystem on /dev/md0 to 973474624 (4k) blocks.



and in the while

Code: Select all
root@fvdwsl-base:/ # cat /proc/swaps
Filename                                Type            Size    Used    Priority
/dev/sda3                               partition       514076  314284  -1
/dev/sdb7                               partition       514076  0       -2
/dev/sdc7                               partition       514076  0       -3
/dev/sdd7                               partition       514076  0       -4
/dev/sde7                               partition       514076  0       -5
b1gnas
 
Posts: 145
Joined: Fri Apr 17, 2015 8:11 am

Re: Error creating Raid 5

Postby b1gnas » Thu Oct 01, 2015 10:12 am

it seems that the new swap partitions have not been used

Code: Select all
root@fvdwsl-base:/ # resize2fs /dev/md0
resize2fs 1.42.11 (09-Jul-2014)
Resizing the filesystem on /dev/md0 to 973474624 (4k) blocks.
The filesystem on /dev/md0 is now 973474624 blocks long.

root@fvdwsl-base:/ # cat /proc/swaps
Filename                                Type            Size    Used    Priority
/dev/sda3                               partition       514076  13960   -1
/dev/sdb7                               partition       514076  0       -2
/dev/sdc7                               partition       514076  0       -3
/dev/sdd7                               partition       514076  0       -4
/dev/sde7                               partition       514076  0       -5
root@fvdwsl-base:/ #


but resize done :thumbup

Code: Select all
root@fvdwsl-base:/ # mdadm --detail /dev/md0
/dev/md0:
        Version : 00.90.03
  Creation Time : Wed Nov 16 13:22:21 2011
     Raid Level : raid5
     Array Size : 3893898496 (3713.51 GiB 3987.35 GB)
    Device Size : 973474624 (928.38 GiB 996.84 GB)
   Raid Devices : 5
  Total Devices : 5
Preferred Minor : 0
    Persistence : Superblock is persistent

    Update Time : Thu Oct  1 12:09:37 2015
          State : clean
 Active Devices : 5
Working Devices : 5
 Failed Devices : 0
  Spare Devices : 0

         Layout : left-symmetric
     Chunk Size : 64K

           UUID : fa58a2b1:a56fc1c1:2a5b9325:5626151a
         Events : 0.12278

    Number   Major   Minor   RaidDevice State
       0       8       56        0      active sync   /dev/sdb8
       1       8       40        1      active sync   /dev/sdc8
       2       8       24        2      active sync   /dev/sdd8
       3       8        8        3      active sync   /dev/sde8
       4       8       72        4      active sync   /dev/sda8
root@fvdwsl-base:/ #
b1gnas
 
Posts: 145
Joined: Fri Apr 17, 2015 8:11 am

Re: Error creating Raid 5

Postby Jocko » Thu Oct 01, 2015 1:03 pm

So it is a go thing :thumbup

This issue of misaligned sectors thus seems to be the cause of your worries. It was a pernicious bug. :mrgreen:

About the required swap size maybe in your first attempt a part was already in use.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Error creating Raid 5

Postby b1gnas » Thu Oct 01, 2015 2:05 pm

Yes, i can't believe it :rock

Thank you very much for your support!

You said that there was a controller issue too... is it not a serious problem?
b1gnas
 
Posts: 145
Joined: Fri Apr 17, 2015 8:11 am

Re: Error creating Raid 5

Postby Jocko » Thu Oct 01, 2015 2:07 pm

I forgot this point :whistle , can you post again your dmesg after a reboot
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Error creating Raid 5

Postby b1gnas » Thu Oct 01, 2015 2:13 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) ) #1 Thu Jan 8 23:24:14 CET 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.699659] Console: colour dummy device 80x30
[   25.699698] Calibrating delay loop... 498.89 BogoMIPS (lpj=2494464)
[   25.759353] pid_max: default: 32768 minimum: 301
[   25.759560] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   25.759587] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   25.760428] CPU: Testing write buffer coherency: ok
[   25.760946] Setting up static identity map for 0x2a8b20 - 0x2a8b5c
[   25.764424] VFP support v0.3: implementor 41 architecture 1 part 10 variant 9 rev 0
[   25.765386] NET: Registered protocol family 16
[   25.766263] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   25.769447] 5big1 init started
[   25.769476] Orion ID: MV88F5281-D0. TCLK=166666667.
[   25.769537] Orion: Applying 5281 D0 WFI workaround.
[   25.769886] 5big1 init 1
[   25.769908] initial MPP regs: 00000003 00000000 00170000
[   25.769947]   final MPP regs: 00000003 00000000 00170000
[   25.769976] 5big1 init 2
[   25.769993] net5big: powering up SATA drives
[   25.770013] 5big1 init 3
[   25.770027] 5big1 init 4
[   25.770380] 5big1 init 5
[   25.771325] 5big1 init 6
[   25.771653] 5big1 init 7
[   25.771979] 5big1 init 8
[   25.772317] 5big1 init 9
[   25.772645] 5big1 init 10
[   25.773286] 5big1 init 11
[   25.773614] 5big1 init 12
[   25.773637] net5big: turning off power-off control GPIO
[   25.773660] net5big: Flash writing is not yet supported.
[   25.773675] 5big1 init end
[   25.774618] orion_gpio_is_valid: invalid GPIO 20
[   25.774641] orion_gpio_is_valid: invalid GPIO 20
[   25.774658] net5big_pci_preinit failed to gpio_request 20
[   25.775209] PCI host bridge to bus 0000:00
[   25.775254] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[   25.775284] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[   25.775313] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[   25.775376] pci 0000:00:00.0: [11ab:5281] type 00 class 0x058000
[   25.775424] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[   25.775458] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x07ffffff]
[   25.776028] PCI: bus0: Fast back to back transfers disabled
[   25.776068] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[   25.776623] PCI host bridge to bus 0000:01
[   25.776667] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[   25.776696] pci_bus 0000:01: root bus resource [io  0x10000-0x1ffff]
[   25.776726] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[   25.776798] pci 0000:01:00.0: [11ab:5281] type 00 class 0x058000
[   25.776855] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x07ffffff 64bit pref]
[   25.776893] pci 0000:01:00.0: reg 0x18: [mem 0x10000000-0x1fffffff 64bit pref]
[   25.776931] pci 0000:01:00.0: reg 0x20: [mem 0xf1000000-0xf10fffff 64bit]
[   25.776967] pci 0000:01:00.0: reg 0x30: [mem 0xe0000000-0xe7ffffff pref]
[   25.777031] pci 0000:01:00.0: supports D1 D2
[   25.777057] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot
[   25.777622] pci 0000:01:07.0: [11ab:6081] type 00 class 0x010000
[   25.777687] pci 0000:01:07.0: reg 0x10: [mem 0x40000000-0x400fffff 64bit]
[   25.777724] pci 0000:01:07.0: reg 0x18: [io  0xf0100000-0xf01000ff]
[   25.778328] PCI: bus1: Fast back to back transfers enabled
[   25.778368] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   25.778448] pci 0000:01:07.0: BAR 0: assigned [mem 0xe8000000-0xe80fffff 64bit]
[   25.778491] pci 0000:01:07.0: BAR 2: assigned [io  0x10000-0x100ff]
[   25.808059] bio: create slab <bio-0> at 0
[   25.809477] vgaarb: loaded
[   25.810791] SCSI subsystem initialized
[   25.811738] libata version 3.00 loaded.
[   25.813576] usbcore: registered new interface driver usbfs
[   25.813951] usbcore: registered new interface driver hub
[   25.814377] usbcore: registered new device driver usb
[   25.817471] Switched to clocksource orion_clocksource
[   25.845419] NET: Registered protocol family 2
[   25.846284] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[   25.846342] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[   25.846391] TCP: Hash tables configured (established 1024 bind 1024)
[   25.846498] TCP: reno registered
[   25.846526] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   25.846581] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   25.846885] NET: Registered protocol family 1
[   25.846976] PCI: CLS 32 bytes, default 32
[   25.849702] futex hash table entries: 256 (order: -1, 3072 bytes)
[   25.850628] VFS: Disk quotas dquot_6.5.2
[   25.850728] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   25.850993] msgmni has been set to 245
[   25.853686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[   25.853714] io scheduler noop registered
[   25.853733] io scheduler deadline registered
[   25.853775] io scheduler cfq registered (default)
[   25.854255] mv_xor mv_xor.0: Marvell shared XOR driver
[   25.869381] mv_xor mv_xor.0: Self-test copy failed compare, disabling
[   25.881024] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   25.902966] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 3, base_baud = 10416666) is a 16550A
[   26.428487] console [ttyS0] enabled
[   26.451370] brd: module loaded
[   26.463840] loop: module loaded
[   26.467586] Uniform Multi-Platform E-IDE driver
[   26.472778] ide-gd driver 1.18
[   26.477289] sata_mv 0000:01:07.0: version 1.28
[   26.477950] sata_mv 0000:01:07.0: Gen-II 32 slots 8 ports SCSI mode IRQ via INTx
[   26.516980] scsi0 : sata_mv
[   26.520978] scsi1 : sata_mv
[   26.524825] scsi2 : sata_mv
[   26.528698] scsi3 : sata_mv
[   26.532583] scsi4 : sata_mv
[   26.536468] scsi5 : sata_mv
[   26.540368] scsi6 : sata_mv
[   26.544241] scsi7 : sata_mv
[   26.547881] ata1: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8022000 irq 52
[   26.555554] ata2: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8024000 irq 52
[   26.563208] ata3: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8026000 irq 52
[   26.570863] ata4: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8028000 irq 52
[   26.578502] ata5: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8032000 irq 52
[   26.586155] ata6: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8034000 irq 52
[   26.593810] ata7: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8036000 irq 52
[   26.601456] ata8: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8038000 irq 52
[   26.610979] sata_mv sata_mv.0: version 1.28
[   26.611208] sata_mv sata_mv.0: cannot get optional clkdev
[   26.618807] sata_mv sata_mv.0: slots 32 ports 5
[   26.642547] scsi8 : sata_mv
[   26.646441] scsi9 : sata_mv
[   26.650376] scsi10 : sata_mv
[   26.654353] scsi11 : sata_mv
[   26.658325] scsi12 : sata_mv
[   26.662110] ata9: SATA max UDMA/133 irq 29
[   26.666206] ata10: SATA max UDMA/133 irq 29
[   26.670417] ata11: SATA max UDMA/133 irq 29
[   26.674594] ata12: SATA max UDMA/133 irq 29
[   26.678768] ata13: SATA max UDMA/133 irq 29
[   26.684371] tun: Universal TUN/TAP device driver, 1.6
[   26.689446] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   26.696003] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   26.704962] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   26.721606] libphy: orion_mdio_bus: probed
[   26.726071] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   26.811835] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:86:ea:3a
[   26.822885] aoe: cannot create debugfs directory
[   26.827724] aoe: AoE v85 initialised.
[   26.832460] i2c /dev entries driver
[   26.840585] rtc-rs5c372 0-0032: rs5c372b found, 24hr, driver version 0.6
[   26.853907] rtc-rs5c372 0-0032: rtc core: registered rtc-rs5c372 as rtc0
[   26.862282] at24 0-0050: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
[   26.887135] Netfilter messages via NETLINK v0.30.
[   26.892250] ipip: IPv4 over IPv4 tunneling driver
[   26.898455] TCP: cubic registered
[   26.901814] NET: Registered protocol family 17
[   26.906278] NET: Registered protocol family 5
[   26.912669] console [netcon0] enabled
[   26.916327] netconsole: network logging started
[   26.922458] rtc-rs5c372 0-0032: setting system clock to 2015-10-01 10:16:32 UTC (1443694592)
[   27.109402] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   27.149440] ata1.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   27.155613] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   27.219451] ata1.00: configured for UDMA/133
[   27.224230] scsi 0:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   27.233304] fvdw1 disk index before get_sd_name = 0
[   27.238178] device-name= sata_mv
[   27.241430] fvdw2 disk index after get_sd_name = 4
[   27.246204] fvdw3 prefix[0]=s  prefix[1]=d
[   27.250305] fvdw4 diskname = sde
[   27.254529] sd 0:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   27.262205] sd 0:0:0:0: [sde] 4096-byte physical blocks
[   27.269442] sd 0:0:0:0: [sde] Write Protect is off
[   27.274236] sd 0:0:0:0: [sde] Mode Sense: 00 3a 00 00
[   27.274517] sd 0:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   27.334123]  sde: sde4 < sde5 sde6 sde7 sde8 >
[   27.342915] sd 0:0:0:0: [sde] Attached SCSI disk
[   27.749366] ata9: failed to resume link (SControl 0)
[   27.754334] ata9: SATA link down (SStatus 0 SControl 0)
[   27.769408] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   27.809460] ata2.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   27.815647] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   27.859453] ata2.00: configured for UDMA/133
[   27.864206] scsi 1:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   27.873271] fvdw1 disk index before get_sd_name = 1
[   27.878143] device-name= sata_mv
[   27.881394] fvdw2 disk index after get_sd_name = 3
[   27.886168] fvdw3 prefix[0]=s  prefix[1]=d
[   27.890270] fvdw4 diskname = sdd
[   27.894480] sd 1:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   27.902152] sd 1:0:0:0: [sdd] 4096-byte physical blocks
[   27.909277] sd 1:0:0:0: [sdd] Write Protect is off
[   27.914104] sd 1:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[   27.914396] sd 1:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   27.968411]  sdd: sdd4 < sdd5 sdd6 sdd7 sdd8 >
[   27.977240] sd 1:0:0:0: [sdd] Attached SCSI disk
[   28.409399] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   28.449441] ata3.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   28.455614] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   28.519452] ata3.00: configured for UDMA/133
[   28.524203] scsi 2:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   28.533281] fvdw1 disk index before get_sd_name = 2
[   28.538152] device-name= sata_mv
[   28.541404] fvdw2 disk index after get_sd_name = 2
[   28.546177] fvdw3 prefix[0]=s  prefix[1]=d
[   28.550279] fvdw4 diskname = sdc
[   28.554497] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   28.562180] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[   28.569302] sd 2:0:0:0: [sdc] Write Protect is off
[   28.574131] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   28.574423] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   28.631622]  sdc: sdc4 < sdc5 sdc6 sdc7 sdc8 >
[   28.640532] sd 2:0:0:0: [sdc] Attached SCSI disk
[   29.069402] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   29.109441] ata4.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   29.115615] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   29.179451] ata4.00: configured for UDMA/133
[   29.184218] scsi 3:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   29.193316] fvdw1 disk index before get_sd_name = 3
[   29.198189] device-name= sata_mv
[   29.201441] fvdw2 disk index after get_sd_name = 1
[   29.206213] fvdw3 prefix[0]=s  prefix[1]=d
[   29.210314] fvdw4 diskname = sdb
[   29.214537] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   29.222213] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[   29.229377] sd 3:0:0:0: [sdb] Write Protect is off
[   29.234177] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   29.234467] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   29.286705]  sdb: sdb4 < sdb5 sdb6 sdb7 sdb8 >
[   29.295618] sd 3:0:0:0: [sdb] Attached SCSI disk
[   29.729401] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   29.769442] ata5.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
[   29.775616] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   29.839454] ata5.00: configured for UDMA/133
[   29.844224] scsi 4:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
[   29.853327] fvdw1 disk index before get_sd_name = 4
[   29.858198] device-name= sata_mv
[   29.861449] fvdw2 disk index after get_sd_name = 0
[   29.866222] fvdw3 prefix[0]=s  prefix[1]=d
[   29.870326] fvdw4 diskname = sda
[   29.874565] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   29.882240] sd 4:0:0:0: [sda] 4096-byte physical blocks
[   29.889392] sd 4:0:0:0: [sda] Write Protect is off
[   29.894185] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   29.894476] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   29.948257]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[   29.959604] sd 4:0:0:0: [sda] Attached SCSI disk
[   30.229396] ata6: SATA link down (SStatus 0 SControl 300)
[   30.579392] ata7: SATA link down (SStatus 0 SControl 300)
[   30.929395] ata8: SATA link down (SStatus 0 SControl 300)
[   31.999369] ata10: failed to resume link (SControl 0)
[   32.004424] ata10: SATA link down (SStatus 0 SControl 0)
[   33.079370] ata11: failed to resume link (SControl 0)
[   33.084426] ata11: SATA link down (SStatus 0 SControl 0)
[   34.159368] ata12: failed to resume link (SControl 0)
[   34.164425] ata12: SATA link down (SStatus 0 SControl 0)
[   35.239369] ata13: failed to resume link (SControl 0)
[   35.244426] ata13: SATA link down (SStatus 0 SControl 0)
[   35.251500] EXT3-fs (sda7): recovery required on readonly filesystem
[   35.257847] EXT3-fs (sda7): write access will be enabled during recovery
[   65.857025] ata5.00: exception Emask 0x0 SAct 0xfffffff SErr 0x0 action 0x6 frozen
[   65.864607] ata5.00: failed command: READ FPDMA QUEUED
[   65.869790] ata5.00: cmd 60/08:00:a8:7e:52/00:00:00:00:00/40 tag 0 ncq 4096 in
[   65.869790]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   65.884354] ata5.00: status: { DRDY }
[   65.888015] ata5.00: failed command: READ FPDMA QUEUED
[   65.893190] ata5.00: cmd 60/08:08:b0:7e:52/00:00:00:00:00/40 tag 1 ncq 4096 in
[   65.893190]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   65.907759] ata5.00: status: { DRDY }
[   65.911434] ata5.00: failed command: READ FPDMA QUEUED
[   65.916591] ata5.00: cmd 60/08:10:b8:7e:52/00:00:00:00:00/40 tag 2 ncq 4096 in
[   65.916591]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   65.931156] ata5.00: status: { DRDY }
[   65.934818] ata5.00: failed command: READ FPDMA QUEUED
[   65.939995] ata5.00: cmd 60/08:18:c0:7e:52/00:00:00:00:00/40 tag 3 ncq 4096 in
[   65.939995]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   65.954562] ata5.00: status: { DRDY }
[   65.958224] ata5.00: failed command: READ FPDMA QUEUED
[   65.963399] ata5.00: cmd 60/08:20:c8:7e:52/00:00:00:00:00/40 tag 4 ncq 4096 in
[   65.963399]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   65.977968] ata5.00: status: { DRDY }
[   65.981643] ata5.00: failed command: READ FPDMA QUEUED
[   65.986800] ata5.00: cmd 60/08:28:d0:7e:52/00:00:00:00:00/40 tag 5 ncq 4096 in
[   65.986800]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.001364] ata5.00: status: { DRDY }
[   66.005027] ata5.00: failed command: READ FPDMA QUEUED
[   66.010202] ata5.00: cmd 60/08:30:d8:7e:52/00:00:00:00:00/40 tag 6 ncq 4096 in
[   66.010202]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.024771] ata5.00: status: { DRDY }
[   66.028433] ata5.00: failed command: READ FPDMA QUEUED
[   66.033608] ata5.00: cmd 60/08:38:e0:7e:52/00:00:00:00:00/40 tag 7 ncq 4096 in
[   66.033608]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.048177] ata5.00: status: { DRDY }
[   66.051851] ata5.00: failed command: READ FPDMA QUEUED
[   66.057007] ata5.00: cmd 60/08:40:e8:7e:52/00:00:00:00:00/40 tag 8 ncq 4096 in
[   66.057007]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.071573] ata5.00: status: { DRDY }
[   66.075236] ata5.00: failed command: READ FPDMA QUEUED
[   66.080412] ata5.00: cmd 60/08:48:f0:7e:52/00:00:00:00:00/40 tag 9 ncq 4096 in
[   66.080412]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.094979] ata5.00: status: { DRDY }
[   66.098641] ata5.00: failed command: READ FPDMA QUEUED
[   66.103817] ata5.00: cmd 60/08:50:f8:7e:52/00:00:00:00:00/40 tag 10 ncq 4096 in
[   66.103817]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.118471] ata5.00: status: { DRDY }
[   66.122146] ata5.00: failed command: READ FPDMA QUEUED
[   66.127302] ata5.00: cmd 60/08:58:00:7f:52/00:00:00:00:00/40 tag 11 ncq 4096 in
[   66.127302]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.141955] ata5.00: status: { DRDY }
[   66.145617] ata5.00: failed command: READ FPDMA QUEUED
[   66.150792] ata5.00: cmd 60/08:60:08:7f:52/00:00:00:00:00/40 tag 12 ncq 4096 in
[   66.150792]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.165446] ata5.00: status: { DRDY }
[   66.169109] ata5.00: failed command: READ FPDMA QUEUED
[   66.174285] ata5.00: cmd 60/08:68:10:7f:52/00:00:00:00:00/40 tag 13 ncq 4096 in
[   66.174285]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.188939] ata5.00: status: { DRDY }
[   66.192617] ata5.00: failed command: READ FPDMA QUEUED
[   66.197780] ata5.00: cmd 60/08:70:18:7f:52/00:00:00:00:00/40 tag 14 ncq 4096 in
[   66.197780]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.212432] ata5.00: status: { DRDY }
[   66.216094] ata5.00: failed command: READ FPDMA QUEUED
[   66.221269] ata5.00: cmd 60/08:78:20:7f:52/00:00:00:00:00/40 tag 15 ncq 4096 in
[   66.221269]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.235924] ata5.00: status: { DRDY }
[   66.239598] ata5.00: failed command: READ FPDMA QUEUED
[   66.244754] ata5.00: cmd 60/08:80:28:7f:52/00:00:00:00:00/40 tag 16 ncq 4096 in
[   66.244754]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.259408] ata5.00: status: { DRDY }
[   66.263070] ata5.00: failed command: READ FPDMA QUEUED
[   66.268230] ata5.00: cmd 60/08:88:30:7f:52/00:00:00:00:00/40 tag 17 ncq 4096 in
[   66.268230]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.282883] ata5.00: status: { DRDY }
[   66.286544] ata5.00: failed command: READ FPDMA QUEUED
[   66.291717] ata5.00: cmd 60/08:90:38:7f:52/00:00:00:00:00/40 tag 18 ncq 4096 in
[   66.291717]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.306365] ata5.00: status: { DRDY }
[   66.310040] ata5.00: failed command: READ FPDMA QUEUED
[   66.315196] ata5.00: cmd 60/08:98:40:7f:52/00:00:00:00:00/40 tag 19 ncq 4096 in
[   66.315196]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.329850] ata5.00: status: { DRDY }
[   66.333511] ata5.00: failed command: READ FPDMA QUEUED
[   66.338671] ata5.00: cmd 60/08:a0:48:7f:52/00:00:00:00:00/40 tag 20 ncq 4096 in
[   66.338671]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.353324] ata5.00: status: { DRDY }
[   66.356987] ata5.00: failed command: READ FPDMA QUEUED
[   66.362160] ata5.00: cmd 60/08:a8:50:7f:52/00:00:00:00:00/40 tag 21 ncq 4096 in
[   66.362160]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.376816] ata5.00: status: { DRDY }
[   66.380490] ata5.00: failed command: READ FPDMA QUEUED
[   66.385648] ata5.00: cmd 60/08:b0:58:7f:52/00:00:00:00:00/40 tag 22 ncq 4096 in
[   66.385648]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.400300] ata5.00: status: { DRDY }
[   66.403962] ata5.00: failed command: READ FPDMA QUEUED
[   66.409122] ata5.00: cmd 60/08:b8:60:7f:52/00:00:00:00:00/40 tag 23 ncq 4096 in
[   66.409122]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.423777] ata5.00: status: { DRDY }
[   66.427437] ata5.00: failed command: READ FPDMA QUEUED
[   66.432612] ata5.00: cmd 60/08:c0:68:7f:52/00:00:00:00:00/40 tag 24 ncq 4096 in
[   66.432612]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.447268] ata5.00: status: { DRDY }
[   66.450941] ata5.00: failed command: READ FPDMA QUEUED
[   66.456099] ata5.00: cmd 60/08:c8:70:7f:52/00:00:00:00:00/40 tag 25 ncq 4096 in
[   66.456099]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.470750] ata5.00: status: { DRDY }
[   66.474412] ata5.00: failed command: READ FPDMA QUEUED
[   66.479588] ata5.00: cmd 60/08:d0:78:7f:52/00:00:00:00:00/40 tag 26 ncq 4096 in
[   66.479588]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.494242] ata5.00: status: { DRDY }
[   66.497904] ata5.00: failed command: READ FPDMA QUEUED
[   66.503080] ata5.00: cmd 60/08:d8:80:7f:52/00:00:00:00:00/40 tag 27 ncq 4096 in
[   66.503080]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   66.517734] ata5.00: status: { DRDY }
[   66.521418] ata5: hard resetting link
[   67.029410] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   67.109459] ata5.00: configured for UDMA/133
[   67.113740] ata5.00: device reported invalid CHS sector 0
[   67.119130] ata5.00: device reported invalid CHS sector 0
[   67.124545] ata5.00: device reported invalid CHS sector 0
[   67.129952] ata5.00: device reported invalid CHS sector 0
[   67.135337] ata5.00: device reported invalid CHS sector 0
[   67.140745] ata5.00: device reported invalid CHS sector 0
[   67.146136] ata5.00: device reported invalid CHS sector 0
[   67.151546] ata5.00: device reported invalid CHS sector 0
[   67.156938] ata5.00: device reported invalid CHS sector 0
[   67.162344] ata5.00: device reported invalid CHS sector 0
[   67.167737] ata5.00: device reported invalid CHS sector 0
[   67.173144] ata5.00: device reported invalid CHS sector 0
[   67.178537] ata5.00: device reported invalid CHS sector 0
[   67.183946] ata5.00: device reported invalid CHS sector 0
[   67.189337] ata5.00: device reported invalid CHS sector 0
[   67.194745] ata5.00: device reported invalid CHS sector 0
[   67.200151] ata5.00: device reported invalid CHS sector 0
[   67.205537] ata5.00: device reported invalid CHS sector 0
[   67.210945] ata5.00: device reported invalid CHS sector 0
[   67.216336] ata5.00: device reported invalid CHS sector 0
[   67.221745] ata5.00: device reported invalid CHS sector 0
[   67.227137] ata5.00: device reported invalid CHS sector 0
[   67.232544] ata5.00: device reported invalid CHS sector 0
[   67.237936] ata5.00: device reported invalid CHS sector 0
[   67.243345] ata5.00: device reported invalid CHS sector 0
[   67.248736] ata5.00: device reported invalid CHS sector 0
[   67.254145] ata5.00: device reported invalid CHS sector 0
[   67.259551] ata5.00: device reported invalid CHS sector 0
[   67.265003] ata5: EH complete
[   97.976964] ata5.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
[   97.984022] ata5.00: failed command: READ FPDMA QUEUED
[   97.989181] ata5.00: cmd 60/08:00:d0:7f:52/00:00:00:00:00/40 tag 0 ncq 4096 in
[   97.989181]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   98.003744] ata5.00: status: { DRDY }
[   98.007406] ata5.00: failed command: READ FPDMA QUEUED
[   98.012581] ata5.00: cmd 60/08:08:d8:7f:52/00:00:00:00:00/40 tag 1 ncq 4096 in
[   98.012581]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   98.027149] ata5.00: status: { DRDY }
[   98.030839] ata5: hard resetting link
[   98.539410] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   98.619468] ata5.00: configured for UDMA/133
[   98.623750] ata5.00: device reported invalid CHS sector 0
[   98.629142] ata5.00: device reported invalid CHS sector 0
[   98.634573] ata5: EH complete
[   98.869635] kjournald starting.  Commit interval 5 seconds
[   98.930056] EXT3-fs (sda7): recovery complete
[   98.934413] EXT3-fs (sda7): mounted filesystem with ordered data mode
[   98.940902] VFS: Mounted root (ext3 filesystem) readonly on device 8:71.
[   98.948475] Freeing unused kernel memory: 112K (c039b000 - c03b7000)
[  129.956965] ata5.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
[  129.964030] ata5.00: failed command: READ FPDMA QUEUED
[  129.969191] ata5.00: cmd 60/40:00:a0:af:53/00:00:00:00:00/40 tag 0 ncq 32768 in
[  129.969191]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  129.983843] ata5.00: status: { DRDY }
[  129.987501] ata5.00: failed command: READ FPDMA QUEUED
[  129.992676] ata5.00: cmd 60/18:08:e8:af:53/00:00:00:00:00/40 tag 1 ncq 12288 in
[  129.992676]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  130.007332] ata5.00: status: { DRDY }
[  130.011021] ata5: hard resetting link
[  130.519417] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  130.599474] ata5.00: configured for UDMA/133
[  130.603753] ata5.00: device reported invalid CHS sector 0
[  130.609142] ata5.00: device reported invalid CHS sector 0
[  130.614574] ata5: EH complete
[  161.046965] ata5.00: NCQ disabled due to excessive errors
[  161.052385] ata5.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  161.059431] ata5.00: failed command: READ FPDMA QUEUED
[  161.064592] ata5.00: cmd 60/48:00:50:92:56/00:00:00:00:00/40 tag 0 ncq 36864 in
[  161.064592]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  161.079244] ata5.00: status: { DRDY }
[  161.082934] ata5: hard resetting link
[  161.589423] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  161.709481] ata5.00: configured for UDMA/133
[  161.713768] ata5.00: device reported invalid CHS sector 0
[  161.719173] ata5: EH complete
[  161.799302] EXT3-fs (sda7): warning: checktime reached, running e2fsck is recommended
[  161.807625] EXT3-fs (sda7): using internal journal
[  162.027686] random: nonblocking pool is initialized
[  192.966983] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  192.974040] ata5.00: failed command: READ DMA
[  192.978421] ata5.00: cmd c8/00:08:a0:f7:01/00:00:00:00:00/e0 tag 0 dma 4096 in
[  192.978421]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  192.992984] ata5.00: status: { DRDY }
[  192.996663] ata5: hard resetting link
[  193.509430] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  193.589485] ata5.00: configured for UDMA/133
[  193.593766] ata5.00: device reported invalid CHS sector 0
[  193.599173] ata5: EH complete
[  193.637705] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  193.645201] ata5.00: edma_err_cause=04000000 pp_flags=00000001
[  193.651038] ata5: SError: { Handshk }
[  193.654705] ata5.00: failed command: WRITE DMA
[  193.659176] ata5.00: cmd ca/00:08:58:7d:52/00:00:00:00:00/e0 tag 0 dma 4096 out
[  193.659176]          res 51/84:03:5d:7d:52/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[  193.674433] ata5.00: status: { DRDY ERR }
[  193.678433] ata5.00: error: { ICRC ABRT }
[  193.682466] ata5: hard resetting link
[  194.189432] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  194.289484] ata5.00: configured for UDMA/133
[  194.293780] ata5: EH complete
[  194.314690] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x400000 action 0x6 frozen
[  194.322182] ata5.00: edma_err_cause=04000000 pp_flags=00000001
[  194.328002] ata5: SError: { Handshk }
[  194.331685] ata5.00: failed command: WRITE DMA
[  194.336153] ata5.00: cmd ca/00:08:58:7d:52/00:00:00:00:00/e0 tag 0 dma 4096 out
[  194.336153]          res 51/84:01:5f:7d:52/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[  194.351409] ata5.00: status: { DRDY ERR }
[  194.355412] ata5.00: error: { ICRC ABRT }
[  194.359446] ata5: hard resetting link
[  194.869430] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  194.969485] ata5.00: configured for UDMA/133
[  194.973783] ata5: EH complete
[  226.006971] ata5: limiting SATA link speed to 1.5 Gbps
[  226.012132] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  226.019169] ata5.00: failed command: READ DMA
[  226.023567] ata5.00: cmd c8/00:08:18:f9:01/00:00:00:00:00/e0 tag 0 dma 4096 in
[  226.023567]          res 40/00:01:5f:7d:52/00:00:00:00:00/e0 Emask 0x4 (timeout)
[  226.038134] ata5.00: status: { DRDY }
[  226.041822] ata5: hard resetting link
[  226.549436] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  226.669493] ata5.00: configured for UDMA/133
[  226.673797] ata5: EH complete
[  227.179671] kjournald starting.  Commit interval 5 seconds
[  227.185196] EXT3-fs (sda1): warning: checktime reached, running e2fsck is recommended
[  227.193451] EXT3-fs (sda1): using internal journal
[  227.249525] EXT3-fs (sda1): recovery complete
[  227.253879] EXT3-fs (sda1): mounted filesystem with ordered data mode
[  228.979644] kjournald starting.  Commit interval 5 seconds
[  228.985187] EXT3-fs (sda5): warning: checktime reached, running e2fsck is recommended
[  228.993495] EXT3-fs (sda5): using internal journal
[  229.049547] EXT3-fs (sda5): recovery complete
[  229.053902] EXT3-fs (sda5): mounted filesystem with ordered data mode
[  229.326356] Adding 514076k swap on /dev/sda3.  Priority:-1 extents:1 across:514076k
[  231.213936] NTFS driver 2.1.30 [Flags: R/W MODULE].
[  231.250659] fuse init (API version 7.22)
[  231.283044] usbcore: registered new interface driver usblp
[  231.330038] RPC: Registered named UNIX socket transport module.
[  231.335948] RPC: Registered udp transport module.
[  231.340672] RPC: Registered tcp transport module.
[  231.345364] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  231.425683] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[  231.499844] Loading iSCSI transport class v2.0-870.
[  231.516167] iscsi: registered transport (tcp)
[  231.554381] Linux video capture interface: v2.00
[  231.662749] uvcvideo: Unable to create debugfs directory
[  231.668229] usbcore: registered new interface driver uvcvideo
[  231.673998] USB Video Class driver (1.1.1)
[  231.716158] md: raid0 personality registered for level 0
[  231.750432] md: raid1 personality registered for level 1
[  231.951107] raid6: int32x1     24 MB/s
[  232.120815] raid6: int32x2     37 MB/s
[  232.290184] raid6: int32x4     46 MB/s
[  232.460017] raid6: int32x8     57 MB/s
[  232.463760] raid6: using algorithm int32x8 (57 MB/s)
[  232.468709] raid6: using intx1 recovery algorithm
[  232.478252] async_tx: api initialized (async)
[  232.484847] xor: measuring software checksum speed
[  232.589414]    arm4regs  :   429.600 MB/sec
[  232.689391]    8regs     :   337.600 MB/sec
[  232.789399]    32regs    :   498.000 MB/sec
[  232.793578] xor: using function: 32regs (498.000 MB/sec)
[  232.815991] md: raid6 personality registered for level 6
[  232.821332] md: raid5 personality registered for level 5
[  232.826624] md: raid4 personality registered for level 4
[  232.862756] md: raid10 personality registered for level 10
[  245.962625] md: bind<sdc8>
[  245.965988] md: bind<sdd8>
[  245.969350] md: bind<sde8>
[  245.972686] md: bind<sda8>
[  245.976034] md: bind<sdb8>
[  245.990184] md/raid:md0: device sdb8 operational as raid disk 0
[  245.996095] md/raid:md0: device sda8 operational as raid disk 4
[  246.002032] md/raid:md0: device sde8 operational as raid disk 3
[  246.007941] md/raid:md0: device sdd8 operational as raid disk 2
[  246.013857] md/raid:md0: device sdc8 operational as raid disk 1
[  246.022721] md/raid:md0: allocated 0kB
[  246.026623] md/raid:md0: raid level 5 active with 5 out of 5 devices, algorithm 2
[  246.034108] RAID conf printout:
[  246.034127]  --- level:5 rd:5 wd:5
[  246.034147]  disk 0, o:1, dev:sdb8
[  246.034167]  disk 1, o:1, dev:sdc8
[  246.034186]  disk 2, o:1, dev:sdd8
[  246.034206]  disk 3, o:1, dev:sde8
[  246.034226]  disk 4, o:1, dev:sda8
[  246.034569] md0: detected capacity change from 0 to 3987352059904
[  246.042453]  md0: unknown partition table
[  256.118004] ata4.00: exception Emask 0x10 SAct 0x1 SErr 0x1000000 action 0x6 frozen
[  256.125694] ata4.00: edma_err_cause=00000020 pp_flags=00000003, SError=01000000
[  256.133009] ata4: SError: { TrStaTrns }
[  256.136844] ata4.00: failed command: READ FPDMA QUEUED
[  256.142019] ata4.00: cmd 60/00:00:98:03:64/01:00:00:00:00/40 tag 0 ncq 131072 in
[  256.142019]          res 40/00:00:98:03:64/00:00:00:00:00/40 Emask 0x10 (ATA bus error)
[  256.157364] ata4.00: status: { DRDY }
[  256.161056] ata4: hard resetting link
[  256.669443] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  256.749498] ata4.00: configured for UDMA/133
[  256.753812] ata4: EH complete
[  257.225314] kjournald starting.  Commit interval 5 seconds
[  257.450771] EXT3-fs (md0): using internal journal
[  257.455477] EXT3-fs (md0): mounted filesystem with ordered data mode
[  257.546700] udevd (1031): /proc/1031/oom_adj is deprecated, please use /proc/1031/oom_score_adj instead.
[  257.556259] udev: starting version 130
[  261.260139] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[  264.265951] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[  269.827077] ata3.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  269.834746] ata3.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  269.842268] ata3: SError: { Handshk }
[  269.845932] ata3.00: failed command: WRITE FPDMA QUEUED
[  269.851205] ata3.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  269.851205]          res 40/00:00:18:1a:70/00:00:74:00:00/40 Emask 0x100 (unknown error)
[  269.866546] ata3.00: status: { DRDY }
[  269.870277] ata3: hard resetting link
[  270.379459] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  270.459500] ata3.00: configured for UDMA/133
[  270.463798] ata3: EH complete
[  314.667016] ata3.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  314.674130] ata3.00: failed command: READ FPDMA QUEUED
[  314.679292] ata3.00: cmd 60/00:00:98:05:64/01:00:00:00:00/40 tag 0 ncq 131072 in
[  314.679292]          res 40/00:00:18:1a:70/00:00:74:00:00/40 Emask 0x4 (timeout)
[  314.694034] ata3.00: status: { DRDY }
[  314.697716] ata3: hard resetting link
[  315.219479] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  315.329544] ata3.00: configured for UDMA/133
[  315.333856] ata3: EH complete
[  660.164840] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  660.172507] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  660.179989] ata4: SError: { Handshk }
[  660.183710] ata4.00: failed command: WRITE FPDMA QUEUED
[  660.188963] ata4.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  660.188963]          res 41/84:00:18:1a:70/84:00:74:00:00/40 Emask 0x10 (ATA bus error)
[  660.204232] ata4.00: status: { DRDY ERR }
[  660.208236] ata4.00: error: { ICRC ABRT }
[  660.212270] ata4: hard resetting link
[  660.216451] ata2.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  660.224124] ata2.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  660.231603] ata2: SError: { Handshk }
[  660.235267] ata2.00: failed command: WRITE FPDMA QUEUED
[  660.240574] ata2.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  660.240574]          res 40/00:00:18:1a:70/00:00:74:00:00/40 Emask 0x100 (unknown error)
[  660.255952] ata2.00: status: { DRDY }
[  660.259645] ata2: hard resetting link
[  660.759569] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  660.779529] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  660.839588] ata4.00: configured for UDMA/133
[  660.843890] ata4: EH complete
[  660.848690] ata2.00: configured for UDMA/133
[  660.853034] ata2: EH complete
[  660.857273] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  660.864944] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  660.872507] ata4: SError: { Handshk }
[  660.876176] ata4.00: failed command: WRITE FPDMA QUEUED
[  660.881452] ata4.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  660.881452]          res 40/84:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  660.896798] ata4.00: status: { DRDY }
[  660.900468] ata4.00: error: { ICRC ABRT }
[  660.904495] ata4: hard resetting link
[  661.409543] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  661.489580] ata4.00: configured for UDMA/133
[  661.493878] ata4: EH complete
[  661.499563] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  661.507201] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  661.514695] ata4: SError: { Handshk }
[  661.518359] ata4.00: failed command: WRITE FPDMA QUEUED
[  661.523625] ata4.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  661.523625]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  661.539034] ata4.00: status: { DRDY }
[  661.542734] ata4: hard resetting link
[  662.049540] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  662.149581] ata4.00: configured for UDMA/133
[  662.153880] ata4: EH complete
[  662.159564] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  662.167201] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  662.174686] ata4: SError: { Handshk }
[  662.178352] ata4.00: failed command: WRITE FPDMA QUEUED
[  662.183617] ata4.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  662.183617]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  662.198960] ata4.00: status: { DRDY }
[  662.202650] ata4: hard resetting link
[  662.709542] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  662.809580] ata4.00: configured for UDMA/133
[  662.813878] ata4: EH complete
[  662.819562] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  662.827203] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  662.834696] ata4: SError: { Handshk }
[  662.838363] ata4.00: failed command: WRITE FPDMA QUEUED
[  662.843627] ata4.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  662.843627]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  662.859035] ata4.00: status: { DRDY }
[  662.862736] ata4: hard resetting link
[  663.369541] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  663.449579] ata4.00: configured for UDMA/133
[  663.453878] ata4: EH complete
[  691.807168] ata2.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  691.814235] ata2.00: failed command: WRITE FPDMA QUEUED
[  691.819482] ata2.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  691.819482]          res 40/00:00:18:1a:70/00:00:74:00:00/40 Emask 0x4 (timeout)
[  691.834133] ata2.00: status: { DRDY }
[  691.837810] ata2: hard resetting link
[  692.349550] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  692.449587] ata2.00: configured for UDMA/133
[  692.453891] ata2: EH complete
[  722.887124] ata2.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  722.894186] ata2.00: failed command: WRITE FPDMA QUEUED
[  722.899439] ata2.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  722.899439]          res 40/00:00:18:1a:70/00:00:74:00:00/40 Emask 0x4 (timeout)
[  722.914089] ata2.00: status: { DRDY }
[  722.917763] ata2: hard resetting link
[  723.429544] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  723.509592] ata2.00: configured for UDMA/133
[  723.513897] ata2: EH complete
[  753.877145] ata2.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[  753.884208] ata2.00: failed command: WRITE FPDMA QUEUED
[  753.889460] ata2.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  753.889460]          res 40/00:00:18:1a:70/00:00:74:00:00/40 Emask 0x4 (timeout)
[  753.904110] ata2.00: status: { DRDY }
[  753.907785] ata2: hard resetting link
[  754.459604] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  754.559730] ata2.00: configured for UDMA/133
[  754.564038] ata2: EH complete
[  754.572897] ata2.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  754.580581] ata2.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  754.588052] ata2: SError: { Handshk }
[  754.591733] ata2.00: failed command: WRITE FPDMA QUEUED
[  754.596980] ata2.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  754.596980]          res 40/84:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  754.612323] ata2.00: status: { DRDY }
[  754.615977] ata2.00: error: { ICRC ABRT }
[  754.620016] ata2: hard resetting link
[  755.169555] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  755.269603] ata2.00: configured for UDMA/133
[  755.273906] ata2: EH complete
[  755.719872] ata2: limiting SATA link speed to 1.5 Gbps
[  755.725020] ata2.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  755.732728] ata2.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  755.740213] ata2: SError: { Handshk }
[  755.743876] ata2.00: failed command: WRITE FPDMA QUEUED
[  755.749124] ata2.00: cmd 61/08:00:a8:03:ad/00:00:4c:00:00/40 tag 0 ncq 4096 out
[  755.749124]          res 41/84:00:a8:03:ad/84:00:4c:00:00/40 Emask 0x10 (ATA bus error)
[  755.764380] ata2.00: status: { DRDY ERR }
[  755.768382] ata2.00: error: { ICRC ABRT }
[  755.772414] ata2: hard resetting link
[  756.279604] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  756.379668] ata2.00: configured for UDMA/133
[  756.383978] ata2: EH complete
[  759.926424] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  759.934090] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  759.941574] ata4: SError: { Handshk }
[  759.945240] ata4.00: failed command: WRITE FPDMA QUEUED
[  759.950506] ata4.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  759.950506]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  759.965855] ata4.00: status: { DRDY }
[  759.969545] ata4: hard resetting link
[  760.479609] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  760.559655] ata4.00: configured for UDMA/133
[  760.563965] ata4: EH complete
[  760.579585] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  760.587221] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  760.594706] ata4: SError: { Handshk }
[  760.598372] ata4.00: failed command: WRITE FPDMA QUEUED
[  760.603639] ata4.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  760.603639]          res 41/84:00:18:1a:70/84:00:74:00:00/40 Emask 0x10 (ATA bus error)
[  760.618902] ata4.00: status: { DRDY ERR }
[  760.622918] ata4.00: error: { ICRC ABRT }
[  760.627005] ata4: hard resetting link
[  761.169559] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  761.269602] ata4.00: configured for UDMA/133
[  761.273905] ata4: EH complete
[  761.279583] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  761.287217] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  761.294702] ata4: SError: { Handshk }
[  761.298367] ata4.00: failed command: WRITE FPDMA QUEUED
[  761.303641] ata4.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  761.303641]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  761.318984] ata4.00: status: { DRDY }
[  761.322674] ata4: hard resetting link
[  761.829555] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  761.909600] ata4.00: configured for UDMA/133
[  761.913901] ata4: EH complete
[  761.919582] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  761.927226] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  761.934718] ata4: SError: { Handshk }
[  761.938385] ata4.00: failed command: WRITE FPDMA QUEUED
[  761.943649] ata4.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  761.943649]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  761.959047] ata4.00: status: { DRDY }
[  761.962748] ata4: hard resetting link
[  762.469553] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  762.569605] ata4.00: configured for UDMA/133
[  762.573904] ata4: EH complete
[  821.473543] ata1.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  821.481222] ata1.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  821.488686] ata1: SError: { Handshk }
[  821.492367] ata1.00: failed command: WRITE FPDMA QUEUED
[  821.497615] ata1.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  821.497615]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[  821.512957] ata1.00: status: { DRDY }
[  821.516634] ata1: hard resetting link
[  821.520789] ata3.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[  821.528424] ata3.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[  821.535966] ata3: SError: { Handshk }
[  821.539659] ata3.00: failed command: WRITE FPDMA QUEUED
[  821.544909] ata3.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[  821.544909]          res 40/00:00:18:1a:70/00:00:74:00:00/40 Emask 0x100 (unknown error)
[  821.560252] ata3.00: status: { DRDY }
[  821.563926] ata3: hard resetting link
[  822.089592] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  822.139579] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  822.169631] ata3.00: configured for UDMA/133
[  822.173936] ata3: EH complete
[  822.249616] ata1.00: configured for UDMA/133
[  822.253917] ata1: EH complete
[  979.937765] warning: `proftpd' uses 32-bit capabilities (legacy support in use)
[ 1011.617148] ata4.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[ 1011.624211] ata4.00: failed command: WRITE FPDMA QUEUED
[ 1011.629462] ata4.00: cmd 61/10:00:c8:07:e7/00:00:2b:00:00/40 tag 0 ncq 8192 out
[ 1011.629462]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x4 (timeout)
[ 1011.644113] ata4.00: status: { DRDY }
[ 1011.647819] ata4: hard resetting link
[ 1012.159613] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1012.419652] ata4.00: configured for UDMA/133
[ 1012.423954] ata4: EH complete
[ 1012.429630] ata4: limiting SATA link speed to 1.5 Gbps
[ 1012.434772] ata4.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[ 1012.442433] ata4.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[ 1012.449913] ata4: SError: { Handshk }
[ 1012.453577] ata4.00: failed command: WRITE FPDMA QUEUED
[ 1012.458825] ata4.00: cmd 61/10:00:c8:07:e7/00:00:2b:00:00/40 tag 0 ncq 8192 out
[ 1012.458825]          res 41/84:00:c8:07:e7/84:00:2b:00:00/40 Emask 0x10 (ATA bus error)
[ 1012.474136] ata4.00: status: { DRDY ERR }
[ 1012.478144] ata4.00: error: { ICRC ABRT }
[ 1012.482186] ata4: hard resetting link
[ 1012.989604] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1013.089651] ata4.00: configured for UDMA/133
[ 1013.093951] ata4: EH complete
[ 1196.857281] ata3.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[ 1196.864344] ata3.00: failed command: WRITE FPDMA QUEUED
[ 1196.869595] ata3.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[ 1196.869595]          res 40/00:00:18:1a:70/00:00:74:00:00/40 Emask 0x4 (timeout)
[ 1196.884299] ata3.00: status: { DRDY }
[ 1196.888026] ata3: hard resetting link
[ 1197.399648] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1197.659692] ata3.00: configured for UDMA/133
[ 1197.663999] ata3: EH complete
[ 1197.669672] ata3.00: exception Emask 0x100 SAct 0x1 SErr 0x400000 action 0x6 frozen
[ 1197.677313] ata3.00: edma_err_cause=04000080 pp_flags=00000003, EDMA self-disable
[ 1197.684804] ata3: SError: { Handshk }
[ 1197.688473] ata3.00: failed command: WRITE FPDMA QUEUED
[ 1197.693738] ata3.00: cmd 61/08:00:18:1a:70/00:00:74:00:00/40 tag 0 ncq 4096 out
[ 1197.693738]          res 40/00:00:18:1a:70/84:00:74:00:00/40 Emask 0x100 (unknown error)
[ 1197.709088] ata3.00: status: { DRDY }
[ 1197.712781] ata3: hard resetting link
[ 1198.219643] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1198.319690] ata3.00: configured for UDMA/133
[ 1198.323992] ata3: EH complete
[ 1265.580104] ata3.00: exception Emask 0x0 SAct 0x1 SErr 0x400000 action 0x6
[ 1265.586969] ata3.00: edma_err_cause=04000004 pp_flags=00000003, dev error
[ 1265.593773] ata3: SError: { Handshk }
[ 1265.597438] ata3.00: failed command: WRITE FPDMA QUEUED
[ 1265.602708] ata3.00: cmd 61/60:00:98:b3:48/00:00:16:00:00/40 tag 0 ncq 49152 out
[ 1265.602708]          res 41/84:60:98:b3:48/00:00:16:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 1265.618554] ata3.00: status: { DRDY ERR }
[ 1265.622577] ata3.00: error: { ICRC ABRT }
[ 1265.626607] ata3: hard resetting link
[ 1265.632476] ata1.00: exception Emask 0x0 SAct 0x3 SErr 0x400000 action 0x6
[ 1265.639381] ata1.00: edma_err_cause=04000004 pp_flags=00000003, dev error
[ 1265.646192] ata1: SError: { Handshk }
[ 1265.649877] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1265.655124] ata1.00: cmd 61/00:00:00:b8:48/02:00:16:00:00/40 tag 0 ncq 262144 out
[ 1265.655124]          res 41/84:08:00:b4:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1265.670561] ata1.00: status: { DRDY ERR }
[ 1265.674560] ata1.00: error: { ICRC ABRT }
[ 1265.678566] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1265.683830] ata1.00: cmd 61/00:08:00:b4:48/04:00:16:00:00/40 tag 1 ncq 524288 out
[ 1265.683830]          res 41/84:00:00:b4:48/00:04:16:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 1265.699693] ata1.00: status: { DRDY ERR }
[ 1265.703696] ata1.00: error: { ICRC ABRT }
[ 1265.707719] ata1: hard resetting link
[ 1266.199694] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1266.219694] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1266.260588] ata3.00: configured for UDMA/133
[ 1266.264900] ata3: EH complete
[ 1266.289764] ata1.00: configured for UDMA/133
[ 1266.294127] ata1: EH complete
[ 1266.316023] ata3.00: exception Emask 0x100 SAct 0x7 SErr 0x400000 action 0x6 frozen
[ 1266.323738] ata3.00: edma_err_cause=04000000 pp_flags=00000003
[ 1266.329567] ata3: SError: { Handshk }
[ 1266.333251] ata3.00: failed command: WRITE FPDMA QUEUED
[ 1266.338504] ata3.00: cmd 61/00:00:00:b8:48/02:00:16:00:00/40 tag 0 ncq 262144 out
[ 1266.338504]          res 41/84:08:00:b4:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1266.353941] ata3.00: status: { DRDY ERR }
[ 1266.357943] ata3.00: error: { ICRC ABRT }
[ 1266.361959] ata3.00: failed command: WRITE FPDMA QUEUED
[ 1266.367203] ata3.00: cmd 61/00:08:00:b4:48/04:00:16:00:00/40 tag 1 ncq 524288 out
[ 1266.367203]          res 41/84:08:00:b4:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1266.382633] ata3.00: status: { DRDY ERR }
[ 1266.386635] ata3.00: error: { ICRC ABRT }
[ 1266.390655] ata3.00: failed command: WRITE FPDMA QUEUED
[ 1266.395973] ata3.00: cmd 61/08:10:f8:b3:48/00:00:16:00:00/40 tag 2 ncq 4096 out
[ 1266.395973]          res 41/84:08:00:b4:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1266.411244] ata3.00: status: { DRDY ERR }
[ 1266.415251] ata3.00: error: { ICRC ABRT }
[ 1266.419273] ata3: hard resetting link
[ 1266.423643] ata1.00: exception Emask 0x100 SAct 0x7 SErr 0x400000 action 0x6 frozen
[ 1266.431309] ata1.00: edma_err_cause=04000000 pp_flags=00000003
[ 1266.437133] ata1: SError: { Handshk }
[ 1266.440823] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1266.446132] ata1.00: cmd 61/00:00:00:b4:48/04:00:16:00:00/40 tag 0 ncq 524288 out
[ 1266.446132]          res 41/84:00:00:b4:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1266.461573] ata1.00: status: { DRDY ERR }
[ 1266.465579] ata1.00: error: { ICRC ABRT }
[ 1266.469583] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1266.474847] ata1.00: cmd 61/00:08:00:b8:48/02:00:16:00:00/40 tag 1 ncq 262144 out
[ 1266.474847]          res 41/84:00:00:b4:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1266.490312] ata1.00: status: { DRDY ERR }
[ 1266.494316] ata1.00: error: { ICRC ABRT }
[ 1266.498319] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1266.503586] ata1.00: cmd 61/08:10:f8:b3:48/00:00:16:00:00/40 tag 2 ncq 4096 out
[ 1266.503586]          res 41/84:00:00:b4:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1266.518842] ata1.00: status: { DRDY ERR }
[ 1266.522862] ata1.00: error: { ICRC ABRT }
[ 1266.526936] ata1: hard resetting link
[ 1267.020432] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1267.039689] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1267.100592] ata3.00: configured for UDMA/133
[ 1267.104963] ata3: EH complete
[ 1267.129392] ata3: limiting SATA link speed to 1.5 Gbps
[ 1267.134583] ata3.00: exception Emask 0x100 SAct 0x3 SErr 0x400000 action 0x6 frozen
[ 1267.142297] ata3.00: edma_err_cause=04000000 pp_flags=00000003
[ 1267.148120] ata3: SError: { Handshk }
[ 1267.151837] ata3.00: failed command: WRITE FPDMA QUEUED
[ 1267.157092] ata3.00: cmd 61/00:00:00:b8:48/02:00:16:00:00/40 tag 0 ncq 262144 out
[ 1267.157092]          res 41/84:08:00:b4:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1267.172525] ata3.00: status: { DRDY ERR }
[ 1267.176530] ata3.00: error: { ICRC ABRT }
[ 1267.180551] ata3.00: failed command: WRITE FPDMA QUEUED
[ 1267.185801] ata3.00: cmd 61/00:08:00:b4:48/04:00:16:00:00/40 tag 1 ncq 524288 out
[ 1267.185801]          res 41/84:08:00:b4:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1267.201230] ata3.00: status: { DRDY ERR }
[ 1267.205232] ata3.00: error: { ICRC ABRT }
[ 1267.209254] ata3: hard resetting link
[ 1267.215374] ata1.00: configured for UDMA/133
[ 1267.219824] ata1: EH complete
[ 1267.249124] ata1.00: exception Emask 0x100 SAct 0x2 SErr 0x400000 action 0x6 frozen
[ 1267.256803] ata1.00: edma_err_cause=04000000 pp_flags=00000003
[ 1267.262640] ata1: SError: { Handshk }
[ 1267.266306] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1267.271575] ata1.00: cmd 61/00:08:00:b8:48/02:00:16:00:00/40 tag 1 ncq 262144 out
[ 1267.271575]          res 41/84:08:00:b8:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1267.287011] ata1.00: status: { DRDY ERR }
[ 1267.291032] ata1.00: error: { ICRC ABRT }
[ 1267.295057] ata1: hard resetting link
[ 1267.729771] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1267.799688] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1267.829767] ata3.00: configured for UDMA/133
[ 1267.834131] ata3: EH complete
[ 1267.899765] ata1.00: configured for UDMA/133
[ 1267.904090] ata1: EH complete
[ 1267.926452] ata1: limiting SATA link speed to 1.5 Gbps
[ 1267.931934] ata1.00: exception Emask 0x100 SAct 0x3 SErr 0x400000 action 0x6 frozen
[ 1267.939571] ata1.00: edma_err_cause=04000000 pp_flags=00000003
[ 1267.945421] ata1: SError: { Handshk }
[ 1267.949083] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1267.954346] ata1.00: cmd 61/00:00:00:b8:48/02:00:16:00:00/40 tag 0 ncq 262144 out
[ 1267.954346]          res 41/84:00:00:b8:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1267.969841] ata1.00: status: { DRDY ERR }
[ 1267.973848] ata1.00: error: { ICRC ABRT }
[ 1267.977851] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1267.983165] ata1.00: cmd 61/00:08:00:b4:48/04:00:16:00:00/40 tag 1 ncq 524288 out
[ 1267.983165]          res 41/84:00:00:b8:48/84:00:16:00:00/40 Emask 0x10 (ATA bus error)
[ 1267.998612] ata1.00: status: { DRDY ERR }
[ 1268.002634] ata1.00: error: { ICRC ABRT }
[ 1268.006659] ata1: hard resetting link
[ 1268.509689] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1268.610017] ata1.00: configured for UDMA/133
[ 1268.614595] ata1: EH complete
root@fvdwsl-base:/ #
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: No registered users and 5 guests