remote_syslog2 icon indicating copy to clipboard operation
remote_syslog2 copied to clipboard

remote_syslog not able to send logs to destination on CentOS 5.4

Open arulprasad opened this issue 8 years ago • 4 comments

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

arulprasad avatar Jan 16 '17 23:01 arulprasad

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.

snorecone avatar Jan 17 '17 21:01 snorecone

$ 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.

arulprasad avatar Jan 18 '17 19:01 arulprasad

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

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

acheraime avatar Mar 16 '17 20:03 acheraime

@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.

troy avatar Mar 16 '17 23:03 troy