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#63606 - [prometheus-blackbox-exporter] ping probe does not work
Attached to Project:
Arch Linux
Opened by Geno (genofire) - Friday, 30 August 2019, 12:10 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 23 February 2020, 21:56 GMT
Opened by Geno (genofire) - Friday, 30 August 2019, 12:10 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 23 February 2020, 21:56 GMT
|
DetailsPlease add
``` AmbientCapabilities=CAP_NET_RAW ``` to https://git.archlinux.org/svntogit/packages.git/plain/trunk/prometheus-blackbox-exporter.service?h=packages/prometheus-blackbox-exporter |
This task depends upon
Closed by Jelle van der Waa (jelly)
Sunday, 23 February 2020, 21:56 GMT
Reason for closing: Fixed
Additional comments about closing: 0.16.0-2
Sunday, 23 February 2020, 21:56 GMT
Reason for closing: Fixed
Additional comments about closing: 0.16.0-2
CapabilityBoundingSet=CAP_NET_RAW
or the service wouldn't start, and I then had to remove the line
PrivateUsers=true
or ping would still fail (event with CAP_NET_RAW enabled).
systemctl edit prometheus-blackbox-exporter.service
and typ:
[Service]
AmbientCapabilities=CAP_NET_RAW
PrivateUsers=false
CapabilityBoundingSet=CAP_NET_RAW
(that produce a file under /etc/systemd/system/prometheus-blackbox-exporter.service.d/override.conf)
That is update save ... because the maintainer of this package is not willing to read bug reports ... ;(