Hi, i would like to set up the syslog-ng, but by starting it, I get always syntax error messages for the first line of the config file. (it is independent from the containt of the 1. line) I made a very simly version: options { chain_hostnames(no); sync(0); }; but I got syntax error again : ... syslog-ng.conf: line 1 : syntax error near unexpected token `chains_hostnames(n' ... syslog-ng.conf: line 1 : `options { chain_hostnames(no); sync(0); };' What made I wrong? ( the syslog-ng 1.4.15 and the libol 0.2.23 was compiled from the source without errors) regards Zsolt
On Fri, Jul 19, 2002 at 12:50:46PM +0200, Gruber Zsolt wrote:
Hi,
i would like to set up the syslog-ng, but by starting it, I get always syntax error messages for the first line of the config file. (it is independent from the containt of the 1. line) I made a very simly version: options { chain_hostnames(no); sync(0); };
but I got syntax error again :
... syslog-ng.conf: line 1 : syntax error near unexpected token `chains_hostnames(n' ... syslog-ng.conf: line 1 : `options { chain_hostnames(no); sync(0); };'
those error messages were not generated by syslog-ng -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Gruber Zsolt