Fixed
Details
Assignee
Benjamin ReedBenjamin ReedReporter
Will KeaneyWill KeaneyHB Grooming Date
Oct 25, 2022HB Backlog Status
Refined BacklogStory Points
3Components
Sprint
NoneFix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
Will Keaney
Will KeaneyHB Grooming Date
Oct 25, 2022
HB Backlog Status
Refined Backlog
Story Points
3
Components
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created October 25, 2022 at 1:59 PM
Updated December 8, 2022 at 2:26 PM
Resolved December 8, 2022 at 2:26 PM
When installing Horizon 30.0.4-1, the behavior that was corrected in https://opennms.atlassian.net/browse/NMS-14032#icft=NMS-14032 returned:
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:
ERROR org.opennms.install.Installer - OpenNMS is configured to run as 'opennms' but '/opt/opennms/logs/lost+found' is not writable by that account.