Re: Adaptec RAID 2020SA raid status
- Reply: Tomek CEDRO : "Re: Adaptec RAID 2020SA raid status"
- In reply to: Robert Fitzpatrick : "Re: Adaptec RAID 2020SA raid status"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Mar 2023 20:10:34 UTC
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)
>