Comment 112 for bug 548992

Revision history for this message
Seth Forshee (sforshee) wrote :

Thanks for the logs. I still don't see exactly what's happening. Something is triggering wpa_supplicant to reassociate, so let's add in additional wpa_supplicant logging as well. Open /usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service and change the line that reads:

  Exec=/sbin/wpa_supplicant -u -s

to

  Exec=/sbin/wpa_supplicant -u -s -dd

Then run 'sudo kill -TERM $(pgrep wpa_supplicant)' in a terminal. After that, as before, run 'tail -f -n 0 /var/log/syslog > syslog.txt', wait for the disconnect to happen, and press Ctrl-C to stop logging syslog and attach syslog.txt here. Thanks!