rsyslog :: Could not open output pipe

16 sec read

:: rsyslog error in Ubuntu
If you got some error log like this when starting rsyslog service:

server rsyslogd-2039: Could not open output pipe '/dev/xconsole' [try //www.rsyslog.com/e/2039 ]"

:: How to fix “rsyslog Could not open output pipe ‘/dev/xconsole'”

vim /etc/rsyslog.d/50-default.conf

commented out in these lines:

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

and restarting rsyslog

service rsyslog restart

:: Ref
+ Google
+ TechSupportForum

Leave a Reply

Your email address will not be published. Required fields are marked *