Duplicate
Details
Assignee
Triage TeamTriage TeamReporter
Gennaro CimminoGennaro CimminoLabels
Impact
HighTime remaining
0mComponents
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Triage Team
Triage TeamReporter
Gennaro Cimmino
Gennaro CimminoLabels
Impact
High
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created May 11, 2022 at 8:48 PM
Updated July 6, 2022 at 9:02 PM
Resolved May 23, 2022 at 5:13 PM
Hi,
i notice that /etc/nut/* files is owned by root:ladvd with 440 permission.
Maybe /etc/nut/* files shoud be owned by root:nut.
That's it.
As a workaround i create a job postinit that execute the following command:
chmod -R 444 /etc/nut/* && service nut-server start
If you try to start service from web interface the /etc/nut/* files return to be owned by root:ladvd with 440 permission.