Bug 7975

Summary: Missing /lib/systemd/systemd-sysv-install
Product: [ROSA-based products] ROSA Fresh Reporter: Dmitry Mikhirev <mikhirev>
Component: Packages from MainAssignee: ROSA Linux Bugs <bugs>
Status: RESOLVED DUPLICATE QA Contact: ROSA Linux Bugs <bugs>
Severity: normal    
Priority: Normal CC: andrey.bondrov
Version: Fresh   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Platform: --- ROSA Vulnerability identifier:
RPM Package: systemd-230-5.src.rpm ISO-related:
Bad POT generating: Upstream:
Attachments: This script is called by "systemctl enable/disable" when the given unit is a SysV init.d script.

Description Dmitry Mikhirev 2017-05-26 14:30:07 MSK
Description of problem:

systemctl is not fully functional. It cannot enable/disable sysv services or even systemd services, if sysv initscript for the same service is present.

$ sudo systemctl disable mandi.service
mandi.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable mandi
Failed to execute /lib/systemd/systemd-sysv-install: No such file or directory
$ sudo systemctl enable mandi.service
mandi.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable mandi
Failed to execute /lib/systemd/systemd-sysv-install: No such file or directory
$ 


Version-Release number of selected component (if applicable):

230-5

How reproducible:

Always
Comment 1 Sergei Trusov 2017-06-19 07:58:42 MSK
Created attachment 4659 [details]
This script is called by "systemctl enable/disable" when the given unit is a SysV init.d script.

Please consider including this into the systemd.

There are some hardware affected by systemd update http://forum.rosalab.ru/viewtopic.php?f=56&t=8259
Comment 2 Andrey Bondrov 2017-06-22 21:11:17 MSK

*** This bug has been marked as a duplicate of bug 8082 ***