Skip to content

Instantly share code, notes, and snippets.

@dsd
Created November 3, 2017 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsd/49f263c67c2859838ce168628ab043e0 to your computer and use it in GitHub Desktop.
Save dsd/49f263c67c2859838ce168628ab043e0 to your computer and use it in GitHub Desktop.
ath9k disconnect loop in Linux 4.13
Oct 27 10:26:21 endless NetworkManager[625]: <info> [1509074781.5314] device (wlp2s0): Activation: (wifi) connection 'Illuminati' has security, and secrets exist. No new secrets needed.
Oct 27 10:26:21 endless NetworkManager[625]: <info> [1509074781.5317] Config: added 'ssid' value 'Illuminati'
Oct 27 10:26:21 endless NetworkManager[625]: <info> [1509074781.5319] Config: added 'scan_ssid' value '1'
Oct 27 10:26:21 endless NetworkManager[625]: <info> [1509074781.5321] Config: added 'key_mgmt' value 'WPA-PSK'
Oct 27 10:26:21 endless NetworkManager[625]: <info> [1509074781.5324] Config: added 'psk' value '<hidden>'
Oct 27 10:26:21 endless NetworkManager[625]: <info> [1509074781.6130] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:26:22 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:26:22 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:26:22 endless NetworkManager[625]: <info> [1509074782.5674] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:26:22 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:26:22 endless kernel: wlp2s0: authenticated
Oct 27 10:26:22 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:26:22 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:26:22 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:26:22 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:26:22 endless kernel: wlp2s0: associated
Oct 27 10:26:22 endless kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Oct 27 10:26:22 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:26:22 endless NetworkManager[625]: <info> [1509074782.5763] device (wlp2s0): supplicant interface state: authenticating -> associated
Oct 27 10:26:22 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:26:24 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:26:24 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=1 duration=10 reason=CONN_FAILED
Oct 27 10:26:24 endless NetworkManager[625]: <warn> [1509074784.8421] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:26:24 endless NetworkManager[625]: <info> [1509074784.8458] device (wlp2s0): supplicant interface state: associated -> disconnected
Oct 27 10:26:24 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:26:24 endless NetworkManager[625]: <info> [1509074784.9464] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:26:37 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="Illuminati"
Oct 27 10:26:37 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:26:37 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:26:37 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:26:37 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:26:37 endless kernel: wlp2s0: authenticated
Oct 27 10:26:37 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:26:37 endless NetworkManager[625]: <info> [1509074797.7970] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:26:37 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:26:37 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:26:37 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:26:37 endless kernel: wlp2s0: associated
Oct 27 10:26:37 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:26:37 endless NetworkManager[625]: <info> [1509074797.8035] device (wlp2s0): supplicant interface state: authenticating -> associating
Oct 27 10:26:37 endless NetworkManager[625]: <info> [1509074797.8093] device (wlp2s0): supplicant interface state: associating -> associated
Oct 27 10:26:39 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:26:39 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=2 duration=20 reason=CONN_FAILED
Oct 27 10:26:39 endless NetworkManager[625]: <warn> [1509074799.8734] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:26:39 endless NetworkManager[625]: <info> [1509074799.8773] device (wlp2s0): supplicant interface state: associated -> disconnected
Oct 27 10:26:39 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:26:39 endless NetworkManager[625]: <info> [1509074799.9779] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:26:40 endless gnome-software[1272]: running get-distro-updates with refine-flags=require-setup-action with timeout=60 on plugin=appstream
Oct 27 10:26:46 endless NetworkManager[625]: <warn> [1509074806.4699] device (wlp2s0): Activation: (wifi) association took too long
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.4700] device (wlp2s0): state change: config -> need-auth (reason 'none', internal state 'managed')
Oct 27 10:26:46 endless NetworkManager[625]: <warn> [1509074806.4799] device (wlp2s0): Activation: (wifi) asking for new secrets
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.5556] device (wlp2s0): state change: need-auth -> prepare (reason 'none', internal state 'managed')
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.5580] device (wlp2s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.5592] device (wlp2s0): Activation: (wifi) connection 'Illuminati' has security, and secrets exist. No new secrets needed.
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.5594] Config: added 'ssid' value 'Illuminati'
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.5595] Config: added 'scan_ssid' value '1'
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.5596] Config: added 'key_mgmt' value 'WPA-PSK'
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.5597] Config: added 'psk' value '<hidden>'
Oct 27 10:26:46 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:26:46 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:26:46 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:26:46 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:26:46 endless kernel: wlp2s0: authenticated
Oct 27 10:26:46 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.8806] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:26:46 endless NetworkManager[625]: <info> [1509074806.8872] device (wlp2s0): supplicant interface state: authenticating -> associating
Oct 27 10:26:48 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 2/3)
Oct 27 10:26:49 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 3/3)
Oct 27 10:26:50 endless kernel: wlp2s0: association with 78:e8:b6:d8:60:e6 timed out
Oct 27 10:26:50 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=1 duration=10 reason=CONN_FAILED
Oct 27 10:26:50 endless NetworkManager[625]: <info> [1509074810.3108] device (wlp2s0): supplicant interface state: associating -> disconnected
Oct 27 10:27:00 endless NetworkManager[625]: <info> [1509074820.3178] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:27:01 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="Illuminati"
Oct 27 10:27:01 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:01 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:27:01 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:01 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:01 endless kernel: wlp2s0: authenticated
Oct 27 10:27:01 endless NetworkManager[625]: <info> [1509074821.2726] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:27:01 endless NetworkManager[625]: <info> [1509074821.2798] device (wlp2s0): supplicant interface state: authenticating -> associating
Oct 27 10:27:01 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:01 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:27:01 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:27:01 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:27:01 endless kernel: wlp2s0: associated
Oct 27 10:27:01 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:27:01 endless NetworkManager[625]: <info> [1509074821.2921] device (wlp2s0): supplicant interface state: associating -> associated
Oct 27 10:27:03 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:27:03 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=2 duration=20 reason=CONN_FAILED
Oct 27 10:27:03 endless NetworkManager[625]: <warn> [1509074823.8589] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:27:03 endless NetworkManager[625]: <info> [1509074823.8640] device (wlp2s0): supplicant interface state: associated -> disconnected
Oct 27 10:27:03 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:27:03 endless NetworkManager[625]: <info> [1509074823.9655] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:27:11 endless NetworkManager[625]: <warn> [1509074831.4705] device (wlp2s0): Activation: (wifi) association took too long
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.4707] device (wlp2s0): state change: config -> need-auth (reason 'none', internal state 'managed')
Oct 27 10:27:11 endless NetworkManager[625]: <warn> [1509074831.4810] device (wlp2s0): Activation: (wifi) asking for new secrets
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.5531] device (wlp2s0): state change: need-auth -> prepare (reason 'none', internal state 'managed')
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.5572] device (wlp2s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.5585] device (wlp2s0): Activation: (wifi) connection 'Illuminati' has security, and secrets exist. No new secrets needed.
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.5586] Config: added 'ssid' value 'Illuminati'
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.5587] Config: added 'scan_ssid' value '1'
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.5588] Config: added 'key_mgmt' value 'WPA-PSK'
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.5588] Config: added 'psk' value '<hidden>'
Oct 27 10:27:11 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:11 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.6227] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:27:11 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:11 endless kernel: wlp2s0: authenticated
Oct 27 10:27:11 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:11 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:11 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:27:11 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:27:11 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:27:11 endless kernel: wlp2s0: associated
Oct 27 10:27:11 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:27:11 endless NetworkManager[625]: <info> [1509074831.6315] device (wlp2s0): supplicant interface state: authenticating -> associated
Oct 27 10:27:12 endless NetworkManager[625]: <info> [1509074832.9228] device (wlp2s0): supplicant interface state: associated -> 4-way handshake
Oct 27 10:27:12 endless wpa_supplicant[638]: wlp2s0: WPA: Key negotiation completed with 78:e8:b6:d8:60:e6 [PTK=CCMP GTK=TKIP]
Oct 27 10:27:12 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 78:e8:b6:d8:60:e6 completed [id=0 id_str=]
Oct 27 10:27:12 endless NetworkManager[625]: <info> [1509074832.9307] device (wlp2s0): supplicant interface state: 4-way handshake -> completed
Oct 27 10:27:12 endless NetworkManager[625]: <info> [1509074832.9309] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'Illuminati'.
Oct 27 10:27:12 endless NetworkManager[625]: <info> [1509074832.9312] device (wlp2s0): state change: config -> ip-config (reason 'none', internal state 'managed')
Oct 27 10:27:12 endless NetworkManager[625]: <info> [1509074832.9333] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Oct 27 10:27:12 endless NetworkManager[625]: <info> [1509074832.9401] dhcp4 (wlp2s0): dhclient started with pid 1580
Oct 27 10:27:12 endless dhclient[1580]: DHCPDISCOVER on wlp2s0 to 255.255.255.255 port 67 interval 4
Oct 27 10:27:14 endless ntpd[697]: bind(23) AF_INET6 fe80::c369:fb9b:2cf:a776%3#123 flags 0x11 failed: Cannot assign requested address
Oct 27 10:27:14 endless ntpd[697]: unable to create socket on wlp2s0 (5) for fe80::c369:fb9b:2cf:a776%3#123
Oct 27 10:27:14 endless ntpd[697]: failed to init interface for address fe80::c369:fb9b:2cf:a776%3
Oct 27 10:27:14 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:27:14 endless NetworkManager[625]: <warn> [1509074834.8343] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:27:14 endless NetworkManager[625]: <info> [1509074834.8575] device (wlp2s0): supplicant interface state: completed -> disconnected
Oct 27 10:27:14 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:27:14 endless avahi-daemon[599]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::c369:fb9b:2cf:a776.
Oct 27 10:27:14 endless avahi-daemon[599]: New relevant interface wlp2s0.IPv6 for mDNS.
Oct 27 10:27:14 endless avahi-daemon[599]: Registering new address record for fe80::c369:fb9b:2cf:a776 on wlp2s0.*.
Oct 27 10:27:14 endless NetworkManager[625]: <info> [1509074834.9424] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:27:15 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:15 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:27:15 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:15 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:15 endless kernel: wlp2s0: authenticated
Oct 27 10:27:15 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:15 endless NetworkManager[625]: <info> [1509074835.8984] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:27:15 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:27:15 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:27:15 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:27:15 endless kernel: wlp2s0: associated
Oct 27 10:27:15 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:27:15 endless NetworkManager[625]: <info> [1509074835.9036] device (wlp2s0): supplicant interface state: authenticating -> associated
Oct 27 10:27:16 endless dhclient[1580]: DHCPDISCOVER on wlp2s0 to 255.255.255.255 port 67 interval 6
Oct 27 10:27:18 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:27:18 endless NetworkManager[625]: <warn> [1509074838.8354] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:27:18 endless NetworkManager[625]: <info> [1509074838.8399] device (wlp2s0): supplicant interface state: associated -> disconnected
Oct 27 10:27:18 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:27:18 endless NetworkManager[625]: <info> [1509074838.9418] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:27:19 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:19 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:27:19 endless NetworkManager[625]: <info> [1509074839.8952] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:27:19 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:19 endless kernel: wlp2s0: authenticated
Oct 27 10:27:19 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:19 endless NetworkManager[625]: <info> [1509074839.9035] device (wlp2s0): supplicant interface state: authenticating -> associating
Oct 27 10:27:19 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:19 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:27:19 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:27:19 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:27:19 endless kernel: wlp2s0: associated
Oct 27 10:27:19 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:27:19 endless NetworkManager[625]: <info> [1509074839.9120] device (wlp2s0): supplicant interface state: associating -> associated
Oct 27 10:27:21 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:27:21 endless NetworkManager[625]: <warn> [1509074841.8106] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:27:21 endless NetworkManager[625]: <info> [1509074841.8161] device (wlp2s0): supplicant interface state: associated -> disconnected
Oct 27 10:27:21 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:27:21 endless NetworkManager[625]: <info> [1509074841.9175] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:27:22 endless dhclient[1580]: DHCPDISCOVER on wlp2s0 to 255.255.255.255 port 67 interval 15
Oct 27 10:27:22 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:22 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:27:22 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:22 endless kernel: wlp2s0: authenticated
Oct 27 10:27:22 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:22 endless NetworkManager[625]: <info> [1509074842.8736] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:27:22 endless NetworkManager[625]: <info> [1509074842.8807] device (wlp2s0): supplicant interface state: authenticating -> associating
Oct 27 10:27:22 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:22 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:27:22 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:27:22 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:27:22 endless kernel: wlp2s0: associated
Oct 27 10:27:22 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:27:22 endless NetworkManager[625]: <info> [1509074842.8918] device (wlp2s0): supplicant interface state: associating -> associated
Oct 27 10:27:24 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:27:24 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=1 duration=10 reason=CONN_FAILED
Oct 27 10:27:24 endless NetworkManager[625]: <warn> [1509074844.8227] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:27:24 endless NetworkManager[625]: <info> [1509074844.8282] device (wlp2s0): supplicant interface state: associated -> disconnected
Oct 27 10:27:24 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:27:24 endless NetworkManager[625]: <info> [1509074844.9295] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:27:37 endless dhclient[1580]: DHCPDISCOVER on wlp2s0 to 255.255.255.255 port 67 interval 15
Oct 27 10:27:37 endless ntpd[697]: error resolving pool 0.debian.pool.ntp.org: Name or service not known (-2)
Oct 27 10:27:37 endless ntpd[697]: error resolving pool 1.debian.pool.ntp.org: Name or service not known (-2)
Oct 27 10:27:37 endless ntpd[697]: error resolving pool 2.debian.pool.ntp.org: Name or service not known (-2)
Oct 27 10:27:37 endless ntpd[697]: error resolving pool 3.debian.pool.ntp.org: Name or service not known (-2)
Oct 27 10:27:37 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="Illuminati"
Oct 27 10:27:37 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:37 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:27:37 endless NetworkManager[625]: <info> [1509074857.7711] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:27:37 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:39 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 2/3)
Oct 27 10:27:40 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 3/3)
Oct 27 10:27:41 endless kernel: wlp2s0: authentication with 78:e8:b6:d8:60:e6 timed out
Oct 27 10:27:41 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=2 duration=20 reason=CONN_FAILED
Oct 27 10:27:41 endless NetworkManager[625]: <info> [1509074861.2878] device (wlp2s0): supplicant interface state: authenticating -> disconnected
Oct 27 10:27:51 endless NetworkManager[625]: <info> [1509074871.2944] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:27:52 endless dhclient[1580]: DHCPDISCOVER on wlp2s0 to 255.255.255.255 port 67 interval 17
Oct 27 10:27:58 endless NetworkManager[625]: <warn> [1509074878.4690] dhcp4 (wlp2s0): request timed out
Oct 27 10:27:58 endless NetworkManager[625]: <info> [1509074878.4691] dhcp4 (wlp2s0): state changed unknown -> timeout
Oct 27 10:27:58 endless NetworkManager[625]: <info> [1509074878.4869] dhcp4 (wlp2s0): canceled DHCP transaction, DHCP client pid 1580
Oct 27 10:27:58 endless NetworkManager[625]: <info> [1509074878.4870] dhcp4 (wlp2s0): state changed timeout -> done
Oct 27 10:27:58 endless NetworkManager[625]: <info> [1509074878.4884] device (wlp2s0): state change: ip-config -> failed (reason 'ip-config-unavailable', internal state 'managed')
Oct 27 10:27:58 endless NetworkManager[625]: <info> [1509074878.4897] manager: NetworkManager state is now DISCONNECTED
Oct 27 10:27:58 endless NetworkManager[625]: <warn> [1509074878.4937] device (wlp2s0): Activation: failed for connection 'Illuminati'
Oct 27 10:27:58 endless NetworkManager[625]: <info> [1509074878.4978] device (wlp2s0): state change: failed -> disconnected (reason 'none', internal state 'managed')
Oct 27 10:27:58 endless avahi-daemon[599]: Withdrawing address record for fe80::c369:fb9b:2cf:a776 on wlp2s0.
Oct 27 10:27:58 endless kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 27 10:27:58 endless avahi-daemon[599]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::c369:fb9b:2cf:a776.
Oct 27 10:27:58 endless avahi-daemon[599]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
Oct 27 10:27:58 endless NetworkManager[625]: <info> [1509074878.5147] device (wlp2s0): set-hw-addr: set MAC address to D6:BF:C8:56:23:16 (scanning)
Oct 27 10:27:58 endless kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 27 10:27:58 endless NetworkManager[625]: <info> [1509074878.5761] device (wlp2s0): supplicant interface state: scanning -> disabled
Oct 27 10:27:58 endless NetworkManager[625]: <info> [1509074878.5768] device (wlp2s0): supplicant interface state: disabled -> inactive
Oct 27 10:27:58 endless wpa_supplicant[638]: wlp2s0: Reject scan trigger since one is already pending
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.5005] policy: auto-activating connection 'Illuminati'
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.5101] device (wlp2s0): Activation: starting connection 'Illuminati' (3f08cf14-f93a-49aa-8489-47fd78fb9a19)
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.5126] device (wlp2s0): state change: disconnected -> prepare (reason 'none', internal state 'managed')
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.5138] manager: NetworkManager state is now CONNECTING
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.5240] device (wlp2s0): set-hw-addr: reset MAC address to 1C:65:9D:B2:79:64 (preserve)
Oct 27 10:27:59 endless kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.5448] device (wlp2s0): supplicant interface state: inactive -> disabled
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.5461] device (wlp2s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.5475] device (wlp2s0): Activation: (wifi) access point 'Illuminati' has security, but secrets are required.
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.5476] device (wlp2s0): state change: config -> need-auth (reason 'none', internal state 'managed')
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.6116] device (wlp2s0): supplicant interface state: disabled -> inactive
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.6131] device (wlp2s0): state change: need-auth -> prepare (reason 'none', internal state 'managed')
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.6154] device (wlp2s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.6173] device (wlp2s0): Activation: (wifi) connection 'Illuminati' has security, and secrets exist. No new secrets needed.
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.6175] Config: added 'ssid' value 'Illuminati'
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.6176] Config: added 'scan_ssid' value '1'
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.6177] Config: added 'key_mgmt' value 'WPA-PSK'
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.6178] Config: added 'psk' value '<hidden>'
Oct 27 10:27:59 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:59 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:27:59 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:27:59 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:59 endless kernel: wlp2s0: authenticated
Oct 27 10:27:59 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.7005] device (wlp2s0): supplicant interface state: inactive -> authenticating
Oct 27 10:27:59 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:27:59 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:27:59 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:27:59 endless kernel: wlp2s0: associated
Oct 27 10:27:59 endless kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Oct 27 10:27:59 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:27:59 endless NetworkManager[625]: <info> [1509074879.7096] device (wlp2s0): supplicant interface state: authenticating -> associated
Oct 27 10:28:02 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:28:02 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=1 duration=10 reason=CONN_FAILED
Oct 27 10:28:02 endless NetworkManager[625]: <warn> [1509074882.8355] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:28:02 endless NetworkManager[625]: <info> [1509074882.8421] device (wlp2s0): supplicant interface state: associated -> disconnected
Oct 27 10:28:02 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:28:02 endless NetworkManager[625]: <info> [1509074882.9419] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:28:15 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:28:15 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="Illuminati"
Oct 27 10:28:15 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:28:15 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:28:15 endless NetworkManager[625]: <info> [1509074895.7847] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:28:15 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 2/3)
Oct 27 10:28:17 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 3/3)
Oct 27 10:28:18 endless kernel: wlp2s0: authentication with 78:e8:b6:d8:60:e6 timed out
Oct 27 10:28:18 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=2 duration=20 reason=CONN_FAILED
Oct 27 10:28:18 endless NetworkManager[625]: <info> [1509074898.3117] device (wlp2s0): supplicant interface state: authenticating -> disconnected
Oct 27 10:28:24 endless NetworkManager[625]: <warn> [1509074904.4706] device (wlp2s0): Activation: (wifi) association took too long
Oct 27 10:28:24 endless NetworkManager[625]: <info> [1509074904.4708] device (wlp2s0): state change: config -> need-auth (reason 'none', internal state 'managed')
Oct 27 10:28:24 endless NetworkManager[625]: <warn> [1509074904.4803] device (wlp2s0): Activation: (wifi) asking for new secrets
Oct 27 10:28:24 endless NetworkManager[625]: <info> [1509074904.5573] device (wlp2s0): state change: need-auth -> prepare (reason 'none', internal state 'managed')
Oct 27 10:28:24 endless NetworkManager[625]: <info> [1509074904.5591] device (wlp2s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 27 10:28:24 endless NetworkManager[625]: <info> [1509074904.5600] device (wlp2s0): Activation: (wifi) connection 'Illuminati' has security, and secrets exist. No new secrets needed.
Oct 27 10:28:24 endless NetworkManager[625]: <info> [1509074904.5601] Config: added 'ssid' value 'Illuminati'
Oct 27 10:28:24 endless NetworkManager[625]: <info> [1509074904.5601] Config: added 'scan_ssid' value '1'
Oct 27 10:28:24 endless NetworkManager[625]: <info> [1509074904.5602] Config: added 'key_mgmt' value 'WPA-PSK'
Oct 27 10:28:24 endless NetworkManager[625]: <info> [1509074904.5604] Config: added 'psk' value '<hidden>'
Oct 27 10:28:24 endless NetworkManager[625]: <info> [1509074904.6232] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:28:25 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:28:25 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:28:25 endless NetworkManager[625]: <info> [1509074905.5755] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:28:25 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:28:25 endless kernel: wlp2s0: authenticated
Oct 27 10:28:25 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:28:25 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:28:25 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:28:25 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:28:25 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:28:25 endless kernel: wlp2s0: associated
Oct 27 10:28:25 endless NetworkManager[625]: <info> [1509074905.5839] device (wlp2s0): supplicant interface state: authenticating -> associating
Oct 27 10:28:25 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:28:25 endless NetworkManager[625]: <info> [1509074905.5926] device (wlp2s0): supplicant interface state: associating -> associated
Oct 27 10:28:28 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:28:28 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=1 duration=10 reason=CONN_FAILED
Oct 27 10:28:28 endless NetworkManager[625]: <warn> [1509074908.8514] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:28:28 endless NetworkManager[625]: <info> [1509074908.8566] device (wlp2s0): supplicant interface state: associated -> disconnected
Oct 27 10:28:28 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:28:28 endless NetworkManager[625]: <info> [1509074908.9580] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:28:41 endless ntpd[697]: error resolving pool 0.debian.pool.ntp.org: Name or service not known (-2)
Oct 27 10:28:41 endless ntpd[697]: error resolving pool 1.debian.pool.ntp.org: Name or service not known (-2)
Oct 27 10:28:41 endless ntpd[697]: error resolving pool 2.debian.pool.ntp.org: Name or service not known (-2)
Oct 27 10:28:41 endless ntpd[697]: error resolving pool 3.debian.pool.ntp.org: Name or service not known (-2)
Oct 27 10:28:41 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="Illuminati"
Oct 27 10:28:41 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:28:41 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:28:41 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:28:41 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:28:41 endless kernel: wlp2s0: authenticated
Oct 27 10:28:41 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:28:41 endless NetworkManager[625]: <info> [1509074921.8036] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:28:41 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:28:41 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:28:41 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:28:41 endless kernel: wlp2s0: associated
Oct 27 10:28:41 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:28:41 endless NetworkManager[625]: <info> [1509074921.8129] device (wlp2s0): supplicant interface state: authenticating -> associating
Oct 27 10:28:41 endless NetworkManager[625]: <info> [1509074921.8196] device (wlp2s0): supplicant interface state: associating -> associated
Oct 27 10:28:43 endless NetworkManager[625]: <info> [1509074923.1903] device (wlp2s0): supplicant interface state: associated -> 4-way handshake
Oct 27 10:28:44 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Oct 27 10:28:44 endless wpa_supplicant[638]: wlp2s0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Oct 27 10:28:44 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=2 duration=20 reason=WRONG_KEY
Oct 27 10:28:44 endless NetworkManager[625]: <warn> [1509074924.8718] sup-iface[0x17fe980,wlp2s0]: connection disconnected (reason -4)
Oct 27 10:28:44 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Illuminati" auth_failures=3 duration=30 reason=CONN_FAILED
Oct 27 10:28:44 endless NetworkManager[625]: <info> [1509074924.8790] device (wlp2s0): supplicant interface state: 4-way handshake -> disconnected
Oct 27 10:28:44 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 27 10:28:44 endless NetworkManager[625]: <info> [1509074924.9785] device (wlp2s0): supplicant interface state: disconnected -> scanning
Oct 27 10:28:49 endless NetworkManager[625]: <warn> [1509074929.4717] device (wlp2s0): Activation: (wifi) association took too long
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.4719] device (wlp2s0): state change: config -> need-auth (reason 'none', internal state 'managed')
Oct 27 10:28:49 endless NetworkManager[625]: <warn> [1509074929.4830] device (wlp2s0): Activation: (wifi) asking for new secrets
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.5873] device (wlp2s0): state change: need-auth -> prepare (reason 'none', internal state 'managed')
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.5900] device (wlp2s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.5913] device (wlp2s0): Activation: (wifi) connection 'Illuminati' has security, and secrets exist. No new secrets needed.
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.5915] Config: added 'ssid' value 'Illuminati'
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.5916] Config: added 'scan_ssid' value '1'
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.5917] Config: added 'key_mgmt' value 'WPA-PSK'
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.5918] Config: added 'psk' value '<hidden>'
Oct 27 10:28:49 endless wpa_supplicant[638]: wlp2s0: SME: Trying to authenticate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:28:49 endless kernel: wlp2s0: authenticate with 78:e8:b6:d8:60:e6
Oct 27 10:28:49 endless kernel: wlp2s0: send auth to 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:28:49 endless wpa_supplicant[638]: wlp2s0: Trying to associate with 78:e8:b6:d8:60:e6 (SSID='Illuminati' freq=2437 MHz)
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.6663] device (wlp2s0): supplicant interface state: scanning -> authenticating
Oct 27 10:28:49 endless kernel: wlp2s0: authenticated
Oct 27 10:28:49 endless kernel: wlp2s0: associate with 78:e8:b6:d8:60:e6 (try 1/3)
Oct 27 10:28:49 endless kernel: wlp2s0: RX AssocResp from 78:e8:b6:d8:60:e6 (capab=0x411 status=0 aid=2)
Oct 27 10:28:49 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Oct 27 10:28:49 endless kernel: wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Oct 27 10:28:49 endless kernel: wlp2s0: associated
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.6733] device (wlp2s0): supplicant interface state: authenticating -> associating
Oct 27 10:28:49 endless wpa_supplicant[638]: wlp2s0: Associated with 78:e8:b6:d8:60:e6
Oct 27 10:28:49 endless NetworkManager[625]: <info> [1509074929.6809] device (wlp2s0): supplicant interface state: associating -> associated
Oct 27 10:28:50 endless NetworkManager[625]: <info> [1509074930.9687] device (wlp2s0): supplicant interface state: associated -> 4-way handshake
Oct 27 10:28:52 endless wpa_supplicant[638]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=78:e8:b6:d8:60:e6 reason=4 locally_generated=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment