<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jan Rekorajski &iacute;rta:
<blockquote cite="mid:20090415094602.GD4718@sith.mimuw.edu.pl"
 type="cite">
  <pre wrap="">On Tue, 14 Apr 2009, Balazs Scheidler wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">On Mon, 2009-03-30 at 22:54 +0200, Jan Rekorajski wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Sorry for possible double post, I sent the first from wrong email.

Hi,
Syslog-ng 3.0.1 dies on reload (kill -HUP pid) when config file contains
log { destination { program() } }  directive set. 100% repeatable.

Here are the relevant config lines:

destination d_sshguard  { program("/usr/sbin/sshguard -a 6"); };
# A desperate experiment
#destination d_sshguard  { program("read"); };

log { source(s_sys); filter(f_authpriv);        destination(d_sshguard); };