Hi, I'm putting the following items in the global options section, but syslog-ng keeps complaining about parse errors in my config file, specifically the "owner", "group", "perm", and "dir_perm" options. 

I'm running libol-0.2.20 and syslog-ng.1.4.7, though it happened with libol-0.2.19 and syslog-ng.1.4.5 as well:


#############################
# options
#############################
options {
        use_dns(yes);
        use_fqdn(no);
        long_hostnames(off);
        sync(0);
        create_dirs(yes);
        owner(0);
        group(1);
        perm(0600);
        dir_perm(0755);
};

 Any help would be most appreciated.

Tom




--
Tom Wells
Raza Foundries, Inc.            email:  twells@razafoundries.com                  
Sr. Systems Administrator       phone:  408-434-5544