Bug 5534 - Syslogd cannot log to both a shared buffer and a file
Summary: Syslogd cannot log to both a shared buffer and a file
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: Other Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 00:06 UTC by Leslie Chisholm
Modified: 2012-09-17 00:06 UTC (History)
1 user (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 Leslie Chisholm 2012-09-17 00:06:39 UTC
Using busybox 1.20.2 we are trying to write log messages to the shared buffer and to a file.

Running syslogd with both the -C16 and -O $LOGFILE switches syslogd will only log to the shared buffer, breaking some of our crashlogging scripts.

Without the -C16 flag syslogd logs to the file buffer but logread doesn't work.