Thanks, Mihael! I'm not familiar with all this, but shouldn't the
autoconfigure thing add that flag? I mean, I've never encountered this
error since I'm using omelasticsearch.

Another issue is that sometimes rsyslog takes about 5 minutes to stop. Here
are some reproducing steps that always trigger the issue for me:
  - take a clean Ubuntu Server 12.04 x86_64
  - add the Adiscon repository
  - apt-get update; apt-get install rsyslog
  - /etc/init.d/rsyslog restart
  ---> now you wait

I've had this with other rsyslog 7.x packages, not only the one from
Adiscon. I've tried to look deeper into this, by starting rsyslog in debug
mode. If you send SIGTERM then, it works.

But the issue only seems reproducible once some traffic has gone through
rsyslog. So I start it again in debug, and send a log (`logger test`). And
I *always* get a segfault:

7062.191833198:7fbc35cd7700: --------imuxsock calling select, active file
descriptors (max 3): 3
7065.584970167:7fbc35cd7700: Message from UNIX socket: #3
Segmentation fault (core dumped)

I thought there was something fancy with the config, but I get the same
with this:
# cat /etc/rsyslog.conf
$ModLoad imuxsock
*.* /var/log/syslog

Please let me know if you need any info or help from me for fixing these.

Best regards,
Radu

2012/12/10 Michael Biebl <[email protected]>

> 2012/12/10 Radu Gheorghe <[email protected]>:
> > Hi,
> >
> > Unfortunately, the omelasticsearch module doesn't load for me. All the
> > others, like mmjsonparse, *relp and imptcp seem fine, but this one says:
> >
> > rsyslogd: could not load module '/usr/lib/rsyslog/omelasticsearch.so',
> > dlopen: /usr/lib/rsyslog/omelasticsearch.so: undefined symbol: pow
>
> This means the module needs to be linked against -lm
>
> --
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad
> of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you
> DON'T LIKE THAT.
>
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to