wpa supplicant causes large timeouts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wpasupplicant (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: wpasupplicant
After update to Ubuntu 9.10 (Karmic Koala), some network activities have a large delay/response time.
For example a simple host lookup:
mvl@purple:~$ host www.google.com
www.google.com is an alias for www.l.google.com.
www.l.google.com has address 74.125.77.105
www.l.google.com has address 74.125.77.103
www.l.google.com has address 74.125.77.106
www.l.google.com has address 74.125.77.99
www.l.google.com has address 74.125.77.147
www.l.google.com has address 74.125.77.104
;; connection timed out; no servers could be reached
;; connection timed out; no servers could be reached
The first lines appear very fast, but then there is a 2s wait until the last two lines appear.
This seems to be connected to messages from wpa-supplicant in /var/log/daemon.log
Oct 24 22:01:22 purple wpa_supplicant[
--------
mvl@purple:
Description: Ubuntu 9.10
Release: 9.10
mvl@purple:
wpasupplicant:
Installed: 0.6.9-3ubuntu1
Candidate: 0.6.9-3ubuntu1
Version table:
*** 0.6.9-3ubuntu1 0
500 http://
100 /var/lib/
Seen on an IBM Thinkpad T41 (x86). lspci says I have an "Atheros Communications Inc. AR5212 802.11abg NIC (rev 01)" (ID 168c:1014) and the module ath5k is loaded, from linux-image- 2.6.31- 17-generic 2.6.31-17.54. There are no activities that trigger it for me ("host www.google.com" usually completes instantly) but I can see in syslog every 2 minutes exactly there is a CTRL-EVENT- SCAN-RESULTS line, and simultaneously any traffic I'm sending/receiving (such as ssh keystrokes or a pulseaudio stream) will be buffered, and appear after 2 to 5 seconds. It seems that even on UDP (nc -u) traffic is not lost, only delayed.