https://bugzilla.novell.com/show_bug.cgi?id=732934 https://bugzilla.novell.com/show_bug.cgi?id=732934#c0 Summary: chkconfig service on|off does not work with systemd. Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: VMWare OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: carlos.e.r@opensuse.org QAContact: qa@suse.de Found By: --- Blocker: --- Component: systemd. Host: 11.4 Guest: 12.1 RC2 Environ: VMWare player. chkconfig service on|off does not work with systemd. According to http://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet chkconfig commands should still work (the only exception is chkconfig --list) Elanor:~ # chkconfig postfix Note: Forwarding request to 'systemctl is-enabled postfix.service'. disabled postfix off Elanor:~ # chkconfig postfix on Elanor:~ # chkconfig postfix Note: Forwarding request to 'systemctl is-enabled postfix.service'. disabled postfix off Elanor:~ # Elanor:~ # chkconfig -s postfix on Elanor:~ # chkconfig postfix Note: Forwarding request to 'systemctl is-enabled postfix.service'. disabled postfix off Elanor:~ # Elanor:~ # systemctl enable postfix.service ln -s '/lib/systemd/system/postfix.service' '/etc/systemd/system/multi-user.target.wants/postfix.service' Elanor:~ # chkconfig postfix Note: Forwarding request to 'systemctl is-enabled postfix.service'. enabled postfix on Elanor:~ # -- 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.