Re: My array won't assemble

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Le mer. 19 déc. 2018 à 02:56, Wols Lists <antlists@xxxxxxxxxxxxxxx> a écrit :
>
> On 18/12/18 22:04, Alexis BRENON wrote:
> > Hello everyone,
> >
> > TL;DR:
> > My 4 drives raid-5 array won't assemble on Debian.
> > Look at the commands outputs:
> > https://gist.github.com/AlexisBRENON/514500b90a477833c43584d62371925c
> >
> > ---
> >
> > It make some times (about 6 years) since I created my RAID5 array.
> > Recently, I started to get some strange behaviors with my HDD: UEFI
> > boot entry repeatidly erased, RAID component removed. In an attempt to
> > fix these, I upgraded my BIOS firmware (why not, it was very
> > outdated).
>
> So this computer is six years old?

My RAID creation is six years old. Since then (about 5 years ago), I
upgraded my system (new MB, new CPU, new PSU, new drives, new case).

> >
> > However, this did not fix anything. In another attempt to understand
> > what is happening, I run a SMART full test (from ArchLinux live USB
> > key) on all my HDDs. Only one of the four RAID drives reports a read
> > error (need to be replaced ?) as reported in this smartctl sum-up:
> > https://gist.github.com/AlexisBRENON/514500b90a477833c43584d62371925c#file-01-smartctl-txt
> >
> Read errors aren't necessarily a problem - it's if they can't be
> rewritten that it's dangerous. But obviously, if the data can't be read,
> it won't be automatically rewritten, you need to intervene manually ...
>

Is it not the purpose of the RAID(5) to "automatically" rewrite
corrupted/non-readable data ?

> > When booting on Debian, dmesg reported a ATA bus error. After some
> > investigations, this comes from a faulty SATA cable. Changing cable
> > fix it.
> >
> > Now, I'm here, with an up-to-date BIOS firmware and a 4 drives RAID-5
> > with 1 drive reporting some SMART read error (and one drive aside for
> > the system (/boot, /usr, /var, etc.)).
> >
> > When booting debian, systemd timeouts failing to start some RAID
> > devices and thus not mounting the MD device. Below are the links to
> > outputs of most of the commands listed in
> > https://raid.wiki.kernel.org/index.php/Asking_for_help.
> >
> <snip>
>
> Note that we'd rather you put those outputs in your email, not in
> weblinks that may go away. Plus if the person who wants to help isn't
> always online, or they have flaky internet ...
>
> It's just accepted that emails may be large on this list ...
>

Sorry for this. Look below for commands outputs.

> >
> > Is there a way to get back my data? Is it safe to use my array while
> > waiting discount on HDDs and SATA cables (in one month)?
> >
> My (not very expert) money here is on a dodgy power supply! I'd be
> rather worried about using the computer. If the power is failing and
> systemd is timing out on multiple drives, it looks like the supply is no
> longer providing enough oomph to bring the drives up properly. That
> said, I don't know why it should be erasing boot blocks and the like.
>

Dodgy power supply was on the list of possible cause for my faulty
disk (the one with bad SATA cable). I do not have a free peripheral
power plug on my PSU to test, but my BIOS report some values that seem
good to me for voltages:
CPU Voltage: 0.936V
3.3V: 3.284V
5V: 4.980V
12V: 12.096V
However, I have to say that my problems with HDDs seem to appeared
after some power outages in my house... (Some attemps to understand
the electric cable management on my new home).
So a dodgy PSU can actually be the cause of all my trouble. Is there a
way to be sure before I buy a new one ?

>
> OMG - I was just looking for your version of mdadm, and I noticed -
> Seagate Baracudas! Can you let us know (a) what version of mdadm, and
> (b) have you fixed the timeout problem! If you haven't done (b) then
> that's probably your problem!
>

I do not have access to my computer right now but if I remember well,
my system is a Debian stretch and I upgraded it recently. So mdadm
should be in version 3.4-4. I will confirm that as soon as possible.

I "fixed" the timeout problem yesterday, while reading the wiki saying
"If you didn't fix timeout, do it right now!" ^^ My 3 SG Baracudas
reported a disabled SCT Error Recovery, and my WesternDigital reports
an unsupported command.
I used the script provided in the wiki to set the timeout to 7s on the
Baracudas and to 180ms for my WD but the latter is not preserve
accross reboot as reported in smartctl sum-up (see below).

> Cheers,
> Wol

Thanks for your reply.
Kind regards,
Alexis.

Appendixes:

===============================================
Appendix A: Smartctl sum-up

# smartctl -H -i -l scterc -l selftest /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-8-amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.14 (AF)
Device Model:     ST500DM002-1BC142
Serial Number:    W2ALGK9L
LU WWN Device Id: 5 000c50 05cdbbc9e
Firmware Version: JC4B
User Capacity:    500 107 862 016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Tue Dec 18 21:54:55 2018 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
Please note the following marginal Attributes:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE
UPDATED  WHEN_FAILED RAW_VALUE
190 Airflow_Temperature_Cel 0x0022   068   042   045    Old_age
Always   In_the_past 32 (0 108 32 31 0)

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining
LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed: read failure       90%     45935
      16180615

SCT Error Recovery Control:
           Read:     70 (7,0 seconds)
          Write:     70 (7,0 seconds)

#####################################################################################################################
#####################################################################################################################
#####################################################################################################################

# smartctl -H -i -l scterc -l selftest /dev/sdc
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-8-amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.14 (AF)
Device Model:     ST500DM002-1BC142
Serial Number:    W2AL04D1
LU WWN Device Id: 5 000c50 05cdda21d
Firmware Version: JC4B
User Capacity:    500 107 862 016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Tue Dec 18 21:55:24 2018 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
Please note the following marginal Attributes:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE
UPDATED  WHEN_FAILED RAW_VALUE
190 Airflow_Temperature_Cel 0x0022   068   044   045    Old_age
Always   In_the_past 32 (0 3 32 32 0)

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining
LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%     45983         -

SCT Error Recovery Control:
           Read:     70 (7,0 seconds)
          Write:     70 (7,0 seconds)

#####################################################################################################################
#####################################################################################################################
#####################################################################################################################

# smartctl -H -i -l scterc -l selftest /dev/sdd
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-8-amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Blue
Device Model:     WDC WD5000AAKX-00ERMA0
Serial Number:    WD-WCC2EL412404
LU WWN Device Id: 5 0014ee 2b244d3ad
Firmware Version: 15.01H15
User Capacity:    500 107 862 016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS (minor revision not indicated)
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Tue Dec 18 21:55:39 2018 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining
LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%     45941         -

SCT Error Recovery Control command not supported

#####################################################################################################################
#####################################################################################################################
#####################################################################################################################

# cat /sys/block/sdd/device/timeout
30

#####################################################################################################################
#####################################################################################################################
#####################################################################################################################

# smartctl -H -i -l scterc -l selftest /dev/sde
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-8-amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.14 (AF)
Device Model:     ST500DM002-1BD142
Serial Number:    Z3TQV3TP
LU WWN Device Id: 5 000c50 064bffe52
Firmware Version: KC45
User Capacity:    500 107 862 016 bytes [500 GB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Tue Dec 18 21:55:55 2018 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining
LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%     36690         -

SCT Error Recovery Control:
           Read:     70 (7,0 seconds)
          Write:     70 (7,0 seconds)


===============================================
Appendix B: Drives examination

# mdadm --examine /dev/sd{b,c,d,e}{,1}
/dev/sdb:
   MBR Magic : aa55
Partition[0] :    957216897 sectors at           63 (type da)
/dev/sdb1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : f7641ef9:876b9373:c124f2b6:b185bfc2
           Name : BRENON-REISSIER:0
  Creation Time : Fri Jan 25 19:28:45 2013
     Raid Level : raid5
   Raid Devices : 4

 Avail Dev Size : 957214849 (456.44 GiB 490.09 GB)
     Array Size : 1435820544 (1369.31 GiB 1470.28 GB)
  Used Dev Size : 957213696 (456.44 GiB 490.09 GB)
    Data Offset : 2048 sectors
   Super Offset : 8 sectors
   Unused Space : before=1960 sectors, after=1153 sectors
          State : clean
    Device UUID : 2c977e52:580a3c1a:34c33c6f:218fe86f

    Update Time : Sat Dec  8 12:19:01 2018
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : d2eddfcb - correct
         Events : 3458

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 0
   Array State : AAAA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdc:
   MBR Magic : aa55
Partition[0] :    957216897 sectors at           63 (type da)
/dev/sdc1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : f7641ef9:876b9373:c124f2b6:b185bfc2
           Name : BRENON-REISSIER:0
  Creation Time : Fri Jan 25 19:28:45 2013
     Raid Level : raid5
   Raid Devices : 4

 Avail Dev Size : 957214849 (456.44 GiB 490.09 GB)
     Array Size : 1435820544 (1369.31 GiB 1470.28 GB)
  Used Dev Size : 957213696 (456.44 GiB 490.09 GB)
    Data Offset : 2048 sectors
   Super Offset : 8 sectors
   Unused Space : before=1968 sectors, after=1153 sectors
          State : clean
    Device UUID : c99c866d:1306e41d:8c807bb2:ab69e4e5

    Update Time : Sat Dec 15 22:04:31 2018
       Checksum : aad93c90 - correct
         Events : 3490

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 1
   Array State : .AA. ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdd:
   MBR Magic : aa55
Partition[0] :    957216897 sectors at           63 (type da)
/dev/sdd1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : f7641ef9:876b9373:c124f2b6:b185bfc2
           Name : BRENON-REISSIER:0
  Creation Time : Fri Jan 25 19:28:45 2013
     Raid Level : raid5
   Raid Devices : 4

 Avail Dev Size : 957214849 (456.44 GiB 490.09 GB)
     Array Size : 1435820544 (1369.31 GiB 1470.28 GB)
  Used Dev Size : 957213696 (456.44 GiB 490.09 GB)
    Data Offset : 2048 sectors
   Super Offset : 8 sectors
   Unused Space : before=1968 sectors, after=1153 sectors
          State : clean
    Device UUID : 0049fd5d:8dc72dd7:f384cbd0:f9853892

    Update Time : Sat Dec 15 22:04:31 2018
       Checksum : 1f3dd211 - correct
         Events : 3490

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 2
   Array State : .AA. ('A' == active, '.' == missing, 'R' == replacing)
/dev/sde:
   MBR Magic : aa55
Partition[0] :    976771120 sectors at         2048 (type fd)
/dev/sde1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : f7641ef9:876b9373:c124f2b6:b185bfc2
           Name : BRENON-REISSIER:0
  Creation Time : Fri Jan 25 19:28:45 2013
     Raid Level : raid5
   Raid Devices : 4

 Avail Dev Size : 976508976 (465.64 GiB 499.97 GB)
     Array Size : 1435820544 (1369.31 GiB 1470.28 GB)
  Used Dev Size : 957213696 (456.44 GiB 490.09 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262064 sectors, after=19295280 sectors
          State : active
    Device UUID : d3192590:971fb1c6:c2dfaf2e:991c5dc1

    Update Time : Sat Dec 15 22:04:00 2018
       Checksum : cf1b44d3 - correct
         Events : 3483

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 3
   Array State : .AAA ('A' == active, '.' == missing, 'R' == replacing)

===============================================
Appendix C: Array details

# mdadm --detail /dev/md0
/dev/md0:
        Version : 1.2
     Raid Level : raid0
  Total Devices : 4
    Persistence : Superblock is persistent

          State : inactive

           Name : BRENON-REISSIER:0
           UUID : f7641ef9:876b9373:c124f2b6:b185bfc2
         Events : 3483

    Number   Major   Minor   RaidDevice

       -       8       65        -        /dev/sde1
       -       8       49        -        /dev/sdd1
       -       8       33        -        /dev/sdc1
       -       8       17        -        /dev/sdb1


===============================================
Appendix D: Drives list

# ./lsdrv
**Warning** The following utility(ies) failed to execute:
  sginfo
Some information may be missing.

PCI [ahci] 00:1f.2 SATA controller: Intel Corporation 7 Series/C210
Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
├scsi 0:0:0:0 ATA      WDC WD5000AZRX-0 {WD-WCC1U5570858}
│└sda 465.76g [8:0] Partitioned (gpt)
│ ├sda1 487.00m [8:1] vfat {2A29-F9D9}
│ │└Mounted as /dev/sda1 @ /boot/efi
│ ├sda2 8.00g [8:2] ext4 {1080f653-c4e5-45c7-859d-47d6ed2fba1f}
│ │└Mounted as /dev/sda2 @ /
│ ├sda3 20.00g [8:3] ext4 {839ac5a9-ec64-42bf-902a-de894443279f}
│ │└Mounted as /dev/sda3 @ /usr
│ ├sda4 4.00g [8:4] ext4 {0ba24b94-eae5-406f-aef3-e77290991948}
│ │├Mounted as /dev/sda4 @ /var
│ │└Mounted as /dev/sda4 @ /var/lib/docker/aufs
│ ├sda5 8.00g [8:5] swap 'swap' {a02d85be-c890-4de7-8aaf-1e1332e020d2}
│ └sda6 1.00g [8:6] ext4 {786db590-0159-4dc8-91e9-ba4c51e62e2d}
│  └Mounted as /dev/sda6 @ /tmp
├scsi 2:0:0:0 ATA      ST500DM002-1BC14 {W2ALGK9L}
│└sdb 465.76g [8:16] Partitioned (dos)
│ └sdb1 456.44g [8:17] MD  (none/) (w/ sde1,sdd1,sdc1) spare
'BRENON-REISSIER:0' {f7641ef9-876b-9373-c124-f2b6b185bfc2}
│  └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None
{f7641ef9:876b9373:c124f2b6:b185bfc2}
│                   Empty/Unknown
├scsi 3:0:0:0 ATA      ST500DM002-1BC14 {W2AL04D1}
│└sdc 465.76g [8:32] Partitioned (dos)
│ └sdc1 456.44g [8:33] MD  (none/) (w/ sde1,sdd1,sdb1) spare
'BRENON-REISSIER:0' {f7641ef9-876b-9373-c124-f2b6b185bfc2}
│  └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None
{f7641ef9:876b9373:c124f2b6:b185bfc2}
│                   Empty/Unknown
├scsi 4:0:0:0 ATA      WDC WD5000AAKX-0 {WD-WCC2EL412404}
│└sdd 465.76g [8:48] Partitioned (dos)
│ └sdd1 456.44g [8:49] MD  (none/) (w/ sde1,sdc1,sdb1) spare
'BRENON-REISSIER:0' {f7641ef9-876b-9373-c124-f2b6b185bfc2}
│  └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None
{f7641ef9:876b9373:c124f2b6:b185bfc2}
│                   Empty/Unknown
└scsi 5:0:0:0 ATA      ST500DM002-1BD14 {Z3TQV3TP}
 └sde 465.76g [8:64] Partitioned (dos)
  └sde1 465.76g [8:65] MD  (none/) (w/ sdd1,sdc1,sdb1) spare
'BRENON-REISSIER:0' {f7641ef9-876b-9373-c124-f2b6b185bfc2}
   └md0 0.00k [9:0] MD v1.2  () inactive, None (None) None
{f7641ef9:876b9373:c124f2b6:b185bfc2}
                    Empty/Unknown
USB [usb-storage] Bus 001 Device 003: ID 05e3:0723 Genesys Logic, Inc.
GL827L SD/MMC/MS Flash Card Reader {None}
└scsi 6:0:0:0 Generic  STORAGE DEVICE
 └sdf 0.00k [8:80] Empty/Unknown
Other Block Devices
├loop0 0.00k [7:0] Empty/Unknown
├loop1 0.00k [7:1] Empty/Unknown
├loop2 0.00k [7:2] Empty/Unknown
├loop3 0.00k [7:3] Empty/Unknown
├loop4 0.00k [7:4] Empty/Unknown
├loop5 0.00k [7:5] Empty/Unknown
├loop6 0.00k [7:6] Empty/Unknown
└loop7 0.00k [7:7] Empty/Unknown


===============================================
Appendix E: mdstat

# cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5]
[raid4] [raid10]
md0 : inactive sdb1[5](S) sdd1[3](S) sdc1[1](S) sde1[4](S)
      1924076761 blocks super 1.2

unused devices: <none>


===============================================
Appendix F: assemble attempt

# mdadm --stop /dev/md0
mdadm: stopped /dev/md0

# mdadm --assemble /dev/md0 /dev/sd{b,c,d,e}1
mdadm: /dev/md0 assembled from 2 drives - not enough to start the array.


===============================================
Appendix G: dmesg excerpts

dmesg is very long...
There is nothing very fancy in it except these ACPI errors and warning:

[ 0.704849] ahci 0000:00:1f.2: version 3.0
[ 0.715093] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps
0x3f impl SATA mode
[ 0.715098] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
[ 0.774011] scsi host0: ahci
[ 0.774143] scsi host1: ahci
[ 0.774255] scsi host2: ahci
[ 0.774369] scsi host3: ahci
[ 0.774481] scsi host4: ahci
[ 0.774590] scsi host5: ahci
[ 0.774659] ata1: SATA max UDMA/133 abar m2048@0xf7116000 port 0xf7116100 irq 27
[ 0.774662] ata2: SATA max UDMA/133 abar m2048@0xf7116000 port 0xf7116180 irq 27
[ 0.774664] ata3: SATA max UDMA/133 abar m2048@0xf7116000 port 0xf7116200 irq 27
[ 0.774666] ata4: SATA max UDMA/133 abar m2048@0xf7116000 port 0xf7116280 irq 27
[ 0.774668] ata5: SATA max UDMA/133 abar m2048@0xf7116000 port 0xf7116300 irq 27
[ 0.774670] ata6: SATA max UDMA/133 abar m2048@0xf7116000 port 0xf7116380 irq 27
[ 1.005092] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.029100] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 1.029121] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.087824] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.087845] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.087862] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.087875] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.087892] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.087906] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.088749] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.088842] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff9bc69a1ca1b8), AE_NOT_FOUND
(20160831/psparse-543)
[ 1.088976] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.089038] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT3._GTF] (Node ffff9bc69a1cacf8), AE_NOT_FOUND
(20160831/psparse-543)
[ 1.089173] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.089228] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT2._GTF] (Node ffff9bc69a1ca348), AE_NOT_FOUND
(20160831/psparse-543)
[ 1.089348] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.089404] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT5._GTF] (Node ffff9bc69a1ca488), AE_NOT_FOUND
(20160831/psparse-543)
[ 1.089513] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.089567] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT4._GTF] (Node ffff9bc69a1ca988), AE_NOT_FOUND
(20160831/psparse-543)
[ 1.089651] ata3.00: ATA-8: ST500DM002-1BC142, JC4B, max UDMA/133
[ 1.089653] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.089662] ata1.00: ATA-8: WDC WD5000AZRX-00A8LB0, 01.01A01, max UDMA/133
[ 1.089664] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.089675] ata4.00: ATA-8: ST500DM002-1BC142, JC4B, max UDMA/133
[ 1.089677] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.089692] ata6.00: ATA-8: ST500DM002-1BD142, KC45, max UDMA/133
[ 1.089694] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.089963] ata5.00: ATA-8: WDC WD5000AAKX-00ERMA0, 15.01H15, max UDMA/133
[ 1.089965] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.090494] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.090559] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff9bc69a1ca1b8), AE_NOT_FOUND
(20160831/psparse-543)
[ 1.090836] ata1.00: configured for UDMA/133
[ 1.090976] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.091049] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT2._GTF] (Node ffff9bc69a1ca348), AE_NOT_FOUND
(20160831/psparse-543)
[ 1.091182] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.091243] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT3._GTF] (Node ffff9bc69a1cacf8), AE_NOT_FOUND
(20160831/psparse-543)
[ 1.091358] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.091421] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT5._GTF] (Node ffff9bc69a1ca488)
[ 1.091458] scsi 0:0:0:0: Direct-Access ATA WDC WD5000AZRX-0 1A01 PQ: 0 ANSI: 5
[ 1.091476] , AE_NOT_FOUND
[ 1.091480] (20160831/psparse-543)
[ 1.091525] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND
(20160831/psargs-359)
[ 1.091582] ACPI Error: Method parse/execution failed
[\_SB.PCI0.SAT0.SPT4._GTF] (Node ffff9bc69a1ca988), AE_NOT_FOUND
(20160831/psparse-543)
[ 1.091670] ata4.00: configured for UDMA/133
[ 1.091682] ata3.00: configured for UDMA/133
[ 1.091705] ata6.00: configured for UDMA/133
[ 1.091919] ata5.00: configured for UDMA/133
[ 1.121808] scsi 2:0:0:0: Direct-Access ATA ST500DM002-1BC14 JC4B PQ: 0 ANSI: 5
[ 1.153461] scsi 3:0:0:0: Direct-Access ATA ST500DM002-1BC14 JC4B PQ: 0 ANSI: 5
----
[    6.751917] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.751963] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    6.752007] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    6.752049] sd 4:0:0:0: Attached scsi generic sg3 type 0
[    6.752096] sd 5:0:0:0: Attached scsi generic sg4 type 0
[    6.752142] sd 6:0:0:0: Attached scsi generic sg5 type 0
[    7.044830] ACPI Warning: SystemIO range
0x0000000000000428-0x000000000000042F conflicts with OpRegion
0x0000000000000400-0x000000000000047F (\PMIO) (20160831/utaddress-247)
[    7.044835] ACPI: If an ACPI driver is available for this device,
you should use it instead of the native driver
[    7.044838] ACPI Warning: SystemIO range
0x0000000000000540-0x000000000000054F conflicts with OpRegion
0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
[    7.044841] ACPI: If an ACPI driver is available for this device,
you should use it instead of the native driver
[    7.044842] ACPI Warning: SystemIO range
0x0000000000000530-0x000000000000053F conflicts with OpRegion
0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
[    7.044845] ACPI: If an ACPI driver is available for this device,
you should use it instead of the native driver
[    7.044845] ACPI Warning: SystemIO range
0x0000000000000500-0x000000000000052F conflicts with OpRegion
0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
[    7.044848] ACPI: If an ACPI driver is available for this device,
you should use it instead of the native driver




[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux