You are not logged in.

#1 2019-03-24 09:22:05

PyroelectricBaton
Member
Registered: 2019-03-24
Posts: 5

exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

I have installed Arch Linux on my main desktop computer yesterday. Until then, I was using debian stable for about two years on it. I had no issues.

The install part went smoothly. I chose XFCE DE with full disk encryption.

After a while however, the machine froze completely. After a few tests I was able to describe the following behavior:

1. Whenever some network activity is triggered, such as downloading a file or even opening Firefox, the kernel starts throwing all kind of errors relating to ATA errors, and the computer starts to slow down. It seems to be constantly resetting the SATA link, eventually it results in a complete freeze or a remount in read-only mode (see kernel messages below)
2. This does not seem to happen when I am writing files unto the disk without network activity.
3. SMART test are OK for this disk (very recent, used debian stable on it for 4-5 months without problems).
4. This does not happen when I boot the disk from a USB-SATA adapter (disk currently connected to USB port and running fine now).
5. Changing SATA cables did not solve the problem.
6. Using the same SATA cables with debian stable on an encrypted SSD does not cause these errors, it only happens in Arch Linux (so apparently no hardware failure on the PC side)
7. Replacing the current kernel with the lts version did not solve the problem

I am completely lost at this point. I have no idea how to solve this problem and where to start from. Again, hardware does not seem to be the problem here: I have no issues using another disk with debian stable, and I have no issues when connecting the Arch disk with a USB-SATA adapter... Any suggestion welcome.

My hardware specs are as follows:

CPU i7-4790
Motherboard Gigabyte Z87M-D3H
GPU Radeon R9 270X
SSD Samsung 860EVO 1TB

The kernel messages that I receive:

[   69.004732] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   69.006641] ata1.00: supports DRM functions and may not be fully accessible
[   69.010168] ata1.00: supports DRM functions and may not be fully accessible
[   69.012999] ata1.00: configured for UDMA/133
[   69.013053] ata1.00: Enabling discard_zeroes_data
[   74.394764] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   74.396686] ata1.00: supports DRM functions and may not be fully accessible
[   74.400156] ata1.00: supports DRM functions and may not be fully accessible
[   74.403093] ata1.00: configured for UDMA/133
[   74.403159] ata1.00: Enabling discard_zeroes_data
[   76.614785] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   76.616652] ata1.00: supports DRM functions and may not be fully accessible
[   76.619944] ata1.00: supports DRM functions and may not be fully accessible
[   76.622687] ata1.00: configured for UDMA/133
[   76.622750] ata1.00: Enabling discard_zeroes_data
[   80.975983] ata1: limiting SATA link speed to 3.0 Gbps
[   81.704763] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   81.706738] ata1.00: supports DRM functions and may not be fully accessible
[   81.710280] ata1.00: supports DRM functions and may not be fully accessible
[   81.713071] ata1.00: configured for UDMA/133
[   81.713142] ata1.00: Enabling discard_zeroes_data
[   83.344778] ata1: SATA link down (SStatus 0 SControl 320)
[   88.756472] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   88.758370] ata1.00: supports DRM functions and may not be fully accessible
[   88.761694] ata1.00: supports DRM functions and may not be fully accessible
[   88.764534] ata1.00: configured for UDMA/133
[   88.764637] ata1.00: Enabling discard_zeroes_data
[   89.664779] ata1.00: exception Emask 0x50 SAct 0xff0 SErr 0x4890800 action 0xe frozen
[   89.664785] ata1.00: irq_stat 0x08400040, interface fatal error, connection status changed
[   89.664788] ata1: SError: { HostInt PHYRdyChg 10B8B LinkSeq DevExch }
[   89.664792] ata1.00: failed command: WRITE FPDMA QUEUED
[   89.664799] ata1.00: cmd 61/40:20:80:ea:45/05:00:10:00:00/40 tag 4 ncq dma 688128 out
                        res 40/00:28:c0:ef:45/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   89.664802] ata1.00: status: { DRDY }
[   89.664805] ata1.00: failed command: WRITE FPDMA QUEUED
[   89.664812] ata1.00: cmd 61/40:28:c0:ef:45/00:00:10:00:00/40 tag 5 ncq dma 32768 out
                        res 40/00:28:c0:ef:45/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   89.664815] ata1.00: status: { DRDY }
[   89.664817] ata1.00: failed command: WRITE FPDMA QUEUED
[   89.664824] ata1.00: cmd 61/40:30:00:f0:45/05:00:10:00:00/40 tag 6 ncq dma 688128 out
                        res 40/00:28:c0:ef:45/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   89.664826] ata1.00: status: { DRDY }
[   89.664829] ata1.00: failed command: WRITE FPDMA QUEUED
[   89.664835] ata1.00: cmd 61/40:38:40:f5:45/05:00:10:00:00/40 tag 7 ncq dma 688128 out
                        res 40/00:28:c0:ef:45/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   89.664838] ata1.00: status: { DRDY }
[   89.664840] ata1.00: failed command: WRITE FPDMA QUEUED
[   89.664847] ata1.00: cmd 61/40:40:80:fa:45/05:00:10:00:00/40 tag 8 ncq dma 688128 out
                        res 40/00:28:c0:ef:45/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   89.664849] ata1.00: status: { DRDY }
[   89.664852] ata1.00: failed command: WRITE FPDMA QUEUED
[   89.664858] ata1.00: cmd 61/40:48:c0:ff:45/00:00:10:00:00/40 tag 9 ncq dma 32768 out
                        res 40/00:28:c0:ef:45/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   89.664861] ata1.00: status: { DRDY }
[   89.664863] ata1.00: failed command: WRITE FPDMA QUEUED
[   89.664870] ata1.00: cmd 61/40:50:00:00:46/05:00:10:00:00/40 tag 10 ncq dma 688128 out
                        res 40/00:28:c0:ef:45/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   89.664873] ata1.00: status: { DRDY }
[   89.664875] ata1.00: failed command: WRITE FPDMA QUEUED
[   89.664881] ata1.00: cmd 61/40:58:40:05:46/05:00:10:00:00/40 tag 11 ncq dma 688128 out
                        res 40/00:28:c0:ef:45/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   89.664884] ata1.00: status: { DRDY }
[   89.664888] ata1: hard resetting link
[   90.404756] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   90.406630] ata1.00: supports DRM functions and may not be fully accessible
[   90.410001] ata1.00: supports DRM functions and may not be fully accessible
[   90.412862] ata1.00: configured for UDMA/133
[   90.412884] ata1: EH complete
[   90.412960] ata1.00: Enabling discard_zeroes_data
[   90.744760] ata1.00: exception Emask 0x50 SAct 0x60000001 SErr 0x4890800 action 0xe frozen
[   90.744766] ata1.00: irq_stat 0x08400040, interface fatal error, connection status changed
[   90.744769] ata1: SError: { HostInt PHYRdyChg 10B8B LinkSeq DevExch }
[   90.744773] ata1.00: failed command: WRITE FPDMA QUEUED
[   90.744780] ata1.00: cmd 61/40:00:00:50:47/05:00:10:00:00/40 tag 0 ncq dma 688128 out
                        res 40/00:f0:c0:4f:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   90.744784] ata1.00: status: { DRDY }
[   90.744787] ata1.00: failed command: WRITE FPDMA QUEUED
[   90.744793] ata1.00: cmd 61/40:e8:80:4a:47/05:00:10:00:00/40 tag 29 ncq dma 688128 out
                        res 40/00:f0:c0:4f:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   90.744796] ata1.00: status: { DRDY }
[   90.744799] ata1.00: failed command: WRITE FPDMA QUEUED
[   90.744805] ata1.00: cmd 61/40:f0:c0:4f:47/00:00:10:00:00/40 tag 30 ncq dma 32768 out
                        res 40/00:f0:c0:4f:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   90.744808] ata1.00: status: { DRDY }
[   90.744812] ata1: hard resetting link
[   91.664775] ata1: SATA link down (SStatus 0 SControl 320)
[   96.734748] ata1: hard resetting link
[   97.066816] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   97.068830] ata1.00: supports DRM functions and may not be fully accessible
[   97.072430] ata1.00: supports DRM functions and may not be fully accessible
[   97.075377] ata1.00: configured for UDMA/133
[   97.075401] ata1: EH complete
[   97.075559] ata1.00: Enabling discard_zeroes_data
[   97.154789] ata1: limiting SATA link speed to 1.5 Gbps
[   97.154795] ata1.00: exception Emask 0x50 SAct 0x400ffa04 SErr 0x4890800 action 0xe frozen
[   97.154802] ata1.00: irq_stat 0x08400040, interface fatal error, connection status changed
[   97.154808] ata1: SError: { HostInt PHYRdyChg 10B8B LinkSeq DevExch }
[   97.154815] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.154828] ata1.00: cmd 61/40:10:80:4a:47/05:00:10:00:00/40 tag 2 ncq dma 688128 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.154834] ata1.00: status: { DRDY }
[   97.154838] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.154851] ata1.00: cmd 61/40:48:40:55:47/05:00:10:00:00/40 tag 9 ncq dma 688128 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.154856] ata1.00: status: { DRDY }
[   97.154860] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.154872] ata1.00: cmd 61/d0:58:80:5a:47/03:00:10:00:00/40 tag 11 ncq dma 499712 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.154877] ata1.00: status: { DRDY }
[   97.154881] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.154893] ata1.00: cmd 61/40:60:00:90:47/05:00:10:00:00/40 tag 12 ncq dma 688128 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.154898] ata1.00: status: { DRDY }
[   97.154902] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.154913] ata1.00: cmd 61/40:68:40:95:47/05:00:10:00:00/40 tag 13 ncq dma 688128 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.154918] ata1.00: status: { DRDY }
[   97.154922] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.154934] ata1.00: cmd 61/40:70:80:9a:47/05:00:10:00:00/40 tag 14 ncq dma 688128 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.154939] ata1.00: status: { DRDY }
[   97.154943] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.154955] ata1.00: cmd 61/40:78:c0:9f:47/00:00:10:00:00/40 tag 15 ncq dma 32768 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.154960] ata1.00: status: { DRDY }
[   97.154964] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.154976] ata1.00: cmd 61/40:80:40:a5:47/05:00:10:00:00/40 tag 16 ncq dma 688128 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.154980] ata1.00: status: { DRDY }
[   97.154985] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.154996] ata1.00: cmd 61/40:88:80:aa:47/05:00:10:00:00/40 tag 17 ncq dma 688128 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.155001] ata1.00: status: { DRDY }
[   97.155005] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.155017] ata1.00: cmd 61/40:90:00:50:47/05:00:10:00:00/40 tag 18 ncq dma 688128 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.155022] ata1.00: status: { DRDY }
[   97.155026] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.155038] ata1.00: cmd 61/40:98:c0:4f:47/00:00:10:00:00/40 tag 19 ncq dma 32768 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.155043] ata1.00: status: { DRDY }
[   97.155047] ata1.00: failed command: WRITE FPDMA QUEUED
[   97.155059] ata1.00: cmd 61/40:f0:00:a0:47/05:00:10:00:00/40 tag 30 ncq dma 688128 out
                        res 40/00:48:40:55:47/00:00:10:00:00/40 Emask 0x50 (ATA bus error)
[   97.155064] ata1.00: status: { DRDY }
[   97.155070] ata1: hard resetting link
[   97.884756] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   97.886638] ata1.00: supports DRM functions and may not be fully accessible
[   97.890135] ata1.00: supports DRM functions and may not be fully accessible
[   97.892980] ata1.00: configured for UDMA/133
[   97.893026] ata1: EH complete
[   97.893086] ata1.00: Enabling discard_zeroes_data
[  105.474760] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  105.476697] ata1.00: supports DRM functions and may not be fully accessible
[  105.480206] ata1.00: supports DRM functions and may not be fully accessible
[  105.483163] ata1.00: configured for UDMA/133
[  105.483220] ata1.00: Enabling discard_zeroes_data
[  106.884761] ata1: SATA link down (SStatus 0 SControl 310)

Offline

#2 2019-03-24 10:23:36

PyroelectricBaton
Member
Registered: 2019-03-24
Posts: 5

Re: exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

UPDATE:
For testing purposes, I have put the Arch disk in my laptop (Thinkpad E470). It works fine, no ATA failures whatsoever. Writing on it right now.
So it's definitely some kind of weird bug involving the motherboard and/or specific components of my desktop computer AND Arch Linux (as all works fine with other OS, just tested it with debian stable, no issues...).

Offline

#3 2019-03-24 10:53:38

frostschutz
Member
Registered: 2013-11-15
Posts: 1,409

Re: exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

PyroelectricBaton wrote:

5. Changing SATA cables did not solve the problem.

And changing the sata port?

cat /proc/interrupts, cat /proc/cmdline, lspci, lsmod from both Debian and ArchLinux on that machine? Any other differences in dmesg from both systems?

so apparently no hardware failure on the PC side

Can't be ruled out entirely ... it could also be a side effect or PSU related or ... also run a memtest just in case.

Offline

#4 2019-03-24 11:12:32

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,414

Re: exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

Please wrap output in [ code ] tags.

Samsung SSDs are notorious for issues with power saving, the 4.16 kernel enabled a form of power saving on SATA by default, check if disabling that helps (so switch to max_performance): https://wiki.archlinux.org/index.php/Po … Management

Online

#5 2019-03-24 16:26:36

PyroelectricBaton
Member
Registered: 2019-03-24
Posts: 5

Re: exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

Changing SATA ports does not solve the problem either.

I ran a memtest which did not detect any error.

Then I ran the commands you suggested

cat /proc/interrupts

DEBIAN

          CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
  0:         43          0          0          0          0          0          0          0  IR-IO-APIC   2-edge      timer
  5:          0          0          0          0          0          0          0          0  IR-IO-APIC   5-edge      parport0
  8:          1          0          0          0          0          0          0          0  IR-IO-APIC   8-edge      rtc0
  9:          4          0          0          0          0          0          0          0  IR-IO-APIC   9-fasteoi   acpi
 16:        599       4776          0          0          0          0          0          0  IR-IO-APIC  16-fasteoi   ehci_hcd:usb1, ath9k
 23:        389          0          0        116          0          0          0       1970  IR-IO-APIC  23-fasteoi   ehci_hcd:usb2
 24:          0          0          0          0          0          0          0          0  DMAR-MSI   0-edge      dmar0
 25:          0          0          0          0          0          0          0          0  DMAR-MSI   1-edge      dmar1
 26:        532        359          0          0          0       1859          0          0  IR-PCI-MSI 327680-edge      xhci_hcd
 27:          0          0          0          0          0          0          0          0  IR-PCI-MSI 1572864-edge      enp3s0
 28:      14498          0          0          0          0          0       4478          0  IR-PCI-MSI 512000-edge      ahci[0000:00:1f.2]
 29:         83          0          0          0          0          0          0          0  IR-PCI-MSI 32768-edge      i915
 30:        160          0          0          0          0          0          0        166  IR-PCI-MSI 524288-edge      radeon
 31:         13          0          0          0          0          0          0          0  IR-PCI-MSI 360448-edge      mei_me
 32:        896          0          0          0          0          0          0          0  IR-PCI-MSI 442368-edge      snd_hda_intel:card1
 33:        832          0          0          0          2          0          0          0  IR-PCI-MSI 526336-edge      snd_hda_intel:card2
 34:        147          0          0          0          4          0          0          0  IR-PCI-MSI 49152-edge      snd_hda_intel:card0
NMI:          0          0          0          0          0          0          0          0   Non-maskable interrupts
LOC:       5772       7027       5976       5083       6229       5449       5334       6163   Local timer interrupts
SPU:          0          0          0          0          0          0          0          0   Spurious interrupts
PMI:          0          0          0          0          0          0          0          0   Performance monitoring interrupts
IWI:          0          0          0          0          0          0          0          0   IRQ work interrupts
RTR:          0          0          0          0          0          0          0          0   APIC ICR read retries
RES:       1341        628        741        494        788        392        527        508   Rescheduling interrupts
CAL:       7782       6854       7091       4124       6883       5795       6852       7443   Function call interrupts
TLB:       2929       2159       2524       2134       2180       1217       2487       2830   TLB shootdowns
TRM:          0          0          0          0          0          0          0          0   Thermal event interrupts
THR:          0          0          0          0          0          0          0          0   Threshold APIC interrupts
DFR:          0          0          0          0          0          0          0          0   Deferred Error APIC interrupts
MCE:          0          0          0          0          0          0          0          0   Machine check exceptions
MCP:          2          2          2          2          2          2          2          2   Machine check polls
ERR:          0
MIS:          0
PIN:          0          0          0          0          0          0          0          0   Posted-interrupt notification event
NPI:          0          0          0          0          0          0          0          0   Nested posted-interrupt event
PIW:          0          0          0          0          0          0          0          0   Posted-interrupt wakeup even

ARCH LINUX

           CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
  0:         18          0          0          0          0          0          0          0  IR-IO-APIC   2-edge      timer
  5:          0          0          0          0          0          0          0          0  IR-IO-APIC   5-edge      parport0
  8:          0          0          1          0          0          0          0          0  IR-IO-APIC   8-edge      rtc0
  9:          0          4          0          0          0          0          0          0  IR-IO-APIC   9-fasteoi   acpi
 16:          0          0          0       2210          0          0          0          0  IR-IO-APIC  16-fasteoi   ehci_hcd:usb1, ath9k
 18:          0          0          0          0          0          0          0          0  IR-IO-APIC  18-fasteoi   i801_smbus
 23:          0          0          0          0          0          0         34          0  IR-IO-APIC  23-fasteoi   ehci_hcd:usb3
 24:          0          0          0          0          0          0          0          0  DMAR-MSI   0-edge      dmar0
 25:          0          0          0          0          0          0          0          0  DMAR-MSI   1-edge      dmar1
 26:          0          0          0          0      10658          0          0          0  IR-PCI-MSI 512000-edge      ahci[0000:00:1f.2]
 27:          0          0          0          0          0       3381          0          0  IR-PCI-MSI 327680-edge      xhci_hcd
 28:          0         16          0          0          0          0          0          0  IR-PCI-MSI 360448-edge      mei_me
 29:          0          0          0          0          0          0          0          0  IR-PCI-MSI 1572864-edge      enp3s0
 30:          0          0          0        797          0          0          0          0  IR-PCI-MSI 442368-edge      snd_hda_intel:card1
 31:          0          0          0          0        618          0          0          0  IR-PCI-MSI 526336-edge      snd_hda_intel:card2
 32:          0          0          0          0          0         83          0          0  IR-PCI-MSI 32768-edge      i915
 33:          0          0          0          0          0          0        355          0  IR-PCI-MSI 524288-edge      radeon
 34:          0        147          0          0          0          0          0          0  IR-PCI-MSI 49152-edge      snd_hda_intel:card0
NMI:          0          0          0          0          0          0          0          0   Non-maskable interrupts
LOC:       4713       5546       4531       4897       4897       4506       4603       4407   Local timer interrupts
SPU:          0          0          0          0          0          0          0          0   Spurious interrupts
PMI:          0          0          0          0          0          0          0          0   Performance monitoring interrupts
IWI:          0          0          0          0          0          0          0          0   IRQ work interrupts
RTR:          0          0          0          0          0          0          0          0   APIC ICR read retries
RES:        961        495        412        433        507        460        392        364   Rescheduling interrupts
CAL:       5228       4223       4744       3794       3735       4343       4670       4346   Function call interrupts
TLB:       2615       1492       2211       1207       1556       1674       2104       1712   TLB shootdowns
TRM:          0          0          0          0          0          0          0          0   Thermal event interrupts
THR:          0          0          0          0          0          0          0          0   Threshold APIC interrupts
DFR:          0          0          0          0          0          0          0          0   Deferred Error APIC interrupts
MCE:          0          0          0          0          0          0          0          0   Machine check exceptions
MCP:          1          2          2          2          2          2          2          2   Machine check polls
HYP:          0          0          0          0          0          0          0          0   Hypervisor callback interrupts
HRE:          0          0          0          0          0          0          0          0   Hyper-V reenlightenment interrupts
HVS:          0          0          0          0          0          0          0          0   Hyper-V stimer0 interrupts
ERR:          0
MIS:          0
PIN:          0          0          0          0          0          0          0          0   Posted-interrupt notification event
NPI:          0          0          0          0          0          0          0          0   Nested posted-interrupt event
PIW:          0          0          0          0          0          0          0          0   Posted-interrupt wakeup event

cat /proc/cmdline

DEBIAN

BOOT_IMAGE=/vmlinuz-4.13.0-41-generic root=/dev/mapper/debian--vg-root ro ipv6.disable=1 quiet splash

ARCH LINUX

BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/ArchVolGroup-root rw cryptdevice=/dev/sda2:cryptlvm root=/dev/ArchVolGroup/root ipv6.disable=1

lspci
DEBIAN

00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d4)
00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z87 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Curacao XT / Trinidad XT [Radeon R7 370 / R9 270X/370X]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series]
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
04:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)
06:00.0 Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01)

ARCH LINUX

00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d4)
00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z87 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Curacao XT / Trinidad XT [Radeon R7 370 / R9 270X/370X]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series]
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
04:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)
06:00.0 Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01)

lsmod

DEBIAN

Module                  Size  Used by
ccm                    20480  6
bridge                143360  0
stp                    16384  1 bridge
llc                    16384  2 bridge,stp
ebtable_filter         16384  0
ebtables               32768  1 ebtable_filter
ip6_tables             28672  0
pci_stub               16384  1
vboxpci                24576  0
vboxnetadp             28672  0
vboxnetflt             28672  0
vboxdrv               475136  3 vboxnetadp,vboxnetflt,vboxpci
xt_CHECKSUM            16384  3
iptable_mangle         16384  1
arc4                   16384  2
ipt_MASQUERADE         16384  6
nf_nat_masquerade_ipv4    16384  1 ipt_MASQUERADE
iptable_nat            16384  1
nf_nat_ipv4            16384  1 iptable_nat
nf_nat                 28672  2 nf_nat_masquerade_ipv4,nf_nat_ipv4
ipt_REJECT             16384  8
nf_reject_ipv4         16384  1 ipt_REJECT
nf_conntrack_ipv4      16384  9
nf_defrag_ipv4         16384  1 nf_conntrack_ipv4
xt_tcpudp              16384  23
xt_conntrack           16384  2
nf_conntrack          131072  6 nf_conntrack_ipv4,ipt_MASQUERADE,nf_nat_masquerade_ipv4,xt_conntrack,nf_nat_ipv4,nf_nat
xt_multiport           16384  2
iptable_filter         16384  1
binfmt_misc            20480  1
ath9k                 151552  0
snd_hda_codec_realtek    98304  1
ath9k_common           36864  1 ath9k
intel_rapl             20480  0
snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
ath9k_hw              475136  2 ath9k,ath9k_common
snd_hda_codec_hdmi     49152  2
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
snd_hda_intel          40960  6
coretemp               16384  0
ath                    28672  3 ath9k_hw,ath9k,ath9k_common
kvm_intel             204800  0
snd_hda_codec         126976  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
kvm                   593920  1 kvm_intel
mac80211              782336  1 ath9k
snd_hda_core           81920  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hwdep              20480  1 snd_hda_codec
irqbypass              16384  1 kvm
snd_pcm                98304  4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
intel_cstate           20480  0
joydev                 20480  0
input_leds             16384  0
intel_rapl_perf        16384  0
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            32768  1 snd_seq_midi
cfg80211              614400  4 mac80211,ath9k,ath,ath9k_common
snd_seq                65536  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              32768  2 snd_seq,snd_pcm
snd                    81920  23 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
mei_me                 40960  0
lpc_ich                24576  0
mei                   102400  1 mei_me
soundcore              16384  1 snd
shpchp                 36864  0
tpm_infineon           20480  0
mac_hid                16384  0
parport_pc             32768  1
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,parport_pc,ppdev
ip_tables              24576  3 iptable_mangle,iptable_filter,iptable_nat
x_tables               40960  11 xt_multiport,ipt_REJECT,iptable_mangle,ip_tables,ebtables,iptable_filter,xt_tcpudp,ipt_MASQUERADE,xt_CHECKSUM,xt_conntrack,ip6_tables
autofs4                40960  2
btrfs                1101824  0
algif_skcipher         20480  0
af_alg                 16384  1 algif_skcipher
dm_crypt               36864  1
raid10                 49152  0
raid456               143360  0
async_raid6_recov      20480  1 raid456
async_memcpy           16384  2 raid456,async_raid6_recov
async_pq               16384  2 raid456,async_raid6_recov
async_xor              16384  3 async_pq,raid456,async_raid6_recov
async_tx               16384  5 async_xor,async_pq,raid456,async_memcpy,async_raid6_recov
xor                    24576  2 async_xor,btrfs
raid6_pq              118784  4 async_pq,btrfs,raid456,async_raid6_recov
libcrc32c              16384  3 nf_conntrack,raid456,nf_nat
raid1                  40960  0
raid0                  20480  0
multipath              16384  0
linear                 16384  0
amdgpu               2027520  0
hid_generic            16384  0
usbhid                 49152  0
hid                   118784  2 hid_generic,usbhid
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
amdkfd                188416  1
ghash_clmulni_intel    16384  0
pcbc                   16384  0
amd_iommu_v2           20480  1 amdkfd
i915                 1830912  3
radeon               1486848  2
aesni_intel           188416  7
ttm                    94208  2 amdgpu,radeon
i2c_algo_bit           16384  3 amdgpu,radeon,i915
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
drm_kms_helper        167936  3 amdgpu,radeon,i915
glue_helper            16384  1 aesni_intel
cryptd                 24576  4 crypto_simd,ghash_clmulni_intel,aesni_intel
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
ahci                   36864  2
libahci                32768  1 ahci
r8169                  86016  0
drm                   360448  9 amdgpu,radeon,i915,ttm,drm_kms_helper
mii                    16384  1 r8169
video                  40960  1 i915

ARCH LINUX

Module                  Size  Used by
mousedev               24576  0
ccm                    20480  6
fuse                  118784  3
devlink                77824  0
iptable_mangle         16384  0
iptable_nat            16384  0
nf_nat_ipv4            16384  1 iptable_nat
nf_nat                 36864  1 nf_nat_ipv4
nf_conntrack          163840  2 nf_nat,nf_nat_ipv4
nf_defrag_ipv6         20480  1 nf_conntrack
nf_defrag_ipv4         16384  1 nf_conntrack
libcrc32c              16384  2 nf_conntrack,nf_nat
ebtable_filter         16384  0
ebtables               36864  1 ebtable_filter
ip6_tables             32768  0
iptable_filter         16384  0
amdgpu               3428352  0
chash                  16384  1 amdgpu
gpu_sched              28672  1 amdgpu
arc4                   16384  2
ath9k                 184320  0
ath9k_common           36864  1 ath9k
ath9k_hw              512000  2 ath9k_common,ath9k
i915                 2101248  2
ath                    36864  3 ath9k_common,ath9k,ath9k_hw
radeon               1634304  3
mac80211              913408  2 ath9k,ath9k_hw
intel_rapl             24576  0
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
coretemp               16384  0
kvm_intel             245760  0
kvmgt                  28672  0
vfio_mdev              16384  0
mdev                   20480  2 kvmgt,vfio_mdev
vfio_iommu_type1       28672  0
vfio                   32768  3 kvmgt,vfio_mdev,vfio_iommu_type1
kvm                   737280  2 kvmgt,kvm_intel
ofpart                 16384  0
ttm                   126976  2 amdgpu,radeon
snd_hda_codec_realtek   122880  1
cmdlinepart            16384  0
i2c_algo_bit           16384  3 amdgpu,radeon,i915
snd_hda_codec_generic    86016  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     57344  2
cfg80211              765952  4 ath9k_common,ath9k,ath,mac80211
drm_kms_helper        208896  3 amdgpu,radeon,i915
snd_hda_intel          45056  4
irqbypass              16384  1 kvm
intel_spi_platform     16384  0
intel_spi              20480  1 intel_spi_platform
intel_cstate           16384  0
iTCO_wdt               16384  0
spi_nor                36864  1 intel_spi
intel_uncore          135168  0
joydev                 24576  0
snd_hda_codec         151552  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
input_leds             16384  0
mtd                    69632  5 cmdlinepart,intel_spi,ofpart
ppdev                  20480  0
iTCO_vendor_support    16384  1 iTCO_wdt
intel_rapl_perf        16384  0
rfkill                 28672  3 cfg80211
drm                   495616  10 gpu_sched,drm_kms_helper,amdgpu,radeon,i915,ttm
snd_hda_core           94208  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
r8169                  90112  0
i2c_i801               32768  0
pcspkr                 16384  0
lpc_ich                28672  0
snd_hwdep              16384  1 snd_hda_codec
realtek                20480  1
snd_pcm               131072  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
libphy                 77824  2 r8169,realtek
intel_gtt              24576  1 i915
snd_timer              36864  1 snd_pcm
agpgart                49152  3 intel_gtt,ttm,drm
snd                    98304  16 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
mei_me                 45056  0
soundcore              16384  1 snd
parport_pc             49152  0
mei                   114688  1 mei_me
parport                57344  2 parport_pc,ppdev
evdev                  24576  14
mac_hid                16384  0
pcc_cpufreq            16384  0
vboxnetflt             32768  0
vboxnetadp             28672  0
vboxpci                28672  0
vboxdrv               495616  3 vboxpci,vboxnetadp,vboxnetflt
ip_tables              28672  3 iptable_filter,iptable_nat,iptable_mangle
x_tables               45056  5 ebtables,iptable_filter,ip6_tables,ip_tables,iptable_mangle
ext4                  733184  2
crc32c_generic         16384  0
crc16                  16384  1 ext4
mbcache                16384  1 ext4
jbd2                  122880  1 ext4
fscrypto               32768  1 ext4
algif_skcipher         16384  0
af_alg                 28672  1 algif_skcipher
hid_generic            16384  0
usbhid                 57344  0
hid                   139264  2 usbhid,hid_generic
dm_crypt               40960  1
dm_mod                155648  9 dm_crypt
sd_mod                 61440  3
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
crc32c_intel           24576  5
ghash_clmulni_intel    16384  0
pcbc                   16384  0
ahci                   40960  2
libahci                40960  1 ahci
aesni_intel           200704  6
libata                278528  2 libahci,ahci
xhci_pci               16384  0
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
xhci_hcd              266240  1 xhci_pci
scsi_mod              253952  2 sd_mod,libata
cryptd                 28672  4 crypto_simd,ghash_clmulni_intel,aesni_intel
ehci_pci               16384  0
glue_helper            16384  1 aesni_intel
ehci_hcd               94208  1 ehci_pci

I have yet to test the "switch to max_performance" suggestion.

Couldn't it be heavily network related? Because errors always start when there is network activity (even Firefox is enough).

Offline

#6 2019-03-24 16:54:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,414

Re: exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

Unlikely, other than the fact that "network activity" in firefox will of course lead to comparatively constant I/O (but due to slowness of the network packages, not constant enough, so it's likely in some sleeping -> wakeup --> sleeping cycle) on the disk due to caches and similar.  And as mentioned, Samsung SSDs are notorious for this, so it's likely being fairly often woken up out of the power saving state, but it can't really come back from that.

Online

#7 2019-03-24 17:21:40

PyroelectricBaton
Member
Registered: 2019-03-24
Posts: 5

Re: exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

Yes, but why does it always start this cycle when some network activity is initiated?

All my sci hosts have already "max_performance" enabled, so nothing to do here?

cat /sys/class/scsi_host/host*/link_power_management_policy 
max_performance
max_performance
max_performance
max_performance
max_performance
max_performance

Offline

#8 2019-03-24 22:03:28

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

Can you test linux 4.19 or 5.0 on Debian?  If the issue does not appear using those kernels I would suggest building a kernel using the .config from Debian 4.19 / 5.0 and test that on arch.

Offline

#9 2019-03-25 14:19:05

PyroelectricBaton
Member
Registered: 2019-03-24
Posts: 5

Re: exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

Ok I'll try that this evening and keep you updated.

Offline

#10 2021-10-05 16:55:54

kocoman
Member
Registered: 2021-10-05
Posts: 1

Re: exception Emask 0x50 ATA bus errors on fresh Arch install (unusable)

any update?
thx

Offline

Board footer

Powered by FluxBB