diff --git a/xCAT-server/debian/postinst b/xCAT-server/debian/postinst index 1c14637a0..e293471be 100644 --- a/xCAT-server/debian/postinst +++ b/xCAT-server/debian/postinst @@ -21,6 +21,10 @@ set -e case "$1" in configure) . /etc/profile.d/xcat.sh + if [ ! `grep -i imuxsock /etc/rsyslog.conf` ] ; then + echo \$ModLoad imuxsock >> /etc/rsyslog.conf + service rsyslog restart + fi xcatconfig -i -d update-rc.d xcatd enable if [ -f /tmp/xCAT-server_upgrade.tmp ]; then