Bug 269535 - sysutils/smartmontools: Handle nda(4) devices
Summary: sysutils/smartmontools: Handle nda(4) devices
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Oleksii Samorukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-13 19:49 UTC by Tom Hukins
Modified: 2023-06-05 20:17 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (samm)


Attachments
Patch sysutils/smartmontools/files/smart.in (1.16 KB, patch)
2023-02-13 19:49 UTC, Tom Hukins
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hukins 2023-02-13 19:49:19 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-06-05 20:15:15 UTC
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(-)
Comment 2 Oleksii Samorukov freebsd_committer freebsd_triage 2023-06-05 20:17:06 UTC
Thank you, fixed