bad defaults in /etc/rsyslog.d/50-default.conf

Bug #1076180 reported by Steve Langasek
28
This bug affects 6 people
Affects Status Importance Assigned to Milestone
rsyslog (Ubuntu)
Confirmed
Low
Unassigned
xconsole (Ubuntu)
New
Undecided
Unassigned

Bug Description

rsyslog includes the following commented-out example which is wrong:

#daemon,mail.*;\
# news.=crit;news.=err;news.=notice;\
# *.=debug;*.=info;\
# *.=notice;*.=warn /dev/tty8

This doesn't work unless you prefix /dev/tty8 with '|'

Also, the following is uncommented by default:

daemon.*;mail.*;\
        news.err;\
        *.=debug;*.=info;\
        *.=notice;*.=warn |/dev/xconsole

And xconsole is not installed by default, so this causes a warning on rsyslog startup:

Nov 6 01:50:03 virgil rsyslogd-2039: Could not open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]

The latter should just be commented out. The former is maybe something that should be fixed in the code (why should we need to specify a special '|' character for a device file?)

Steve Langasek (vorlon)
Changed in rsyslog (Ubuntu):
importance: Undecided → Low
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in rsyslog (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.