From nobody Tue Mar 28 20:10:34 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 4PmLQd5T1zz42N1T for ; Tue, 28 Mar 2023 20:10:33 +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 4PmLQd52vmz4FLj for ; Tue, 28 Mar 2023 20:10:33 +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 32SKAWjQ043831 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=FAIL); Tue, 28 Mar 2023 16:10:33 -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 32SKAWxs049536 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Tue, 28 Mar 2023 16:10:32 -0400 (EDT) (envelope-from mike@sentex.net) Message-ID: Date: Tue, 28 Mar 2023 16:10:34 -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 Cc: FreeBSD References: <86532220-d7df-0462-498b-3cb66c6a39bc@webtent.org> <833858a0-ac15-aa4c-4228-62394953ac15@webtent.org> From: mike tancsa In-Reply-To: <833858a0-ac15-aa4c-4228-62394953ac15@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: 4PmLQd52vmz4FLj 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 4:06 PM, Robert Fitzpatrick wrote: > > But for the record, having a bit of trouble with truss output to file > or piping to more, however, I do see a lot of errors in regards to > missing /var/log/fsaapi.txt. Here is the end of the output: > > access("/var/log/fsaapi.txt",W_OK|R_OK)          ERR#2 'No such file > or directory' for testing, you could try touch /var/log/fsaapi.txt chmod a+w /var/log/fsaapi.txt and see if truss gets farther.  But once done, get rid of the file with all those perms. I doubt its causing the issue > getpid() = 58073 (0xe2d9) > access("/var/log/fsaapi.txt",W_OK|R_OK)          ERR#2 'No such file > or directory' > gettimeofday({ 1680033836.893091 },0x7fffffffb6b0) = 0 (0x0) > open("/var/log/fsafibs.txt",O_RDWR,0666)         ERR#2 'No such file > or directory' > ioctl(3,FSACTL_SENDFIB,0x7fffffffbb50)           = 0 (0x0) > gettimeofday({ 1680033836.893473 },0x7fffffffb6c0) = 0 (0x0) > open("/var/log/fsafibs.txt",O_RDWR,0666)         ERR#2 'No such file > or directory' > access("/var/log/fsaapi.txt",W_OK|R_OK)          ERR#2 'No such file > or directory' > access("/var/log/fsaapi.txt",W_OK|R_OK)          ERR#2 'No such file > or directory' > access("/var/log/fsaapi.txt",W_OK|R_OK)          ERR#2 'No such file > or directory' > access("/var/log/fsaapi.txt",W_OK|R_OK)          ERR#2 'No such file > or directory' > access("/var/log/fsaapi.txt",W_OK|R_OK)          ERR#2 'No such file > or directory' > getpid()                                         = 58073 (0xe2d9) > access("/var/log/fsaapi.txt",W_OK|R_OK)          ERR#2 'No such file > or directory' > SIGNAL 11 (SIGSEGV) code=SEGV_MAPERR trapno=12 addr=0x10 > process killed, signal = 11 (core dumped) >