From nobody Tue Mar 28 18:56:26 2023 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PmJnD2fZbz42HnN for ; Tue, 28 Mar 2023 18:56:32 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [IPv6:2607:f3e0:0:1::12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smarthost1.sentex.ca", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PmJnC6q78z3xsp for ; Tue, 28 Mar 2023 18:56:31 +0000 (UTC) (envelope-from mike@sentex.net) Authentication-Results: mx1.freebsd.org; none Received: from pyroxene2a.sentex.ca (pyroxene19.sentex.ca [199.212.134.19]) by smarthost1.sentex.ca (8.17.1/8.16.1) with ESMTPS id 32SIuPLY015455 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=FAIL); Tue, 28 Mar 2023 14:56:25 -0400 (EDT) (envelope-from mike@sentex.net) Received: from [IPV6:2607:f3e0:0:4::29] ([IPv6:2607:f3e0:0:4:0:0:0:29]) by pyroxene2a.sentex.ca (8.16.1/8.15.2) with ESMTPS id 32SIuOTw023909 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Tue, 28 Mar 2023 14:56:25 -0400 (EDT) (envelope-from mike@sentex.net) Message-ID: Date: Tue, 28 Mar 2023 14:56:26 -0400 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: Adaptec RAID 2020SA raid status Content-Language: en-US To: Robert Fitzpatrick , FreeBSD References: <86532220-d7df-0462-498b-3cb66c6a39bc@webtent.org> From: mike tancsa In-Reply-To: <86532220-d7df-0462-498b-3cb66c6a39bc@webtent.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 X-Rspamd-Queue-Id: 4PmJnC6q78z3xsp X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:11647, ipnet:2607:f3e0::/32, country:CA] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 3/28/2023 2:52 PM, Robert Fitzpatrick wrote: > root@db1:/usr/ports/sysutils/arcconf # /usr/local/sbin/arcconf > getconfig 1 > Controllers found: 1 > Segmentation fault (core dumped) > > Can someone advise on how to get arcconf working or another way to > monitor the RAID status? > Thats a pretty old card.  Maybe try truss /usr/local/sbin/arcconf getconfig 1 and see what its doing just before it coredumps     ---Mike