[syslog-ng] syslog-ng IPv6 problem ver 3.01

Arya, Manish Kumar m.arya at yahoo.com
Sat Apr 9 17:45:19 CEST 2011


>    tcp6("fd00:abcd:4321:2:20c:29ff:fea8:9671"
> port(514));

Thanks, This removed syntax error

but now I am getting

file gsockaddr.h: line 86 (g_sockaddr_inet_get_sa): assertion failed: (g_sockaddr_inet_check(s))

I am running syslog-ng on "Red Hat Enterprise Linux Server release 5.4 (Tikanga)"

Regards,
-Manish

--- On Fri, 4/8/11, Zoltán Pallagi <pzolee at balabit.hu> wrote:

> From: Zoltán Pallagi <pzolee at balabit.hu>
> Subject: Re: [syslog-ng] syslog-ng IPv6 problem ver 3.01
> To: "Syslog-ng users' and developers' mailing list" <syslog-ng at lists.balabit.hu>
> Date: Friday, April 8, 2011, 7:00 PM
> Try this:
> 
> destination ipv6_host {
> #       
> udp6("fd00:abcd:4321:2:20c:29ff:fea8:9671" port(514));
>      
>    tcp6("fd00:abcd:4321:2:20c:29ff:fea8:9671"
> port(514));
> };
> 
> 
> There is no ip() parameter for tcp/udp destination drivers
> 
> On 2011-04-08 13:19, Jakub Jankowski wrote:
> > Friday 08 of April 2011 13:17:09 Arya, Manish Kumar
> napisał(a):
> >> same error even after putting quotes
> >>
> >> destination ipv6_host {
> >> #       
> udp6(ip(fd00:abcd:4321:2:20c:29ff:fea8:9671) port(514));
> >>         
> tcp6(ip("fd00:abcd:4321:2:20c:29ff:fea8:9671") port(514));
> >> };
> >>
> >> syntax error in /etc/syslog-ng.conf at line 30.
> > Is your syslog-ng built with IPv6 support? You can
> check that in syslog-ng -V
> > output:
> >
> > # syslog-ng -V | grep v6
> > Enable-IPv6: on
> > #
> >
> >
> > Regards,
> >
> 
> ______________________________________________________________________________
> Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng
> FAQ: http://www.campin.net/syslog-ng/faq.html
> 
> 


More information about the syslog-ng mailing list