[syslog-ng] CentOS cant start syslog-ng via systemd but runs fine manually

Fabien Wernli wernli at in2p3.fr
Tue Sep 12 07:22:02 UTC 2017


Hi,

I believe Péter's diagnostic is correct.
Another Péter's blog summarizes the "problem" on this blog post:

    https://www.balabit.com/blog/troubleshooting-java-support-syslog-ng/

I for one chose the method of adding a file into ld's config file directory:

    $ cat /etc/ld.so.conf.d/java.conf
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/amd64/server

Of course your path will most probably be different.
Also don't forget to run `ldconfig` afterwards.

Cheers



More information about the syslog-ng mailing list