<div dir="ltr">Hi,<div><br></div><div>I think this is fixed by <a href="https://github.com/balabit/syslog-ng/pull/684">https://github.com/balabit/syslog-ng/pull/684</a> .<br></div><div>Debian packages will be updated soon.</div><div><br></div><div>L.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 22, 2015 at 11:27 AM, Németh, Balázs <span dir="ltr">&lt;<a href="mailto:balazs.nemeth@balabit.com" target="_blank">balazs.nemeth@balabit.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hello,<br><br></div>Which package should provide the following file?<br>/usr/share/syslog-ng/xsd/patterndb-4.xsd<br><br>dpkg -S /usr/share/syslog-ng/xsd/patterndb-4.xsd<br>Returns nothing.<br><br></div><div>Without that I cannot validate my patterndb sets.<br><blockquote>warning: failed to load external entity &quot;/usr/share/syslog-ng/xsd/patterndb-4.xsd&quot;<br>Schemas parser error : Failed to locate the main schema resource at &#39;/usr/share/syslog-ng/xsd/patterndb-4.xsd&#39;.<br>WXS schema /usr/share/syslog-ng/xsd/patterndb-4.xsd failed to compile<br>/tmp/O1tb4DMkvj.xml: xmllint returned an error, the executed command was: xmllint --noout --nonet --schema /usr/share/syslog-ng/xsd/patterndb-4.xsd /tmp/O1tb4DMkvj.xml<br></blockquote></div><div><div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">dpkg -l | grep syslog-ng<br>ii  syslog-ng-core                       3.7.1-1                     amd64        Enhanced system logging daemon (core)<br>ii  syslog-ng-mod-journal                3.7.1-1<br><br>lsb_release -a<br>No LSB modules are available.<br>Distributor ID: Debian<br>Description:    Debian GNU/Linux 8.2 (jessie)<br>Release:        8.2<br>Codename:       jessie<br></blockquote><br></div><div>Thanks in advance,<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-17 16:46 GMT+02:00 Budai, László <span dir="ltr">&lt;<a href="mailto:laszlo.budai@balabit.com" target="_blank">laszlo.budai@balabit.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>I&#39;ve just created my unofficial OBS repo[1] for syslog-ng 3.7.1 series (current version: 3.7.1-1 ).</div><div><br></div><div>List of supported OSs (i386/amd64):</div><div>* Debian 7.0</div><div>* Debian 8.0</div><div>* Ubuntu 12.04</div><div>* Ubuntu 14.04</div><div>* Ubuntu 14.10</div><div>* Ubuntu 15.04</div><div><br></div><div><br></div><div>Install</div><div>-------</div><div><br></div><div>example: Debian 8.0</div><div><br></div><div>1. get release key</div><div>wget -qO - <a href="http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/Debian_8.0/Release.key" target="_blank">http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/Debian_8.0/Release.key</a> | sudo apt-key add -</div><div><br></div><div>2. add repo to APT sources</div><div>eg.: /etc/apt/sources.list.d/syslog-ng-obs.list</div><div>deb <a href="http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/Debian_8.0" target="_blank">http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/Debian_8.0</a> ./</div><div><br></div><div>Then `apt-get update` and `apt-get install syslog-ng-core=3.7.1-1`</div><div><br></div><div>You can replace Debian_8.0 to</div><div> * Debian_7.0</div><div> * xUbuntu_12.04, </div><div> * xUbuntu_14.04</div><div> * xUbuntu_14.10</div><div> * xUbuntu_15.04</div><div><br></div><div>(`x` before Ubuntu is not a typo ;-) )</div><div><br></div><div>Available packages:</div><div> * syslog-ng-core</div><div> * syslog-ng-dbg</div><div> * syslog-ng-dev</div><div> * syslog-ng-mod-stomp</div><div> * syslog-ng-mod-amqp</div><div> * syslog-ng-mod-elastic</div><div> * syslog-ng-mod-geoip</div><div> * syslog-ng-mod-graphite</div><div> * syslog-ng-mod-hdfs</div><div> * syslog-ng-mod-http</div><div> * syslog-ng-mod-java</div><div> * syslog-ng-mod-java-common-lib</div><div> * syslog-ng-mod-journal</div><div> * syslog-ng-mod-json</div><div> * syslog-ng-mod-kafka</div><div> * syslog-ng-mod-mongodb</div><div> * syslog-ng-mod-python</div><div> * syslog-ng-mod-redis</div><div> * syslog-ng-mod-riemann</div><div> * syslog-ng-mod-smtp</div><div> * syslog-ng-mod-sql</div><div> * syslog-ng-mod-stomp</div><div><br></div><div><br></div><div>Notes to the java destinations</div><div>------------------------------</div><div><br></div><div>About the </div><div><br></div><div>```</div><div>Error opening plugin module; module=&#39;mod-java&#39;, error=&#39;libjvm.so: cannot open shared object file: No such file or directory&#39;<br></div><div>```</div><div><br></div><div>problem.</div><div><br></div><div>libmod-java.so is linked to the libjvm.so library.</div><div>If your java installation doesn&#39;t create a symlink in /usr/lib directory to libjvm.so then </div><div>you have to modify your ld.so.conf or expand your LD_LIBRARY_PATH with the containing library</div><div>before starting syslog-ng. </div><div><br></div><div>eg.:</div><div>LD_LIBRARY_PATH=/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server:$LD_LIBRARY_PATH</div><div><br></div><div><br></div><div>Links</div><div>--------</div><div>[1] <a href="https://build.opensuse.org/project/show/home:laszlo_budai:syslog-ng" target="_blank">https://build.opensuse.org/project/show/home:laszlo_budai:syslog-ng</a></div><div>[2] <a href="https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.7.1" target="_blank">https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.7.1</a></div><div><br></div><div>regards,</div><div>Laszlo Budai</div><div><br></div></div>
</blockquote></div><br><br clear="all"><br>-- <br><div><div dir="ltr"><pre>Balázs NÉMETH
System Engineer

e-mail: <a href="mailto:balazs.nemeth@balabit.com" target="_blank">balazs.nemeth@balabit.com</a>
phone: <a href="tel:%2B36-1-880-6740" value="+3618806740" target="_blank">+36-1-880-6740</a>

BalaBit-Europe Kft.
<a href="http://www.balabit.com" target="_blank">www.balabit.com</a>
H-1117 Alíz str. 2. Budapest

This Communication is Confidential. We only send and receive email on
the basis of the term set out at <a href="http://www.balabit.com/disclaimer/" target="_blank">http://www.balabit.com/disclaimer/</a>. 
</pre></div></div>
</div>
</blockquote></div><br></div>