|
Bugzilla – Full Text Bug Listing |
| Summary: | ifup fails to start dhcpcd when broadcast response requested | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Jiri Bohac <jbohac> |
| Component: | YaST2 | Assignee: | Michal Zugec <mzugec> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ke, mt, pmladek, varkoly |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jiri Bohac
2009-06-15 11:54:27 UTC
marius first, ,mzugec as yast2-network later "[...] # Most of these options are used only by dhcpcd, not by the ISC dhclient (which # uses a config file). [...]" ... even the variable name has a DHCLIENT prefix that sounds like ISC dhclient. This type of conflicts were the reason to remove the variable on 11.1. (In reply to comment #0) > There is a checkbox in Yast -> network devices -> network settings -> global > options -> dhcp client options -> request broadcast response. > > If this checkbox is checked, it puts DHCLIENT_ADDITIONAL_OPTIONS = "-B" into > /etc/sysconfig/network/dhcp > > This setting: > - breaks DHCP in openSUSE 11.0, because -B is passed to dhclient, which > silently fails because it does not recognize this option No, it doesn't. At least on 11.0 the variable is not used for dhclient. But I know what happens here again. The variable is passed to the new version of the dhcpcd, that does not understand it any more. There is a hook in the dhcpcd spec file that removes the unknown options (-B, -S, -z \d+, -w \d+) when the new dhcpcd version gets installed. But when it is added again by yast2, it does not work... => Michal, can you remove/disable the check box in yast2? fixed in factory (yast2-network-2.18.37) While updating the docs I found that the feature is still mentioned in the help text (at least, on my Factory installation from last week). Ok, text removed in subversion (Factory) |