Hi Radek,

On Mon, 2011-01-03 at 14:44 +0100, Radek Antoniuk wrote:
> Syslog-ng is not respecting the global dir_group option and is creating dirs 
> with root as the group owner instead of adm.
> Syslog-ng.conf attached.
 Quoting from the administrator guide of syslog-ng:
dir_group()
Type:    string
Default: root
Description: The group of directories created by syslog-ng.
dir_owner()
Type:    string
Default: root
Description: The owner of directories created by syslog-ng.

But your config looks like this:
>   dir_owner               (root);
>   dir_group               (adm);
>   dir_perm                (0650);
>   owner                   (root);
>   group                   (adm);
>   perm                    (0640);
 Options are not used as strings. Please change them to:
dir_owner               ("root");
dir_group               ("adm");

HTH and please close this bug if it solves your question.
Laszlo/GCS




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to