Fixed
Details
Assignee
Benjamin ReedBenjamin ReedReporter
Will KeaneyWill KeaneyLabels
Components
Sprint
NoneFix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
Will Keaney
Will KeaneyLabels
Components
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 23, 2022 at 6:39 PM
Updated October 25, 2022 at 1:59 PM
Resolved April 21, 2022 at 6:40 PM
When running
install -dis
, the process will fail if one of the OpenNMS directories is at the root of an extfs filesystem, because thelost+found
directory is owned and accessible only by root.Steps to reproduce:
Install OpenNMS such that one of its directories (e.g.,
/opt/opennms/logs
or/var/log/opennms
) is at the root of an extfs filesystem.Run
${OPENNMS_HOME}/bin/install -dis
Expected result:
The install script should complete normally.
Actual result:
The install script exits with a large stack trace, eventually blaming
java.nio.file.AccessDeniedException: /opt/opennms/logs/lost+found