papertrail / remote_syslog2

To install, see "Releases" tab. Self-contained daemon for reading local files and emitting remote syslog (without using local syslogd).
http://help.papertrailapp.com/
MIT License
637 stars 156 forks source link

remote_syslog not able to send logs to destination on CentOS 5.4 #196

Open arulprasad opened 7 years ago

arulprasad commented 7 years ago

When I do a remote_syslog -D, I see

2017-01-16 23:27:51 INFO  remote_syslog.go:202 Forwarding file: <LOG_FILE_LOCATION>
2017-01-16 23:27:51 ERROR  remote_syslog.go:123 function not implemented
snorecone commented 7 years ago

Hi, thanks for the report.

Can you give me the output of remote_syslog -V and uname -a? My intuition is that one or more syscalls that the binary needs are missing. You can also try an earlier release to see if it works without issue.

arulprasad commented 7 years ago
$ remote_syslog -V
remote_syslog 0.19

$ uname -a
Linux <HOSTNAME> 2.6.18-417.el5 #1 SMP Tue Dec 20 13:11:30 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Thanks for looking into it, @snorecone.

acheraime commented 7 years ago

I have the same issue what's the actual status of this case?

remote_syslog 0.20-beta1 Linux 2.6.18-194.17.1.el5 #1 SMP Wed Sep 29 12:51:33 EDT 2010 i686 i686 i386 GNU/Linux

troy commented 7 years ago

@acheraime it's pretty much what you see here :) It's being tracked, but is not fixed. If you have a fix, feel free to send a pull request, and if not, please subscribe to this issue to receive updates if and when it moves forward.