Comment 7 for bug 1266305

Revision history for this message
Axel Pospischil (apos) wrote :

Today I made a backup of the drive to another 500GB disk since the problem occured during the last days after a certain time of beeing up with the pc.

Today:
1. I updated the Samsung EVO's firmware the the one from october 13th 2013.
2. I dist-upgraded to kernel 3.13.0-1.16 on Ubuntu 12.04

~$ dpkg -l linux-image*
ii linux-image-3.13.0-1-generic 3.13.0-1.16 amd64
ii linux-image-extra-3.13.0-1-generic 3.13.0-1.16 amd64

- I did NOT apply any additional kernel parameters:
~$ dmesg | grep BOOT
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.13.0-1-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash
[ 0.000000] ACPI: BOOT 00000000c3ffefd8 000028 (v01 LENOVO TP-6N 00001450 LTP 00000001)
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-1-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash

After some minutes dmesg reports "hard resetting link" of the ata port:

~$ dmesg | egrep "ata1|scsci|BOOT"
[ 2062.684026] ata1: hard resetting link
[ 2063.003975] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2063.005927] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x100)
[ 2063.005935] ata1.00: revalidation failed (errno=-5)
[ 2063.005944] ata1: limiting SATA link speed to 1.5 Gbps
[ 2068.003208] ata1: hard resetting link
[ 2068.323217] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2068.326509] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 2068.326519] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 2068.326525] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 2068.326722] ata1.00: supports DRM functions and may not be fully accessible
[ 2068.326812] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 2068.328137] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 2068.328145] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 2068.328151] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 2068.328355] ata1.00: supports DRM functions and may not be fully accessible
[ 2068.328465] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 2068.328475] ata1.00: configured for UDMA/133
[ 2068.343087] ata1: EH complete

Machine is still working until now. But I expect a freeze even with the new kernel.
It the problem persists, I'll test the other drive an will report again.