Bug 11558

Summary: sysV сервисы!
Product: [ROSA-based products] ROSA Fresh Reporter: Vladimir Potapov <v.potapov>
Component: System (kernel, glibc, systemd, bash, PAM...)Assignee: ROSA Linux Bugs <bugs>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: All   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Platform: --- ROSA Vulnerability identifier:
RPM Package: Upstream:
Bug Depends on:    
Bug Blocks: 11462    

Description Vladimir Potapov 2021-10-20 15:02:42 MSK
в журнале
systemd-sysv-generator[668]: SysV service '/etc/rc.d/init.d/pppoe' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
окт 20 19:52:18 rosa2021.1 systemd-sysv-generator[668]: SysV service '/etc/rc.d/init.d/network' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
Comment 1 Vladimir Potapov 2021-10-20 15:07:11 MSK
ppoe на systemd есть в федоре
https://fedora.pkgs.org/rawhide/fedora-x86_64/rp-pppoe-3.15-2.fc35.x86_64.rpm.html
Comment 2 Vladimir Potapov 2021-10-20 15:10:48 MSK
/etc/rc.d/init.d/network
это пакет initscripts, в федоре ничего подобного нет.

похоже, его можно просто убрать (вот его выхлоп при старте)

 systemctl start network
keleg@rosa2021 ~/Загрузки $ systemctl status network
● network.service - LSB: Bring up/down networking
     Loaded: loaded (/etc/rc.d/init.d/network; generated)
     Active: active (exited) since Wed 2021-10-20 20:09:46 +08; 1s ago
       Docs: man:systemd-sysv-generator(8)
    Process: 2932 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
        CPU: 573ms

окт 20 20:09:45 rosa2021.1 network[2932]: ПРЕДУПРЕЖДЕНИЕ      : [network] You are using 'network' service provided by 'network-scripts', which are now deprecated.
окт 20 20:09:45 rosa2021.1 network[2943]: You are using 'network' service provided by 'network-scripts', which are now deprecated.
окт 20 20:09:45 rosa2021.1 network[2932]: ПРЕДУПРЕЖДЕНИЕ      : [network] 'network-scripts' will be removed from distribution in near future.
окт 20 20:09:45 rosa2021.1 network[2944]: 'network-scripts' will be removed from distribution in near future.
окт 20 20:09:45 rosa2021.1 network[2932]: ПРЕДУПРЕЖДЕНИЕ      : [network] It is advised to switch to 'NetworkManager' instead for network management.
окт 20 20:09:45 rosa2021.1 network[2945]: It is advised to switch to 'NetworkManager' instead for network management.
окт 20 20:09:45 rosa2021.1 network[2932]: [70B blob data]
окт 20 20:09:46 rosa2021.1 network[2932]: [75B blob data]
окт 20 20:09:46 rosa2021.1 network[2932]: [77B blob data]
окт 20 20:09:46 rosa2021.1 systemd[1]: Started LSB: Bring up/down networking.