https://bugzilla.novell.com/show_bug.cgi?id=727403 https://bugzilla.novell.com/show_bug.cgi?id=727403#c0 Summary: systemd does not start postfix ? Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: koenig@linux.de QAContact: qa@suse.de Found By: --- Blocker: --- this is an 11.4 system being updated to 12.1-beta and -factory. if I boot sysvinit (init=/sbin/sysvinit) then postfix still gets started: # grep postfix /var/log/boot.msg service postfix start service postfix done <notice -- Oct 31 18:15:53.314469000> service postfix stop service postfix done but if I boot with systemd, postfix is not running: # mailq postqueue: warning: Mail system is down -- accessing queue directly Mail queue is empty # ps uax | grep postfix root 7625 0.0 0.0 6792 872 pts/0 S+ 18:29 0:00 grep postfix # chkconfig postfix Note: Forwarding request to 'systemctl is-enabled postfix.service'. disabled postfix off but # find /etc/init.d/ -name \*postfix\* -ls 263983 0 lrwxrwxrwx 1 root root 10 Oct 6 12:00 /etc/init.d/rc3.d/S13postfix -> ../postfix 263932 0 lrwxrwxrwx 1 root root 10 Oct 6 11:21 /etc/init.d/rc3.d/K02postfix -> ../postfix 264080 0 lrwxrwxrwx 1 root root 10 Oct 6 12:00 /etc/init.d/rc5.d/S13postfix -> ../postfix 264035 0 lrwxrwxrwx 1 root root 10 Oct 6 11:21 /etc/init.d/rc5.d/K02postfix -> ../postfix 334015 8 -rwxr-xr-x 1 root root 7900 Oct 18 14:50 /etc/init.d/postfix I could manaully start postfix: # systemctl start postfix.service # mailq Mail queue is empty and at least after # chkconfig postfix off # chkconfig postfix on postfix now runs after boot with systemd, too... now after reboot I get # systemctl is-enabled postfix.service enabled and learn more and more how to use "systemctl" ;-) but shouldn't that be somewhat more automatic? is this "only" an update problem? if yes, may be a beta-only update problem? if the latter, forget about my report;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.