Mailinglist Archive: opensuse-bugs (4241 mails)
| < Previous | Next > |
[Bug 732934] chkconfig service on|off does not work with systemd.
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 21 Dec 2011 20:40:41 +0000
- Message-id: <20111221204041.6AC3D245524@molor.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=732934
https://bugzilla.novell.com/show_bug.cgi?id=732934#c6
Carlos Robinson <carlos.e.r@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
InfoProvider|carlos.e.r@xxxxxxxxxxxx |
--- Comment #6 from Carlos Robinson <carlos.e.r@xxxxxxxxxxxx> 2011-12-21
20:40:40 UTC ---
(In reply to comment #5)
could you test with latest package from home:fcrozat:systemd / systemd ?
http://download.opensuse.org/repositories/home:/fcrozat:/systemd/
Trying... nope.
Elanor:~ # chkconfig postfix
Note: Forwarding request to 'systemctl is-enabled postfix.service'.
enabled
postfix on
Elanor:~ # chkconfig postfix on
Elanor:~ # chkconfig postfix
Note: Forwarding request to 'systemctl is-enabled postfix.service'.
enabled
postfix on
Elanor:~ # chkconfig postfix off
insserv: Note: sysvinit service postfix is shadowed by systemd postfix.service,
Forwarding request to '/bin/systemctl --root / disable postfix.service'.
rm '/etc/systemd/system/multi-user.target.wants/postfix.service'
insserv: Forward service request to systemctl returned error status : 256
Elanor:~ # chkconfig postfix
Note: Forwarding request to 'systemctl is-enabled postfix.service'.
disabled
postfix off
Elanor:~ # chkconfig postfix on
insserv: Note: sysvinit service postfix is shadowed by systemd postfix.service,
Forwarding request to '/bin/systemctl --root / enable postfix.service'.
ln -s '///lib/systemd/system/postfix.service'
'///etc/systemd/system/multi-user.target.wants/postfix.service'
insserv: Forward service request to systemctl returned error status : 256
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.
| < Previous | Next > |