[Expired for wpasupplicant (Ubuntu) because there has been no activity
for 60 days.]
--
ifupdown script fails to terminate wpasupplicant
https://bugs.launchpad.net/bugs/72152
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubun
Sorry for the delay, I was in the australian outback without notebook
and internet access, and then busy with moving my (physical) home.
I'll attach my /etc/network/interfaces (stripped down, some irrelevant
things removed).
My wpasupplicant.conf contains an entry like
network={
ssid=
Hadmut, do you still experience this bug? We are still waiting for your
/etc/network/interfaces file to find out what this bug is about.
--
ifupdown script fails to terminate wpasupplicant
https://bugs.launchpad.net/bugs/72152
You received this bug notification because you are a member of Ubuntu
You're right.
I've never roamed without shutting down ;-)
The point is I often ifdown...rmmod...insmod...ifup in order to update to
latest CVS for my Ralink based card.
I now understand better the wpa_action infrastructure and admit my patch
will not fit in it.
Regards,
Cedric
2006/11/27, kelmo <
What happens when you roam from network A to network B with this patch
applied? Or an intermittent loss or re - connection to any network?
When leaving a network, wpa_cli daemon will invoke wpa_action after recieving
the disconnected signal via the control socket:
`wpa_action $IFACE DISCONNECTED
Here is how I get rid of this inconsistency :
in interfaces file I put those stanzas :
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
wpa-roam slave
iface home inet static
wpa-roam slave
address ...
With attached patch, "wpa_action wl
>> Do you happen to use 'wpa-roam'? in this case, use 'wpa_action $IFACE
>> stop' to bring down your interface.
>
> Yup.
>
> Where would I have to use wpa_action? In the manual clause or in the
> subclause selected by wpasupplicant?
No, when using 'wpa-roam' mode, then you have to use 'wpa_action
On Fri, Nov 17, 2006 at 10:49:06AM -, Reinhard Tartler wrote:
> please attach your /etc/network/interfaces to this bug.
Currently I'm away from the notebook, I'll send it later.
> Do you happen to use 'wpa-roam'? in this case, use 'wpa_action $IFACE
> stop' to bring down your interface.
Yup
please attach your /etc/network/interfaces to this bug.
Do you happen to use 'wpa-roam'? in this case, use 'wpa_action $IFACE
stop' to bring down your interface.
** Changed in: wpasupplicant (Ubuntu)
Status: Unconfirmed => Needs Info
--
ifupdown script fails to terminate wpasupplicant
ht