html tool

2017年7月17日星期一

Could not open output pipe '/dev/xconsole'



http://kb.monitorware.com/kbeventdb-detail-id-6904.html

In Ubuntu 12.04.3 LTS, Precise Pangolin, you may get the following error in syslog:

Dec 10 09:17:37 dl6-c4331 rsyslogd-2039: Could not open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]

The package rsyslog-5.8.6-1ubuntu8.6.deb expects /dev/xconsole to be installed, but 'apt-file search /dev/xconsole' found no packages that provide it.

Comment it out near the end of /etc/rsyslog.d/50-default.conf :

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

You can restart rsyslog with 'sudo service rsyslog restart' to confirm the error is gone.

没有评论:

发表评论