Fixed
Details
Assignee
Mark MahacekMark MahacekReporter
Chris ManiganChris ManiganFix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Mark Mahacek
Mark MahacekReporter
Chris Manigan
Chris ManiganFix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 7, 2022 at 6:17 PM
Updated April 11, 2022 at 7:52 PM
Resolved April 11, 2022 at 7:52 PM
Try the following:
Unable to ping, returns java.lang.UnsupportedOperationException
The workaround for this appears to be:
systemctl edit --full opennms.service
In [Service] section and under Environment="" line, Add the line:
AmbientCapabilities=CAP_NET_RAW CAP_NET_BIND_SERVICE
Save this and exit, run
systemctl daemon-reload
, then restart the opennms serviceThis seems to be caused by OpenNMS no longer running as root. This line should be added to the systemctl service file so it is present for new installations.