Bug 11558 - sysV сервисы!
Summary: sysV сервисы!
Status: CONFIRMED
Alias: None
Product: ROSA Fresh
Classification: ROSA-based products
Component: System (kernel, glibc, systemd, bash, PAM...) (show other bugs)
Version: All
Hardware: All Linux
: Normal normal
Target Milestone: ---
Assignee: ROSA Linux Bugs
URL:
Whiteboard:
Depends on:
Blocks: 11462
  Show dependency treegraph
 
Reported: 2021-10-20 15:02 MSK by Vladimir Potapov
Modified: 2021-10-20 15:12 MSK (History)
0 users

See Also:
Platform: ---
ROSA Vulnerability identifier:
RPM Package:
Upstream:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.