Advertisement
orkneywool

ubuntu wpa-connection

Dec 31st, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. mars@mars:/var/log$ grep 'wpa*' /var/log/syslog
  2. Dec 31 12:35:57 mars wpa_supplicant[721]: wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]
  3. Dec 31 13:15:57 mars wpa_supplicant[721]: message repeated 4 times: [ wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]]
  4. Dec 31 13:25:57 mars wpa_supplicant[721]: wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]
  5. Dec 31 13:55:57 mars wpa_supplicant[721]: message repeated 3 times: [ wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]]
  6. Dec 31 14:05:57 mars wpa_supplicant[721]: wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]
  7. Dec 31 14:15:57 mars wpa_supplicant[721]: wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]
  8. Dec 31 14:25:57 mars wpa_supplicant[721]: wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]
  9. Dec 31 15:15:57 mars wpa_supplicant[721]: message repeated 5 times: [ wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]]
  10. Dec 31 15:25:57 mars wpa_supplicant[721]: wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]
  11. Dec 31 16:15:58 mars wpa_supplicant[721]: message repeated 6 times: [ wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]]
  12. Dec 31 16:25:58 mars wpa_supplicant[721]: wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]
  13. Dec 31 16:55:58 mars wpa_supplicant[721]: message repeated 3 times: [ wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]]
  14. Dec 31 17:18:20 mars dbus[593]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
  15. Dec 31 17:18:22 mars dbus[593]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
  16. Dec 31 17:18:22 mars wpa_supplicant[729]: Successfully initialized wpa_supplicant
  17. Dec 31 17:18:22 mars NetworkManager[641]: <info> wpa_supplicant running
  18. Dec 31 17:18:22 mars wpa_supplicant[729]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none
  19. Dec 31 17:18:22 mars wpa_supplicant[729]: dbus: Failed to construct signal
  20. Dec 31 17:18:24 mars wpa_supplicant[729]: wlan0: SME: Trying to authenticate with 2c:39:96:b6:fb:86 (SSID='BTHub4-SJRS' freq=2462 MHz)
  21. Dec 31 17:18:24 mars wpa_supplicant[729]: wlan0: Trying to associate with 2c:39:96:b6:fb:86 (SSID='BTHub4-SJRS' freq=2462 MHz)
  22. Dec 31 17:18:24 mars wpa_supplicant[729]: wlan0: Associated with 2c:39:96:b6:fb:86
  23. Dec 31 17:18:24 mars wpa_supplicant[729]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=GB
  24. Dec 31 17:18:24 mars wpa_supplicant[729]: wlan0: WPA: Key negotiation completed with 2c:39:96:b6:fb:86 [PTK=CCMP GTK=TKIP]
  25. Dec 31 17:18:24 mars wpa_supplicant[729]: wlan0: CTRL-EVENT-CONNECTED - Connection to 2c:39:96:b6:fb:86 completed [id=0 id_str=]
  26. Dec 31 17:25:58 mars wpa_supplicant[729]: wlan0: WPA: Group rekeying completed with 2c:39:96:b6:fb:86 [GTK=TKIP]
  27.  
  28. grep 'wlan0' /var/log/kern.log
  29. Dec 31 17:18:16 mars kernel: [ 38.525988] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  30. Dec 31 17:18:20 mars kernel: [ 42.427153] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  31. Dec 31 17:18:22 mars kernel: [ 45.011503] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  32. Dec 31 17:18:24 mars kernel: [ 46.445578] wlan0: authenticate with 2c:39:96:b6:fb:86
  33. Dec 31 17:18:24 mars kernel: [ 46.558580] wlan0: send auth to 2c:39:96:b6:fb:86 (try 1/3)
  34. Dec 31 17:18:24 mars kernel: [ 46.560161] wlan0: authenticated
  35. Dec 31 17:18:24 mars kernel: [ 46.562553] wlan0: associate with 2c:39:96:b6:fb:86 (try 1/3)
  36. Dec 31 17:18:24 mars kernel: [ 46.564658] wlan0: RX AssocResp from 2c:39:96:b6:fb:86 (capab=0x431 status=0 aid=42)
  37. Dec 31 17:18:24 mars kernel: [ 46.564691] wlan0: associated
  38. Dec 31 17:18:24 mars kernel: [ 46.564729] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement