On 8/27/24 11:34 AM, Barry wrote:
On 27 Aug 2024, at 15:22, home user via users <users@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
SysV service '/etc/rc.d/init.d/network'
That should not exist as it predates systemd world.
Where did the files in /etc/rc.d come from?
Barry
I notice that that directory has a lot of redundant stuff, mostly soft? links, mostly old:
- - - - - -
-bash.9[etc]: ls -lRa /etc/rc.d
/etc/rc.d:
total 48
drwxr-xr-x. 10 root root 4096 Jul 24 18:00 .
drwxr-xr-x. 204 root root 12288 Aug 22 19:17 ..
drwxr-xr-x. 2 root root 4096 Aug 8 14:24 init.d
drwxr-xr-x. 2 root root 4096 Jan 16 2024 rc0.d
drwxr-xr-x. 2 root root 4096 Jan 16 2024 rc1.d
drwxr-xr-x. 2 root root 4096 Jan 16 2024 rc2.d
drwxr-xr-x. 2 root root 4096 Jan 16 2024 rc3.d
drwxr-xr-x. 2 root root 4096 Jan 16 2024 rc4.d
drwxr-xr-x. 2 root root 4096 Jan 16 2024 rc5.d
drwxr-xr-x. 2 root root 4096 Jan 16 2024 rc6.d
/etc/rc.d/init.d:
total 44
drwxr-xr-x. 2 root root 4096 Aug 8 14:24 .
drwxr-xr-x. 10 root root 4096 Jul 24 18:00 ..
-rwxrwxrwx. 1 root root 0 Oct 21 2017 cups
-rw-r--r--. 1 root root 18229 Jan 29 2024 functions
-rwxr-xr-x. 1 root root 8921 Jan 29 2024 network
-rw-r--r--. 1 root root 1162 Jul 24 18:00 README
/etc/rc.d/rc0.d:
total 8
drwxr-xr-x. 2 root root 4096 Jan 16 2024 .
drwxr-xr-x. 10 root root 4096 Jul 24 18:00 ..
lrwxrwxrwx. 1 root root 20 Mar 17 2013 K50netconsole -> ../init.d/netconsole
lrwxrwxrwx. 1 root root 18 Mar 17 2013 K85ebtables -> ../init.d/ebtables
lrwxrwxrwx. 1 root root 17 Sep 22 2015 K90network -> ../init.d/network
/etc/rc.d/rc1.d:
total 8
drwxr-xr-x. 2 root root 4096 Jan 16 2024 .
drwxr-xr-x. 10 root root 4096 Jul 24 18:00 ..
lrwxrwxrwx. 1 root root 20 Mar 17 2013 K50netconsole -> ../init.d/netconsole
lrwxrwxrwx. 1 root root 18 Mar 17 2013 K85ebtables -> ../init.d/ebtables
lrwxrwxrwx. 1 root root 17 Sep 22 2015 K90network -> ../init.d/network
/etc/rc.d/rc2.d:
total 8
drwxr-xr-x. 2 root root 4096 Jan 16 2024 .
drwxr-xr-x. 10 root root 4096 Jul 24 18:00 ..
lrwxrwxrwx. 1 root root 20 Mar 17 2013 K50netconsole -> ../init.d/netconsole
lrwxrwxrwx. 1 root root 18 Mar 17 2013 K85ebtables -> ../init.d/ebtables
lrwxrwxrwx. 1 root root 17 Sep 22 2015 K90network -> ../init.d/network
/etc/rc.d/rc3.d:
total 8
drwxr-xr-x. 2 root root 4096 Jan 16 2024 .
drwxr-xr-x. 10 root root 4096 Jul 24 18:00 ..
lrwxrwxrwx. 1 root root 20 Mar 17 2013 K50netconsole -> ../init.d/netconsole
lrwxrwxrwx. 1 root root 18 Mar 17 2013 K85ebtables -> ../init.d/ebtables
lrwxrwxrwx. 1 root root 17 Sep 22 2015 K90network -> ../init.d/network
/etc/rc.d/rc4.d:
total 8
drwxr-xr-x. 2 root root 4096 Jan 16 2024 .
drwxr-xr-x. 10 root root 4096 Jul 24 18:00 ..
lrwxrwxrwx. 1 root root 20 Mar 17 2013 K50netconsole -> ../init.d/netconsole
lrwxrwxrwx. 1 root root 18 Mar 17 2013 K85ebtables -> ../init.d/ebtables
lrwxrwxrwx. 1 root root 17 Sep 22 2015 K90network -> ../init.d/network
/etc/rc.d/rc5.d:
total 8
drwxr-xr-x. 2 root root 4096 Jan 16 2024 .
drwxr-xr-x. 10 root root 4096 Jul 24 18:00 ..
lrwxrwxrwx. 1 root root 20 Mar 17 2013 K50netconsole -> ../init.d/netconsole
lrwxrwxrwx. 1 root root 18 Mar 17 2013 K85ebtables -> ../init.d/ebtables
lrwxrwxrwx. 1 root root 17 Sep 22 2015 K90network -> ../init.d/network
/etc/rc.d/rc6.d:
total 8
drwxr-xr-x. 2 root root 4096 Jan 16 2024 .
drwxr-xr-x. 10 root root 4096 Jul 24 18:00 ..
lrwxrwxrwx. 1 root root 20 Mar 17 2013 K50netconsole -> ../init.d/netconsole
lrwxrwxrwx. 1 root root 18 Mar 17 2013 K85ebtables -> ../init.d/ebtables
lrwxrwxrwx. 1 root root 17 Sep 22 2015 K90network -> ../init.d/network
-bash.10[etc]:
- - - - - -
Does that help?
--
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue