Bug 445 - syslogd does not accept syslog messages from remote hosts
Summary: syslogd does not accept syslog messages from remote hosts
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-10 12:57 UTC by Ken Bantoft
Modified: 2011-12-30 04:19 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.