From owner-freebsd-stable@freebsd.org Wed Oct 11 08:25:03 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E428E49BF4 for ; Wed, 11 Oct 2017 08:25:03 +0000 (UTC) (envelope-from SRS0=ro/S=BK=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 615A7834A1 for ; Wed, 11 Oct 2017 08:25:03 +0000 (UTC) (envelope-from SRS0=ro/S=BK=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E018328423 for ; Wed, 11 Oct 2017 10:18:08 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 16E5728412 for ; Wed, 11 Oct 2017 10:18:08 +0200 (CEST) To: FreeBSD Stable Subject: cannot access Areca controller after OS upgrade to 10.4-RELEASE From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <59DDD3BF.3010409@quip.cz> Date: Wed, 11 Oct 2017 10:18:07 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 08:25:03 -0000 Hello, We have machine with Areca controller: arcmsr0: mem 0xde000000-0xde0fffff,0xde110000-0xde11ffff,0xde100000-0xde10ffff irq 17 at device 0.0 on pci2 Areca RAID adapter0: ARC-1200 F/W version V1.50 2012-01-04 smartmontools worked on device arcmsr0 for years, but after system upgrade from 10.3 to 10.4-RELEASE smartmontools does not return results, it hangs indefinitely. Smartmontools packages are built on our Poudriere with OS version 10.4 so it should match. We use smartctl with this params: # smartctl -A -d areca,2 /dev/arcmsr0 smartctl 6.5 2016-05-07 r4318 [FreeBSD 10.4-RELEASE amd64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org Nothing more is displayed. Pressing Ctrl+T gives me load: 3.01 cmd: smartctl 25305 [running] 71.45r 3.09u 68.25s 100% 4204k load: 3.01 cmd: smartctl 25305 [running] 74.96r 3.26u 71.58s 100% 4204k I tried to run areca-cli but it also shows nothing. OS is running from RAID device da0 fine, but controller info is inaccessible. Was there some changes between 10.3 / 10.4? What can I do to debug this problem? Kind regards Miroslav Lachman