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

How to install NextCloud in Ubuntu 22.04

What’s NextCloud Nextcloud is an open-source software suite that offers a secure, self-hosted alternative to popular cloud storage and productivity platforms. With a focus...
sysadmin.id
8 min read

Reset root password on CentOS 7

Edit boot menu on-the-go 0. reboot the CentOS 7 and press ESC when GRUB menu show up on the screen and press “e” 1....
sysadmin.id
18 sec read

Free ext4 reserved blocks with tune2fs

Check disk usage df -h Filesystem Size Used Avail Use% Mounted on /dev/vda1 95G 82G 7.9G 92% / Check size of Reserved block count...
sysadmin.id
19 sec read