<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    First i'd like to say i have been using syslog-ng for years and am
    very pleased with it.<br>
    Thank you for a reliable and stable product.<br>
    <br>
    I'm running archlinux x86_64 and boot with openrc 0.13.5 . I do have
    systemd installed so i can use udev functionality.<br>
    Today I updated from syslog-ng 3.5.6 to 3.6.1 and found this in
    rc.log :<br>
    <br>
    [2014-12-03T13:27:21.835298] Using /dev/log Unix socket with systemd
    is not possible. Changing to systemd-syslog source, which supports
    socket activation.;<br>
     * Starting syslog-ng ...<br>
    [2014-12-03T13:27:21.890729] Using /dev/log Unix socket with systemd
    is not possible. Changing to systemd-syslog source, which supports
    socket activation.;<br>
    [2014-12-03T13:27:21.902289] Failed to acquire
    /run/systemd/journal/syslog socket, disabling systemd-syslog source;<br>
     [ ok ]<br>
    <br>
    This is the source part of my /etc/syslog-ng/syslog-ng.conf<br>
    source src {<br>
      unix-dgram("/dev/log");<br>
      internal();<br>
      file("/proc/kmsg");<br>
    };<br>
    <br>
    <br>
    I use the official archlinux syslog-ng package,
    <a class="moz-txt-link-freetext" href="https://www.archlinux.org/packages/extra/x86_64/syslog-ng/">https://www.archlinux.org/packages/extra/x86_64/syslog-ng/</a> .<br>
    <br>
    It uses these build flags :<br>
    <pre><code>  .<span class="hl opt">/</span>configure <span class="hl opt">--</span>prefix<span class="hl opt">=/</span>usr <span class="hl opt">--</span>sysconfdir<span class="hl opt">=/</span>etc<span class="hl opt">/</span>syslog-ng <span class="hl opt">--</span>libexecdir<span class="hl opt">=/</span>usr<span class="hl opt">/</span>lib \
    <span class="hl opt">--</span>sbindir<span class="hl opt">=/</span>usr<span class="hl opt">/</span>bin <span class="hl opt">--</span>localstatedir<span class="hl opt">=/</span>var<span class="hl opt">/</span>lib<span class="hl opt">/</span>syslog-ng <span class="hl opt">--</span>datadir<span class="hl opt">=/</span>usr<span class="hl opt">/</span>share<span class="hl opt">/</span>syslog-ng \
    <span class="hl opt">--</span>with-pidfile-dir<span class="hl opt">=/</span>run <span class="hl opt">--</span>disable-spoof-source <span class="hl opt">--</span>enable-ipv6 <span class="hl opt">--</span>enable-sql \
    <span class="hl opt">--</span>enable-systemd <span class="hl opt">--</span>with-systemdsystemunitdir<span class="hl opt">=/</span>usr<span class="hl opt">/</span>lib<span class="hl opt">/</span>systemd<span class="hl opt">/</span>system</code></pre>
    <br>
    syslog-ng does appear to work normally, but i'd like to get rid of
    the incorrect error message.<br>
    <br>
    Lone_Wolf<br>
    <br>
    (full rc.log &amp; syslog-ng.conf attached)<br>
  </body>
</html>