Date: Tue, 28 Mar 2023 16:10:34 -0400 From: mike tancsa <mike@sentex.net> To: Robert Fitzpatrick <robert@webtent.org> Cc: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: Adaptec RAID 2020SA raid status Message-ID: <eb2adb23-b435-2389-4c20-ad198d64b9db@sentex.net> In-Reply-To: <833858a0-ac15-aa4c-4228-62394953ac15@webtent.org> References: <86532220-d7df-0462-498b-3cb66c6a39bc@webtent.org> <ab74eec6-cd4a-6717-0132-fc7078bdc229@sentex.net> <833858a0-ac15-aa4c-4228-62394953ac15@webtent.org>
index | next in thread | previous in thread | raw e-mail
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)
>
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eb2adb23-b435-2389-4c20-ad198d64b9db>
