wicd-curses opens dhclient per connection attempt

Bug #948676 reported by kportertx
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wicd
New
Undecided
Unassigned
wicd (Arch Linux)
New
Undecided
Unassigned
wicd (Debian)
New
Undecided
Unassigned
wicd (Ubuntu)
New
Undecided
Unassigned

Bug Description

wicd 1.7.1 (bzr-r717)
wireless (and wired) connection daemon.

For each connection attempt I make through wicd-curses, a separate dhclient is opened. Each dhclient remains open until I explicitly perform kill -9. Even calling /etc/rc.d/wicd stop leaves these processes running each continuing to hammer dhcp.

To resolve this issue I added the following to /etc/wicd/scripts/(pre/post)connect
#!/bin/sh
kill -9 `ps -eP | grep -i dhclient | cut -f 1,2 -d ' '`

Before this fix action I was constantly disconnecting from Wireless, afterwards it seems to be stable so far.

Attached wicd.log

I have experienced this on multiple distros and hardware, including systems belonging to associates.

Revision history for this message
kportertx (kportertx) wrote :
Revision history for this message
kportertx (kportertx) wrote :
description: updated
Revision history for this message
kportertx (kportertx) wrote :
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.