Keywords:
Status: CLOSED DUPLICATE of bug 1314203
Alias: None
Product: Fedora
Classification: Fedora
Component: dhcp
Version: 23
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Jiri Popelka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-03 08:23 UTC by MK
Modified: 2016-03-03 08:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-03 08:48:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description MK 2016-03-03 08:23:24 UTC
Description of problem:

`dhclient -v iface1`, after establishing a lease with the dhcp server on iface1, will continue to log failed DCHPDISCOVER etc. messages involving other interfaces if they have a previous lease in `/var/lib`.

This is probably an upstream issue but I thought I'd start here.  It is not all that significant, except that 1) It contradicts the man page, which says that "in case the DHCP server is unavailable when dhclient is first invoked [...] old leases from the dhclient.leases  file  which  have not  yet  expired are tested", 2) It becomes irritating when you want to use the other interface for something and realize that dhclient may be (trying) to use it for some other purpose (which may or may not impact whatever else you are trying to do).

Note that I do not use NetworkManager or normal autoconfigured networking; my `/etc/sysconfig/network-scripts` contains only one file, `ifcfg-lo`.  I just start inet connections manually since it is only a matter of one or two commands.  However, I think this is irrelevant to the issue.

Version-Release number of selected component (if applicable):

4.3.3 ?

How reproducible:

Always.  The only way to prevent this is to either remove the old leases from `/var/lib` or use `-cf` with a conf file which mentions only one interface.

Actual results:

Dhclient establishes a lease with the interface specified on the command line then endlessly leaves syslog messages about retrying old leases on inactive interfaces, and continues to do so when those interfaces are activated for other purposes.

Expected results:

Dhclient should acquire a lease on the interface specified on the command line and then go to the background to maintain it, nothing else.

Additional info:

Comment 1 Jiri Popelka 2016-03-03 08:48:12 UTC

*** This bug has been marked as a duplicate of bug 1314203 ***


Note You need to log in before you can comment on or make changes to this bug.