Bug 7975 - Missing /lib/systemd/systemd-sysv-install
Summary: Missing /lib/systemd/systemd-sysv-install
Status: RESOLVED DUPLICATE of bug 8082
Alias: None
Product: ROSA Fresh
Classification: ROSA-based products
Component: Packages from Main (show other bugs)
Version: Fresh
Hardware: All Linux
: Normal normal
Target Milestone: ---
Assignee: ROSA Linux Bugs
URL:
Whiteboard:
Depends on:
Blocks:
 
Reported: 2017-05-26 14:30 MSK by Dmitry Mikhirev
Modified: 2026-05-16 15:51 MSK (History)
1 user (show)

See Also:
Platform: ---
ROSA Vulnerability identifier:
RPM Package: systemd-230-5.src.rpm
Upstream:


Attachments
This script is called by "systemctl enable/disable" when the given unit is a SysV init.d script. (deleted)
2017-06-19 07:58 MSK, Sergei Trusov
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***
Comment 3 Dmitry Postnikov 2026-05-16 15:51:40 MSK
The content of attachment 4659 [details] has been deleted