Hi, I have problems compiling syslog-ng-1.9.1. As it looks like, the problem was/is known. My question is where to get the very latest version of syslog-ng? Thanks, /me old message of this mailinglist: -------------------------------- On Sun, Feb 16, 2003 at 08:54:17AM -0500, mclinden@informed.net wrote:
Greetings!
The file src/fdread.h seems to be missing from the latest tarball of syslog-ng-1.9.1
Please try the daily snapshots at http://www.balabit.com/downloads/syslog-ng/1.9/src-snapshot/ -- Bazsi -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info
Hi, I want to clarify my request for the latest version. Trying to get 1.9.1 compiled I noticed that the file fdread.h is missing in the source tar ball. As descibed in the Changes file, this file is new to the version 1.9.1. I searched the net for any copy including this haeder file - no success. Thanks for your help! /me
Hi,
I have problems compiling syslog-ng-1.9.1. As it looks like, the problem was/is known. My question is where to get the very latest version of syslog-ng?
Thanks, /me
old message of this mailinglist: -------------------------------- On Sun, Feb 16, 2003 at 08:54:17AM -0500, mclinden@informed.net wrote:
Greetings!
The file src/fdread.h seems to be missing from the latest tarball of syslog-ng-1.9.1
Please try the daily snapshots at
http://www.balabit.com/downloads/syslog-ng/1.9/src-snapshot/
-- Bazsi
-- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
-- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info
Hello again, since I haven't received any feedback on the request below - I try it again. Is there anybody running syslog-ng 1.9.1 (and maybe on AIX)??? I really appraciate any feedback to this request. Thanks in advance! /me
Hi,
I want to clarify my request for the latest version. Trying to get 1.9.1 compiled I noticed that the file fdread.h is missing in the source tar ball. As descibed in the Changes file, this file is new to the version 1.9.1. I searched the net for any copy including this haeder file - no success.
Thanks for your help! /me
Hi,
I have problems compiling syslog-ng-1.9.1. As it looks like, the problem was/is known. My question is where to get the very latest version of syslog-ng?
Thanks, /me
old message of this mailinglist: -------------------------------- On Sun, Feb 16, 2003 at 08:54:17AM -0500, mclinden@informed.net wrote:
Greetings!
The file src/fdread.h seems to be missing from the latest tarball of syslog-ng-1.9.1
Please try the daily snapshots at
http://www.balabit.com/downloads/syslog-ng/1.9/src-snapshot/
-- Bazsi
-- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
-- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
-- NEU : GMX Internet.FreeDSL Ab sofort DSL-Tarif ohne Grundgeb�hr: http://www.gmx.net/dsl
Hello, syslog-ng-1.6.2 on AIX. The daemon crashes with the following message after received approximately 70 messages: # syslog-ng -dv binding fd 3, unixaddr: /dev/log io.c: Preparing fd 3 for reading io.c: connecting using fd 4 connecting fd 4 to inetaddr loghost, port 514 syslog-ng version 1.6.2 starting io.c: Preparing fd 4 for writing io.c: Preparing fd 5 for writing Garbage collecting while idle... gc_mark: Marking object of class 'syslog_backend' (0) gc_mark: Marking object of class 'syslog_config' (1) gc_mark: Marking object of class 'resource_list' (2) gc_mark: Marking object of class 'io_fd' (3) gc_mark: Marking object of class 'pkt_buffer' (4) gc_mark: Marking object of class 'io_fd' (4) gc_mark: Marking object of class 'pkt_buffer' (5) gc_mark: Marking object of class 'io_fd' (5) gc_mark: Marking object of class 'log_reader' (6) gc_mark: Marking object of class 'afsocket_source_connection' (7) gc_mark: Marking object of class 'afunix_source' (8) gc_mark: Marking object of class 'unix_address_info' (9) gc_mark: Marking object of class 'object_queue' (9) gc_mark: Marking object of class 'log_source_driver' (9) gc_mark: Marking object of class 'log_source_group' (10) gc_mark: Marking object of class 'log_center' (11) gc_mark: Marking object of class 'log_connection' (12) gc_mark: Marking object of class 'log_endpoint_info' (13) gc_mark: Marking object of class 'log_endpoint_info' (13) gc_mark: Marking object of class 'log_dest_group' (14) gc_mark: Marking object of class 'affile_dest' (15) gc_mark: Marking object of class 'affile_dest_writer' (16) Illegal instruction(coredump) # --- I tried it with version 1.5.26 and 1.6.2. Both behave the same... It looks like the garbage collection has a problem. :-o Below my configuration. Bye, Elliot Config: -------------------------------------------- # # options # options { sync (0); stats (3600); perm (0644); time_reopen (10); log_fifo_size (4096); log_msg_size (8192); # gc_idle_threshold (10); # gc_busy_threshold (4096); long_hostnames (off); chain_hostnames (yes); use_dns (yes); use_fqdn (no); create_dirs (no); keep_hostname (yes); }; # # sources # source src { unix-dgram("/dev/log"); internal(); }; # # destinations # destination syslog { file("/var/adm/syslog" template("$DATE $HOST [$FACILITY.$LEVEL] $MSG\n")); }; destination loghost { udp("loghost" port(514) template("$DATE $HOST [$FACILITY.$LEVEL] $MSG\n")); }; # # do the logging here :-) # log { source(src); destination(syslog); }; log { source(src); destination(loghost); }; -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info
2004-05-05, sze keltezéssel 19:09-kor me ezt írta:
Hello,
syslog-ng-1.6.2 on AIX. The daemon crashes with the following message after received approximately 70 messages:
I don't see why AIX would be different wrt the garbage collector. I think this should be some kind of compiler/libc/etc. related. What is your compiler version, is syslog-ng compiled into 64 or 32 bit mode? -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
Hello,
2004-05-05, sze keltezéssel 19:09-kor me ezt írta:
Hello,
syslog-ng-1.6.2 on AIX. The daemon crashes with the following message after received approximately 70 messages:
I don't see why AIX would be different wrt the garbage collector. I think this should be some kind of compiler/libc/etc. related.
What is your compiler version, is syslog-ng compiled into 64 or 32 bit mode?
32 bit mode with gcc 3.3.2 (see below). $ gcc -v Reading specs from /opt/gcc/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2/specs Configured with: ./configure --prefix=/opt/gcc Thread model: aix gcc version 3.3.2 Since you released 1.6.3 I'll try this one also. I also experienced the problems with the multiple destination definition. Will be back soon... Thanks for your feedback! Elliot Btw: Following the last lines of a truss. Exactly 70 writes to the log file. Somehow magic... 15562: _poll(0x2FF22A90, 0x00000003, 0x00000064, 0x0000D0B2, 0x00000000, 0x60000000, 0x00000001, 0x00000000) = 0x00000000 15562: Incurred fault #2, FLTPRIV address = 0x00004778 15562: Received signal #4, SIGILL [default] 15562: *** process killed *** -- NEU : GMX Internet.FreeDSL Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/dsl
Hi again, well I tried some more: V1.6.3 and V1.7.0 (with and without "templates") with no success... Is there someone who runs syslog-ng on AIX with templates in use? The following configure options are NOT default: --prefix --exec-prefix --localestatedir --sysconfidr Furthermore the configure script is modified a little by sed: sed -e 's,sysconfdir="\${sysconfdir}\/syslog-ng",sysconfdir="\${sysconfdir}",' \ configure > configure.tmp mv configure configure.vanilla mv configure.tmp configure But from my point of view, this should not cause the daemon to die after less than 100 messages? :-o Bye, Elliot
Hello,
2004-05-05, sze keltezéssel 19:09-kor me ezt írta:
Hello,
syslog-ng-1.6.2 on AIX. The daemon crashes with the following message after received approximately 70 messages:
I don't see why AIX would be different wrt the garbage collector. I think this should be some kind of compiler/libc/etc. related.
What is your compiler version, is syslog-ng compiled into 64 or 32 bit mode?
32 bit mode with gcc 3.3.2 (see below).
$ gcc -v Reading specs from /opt/gcc/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2/specs Configured with: ./configure --prefix=/opt/gcc Thread model: aix gcc version 3.3.2
Since you released 1.6.3 I'll try this one also. I also experienced the problems with the multiple destination definition. Will be back soon...
Thanks for your feedback! Elliot
Btw: Following the last lines of a truss. Exactly 70 writes to the log file. Somehow magic...
15562: _poll(0x2FF22A90, 0x00000003, 0x00000064, 0x0000D0B2, 0x00000000, 0x60000000, 0x00000001, 0x00000000) = 0x00000000 15562: Incurred fault #2, FLTPRIV address = 0x00004778 15562: Received signal #4, SIGILL [default] 15562: *** process killed ***
-- NEU : GMX Internet.FreeDSL Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/dsl
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
-- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info
participants (2)
-
Balazs Scheidler
-
me