Bug 445

Summary: syslogd does not accept syslog messages from remote hosts
Product: Busybox Reporter: Ken Bantoft <ken>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: enhancement CC: busybox-cvs, xiaxiaojin
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Ken Bantoft 2009-07-10 12:57:37 UTC
Many syslog daemons provide support for accepting messages from remote syslog hosts and logging them locally.  Busybox's current syslogd supports sending syslog messages, but does not support receiving them.

This is a feature request to add this support in.  In other syslog daemons, the option '-r' is typically used to allow this behavior.
Comment 1 Denys Vlasenko 2009-12-14 12:58:37 UTC
We need to port socklog to bbox. It is small, and can be used to receive log data from UDP, TCP, even Unix sockets and from /proc/klog (i.e. it can be used instead of klogd).
Comment 2 万新明 2011-12-30 04:19:11 UTC
my busybox is 1.19.0 , and syslogd does not accept syslog messages too.