Hi,
This evening I've just upgraded my FreeBSD 10.0-RELEASE machine to 10.2-RELEASE.
The boot drive for this machine is a spinning-rust HD in an eSATA enclosure connected to a PCIe eSATA card (ASMedia ASM1062-based).
This had been running perfectly in 10.0-RELEASE. However, since the upgrade, the machine regularly hangs for a few seconds and writes the following to /var/log/messages:
The command is not always the same (e.g. READ_FPDMA_QUEUED) and neither are the various hex addresses.
Unfortunately, I can't do a full
I can't hear any oddness from the disk (nasty clicks, re-spinups, etc).
Has something in the ahci(4) driver changed or am I just unlucky in that the drive's started giving up the ghost at coincidentally the same time that I upgraded the OS?
Any help greatly appreciated.
Chris
This evening I've just upgraded my FreeBSD 10.0-RELEASE machine to 10.2-RELEASE.
The boot drive for this machine is a spinning-rust HD in an eSATA enclosure connected to a PCIe eSATA card (ASMedia ASM1062-based).
This had been running perfectly in 10.0-RELEASE. However, since the upgrade, the machine regularly hangs for a few seconds and writes the following to /var/log/messages:
Code:
Sep 26 22:57:26 trillian kernel: ahcich0: Timeout on slot 5 port 0
Sep 26 22:57:26 trillian kernel: ahcich0: is 00000000 cs 00000020 ss 00000000 rs 00000020 tfd 451 serr 00000000 cmd 0004c517
Sep 26 22:57:59 trillian kernel: ahcich0: Timeout on slot 10 port 0
Sep 26 22:57:59 trillian kernel: ahcich0: is 00000000 cs fffffc01 ss fffffc01 rs fffffc01 tfd 451 serr 00000000 cmd 0004df17
Sep 26 22:57:59 trillian kernel: (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 02 e0 bb 00 40 00 00 00 00 00 00
Sep 26 22:57:59 trillian kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Sep 26 22:57:59 trillian kernel: (ada0:ahcich0:0:0:0): Retrying command
The command is not always the same (e.g. READ_FPDMA_QUEUED) and neither are the various hex addresses.
Unfortunately, I can't do a full
smartctl -a /dev/<disk>
on the disk as it errors trying to obtain the data (always has done on this disk). Here's the output anyway:
Code:
smartctl 6.4 2015-06-04 r4109 [FreeBSD 10.2-RELEASE amd64] (local build)
Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Hitachi Deskstar 7K1000.B
Device Model: Hitachi HDT721010SLA360
Serial Number: STF601MH0MHHEB
Firmware Version: ST6OA31B
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
Sector Size: 512 bytes logical/physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA/ATAPI-6 T13/1410D revision 1
Local Time is: Sat Sep 26 23:10:44 2015 BST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
Read SMART Data failed: request failed, error code 0xd0
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
Read SMART Error Log failed: request failed, error code 0x04
I can't hear any oddness from the disk (nasty clicks, re-spinups, etc).
Has something in the ahci(4) driver changed or am I just unlucky in that the drive's started giving up the ghost at coincidentally the same time that I upgraded the OS?
Any help greatly appreciated.
Chris