syslog-ng-3.9.1-1 is crashing
Hi Peter I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully? I have pasted part of core here and attached the coredump full file gdb) bt full #0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6 No symbol table info available. #1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6 No symbol table info available. #2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57 ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0, reg_save_area = 0x7f35c5aada00}} msg = "iv_init: can't initialize event dispatcher\000\006\062\000\ 000\000\177\000\000\bZ\003\000\000\000\000`KL\234\065\177\ 000\000?M006\062\000\000\000@֪\177\000\000@֪\177\000\000\ 177\000\000\b\000\000\000\000\000\000\000L\234\065\177\000\ 000L\234\065\177\000\000\000KL\234\065\177\000\000Ye006\062\000\000\000\001\ 000\000\000\000\000\000\000ت\177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>... #3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129 No locals. #4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74 st = 0x7f359c945850 #5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177 thr = 0x996c540 pool = 0x1df6820 #6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142 __clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>, __cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0} thr = 0x52933d0 #7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0 No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6 No symbol table info available. Can you please check and let me know how can we fix this issue? Regards Harish shetty
It seems to be out of fds, and not disk space. You can increase fd limits with a command line option or using ulimit. On May 11, 2017 3:30 PM, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hi Peter
I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully?
I have pasted part of core here and attached the coredump full file
gdb) bt full
#0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57
ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0,
reg_save_area = 0x7f35c5aada00}}
msg = "iv_init: can't initialize event dispatcher\000\006\062\000\000\000\177\000\000\bZ\003\000\00 0\000\000`KL\234\065\177\000\000?M006\062\000\000\000@֪\177\000\000@֪ \177\000\000\177\000\000\b\000\000\000\000\000\ 000\000L\234\065\177\000\000L\234\065\177\000\000\000KL\234\ 065\177\000\000Ye006\062\000\000\000\001\000\000\000\000\000\000\000ت \177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>...
#3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129
No locals.
#4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74
st = 0x7f359c945850
#5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177
thr = 0x996c540
pool = 0x1df6820
#6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142
__clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>,
__cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0}
thr = 0x52933d0
#7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6
No symbol table info available.
Can you please check and let me know how can we fix this issue?
Regards Harish shetty
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
I have added this in my unit file to increase the limit. hopefully helps. ExecStart=/usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000 Vijay Amrut. On Thu, May 11, 2017 at 8:10 AM, Balazs Scheidler <bazsi77@gmail.com> wrote:
It seems to be out of fds, and not disk space.
You can increase fd limits with a command line option or using ulimit.
On May 11, 2017 3:30 PM, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hi Peter
I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully?
I have pasted part of core here and attached the coredump full file
gdb) bt full
#0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57
ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0,
reg_save_area = 0x7f35c5aada00}}
msg = "iv_init: can't initialize event dispatcher\000\006\062\000\000\000\177\000\000\bZ\003\000\00 0\000\000`KL\234\065\177\000\000?M006\062\000\000\000@֪\177\000\000@֪ \177\000\000\177\000\000\b\000\000\000\000\000\000\ 000L\234\065\177\000\000L\234\065\177\000\000\000KL\234\065\ 177\000\000Ye006\062\000\000\000\001\000\000\000\000\000\000\000ت \177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>...
#3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129
No locals.
#4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74
st = 0x7f359c945850
#5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177
thr = 0x996c540
pool = 0x1df6820
#6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142
__clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>,
__cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0}
thr = 0x52933d0
#7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6
No symbol table info available.
Can you please check and let me know how can we fix this issue?
Regards Harish shetty
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product= syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
Hey I am seeing following issue , when i try to increase the fd_limit [root@lor1-x3-log02 hshetty]# /usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000 [2017-05-15T05:36:04.820856] Error binding socket; addr='AF_INET(0.0.0.0:515)', error='Address already in use (98)' [2017-05-15T05:36:04.820894] Error initializing message pipeline; [root@lor1-x3-log02 hshetty]# Regards Harish Shetty On Thu, May 11, 2017 at 11:12 PM, vijay amruth <vijayamruth@gmail.com> wrote:
I have added this in my unit file to increase the limit. hopefully helps.
ExecStart=/usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000
Vijay Amrut.
On Thu, May 11, 2017 at 8:10 AM, Balazs Scheidler <bazsi77@gmail.com> wrote:
It seems to be out of fds, and not disk space.
You can increase fd limits with a command line option or using ulimit.
On May 11, 2017 3:30 PM, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hi Peter
I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully?
I have pasted part of core here and attached the coredump full file
gdb) bt full
#0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57
ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0,
reg_save_area = 0x7f35c5aada00}}
msg = "iv_init: can't initialize event dispatcher\000\006\062\000\000\000\177\000\000\bZ\003\000\00 0\000\000`KL\234\065\177\000\000?M006\062\000\000\000@֪\177\000\000@֪ \177\000\000\177\000\000\b\000\000\000\000\000\000\ 000L\234\065\177\000\000L\234\065\177\000\000\000KL\234\065\ 177\000\000Ye006\062\000\000\000\001\000\000\000\000\000\000\000ت \177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>...
#3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129
No locals.
#4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74
st = 0x7f359c945850
#5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177
thr = 0x996c540
pool = 0x1df6820
#6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142
__clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>,
__cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0}
thr = 0x52933d0
#7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6
No symbol table info available.
Can you please check and let me know how can we fix this issue?
Regards Harish shetty
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product= syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hmm, another instance of syslog-ng is already running? On May 15, 2017 07:36, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hey
I am seeing following issue , when i try to increase the fd_limit
[root@lor1-x3-log02 hshetty]# /usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000 [2017-05-15T05:36:04.820856] Error binding socket; addr='AF_INET(0.0.0.0:515)', error='Address already in use (98)' [2017-05-15T05:36:04.820894] Error initializing message pipeline; [root@lor1-x3-log02 hshetty]#
Regards Harish Shetty
On Thu, May 11, 2017 at 11:12 PM, vijay amruth <vijayamruth@gmail.com> wrote:
I have added this in my unit file to increase the limit. hopefully helps.
ExecStart=/usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000
Vijay Amrut.
On Thu, May 11, 2017 at 8:10 AM, Balazs Scheidler <bazsi77@gmail.com> wrote:
It seems to be out of fds, and not disk space.
You can increase fd limits with a command line option or using ulimit.
On May 11, 2017 3:30 PM, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hi Peter
I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully?
I have pasted part of core here and attached the coredump full file
gdb) bt full
#0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57
ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0,
reg_save_area = 0x7f35c5aada00}}
msg = "iv_init: can't initialize event dispatcher\000\006\062\000\000\000\177\000\000\bZ\003\000\00 0\000\000`KL\234\065\177\000\000?M006\062\000\000\000@֪\177\000\000@֪ \177\000\000\177\000\000\b\000\000\000\000\000\000\ 000L\234\065\177\000\000L\234\065\177\000\000\000KL\234\065\ 177\000\000Ye006\062\000\000\000\001\000\000\000\000\000\000\000ت \177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>...
#3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129
No locals.
#4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74
st = 0x7f359c945850
#5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177
thr = 0x996c540
pool = 0x1df6820
#6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142
__clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>,
__cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0}
thr = 0x52933d0
#7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6
No symbol table info available.
Can you please check and let me know how can we fix this issue?
Regards Harish shetty
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product= syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hey There is only one instance of syslog-ng is running root 4418 1 0 06:08 ? 00:00:00 supervising syslog-ng root 4419 4418 99 06:08 ? 00:11:27 syslog-ng -p /var/run/syslog-ng.pid --fd-limit 30000 --enable-core root 8836 2313 0 06:19 pts/2 00:00:00 grep syslog-ng Regards Harish Shetty On Mon, May 15, 2017 at 11:43 AM, Scheidler, Balázs < balazs.scheidler@balabit.com> wrote:
Hmm, another instance of syslog-ng is already running?
On May 15, 2017 07:36, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hey
I am seeing following issue , when i try to increase the fd_limit
[root@lor1-x3-log02 hshetty]# /usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000 [2017-05-15T05:36:04.820856] Error binding socket; addr='AF_INET(0.0.0.0:515)', error='Address already in use (98)' [2017-05-15T05:36:04.820894] Error initializing message pipeline; [root@lor1-x3-log02 hshetty]#
Regards Harish Shetty
On Thu, May 11, 2017 at 11:12 PM, vijay amruth <vijayamruth@gmail.com> wrote:
I have added this in my unit file to increase the limit. hopefully helps.
ExecStart=/usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000
Vijay Amrut.
On Thu, May 11, 2017 at 8:10 AM, Balazs Scheidler <bazsi77@gmail.com> wrote:
It seems to be out of fds, and not disk space.
You can increase fd limits with a command line option or using ulimit.
On May 11, 2017 3:30 PM, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hi Peter
I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully?
I have pasted part of core here and attached the coredump full file
gdb) bt full
#0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57
ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0,
reg_save_area = 0x7f35c5aada00}}
msg = "iv_init: can't initialize event dispatcher\000\006\062\000\000\000\177\000\000\bZ\003\000\00 0\000\000`KL\234\065\177\000\000?M006\062\000\000\000@֪\177\000\000@֪ \177\000\000\177\000\000\b\000\000\000\000\000\000\ 000L\234\065\177\000\000L\234\065\177\000\000\000KL\234\065\ 177\000\000Ye006\062\000\000\000\001\000\000\000\000\000\000\000ت \177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>...
#3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129
No locals.
#4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74
st = 0x7f359c945850
#5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177
thr = 0x996c540
pool = 0x1df6820
#6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142
__clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>,
__cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0}
thr = 0x52933d0
#7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6
No symbol table info available.
Can you please check and let me know how can we fix this issue?
Regards Harish shetty
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product= syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hi [28115775.981244] syslog-ng[20047]: segfault at 78990008 ip 0000003b61c5ea47 sp 00007fff08debb40 error 4 in libglib-2.0.so.0.2800.8[3b61c00000+115000] [28296079.052120] syslog-ng[32064]: segfault at ff084008 ip 0000003b61c5ea47 sp 00007ffc1d88bc90 error 4 in libglib-2.0.so.0.2800.8[3b61c00000+115000] [28404131.022137] syslog-ng[21209]: segfault at ff087008 ip 0000003b61c5ea47 sp 00007ffc1d88bc90 error 4 in libglib-2.0.so.0.2800.8[3b61c00000+115000] [28983511.145934] syslog-ng[14271]: segfault at 26578a008 ip 0000003b61c5ea47 sp 00007ffd53891e80 error 4 in libglib-2.0.so.0.2800.8[3b61c00000+115000] I see this as well on the dmesg Regards Harish Shetty On Mon, May 15, 2017 at 11:43 AM, Scheidler, Balázs < balazs.scheidler@balabit.com> wrote:
Hmm, another instance of syslog-ng is already running?
On May 15, 2017 07:36, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hey
I am seeing following issue , when i try to increase the fd_limit
[root@lor1-x3-log02 hshetty]# /usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000 [2017-05-15T05:36:04.820856] Error binding socket; addr='AF_INET(0.0.0.0:515)', error='Address already in use (98)' [2017-05-15T05:36:04.820894] Error initializing message pipeline; [root@lor1-x3-log02 hshetty]#
Regards Harish Shetty
On Thu, May 11, 2017 at 11:12 PM, vijay amruth <vijayamruth@gmail.com> wrote:
I have added this in my unit file to increase the limit. hopefully helps.
ExecStart=/usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000
Vijay Amrut.
On Thu, May 11, 2017 at 8:10 AM, Balazs Scheidler <bazsi77@gmail.com> wrote:
It seems to be out of fds, and not disk space.
You can increase fd limits with a command line option or using ulimit.
On May 11, 2017 3:30 PM, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hi Peter
I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully?
I have pasted part of core here and attached the coredump full file
gdb) bt full
#0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57
ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0,
reg_save_area = 0x7f35c5aada00}}
msg = "iv_init: can't initialize event dispatcher\000\006\062\000\000\000\177\000\000\bZ\003\000\00 0\000\000`KL\234\065\177\000\000?M006\062\000\000\000@֪\177\000\000@֪ \177\000\000\177\000\000\b\000\000\000\000\000\000\ 000L\234\065\177\000\000L\234\065\177\000\000\000KL\234\065\ 177\000\000Ye006\062\000\000\000\001\000\000\000\000\000\000\000ت \177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>...
#3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129
No locals.
#4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74
st = 0x7f359c945850
#5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177
thr = 0x996c540
pool = 0x1df6820
#6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142
__clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>,
__cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0}
thr = 0x52933d0
#7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6
No symbol table info available.
Can you please check and let me know how can we fix this issue?
Regards Harish shetty
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product= syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Are you using rsyslog? Vijay Amrut. On Sun, May 14, 2017 at 10:36 PM, Harish Shetty <harish23shetty@gmail.com> wrote:
Hey
I am seeing following issue , when i try to increase the fd_limit
[root@lor1-x3-log02 hshetty]# /usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000 [2017-05-15T05:36:04.820856] Error binding socket; addr='AF_INET(0.0.0.0:515)', error='Address already in use (98)' [2017-05-15T05:36:04.820894] Error initializing message pipeline; [root@lor1-x3-log02 hshetty]#
Regards Harish Shetty
On Thu, May 11, 2017 at 11:12 PM, vijay amruth <vijayamruth@gmail.com> wrote:
I have added this in my unit file to increase the limit. hopefully helps.
ExecStart=/usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000
Vijay Amrut.
On Thu, May 11, 2017 at 8:10 AM, Balazs Scheidler <bazsi77@gmail.com> wrote:
It seems to be out of fds, and not disk space.
You can increase fd limits with a command line option or using ulimit.
On May 11, 2017 3:30 PM, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hi Peter
I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully?
I have pasted part of core here and attached the coredump full file
gdb) bt full
#0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57
ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0,
reg_save_area = 0x7f35c5aada00}}
msg = "iv_init: can't initialize event dispatcher\000\006\062\000\000\000\177\000\000\bZ\003\000\00 0\000\000`KL\234\065\177\000\000?M006\062\000\000\000@֪\177\000\000@֪ \177\000\000\177\000\000\b\000\000\000\000\000\000\ 000L\234\065\177\000\000L\234\065\177\000\000\000KL\234\065\ 177\000\000Ye006\062\000\000\000\001\000\000\000\000\000\000\000ت \177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>...
#3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129
No locals.
#4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74
st = 0x7f359c945850
#5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177
thr = 0x996c540
pool = 0x1df6820
#6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142
__clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>,
__cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0}
thr = 0x52933d0
#7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6
No symbol table info available.
Can you please check and let me know how can we fix this issue?
Regards Harish shetty
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product= syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
hey I am not using the rsyslog Harish On Wed, May 17, 2017 at 5:07 AM, vijay amruth <vijayamruth@gmail.com> wrote:
Are you using rsyslog?
Vijay Amrut.
On Sun, May 14, 2017 at 10:36 PM, Harish Shetty <harish23shetty@gmail.com> wrote:
Hey
I am seeing following issue , when i try to increase the fd_limit
[root@lor1-x3-log02 hshetty]# /usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000 [2017-05-15T05:36:04.820856] Error binding socket; addr='AF_INET(0.0.0.0:515)', error='Address already in use (98)' [2017-05-15T05:36:04.820894] Error initializing message pipeline; [root@lor1-x3-log02 hshetty]#
Regards Harish Shetty
On Thu, May 11, 2017 at 11:12 PM, vijay amruth <vijayamruth@gmail.com> wrote:
I have added this in my unit file to increase the limit. hopefully helps.
ExecStart=/usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000
Vijay Amrut.
On Thu, May 11, 2017 at 8:10 AM, Balazs Scheidler <bazsi77@gmail.com> wrote:
It seems to be out of fds, and not disk space.
You can increase fd limits with a command line option or using ulimit.
On May 11, 2017 3:30 PM, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hi Peter
I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully?
I have pasted part of core here and attached the coredump full file
gdb) bt full
#0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57
ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0,
reg_save_area = 0x7f35c5aada00}}
msg = "iv_init: can't initialize event dispatcher\000\006\062\000\000\000\177\000\000\bZ\003\000\00 0\000\000`KL\234\065\177\000\000?M006\062\000\000\000@֪\177\000\000@֪ \177\000\000\177\000\000\b\000\000\000\000\000\000\ 000L\234\065\177\000\000L\234\065\177\000\000\000KL\234\065\ 177\000\000Ye006\062\000\000\000\001\000\000\000\000\000\000\000ت \177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>...
#3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129
No locals.
#4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74
st = 0x7f359c945850
#5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177
thr = 0x996c540
pool = 0x1df6820
#6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142
__clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>,
__cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0}
thr = 0x52933d0
#7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6
No symbol table info available.
Can you please check and let me know how can we fix this issue?
Regards Harish shetty
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support /documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product= syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Please share journalctl -xe and netstat -tulpn output. Thank you, Vijay Amrut. On Tue, May 16, 2017 at 9:47 PM Harish Shetty <harish23shetty@gmail.com> wrote:
hey
I am not using the rsyslog
Harish
On Wed, May 17, 2017 at 5:07 AM, vijay amruth <vijayamruth@gmail.com> wrote:
Are you using rsyslog?
Vijay Amrut.
On Sun, May 14, 2017 at 10:36 PM, Harish Shetty <harish23shetty@gmail.com
wrote:
Hey
I am seeing following issue , when i try to increase the fd_limit
[root@lor1-x3-log02 hshetty]# /usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000 [2017-05-15T05:36:04.820856] Error binding socket; addr='AF_INET(0.0.0.0:515)', error='Address already in use (98)' [2017-05-15T05:36:04.820894] Error initializing message pipeline; [root@lor1-x3-log02 hshetty]#
Regards Harish Shetty
On Thu, May 11, 2017 at 11:12 PM, vijay amruth <vijayamruth@gmail.com> wrote:
I have added this in my unit file to increase the limit. hopefully helps.
ExecStart=/usr/sbin/syslog-ng -F -p /var/run/syslogd-ng.pid --fd-limit 50000
Vijay Amrut.
On Thu, May 11, 2017 at 8:10 AM, Balazs Scheidler <bazsi77@gmail.com> wrote:
It seems to be out of fds, and not disk space.
You can increase fd limits with a command line option or using ulimit.
On May 11, 2017 3:30 PM, "Harish Shetty" <harish23shetty@gmail.com> wrote:
Hi Peter
I have deployed syslog-ng-3.9.1-1.el6.x86_64 , where I am seeing one issue. Where there is disk usage in greater than 90%, It coredumps. Instead of that shouldnt it be handle the syslog-ng service gracefully?
I have pasted part of core here and attached the coredump full file
gdb) bt full
#0 0x0000003b52a325e5 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003b52a33dc5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x0000003206c7506b in iv_fatal (fmt=<value optimized out>) at iv_fatal.c:57
ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f35c5aadac0,
reg_save_area = 0x7f35c5aada00}}
msg = "iv_init: can't initialize event dispatcher\000\006\062\000\000\000\177\000\000\bZ\003\ 000\000\000\000`KL\234\065\177\000\000?M006\062\000\000\000@֪ \177\000\000@֪\177\000\000\177\000\000\b\000\000\000\ 000\000\000\000L\234\065\177\000\000L\234\065\177\000\000\ 000KL\234\065\177\000\000Ye006\062\000\000\000\001\ 000\000\000\000\000\000\000ت\177\000\000ت\177\000\000\177\000\000ت\177", '\000' <repeats 46 times>, "\004", '\000' <repeats 35 times>...
#3 0x0000003206c76f2a in iv_fd_init (st=0x7f359c945850) at iv_fd.c:129
No locals.
#4 0x0000003206c77499 in iv_init () at iv_main_posix.c:74
st = 0x7f359c945850
#5 0x0000003206c75b8e in iv_work_thread (_thr=0x996c540) at iv_work.c:177
thr = 0x996c540
pool = 0x1df6820
#6 0x0000003206c77def in iv_thread_handler (_thr=0x52933d0) at iv_thread_posix.c:142
__clframe = {__cancel_routine = 0x3206c77e50 <iv_thread_cleanup_handler>,
__cancel_arg = 0x52933d0, __do_it = 1, __cancel_type = 0}
thr = 0x52933d0
#7 0x0000003b53207aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#8 0x0000003b52ae8aad in clone () from /lib64/libc.so.6
No symbol table info available.
Can you please check and let me know how can we fix this issue?
Regards Harish shetty
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Thanks, Vijay Amrut.
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
participants (4)
-
Balazs Scheidler
-
Harish Shetty
-
Scheidler, Balázs
-
vijay amruth