Fresh install requires to run fix-permissions script for iplike.so
Description
When you make a clean installation of OpenNMS Horizon develop with NMS-13016 on a Debian system you get an error to run the fix-permissions. The java.conf file as permissions set to root instead of opennms.
The second problem the /usr/share/opennms/lib/iplike.so file is owned by root and throws the following error message:
16:56:21.180 [Main] ERROR org.opennms.install.Installer - OpenNMS is configured to run as 'opennms' but '/usr/share/opennms/lib/iplike.so' is not owned by that account.
16:56:21.181 [Main] ERROR org.opennms.install.Installer - To fix permissions, run '/usr/share/opennms/bin/fix-permissions' as root
When you make a clean installation of OpenNMS Horizon develop with NMS-13016 on a Debian system you get an error to run the fix-permissions. The java.conf file as permissions set to root instead of opennms.
The second problem the
/usr/share/opennms/lib/iplike.so
file is owned by root and throws the following error message:16:56:21.180 [Main] ERROR org.opennms.install.Installer - OpenNMS is configured to run as 'opennms' but '/usr/share/opennms/lib/iplike.so' is not owned by that account. 16:56:21.181 [Main] ERROR org.opennms.install.Installer - To fix permissions, run '/usr/share/opennms/bin/fix-permissions' as root