Predrag Punosevac wrote:

> On Tue, Jun 27, 2017 at 2:19 PM, Jan Stary <h...@stare.cz> wrote:
> > This is current/amd64 (dmesg below).
> > After installing smartmontools and running
> > /usr/local/sbin/smartctl -t short /dev/sd0c
> > in rc.local I get a log of
> > 
> > atascsi_passthru_done, timeout
> > 
> > in /var/log/messages. Is this anything to worry about?
> > 
> > Jan
> 
> It seems that this is still an issue 
> 
> # uname -a
> OpenBSD oko.bagdala2.net 6.2 GENERIC.MP#0 amd64
> # dmesg|tail -10
> atascsi_passthru_done, timeout
> atascsi_passthru_done, timeout
> atascsi_passthru_done, timeout
> atascsi_passthru_done, timeout
> atascsi_passthru_done, timeout
> atascsi_passthru_done, timeout
> atascsi_passthru_done, timeout
> atascsi_passthru_done, timeout
> atascsi_passthru_done, timeout
> atascsi_passthru_done, timeout

This was due to misconfiguration on my end. I replaced 

/dev/sd0c -d sat -a -o on -S on -s (S/../.././02|L/../../6/03)
/dev/sd1c -d sat -a -o on -S on -s (S/../.././03|L/../../6/04)

with 

/dev/sd0c -d ata -a -o on -S on -s (S/../.././02|L/../../6/03)
/dev/sd1c -d ata -a -o on -S on -s (S/../.././03|L/../../6/04)

in /etc/smartd.conf, restarted smartd, and errors are gone.

Cheers,
Predrag

Reply via email to