Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 864825 - net-online does not obey rc_depend_strict=NO
Summary: net-online does not obey rc_depend_strict=NO
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-10 17:43 UTC by Marius Dinu
Modified: 2023-05-07 18:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Dinu 2022-08-10 17:43:51 UTC
Hello.

There is an example given in /etc/rc.conf for the usage of rc_depend_strict. In this example, if a service depends on "net" and rc_depend_strict is set to "NO", then any one of the network interfaces in "up" state will satisfy the dependency.

net-online does not respect this setting. All interfaces must be up in order for this service to do the ping test and report success or failure. If any one of them is down, it will timeout and report failure without doing the ping test.

Thanks.