Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7996 - Syslog-ng sample config kernel logger config error
Summary: Syslog-ng sample config kernel logger config error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Bruce A. Locke (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-16 11:38 UTC by Paul Slinski
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Slinski 2002-09-16 11:38:40 UTC
The default setup for logging kernel messages using syslog-ng 1.5.19 has an
incorrect entry. The listed source is:

<pre>source kernsrc { file("/proc/kmsg"); };</pre>

and should be:

<pre>source kernsrc { <b>pipe</b>("/proc/kmsg"); };</pre>

-Paul
Comment 1 Paul Slinski 2002-09-16 11:39:30 UTC
Oops, sorry for the HTML.
Comment 2 Bruce A. Locke (RETIRED) gentoo-dev 2002-10-12 02:30:38 UTC
Fixed.  Thanks for the bug report.