Hi! I upgraded my ISPConfig Servers from ubuntu 12.04 to 14.04, and ISPConfig to the new 3.0.5.4p4 Version. Everything went smoothly, and all the services appear to be running fine, except for the syslog. It just stopped working. I get no logs in /var/log/syslog, or /var/log/mail etc. The last message in the syslog is "Oct 26 13:33:00 web1 exiting on signal 15". That is the time I rebooted the server after the upgrade from 12.04 to 14.04 was done. The server runs in an openvz container on a debian wheezy host (uname -a -> Linux web1 2.6.32-openvz-042stab084.14-amd64 ). /etc/init.d/sysklogd status doesn't return anyting. When I try "apt-get install sysklogd" I get: Any ideas what could be the problem?
Ok, it seems I'm getting a hold on the problem. 1. Ubuntu 14.04 uses rsyslog, which strangely was not installed at the upgrade. So I installed it manually with apt-get install rsyslog. 2. I had to comment out Code: # $ModLoad imklog # provides kernel logging support from the config file, as described here http://nikolauspolak.info/blog/2014/05/openvzproxmox-container-rsyslog-probleme-nach-update This is an openVZ related problem.