View previous topic :: View next topic |
Author |
Message |
g0rbe n00b
Joined: 17 Sep 2019 Posts: 13
|
Posted: Fri Oct 11, 2019 7:12 pm Post subject: openrc dynamic dhcpcd start while disabled |
|
|
Hi!
The net.eno2 (set to use dhcpcd) and dhcpcd is disabled in openrc, but dhcpcd start on boot. The ethernet cable is plugged in.
Code: |
Dynamic Runlevel: needed/wanted
dhcpcd
|
I did not find any info about this needed/wanted runlevel.
How to disable it?
Thanks,
g0rbe |
|
Back to top |
|
|
GDH-gentoo Veteran
Joined: 20 Jul 2019 Posts: 1719 Location: South America
|
Posted: Fri Oct 11, 2019 11:09 pm Post subject: Re: openrc dynamic dhcpcd start while disabled |
|
|
g0rbe wrote: | Code: |
Dynamic Runlevel: needed/wanted
dhcpcd
|
I did not find any info about this needed/wanted runlevel.
How to disable it? |
It is not a 'real' runlevel, this section of rc-status' output lists services that are not in a runlevel, but are started anyway because they are a 'need' or a 'want' dependency of another service that has been started. That is, they are named in a need or want command inside some other service script's depend() function.
I your case, there is probably a service in some runlevel that has a dependency of this kind on the net service (which dhcpcd provides).
There is a (rather short) description of dependency types here. |
|
Back to top |
|
|
g0rbe n00b
Joined: 17 Sep 2019 Posts: 13
|
Posted: Tue Oct 15, 2019 8:15 pm Post subject: |
|
|
Sorry for the late response.
The problem was the netmount.
Thanks |
|
Back to top |
|
|
|