|
Bugzilla – Full Text Bug Listing |
| Summary: | /sbin/dhclient-script (dhcp-client) requires usleep (sysvinit-tools) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Petr Vorel <petr.vorel> |
| Component: | Network | Assignee: | Jorik Cronenberg <jorik.cronenberg> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kukuk, mt |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| See Also: | https://bugzilla.suse.com/show_bug.cgi?id=1216822 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Petr Vorel
2023-11-02 10:14:50 UTC
(In reply to Petr Vorel from comment #0) > I'm not sure if NetworkManager or wicked use /sbin/dhclient-script Nobody is using it, it's unsupported: # Note: # It is used by sysconfig alias netcontrol alias ifup-dhcp, # but not by the NetworkManager that is using an own script. # # Wicked is using an another dhcp client (runtime conflict). # As sysconfig-network is gone on sles12 and opensuse > 13.1, # this script is obsolete and unsupported. > but if we ship it, it should work. We should not ship scripts which are obsolete, unsupported and unused by our stack. So it should be removed from dhcp-client package. > i.e. we should add dependency to sysvinit-tools, which contains usleep. This will not pass any review, as sysvinit-tools is clearly deprecated. (In reply to Thorsten Kukuk from comment #1) > > but if we ship it, it should work. > > We should not ship scripts which are obsolete, unsupported and unused by our > stack. > So it should be removed from dhcp-client package. Thanks for feedback. It makes sense, I'll remove it. Replaced by https://bugzilla.suse.com/show_bug.cgi?id=1216822. @Marius feel free to reopen this and close #1216822 if it should be kept. |