Created attachment 240133 [details] Patch sysutils/smartmontools/files/smart.in Setting daily_status_smart_devices="AUTO" in /etc/periodic.conf does not currently work with nda(4) devices. This patch applies similar fixes to those applied for nvd(4) to make this work correctly.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bcfaccea10e8c273ae693a051a75b53c3a4147ee commit bcfaccea10e8c273ae693a051a75b53c3a4147ee Author: Oleksii Samorukov <samm@FreeBSD.org> AuthorDate: 2023-06-05 20:12:23 +0000 Commit: Oleksii Samorukov <samm@FreeBSD.org> CommitDate: 2023-06-05 20:14:24 +0000 sysutils/smartmontools: fix update-drive-db and hanlde nda(4) devices PR: 269535, 266185 sysutils/smartmontools/Makefile | 1 + .../files/patch-update-smart-drivedb.in (new) | 56 ++++++++++++++++++++++ sysutils/smartmontools/files/smart.in | 2 +- 3 files changed, 58 insertions(+), 1 deletion(-)
Thank you, fixed