Bug 23480 - RFE: Seperate Syslog, klog and minilog sockets
Summary: RFE: Seperate Syslog, klog and minilog sockets
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: sysklogd
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jason Vas Dias
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-01-06 11:53 UTC by Andrew Bartlett
Modified: 2007-04-18 16:30 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-24 23:39:45 UTC
Embargoed:


Attachments (Terms of Use)

Description Andrew Bartlett 2001-01-06 11:53:58 UTC
One of the things that bothers me is the way that syslog output currently
gets

My proposal:
Create 3 different sockets for syslog, one for syslog (standard /dev/log,
standard permissions), one for klogd (with root-only access, so normal
users at least cannot fake kernel messages), and one for minilogd.

The minilogd and klog sockets would also allow for ordering of output on
boot, becuase currently it all gets rather jumbled.  It should be possible
to read all of the waiting data on the klogd socket, then the data in the
minilogd socket, then the normal syslog traffic.

A sperate socket for klogd would allow syslogd to ensure that kernel
messages actualy came from the kernel (getting part way to fixing bug
10222).  (BTW, OpenBSD does this, but they use syslogd for kernel messages,
and just add a simple check on the /dev/log input that it doesn't use the
facility 'kernel').

Comment 1 Jason Vas Dias 2004-08-24 23:39:45 UTC
 Just clearing out old bugs here - this one ceased to be an issue
 ages ago.


Note You need to log in before you can comment on or make changes to this bug.