dhclient3 keeps running after ifdown
Bug #38140 reported by
Tormod Volden
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dhcp3 (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
After booting, eth0 is up and dhclient3 is running. However, eth0 still doesn't have an address, see bug #33968, so I have to do an ifdown and ifup to make things work.
I have noticed that after running ifdown, the dhclient3 process is still running. If I just run ifup afterwards, there will be two of them running.
(ifupdown 0.6.7ubuntu7 and dhcp3-client 3.0.3-6ubuntu6)
$ ps ax|grep dhc
3387 ? S< 0:00 dhclient3 -pf /var/run/
Update: Please note that this also affects the init.d/networking script.
Changed in dhcp3: | |
status: | Needs Info → Confirmed |
Changed in dhcp3: | |
assignee: | pitti → nobody |
To post a comment you must log in.
Before running ifdown, can you do:
ps ax | grep dhc dhclient. eth0.pid
var /var/run/
Then do "ifdown eth0" and repeat the two commands.