Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#69017 - [lm_sensors] add optional dependencies
Attached to Project:
Arch Linux
Opened by David (Marzal) - Thursday, 17 December 2020, 17:44 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:16 GMT
Opened by David (Marzal) - Thursday, 17 December 2020, 17:44 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:16 GMT
|
DetailsDescription:
healthd service as it is right now in the package has two dependencies if some want to use it as it is. I thinks is a good idea to add them as optional dependencies: optdepends=('rrdtool: for logging with sensord', 'beep: for healthd service' 'smtp-forwarder: to send mail') https://github.com/archlinux/svntogit-packages/blob/packages/lm_sensors/trunk/healthd.conf "recommends" to install beep but I think this would be a better place/solution. Additional info: * package version: 3.6.0-2 * config and/or log files etc. healthd[210740]: which: no beep in (/usr/local/sbin:/usr/local/bin:/usr/bin) mail: Cannot start /usr/sbin/sendmail: executable not found (adjust *mta* variable) Steps to reproduce: systemctl start healthd.service |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:16 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/lm_sensors/issues/1
Saturday, 25 November 2023, 20:16 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/lm_sensors/issues/1
So, along with suggesting "beep" and something like "postfix" as optional dependencies, I would say that the
*****
echo "$message" | mail -s \
*****
"mail" be changed to "sendmail", and
*****
"Sensors ALARM detected at host: $( hostname )" \
*****
"hostname" be changed to "hostnamectl --static"
https://wiki.archlinux.org/title/Lm_sensors
The end of Setup section reads:
**Note: A systemd service is automatically enabled if users answer YES when asked about generating /etc/conf.d/lm_sensors. Answering YES also automatically starts the service.**
However, sensord.service fails to start when rrdtool is not installed.