Changes between Version 4 and Version 5 of Ticket #1722, comment 5


Ignore:
Timestamp:
May 19, 2023, 1:24:05 AM (19 months ago)
Author:
kolAflash

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1722, comment 5

    v4 v5  
    3636[https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900244 Debian Bug 900244]
    3737[https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/1878264 ​Ubuntu Bug 1878264]
     38[[BR]]
     39[[BR]]
     40[[BR]]
     41
     42= Workarounds / silence smart-notifier popup =
     43Any good ideas how to silence log messages and graphical popups for the moment?
     44Especially without risking to miss important stuff.
     45
     46smart-notifier: https://packages.debian.org/de/bookworm/smart-notifier ([https://screenshots.debian.net/shrine/screenshot/14777/simage/large-2bd2eac87e847e6297ab2229c22167df.png screenshot])
     47
     48**Workaround 1:**
     49(silence graphical popups, Debian-12)
     50`apt remove smart-notifier`
     51
     52**Workaround 2:**
     53`/etc/smartd.conf` (may be `/etc/smartmontools/smartd.conf` on some systems)
     54Add BEFORE `DEVICESCAN` line: `/dev/nvme0 -d ignore`
     55`systemctl restart smartmontools.service`
     56`systemctl status smartmontools.service`
     57Will report `Unable to monitor any SMART enabled devices.` all existing devices are ignored.
     58
     59**Workaround 3:**
     60`systemctl disable --now smartmontools.service`
     61[[BR]]
     62
     63https://unix.stackexchange.com/questions/80894/how-to-get-smartd-to-ignore-an-hdd
     64https://askubuntu.com/questions/1051710/how-to-disable-smart-checks-for-removable-drives