Keep seeing these 2 messages pop up on my console

Status
Not open for further replies.

NoHesHere

Cadet
Joined
Jun 20, 2013
Messages
8
I had been running a FreeNAS 8.3.1 box without issue for about 6 months. The other day, my router died, and as I needed to replace it, I also took the opportunity to upgrade my FreeNAS to 9.2.1.3. Once I did that, I started seeing 2 strange messages on the console I had never seen prior. Any help, or explanation would be greatly appreciated.

First message, which I know is an error:

Code:
Apr  1 19:00:46 freenas kernel: (ada2:ahcich2:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 30 08 63 ca 40 99 00 00 00 00 00
Apr  1 19:00:46 freenas kernel: (ada2:ahcich2:0:0:0): CAM status: Uncorrectable parity/CRC error
Apr  1 19:00:46 freenas kernel: (ada2:ahcich2:0:0:0): Retrying command


This pops up fairly frequently, and I am not sure what is causing it. I read a bunch of old threads on the forum about this, and there seems to be a consensus that sometimes a bad SATA cable causes the issue, among other things. I will do that, but wanted to post it here beforehand, in case it is happening just because the drive is powering up and down.

Here is the output of smartctl -a /dev/ada2

Code:
smartctl 6.2 2013-07-26 r3841 [FreeBSD 9.2-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
 
=== START OF INFORMATION SECTION ===
Model Family:    Western Digital Red (AF)
Device Model:    WDC WD20EFRX-68AX9N0
Serial Number:    WD-WMC301585652
LU WWN Device Id: 5 0014ee 6589e6eb7
Firmware Version: 80.00A80
User Capacity:    2,000,398,934,016 bytes [2.00 TB]
Sector Sizes:    512 bytes logical, 4096 bytes physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:  ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Wed Apr  2 06:25:19 2014 PDT
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
 
General SMART Values:
Offline data collection status:  (0x00)    Offline data collection activity
                    was never started.
                    Auto Offline Data Collection: Disabled.
Self-test execution status:      ( 242)    Self-test routine in progress...
                    20% of test remaining.
Total time to complete Offline
data collection:        (28020) seconds.
Offline data collection
capabilities:              (0x7b) SMART execute Offline immediate.
                    Auto Offline data collection on/off support.
                    Suspend Offline collection upon new
                    command.
                    Offline surface scan supported.
                    Self-test supported.
                    Conveyance Self-test supported.
                    Selective Self-test supported.
SMART capabilities:            (0x0003)    Saves SMART data before entering
                    power-saving mode.
                    Supports SMART auto save timer.
Error logging capability:        (0x01)    Error logging supported.
                    General Purpose Logging supported.
Short self-test routine
recommended polling time:      (  2) minutes.
Extended self-test routine
recommended polling time:      ( 283) minutes.
Conveyance self-test routine
recommended polling time:      (  5) minutes.
SCT capabilities:            (0x70bd)    SCT Status supported.
                    SCT Error Recovery Control supported.
                    SCT Feature Control supported.
                    SCT Data Table supported.
 
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG    VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate    0x002f  200  200  051    Pre-fail  Always      -      0
  3 Spin_Up_Time            0x0027  181  180  021    Pre-fail  Always      -      3916
  4 Start_Stop_Count        0x0032  100  100  000    Old_age  Always      -      24
  5 Reallocated_Sector_Ct  0x0033  200  200  140    Pre-fail  Always      -      0
  7 Seek_Error_Rate        0x002e  200  200  000    Old_age  Always      -      0
  9 Power_On_Hours          0x0032  091  091  000    Old_age  Always      -      6858
10 Spin_Retry_Count        0x0032  100  253  000    Old_age  Always      -      0
11 Calibration_Retry_Count 0x0032  100  253  000    Old_age  Always      -      0
12 Power_Cycle_Count      0x0032  100  100  000    Old_age  Always      -      23
192 Power-Off_Retract_Count 0x0032  200  200  000    Old_age  Always      -      18
193 Load_Cycle_Count        0x0032  200  200  000    Old_age  Always      -      5
194 Temperature_Celsius    0x0022  111  107  000    Old_age  Always      -      36
196 Reallocated_Event_Count 0x0032  200  200  000    Old_age  Always      -      0
197 Current_Pending_Sector  0x0032  200  200  000    Old_age  Always      -      0
198 Offline_Uncorrectable  0x0030  100  253  000    Old_age  Offline      -      0
199 UDMA_CRC_Error_Count    0x0032  200  200  000    Old_age  Always      -      1
200 Multi_Zone_Error_Rate  0x0008  200  200  000    Old_age  Offline      -      0
 
SMART Error Log Version: 1
No Errors Logged
 
SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Interrupted (host reset)      90%      2467        -
# 2  Extended offline    Completed without error      00%      2088        -
# 3  Extended offline    Interrupted (host reset)      80%      1748        -
# 4  Extended offline    Interrupted (host reset)      50%      1342        -
# 5  Extended offline    Completed without error      00%      1009        -
# 6  Extended offline    Completed without error      00%      299        -
 
SMART Selective self-test log data structure revision number 1
SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.


The second message (totally unrelated, and if I should split this into another thread, please let me know):

Code:
Apr  2 06:27:46 freenas nmbd[2685]: [2014/04/02 06:27:46.175246,  0] ../source3/nmbd/nmbd_workgroupdb.c:276(dump_workgroups)
Apr  2 06:27:46 freenas nmbd[2685]:  dump_workgroups()
Apr  2 06:27:46 freenas nmbd[2685]:    dump workgroup on subnet  192.168.2.140: netmask=  255.255.255.0:
Apr  2 06:27:46 freenas nmbd[2685]:      WORKGROUP(1) current master browser = RT-AC66U
Apr  2 06:27:46 freenas nmbd[2685]:          FREENAS 40819a23 (FreeNAS Server)
Apr  2 06:27:46 freenas nmbd[2685]:          RT-AC66U 400c9a03 (RT-AC66U)


This one I am pretty much baffled by, with the exception of seeing the model of my new router.

Thanks again for any help.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Well, if it's powering down and up when it shouldn't be, then you have either a bad hard drive, bad power supply, or something wrong causing intermittent power to the drive. I'll let you figure out which one it is if that situation applies as I can't help you more anyway.

That error is because the hard drive is reporting a problem. The problem can range from the hard drive to the cable to the SATA controller. Unfortunately identifying the problem will require you to eliminate the possibilities.

SMART data isn't bad(the interruptions scare me.. but that's not a bad sign). You ahven't done a SMART test in like 4000 power-on hours, so you have no schedule for SMART tests. I'd definitely set them up since you should be doing them. Search the forums for recommended schedules to find one that makes you happy.
 

NoHesHere

Cadet
Joined
Jun 20, 2013
Messages
8
Thanks for the help. I had admittedly, until this problem had shown up, never had SMART tests scheduled. I did set one up yesterday, so from now on should have the reporting. I will fiddle with it and hopefully find the issue. All my other drives complete their tests without issue, no interrupts or anything. Any ideas on the second message? Is that an error, or just the system being verbose?
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Oh, I forgot to answer your second part. No clue since i've never seen that message before. It looks like it's just being verbose for a domain or something since nothing screams "I'm broken.. fix me".
 
Status
Not open for further replies.
Top