Bluetooth issues after sleep (loose my adapter)

When I boot my laptop I can see all of my Bluetooth devices in the Bluetooth selection screen. If I let my computer sleep, when I open the Bluetooth menu again it tells me that the Bluetooth adapter cannot be found. I have tried:
sudo systemctl restart bluetooth
sudo systemctl restart bluetooth.service

Both of these prove no help, the only way to get my Bluetooth adapter back is to restart. Is there something I can do to fix this? Also sorry if this is the wrong section.

update:
When I restart the pc I need to re-pair the mouse and the laptop.

Thanks

Looks like Bluetooth is not coming back from sleep.

When it happens, please do the following:

journalctl --system --boot=0 | grep "suspend entry"
journalctl --system --boot=0 | grep "suspend exit"

then have a look at the begin and end time and post the output of:

journalctl --system --boot=0 --since "YYYY-MM-DD HH:MM:SS" --until "YYYY-MM-DD HH:MM:SS"

where obviously --since is the datetime of suspend entry and --until is the datetime of suspension exit.

:+1:

1 Like

Thanks for the help! Here are the outputs :slight_smile:

[connor@StarReach ~]$ journalctl --system --boot=0 | grep "suspend entry"
Nov 01 16:07:29 StarReach kernel: PM: suspend entry (deep)
[connor@StarReach ~]$ journalctl --system --boot=0 | grep "suspend exit"
Nov 01 16:07:36 StarReach kernel: PM: suspend exit



[connor@StarReach ~]$ journalctl --system --boot=0 --since "2020-11-01 16:05:00" --until "2020-11-01 16:08:00"      
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 16:07:52 GMT. --
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.2900] manager: sleep: sleep requested (sleeping>
Nov 01 16:07:29 StarReach ModemManager[625]: <info>  [sleep-monitor] system is about to suspend
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.2901] device (enp1s0): state change: unavailabl>
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.2983] device (p2p-dev-wlp0s20f3): state change:>
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.2985] manager: NetworkManager state is now ASLE>
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.2986] device (wlp0s20f3): state change: activat>
Nov 01 16:07:29 StarReach dbus-daemon[602]: [system] Activating via systemd: service name='org.freedesktop.nm_disp>
Nov 01 16:07:29 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 16:07:29 StarReach dbus-daemon[602]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 16:07:29 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 01 16:07:29 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkMana>
Nov 01 16:07:29 StarReach kernel: audit: type=1130 audit(1604246849.301:85): pid=1 uid=0 auid=4294967295 ses=42949>
Nov 01 16:07:29 StarReach kernel: wlp0s20f3: deauthenticating from ec:f4:51:64:d6:c8 by local choice (Reason: 3=DE>
Nov 01 16:07:29 StarReach wpa_supplicant[900]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=ec:f4:51:64:d6:c8 reason=3>
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.3353] device (wlp0s20f3): supplicant interface >
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.3355] device (wlp0s20f3): state change: deactiv>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Withdrawing address record for 2a00:23c8:303:c500:d449:2161:800e:1c48>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Withdrawing address record for fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b o>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Registering new address record for fe80::b8da:eb76:f10e:1579 on wlp0s>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Withdrawing address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.
Nov 01 16:07:29 StarReach avahi-daemon[600]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Interface wlp0s20f3.IPv6 no longer relevant for mDNS.
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.3610] dhcp4 (wlp0s20f3): canceled DHCP transact>
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.3610] dhcp4 (wlp0s20f3): state changed bound ->>
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.3613] dhcp6 (wlp0s20f3): canceled DHCP transact>
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.3613] dhcp6 (wlp0s20f3): state changed bound ->>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 16:07:29 StarReach avahi-daemon[600]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.3759] device (wlp0s20f3): set-hw-addr: set MAC >
Nov 01 16:07:29 StarReach avahi-daemon[600]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address>
Nov 01 16:07:29 StarReach avahi-daemon[600]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Nov 01 16:07:29 StarReach avahi-daemon[600]: Registering new address record for 192.168.1.240 on wlp0s20f3.IPv4.
Nov 01 16:07:29 StarReach avahi-daemon[600]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 16:07:29 StarReach avahi-daemon[600]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address>
Nov 01 16:07:29 StarReach avahi-daemon[600]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.5574] device (wlp0s20f3): supplicant interface >
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.5576] device (wlp0s20f3): state change: disconn>
Nov 01 16:07:29 StarReach NetworkManager[603]: <info>  [1604246849.5716] device (wlp0s20f3): set-hw-addr: reset MA>
Nov 01 16:07:29 StarReach systemd[1]: Reached target Sleep.
Nov 01 16:07:29 StarReach systemd[1]: Starting Suspend...
Nov 01 16:07:29 StarReach wpa_supplicant[900]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
Nov 01 16:07:29 StarReach systemd-sleep[9934]: Suspending system...
Nov 01 16:07:29 StarReach kernel: PM: suspend entry (deep)
Nov 01 16:07:29 StarReach kernel: Filesystems sync: 0.006 seconds
Nov 01 16:07:34 StarReach kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
Nov 01 16:07:34 StarReach kernel: OOM killer disabled.
Nov 01 16:07:34 StarReach kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 01 16:07:34 StarReach kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 01 16:07:34 StarReach kernel: ACPI: EC: interrupt blocked
Nov 01 16:07:34 StarReach kernel: ACPI: Preparing to enter system sleep state S3
Nov 01 16:07:34 StarReach kernel: ACPI: EC: event blocked
Nov 01 16:07:34 StarReach kernel: ACPI: EC: EC stopped
Nov 01 16:07:34 StarReach kernel: PM: Saving platform NVS memory
Nov 01 16:07:34 StarReach kernel: Disabling non-boot CPUs ...
Nov 01 16:07:34 StarReach kernel: IRQ 141: no longer affine to CPU1
Nov 01 16:07:34 StarReach kernel: smpboot: CPU 1 is now offline
Nov 01 16:07:34 StarReach kernel: IRQ 142: no longer affine to CPU2
Nov 01 16:07:34 StarReach kernel: smpboot: CPU 2 is now offline
Nov 01 16:07:34 StarReach kernel: IRQ 143: no longer affine to CPU3
Nov 01 16:07:34 StarReach kernel: smpboot: CPU 3 is now offline
Nov 01 16:07:34 StarReach kernel: IRQ 144: no longer affine to CPU4
Nov 01 16:07:34 StarReach kernel: smpboot: CPU 4 is now offline
Nov 01 16:07:34 StarReach kernel: IRQ 145: no longer affine to CPU5
Nov 01 16:07:34 StarReach kernel: smpboot: CPU 5 is now offline
Nov 01 16:07:34 StarReach kernel: IRQ 146: no longer affine to CPU6
Nov 01 16:07:34 StarReach kernel: smpboot: CPU 6 is now offline
Nov 01 16:07:34 StarReach kernel: IRQ 147: no longer affine to CPU7
Nov 01 16:07:34 StarReach kernel: smpboot: CPU 7 is now offline
Nov 01 16:07:34 StarReach kernel: ACPI: Low-level resume complete
Nov 01 16:07:34 StarReach kernel: ACPI: EC: EC started
Nov 01 16:07:34 StarReach kernel: PM: Restoring platform NVS memory
Nov 01 16:07:34 StarReach kernel: smpboot: Scheduler frequency invariance went wobbly, disabling!
Nov 01 16:07:34 StarReach kernel: Enabling non-boot CPUs ...
Nov 01 16:07:34 StarReach kernel: x86: Booting SMP configuration:
Nov 01 16:07:34 StarReach kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Nov 01 16:07:34 StarReach kernel: CPU1 is up
Nov 01 16:07:34 StarReach kernel: smpboot: Booting Node 0 Processor 2 APIC 0x4
Nov 01 16:07:34 StarReach kernel: CPU2 is up
Nov 01 16:07:34 StarReach kernel: smpboot: Booting Node 0 Processor 3 APIC 0x6
Nov 01 16:07:34 StarReach kernel: CPU3 is up
Nov 01 16:07:34 StarReach kernel: smpboot: Booting Node 0 Processor 4 APIC 0x1
Nov 01 16:07:34 StarReach kernel: CPU4 is up
Nov 01 16:07:34 StarReach kernel: smpboot: Booting Node 0 Processor 5 APIC 0x3
Nov 01 16:07:34 StarReach kernel: CPU5 is up
Nov 01 16:07:34 StarReach kernel: smpboot: Booting Node 0 Processor 6 APIC 0x5
Nov 01 16:07:34 StarReach kernel: CPU6 is up
Nov 01 16:07:34 StarReach kernel: smpboot: Booting Node 0 Processor 7 APIC 0x7
Nov 01 16:07:34 StarReach kernel: CPU7 is up
Nov 01 16:07:34 StarReach kernel: ACPI: Waking up from system sleep state S3
Nov 01 16:07:34 StarReach kernel: ACPI: EC: interrupt unblocked
Nov 01 16:07:34 StarReach kernel: ACPI: EC: event unblocked
Nov 01 16:07:34 StarReach kernel: usb usb1: root hub lost power or was reset
Nov 01 16:07:34 StarReach kernel: usb usb2: root hub lost power or was reset
Nov 01 16:07:34 StarReach kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Nov 01 16:07:34 StarReach kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 01 16:07:34 StarReach kernel: usb 3-6: reset high-speed USB device number 3 using xhci_hcd
Nov 01 16:07:34 StarReach kernel: ata2: SATA link down (SStatus 4 SControl 300)
Nov 01 16:07:34 StarReach kernel: acpi LNXPOWER:05: Turning OFF
Nov 01 16:07:34 StarReach kernel: acpi LNXPOWER:04: Turning OFF
Nov 01 16:07:34 StarReach kernel: acpi LNXPOWER:03: Turning OFF
Nov 01 16:07:34 StarReach kernel: OOM killer enabled.
Nov 01 16:07:34 StarReach rtkit-daemon[1258]: The canary thread is apparently starving. Taking action.
Nov 01 16:07:34 StarReach rtkit-daemon[1258]: Demoting known real-time threads.
Nov 01 16:07:34 StarReach rtkit-daemon[1258]: Successfully demoted thread 1534 of process 1195.
Nov 01 16:07:34 StarReach rtkit-daemon[1258]: Successfully demoted thread 1531 of process 1195.
Nov 01 16:07:34 StarReach rtkit-daemon[1258]: Successfully demoted thread 1195 of process 1195.
Nov 01 16:07:34 StarReach rtkit-daemon[1258]: Demoted 3 threads.
Nov 01 16:07:34 StarReach kernel: Restarting tasks ... done.
Nov 01 16:07:34 StarReach kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (>
Nov 01 16:07:35 StarReach kernel: usb 3-10: USB disconnect, device number 4
Nov 01 16:07:36 StarReach systemd-sleep[9934]: System resumed.
Nov 01 16:07:36 StarReach kernel: Bluetooth: hci0: Timed out waiting for suspend events
Nov 01 16:07:36 StarReach kernel: Bluetooth: hci0: Suspend timeout bit: 5
Nov 01 16:07:36 StarReach kernel: Bluetooth: hci0: Suspend notifier action (4) failed: -110
Nov 01 16:07:36 StarReach kernel: PM: suspend exit
Nov 01 16:07:36 StarReach kernel: Bluetooth: hci0: command 0x0c05 tx timeout
Nov 01 16:07:36 StarReach bluetoothd[748]: Endpoint unregistered: sender=:1.236 path=/MediaEndpoint/A2DPSink/sbc
Nov 01 16:07:36 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfk>
Nov 01 16:07:36 StarReach kernel: audit: type=1130 audit(1604246856.940:86): pid=1 uid=0 auid=4294967295 ses=42949>
Nov 01 16:07:36 StarReach bluetoothd[748]: Endpoint unregistered: sender=:1.236 path=/MediaEndpoint/A2DPSource/sbc
Nov 01 16:07:36 StarReach systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 01 16:07:36 StarReach systemd[1]: Stopped target Bluetooth.
Nov 01 16:07:36 StarReach systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 01 16:07:37 StarReach systemd[1]: systemd-suspend.service: Succeeded.
Nov 01 16:07:37 StarReach systemd[1]: Finished Suspend.
Nov 01 16:07:37 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sus>
Nov 01 16:07:37 StarReach audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-susp>
Nov 01 16:07:37 StarReach systemd[1]: Stopped target Sleep.
Nov 01 16:07:37 StarReach systemd[1]: Reached target Suspend.
Nov 01 16:07:37 StarReach systemd[1]: Stopped target Suspend.
Nov 01 16:07:37 StarReach systemd-logind[605]: Operation 'sleep' finished.
Nov 01 16:07:37 StarReach kernel: audit: type=1130 audit(1604246857.176:87): pid=1 uid=0 auid=4294967295 ses=42949>
Nov 01 16:07:37 StarReach kernel: audit: type=1131 audit(1604246857.176:88): pid=1 uid=0 auid=4294967295 ses=42949>
Nov 01 16:07:37 StarReach ModemManager[625]: <info>  [sleep-monitor] system is resuming
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.1837] manager: sleep: wake requested (sleeping:>
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.1839] device (enp1s0): state change: unmanaged >
Nov 01 16:07:37 StarReach kernel: Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver [Generic FE-GE Realt>
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.3770] device (wlp0s20f3): state change: unmanag>
Nov 01 16:07:37 StarReach kernel: r8169 0000:01:00.0 enp1s0: Link is Down
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.3793] device (p2p-dev-wlp0s20f3): state change:>
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.3800] manager: NetworkManager state is now DISC>
Nov 01 16:07:37 StarReach wpa_supplicant[900]: nl80211: kernel reports: Attribute failed policy validation
Nov 01 16:07:37 StarReach wpa_supplicant[900]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Nov 01 16:07:37 StarReach wpa_supplicant[900]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Nov 01 16:07:37 StarReach wpa_supplicant[900]: P2P: Failed to enable P2P Device interface
Nov 01 16:07:37 StarReach wpa_supplicant[900]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant>
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.4244] device (wlp0s20f3): supplicant interface >
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.4245] device (p2p-dev-wlp0s20f3): state change:>
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.4253] Wi-Fi P2P device controlled by interface >
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.4258] manager: (p2p-dev-wlp0s20f3): new 802.11 >
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.4263] device (p2p-dev-wlp0s20f3): state change:>
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.4273] device (wlp0s20f3): state change: unavail>
Nov 01 16:07:37 StarReach NetworkManager[603]: <info>  [1604246857.4284] device (p2p-dev-wlp0s20f3): state change:>
Nov 01 16:07:37 StarReach NetworkManager[603]: <warn>  [1604246857.4315] sup-iface[c97db45c90d54fae,1,wlp0s20f3]: >
Nov 01 16:07:39 StarReach ModemManager[625]: <info>  [base-manager] couldn't check support for device '/sys/device>
Nov 01 16:07:39 StarReach ModemManager[625]: <info>  [base-manager] couldn't check support for device '/sys/device>
Nov 01 16:07:39 StarReach audit[10293]: USER_AUTH pid=10293 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct=>
Nov 01 16:07:39 StarReach kernel: audit: type=1100 audit(1604246859.756:89): pid=10293 uid=1000 auid=1000 ses=2 ms>
Nov 01 16:07:40 StarReach systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 01 16:07:40 StarReach audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManag>
Nov 01 16:07:40 StarReach kernel: audit: type=1131 audit(1604246860.673:90): pid=1 uid=0 auid=4294967295 ses=42949>
Nov 01 16:07:40 StarReach wpa_supplicant[900]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2>
Nov 01 16:07:41 StarReach systemd[1]: systemd-rfkill.service: Succeeded.
Nov 01 16:07:41 StarReach audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfki>
Nov 01 16:07:41 StarReach kernel: audit: type=1131 audit(1604246861.946:91): pid=1 uid=0 auid=4294967295 ses=42949>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5112] policy: auto-activating connection 'BTWho>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5114] device (wlp0s20f3): Activation: starting >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5115] device (wlp0s20f3): state change: disconn>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5117] manager: NetworkManager state is now CONN>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5119] device (wlp0s20f3): state change: prepare>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5120] device (wlp0s20f3): Activation: (wifi) ac>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5120] device (wlp0s20f3): state change: config >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5251] device (wlp0s20f3): state change: need-au>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5254] device (wlp0s20f3): state change: prepare>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5256] device (wlp0s20f3): Activation: (wifi) co>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5256] Config: added 'ssid' value 'BTWholeHome-G>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5256] Config: added 'scan_ssid' value '1'
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5256] Config: added 'bgscan' value 'simple:30:->
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5256] Config: added 'key_mgmt' value 'WPA-PSK W>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5257] Config: added 'auth_alg' value 'OPEN'
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5257] Config: added 'psk' value '<hidden>'
Nov 01 16:07:42 StarReach wpa_supplicant[900]: wlp0s20f3: SME: Trying to authenticate with ec:f4:51:64:d6:c8 (SSID>
Nov 01 16:07:42 StarReach kernel: wlp0s20f3: authenticate with ec:f4:51:64:d6:c8
Nov 01 16:07:42 StarReach kernel: wlp0s20f3: send auth to ec:f4:51:64:d6:c8 (try 1/3)
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5346] device (wlp0s20f3): supplicant interface >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5346] device (p2p-dev-wlp0s20f3): supplicant ma>
Nov 01 16:07:42 StarReach wpa_supplicant[900]: wlp0s20f3: Trying to associate with ec:f4:51:64:d6:c8 (SSID='BTWhol>
Nov 01 16:07:42 StarReach kernel: wlp0s20f3: authenticated
Nov 01 16:07:42 StarReach kernel: wlp0s20f3: associate with ec:f4:51:64:d6:c8 (try 1/3)
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5657] device (wlp0s20f3): supplicant interface >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5657] device (p2p-dev-wlp0s20f3): supplicant ma>
Nov 01 16:07:42 StarReach kernel: wlp0s20f3: RX AssocResp from ec:f4:51:64:d6:c8 (capab=0x1031 status=0 aid=6)
Nov 01 16:07:42 StarReach kernel: wlp0s20f3: associated
Nov 01 16:07:42 StarReach wpa_supplicant[900]: wlp0s20f3: Associated with ec:f4:51:64:d6:c8
Nov 01 16:07:42 StarReach wpa_supplicant[900]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5983] device (wlp0s20f3): supplicant interface >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.5984] device (p2p-dev-wlp0s20f3): supplicant ma>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.6930] device (wlp0s20f3): supplicant interface >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.6930] device (p2p-dev-wlp0s20f3): supplicant ma>
Nov 01 16:07:42 StarReach wpa_supplicant[900]: wlp0s20f3: WPA: Key negotiation completed with ec:f4:51:64:d6:c8 [P>
Nov 01 16:07:42 StarReach wpa_supplicant[900]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to ec:f4:51:64:d6:c8 c>
Nov 01 16:07:42 StarReach kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
Nov 01 16:07:42 StarReach wpa_supplicant[900]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-49 noise=9999 t>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7170] device (wlp0s20f3): supplicant interface >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7171] device (wlp0s20f3): Activation: (wifi) St>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7171] device (p2p-dev-wlp0s20f3): supplicant ma>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7173] device (wlp0s20f3): state change: config >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7179] dhcp4 (wlp0s20f3): activation: beginning >
Nov 01 16:07:42 StarReach avahi-daemon[600]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address>
Nov 01 16:07:42 StarReach avahi-daemon[600]: New relevant interface wlp0s20f3.IPv6 for mDNS.
Nov 01 16:07:42 StarReach avahi-daemon[600]: Registering new address record for fe80::b8da:eb76:f10e:1579 on wlp0s>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7775] dhcp4 (wlp0s20f3): option dhcp_lease_time>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7775] dhcp4 (wlp0s20f3): option domain_name    >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7776] dhcp4 (wlp0s20f3): option domain_name_ser>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7776] dhcp4 (wlp0s20f3): option expiry         >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7776] dhcp4 (wlp0s20f3): option ip_address     >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7776] dhcp4 (wlp0s20f3): option requested_broad>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7776] dhcp4 (wlp0s20f3): option requested_domai>
Nov 01 16:07:42 StarReach avahi-daemon[600]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7776] dhcp4 (wlp0s20f3): option requested_domai>
Nov 01 16:07:42 StarReach avahi-daemon[600]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7777] dhcp4 (wlp0s20f3): option requested_domai>
Nov 01 16:07:42 StarReach avahi-daemon[600]: Registering new address record for 192.168.1.240 on wlp0s20f3.IPv4.
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7777] dhcp4 (wlp0s20f3): option requested_host_>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7777] dhcp4 (wlp0s20f3): option requested_inter>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7777] dhcp4 (wlp0s20f3): option requested_ms_cl>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7777] dhcp4 (wlp0s20f3): option requested_nis_d>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7777] dhcp4 (wlp0s20f3): option requested_nis_s>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7778] dhcp4 (wlp0s20f3): option requested_ntp_s>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7778] dhcp4 (wlp0s20f3): option requested_rfc34>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7778] dhcp4 (wlp0s20f3): option requested_root_>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7778] dhcp4 (wlp0s20f3): option requested_route>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7778] dhcp4 (wlp0s20f3): option requested_stati>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7778] dhcp4 (wlp0s20f3): option requested_subne>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7779] dhcp4 (wlp0s20f3): option requested_time_>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7779] dhcp4 (wlp0s20f3): option requested_wpad >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7779] dhcp4 (wlp0s20f3): option routers        >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7779] dhcp4 (wlp0s20f3): option subnet_mask    >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7779] dhcp4 (wlp0s20f3): state changed unknown >
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7806] device (wlp0s20f3): state change: ip-conf>
Nov 01 16:07:42 StarReach dbus-daemon[602]: [system] Activating via systemd: service name='org.freedesktop.nm_disp>
Nov 01 16:07:42 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 16:07:42 StarReach dbus-daemon[602]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 16:07:42 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 01 16:07:42 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkMana>
Nov 01 16:07:42 StarReach kernel: audit: type=1130 audit(1604246862.793:92): pid=1 uid=0 auid=4294967295 ses=42949>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7970] device (wlp0s20f3): state change: ip-chec>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7972] device (wlp0s20f3): state change: seconda>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7975] manager: NetworkManager state is now CONN>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7993] manager: NetworkManager state is now CONN>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.7994] policy: set 'BTWholeHome-GZS' (wlp0s20f3)>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.8032] device (wlp0s20f3): Activation: successfu>
Nov 01 16:07:42 StarReach NetworkManager[603]: <info>  [1604246862.8920] manager: NetworkManager state is now CONN>
Nov 01 16:07:48 StarReach sudo[1820]: pam_unix(sudo:session): session closed for user root
Nov 01 16:07:48 StarReach kernel: audit: type=1106 audit(1604246868.550:93): pid=1820 uid=0 auid=1000 ses=2 msg='o>
Nov 01 16:07:48 StarReach kernel: audit: type=1104 audit(1604246868.550:94): pid=1820 uid=0 auid=1000 ses=2 msg='o>
Nov 01 16:07:48 StarReach audit[1820]: USER_END pid=1820 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=>
Nov 01 16:07:48 StarReach audit[1820]: CRED_DISP pid=1820 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_f>
Nov 01 16:07:48 StarReach NetworkManager[603]: <info>  [1604246868.7060] dhcp6 (wlp0s20f3): activation: beginning >
Nov 01 16:07:48 StarReach avahi-daemon[600]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address>
Nov 01 16:07:48 StarReach avahi-daemon[600]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address>
Nov 01 16:07:48 StarReach avahi-daemon[600]: Registering new address record for fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d>
Nov 01 16:07:48 StarReach avahi-daemon[600]: Withdrawing address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.
Nov 01 16:07:48 StarReach avahi-daemon[600]: Registering new address record for 2a00:23c8:303:c500:d449:2161:800e:>
Nov 01 16:07:48 StarReach NetworkManager[603]: <info>  [1604246868.7077] policy: set 'BTWholeHome-GZS' (wlp0s20f3)>
Nov 01 16:07:48 StarReach NetworkManager[603]: <info>  [1604246868.7223] dhcp6 (wlp0s20f3): option dhcp6_domain_se>
Nov 01 16:07:48 StarReach NetworkManager[603]: <info>  [1604246868.7224] dhcp6 (wlp0s20f3): state changed unknown >
Nov 01 16:07:52 StarReach systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 01 16:07:52 StarReach audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManag>
Nov 01 16:07:52 StarReach kernel: audit: type=1131 audit(1604246872.673:95): pid=1 uid=0 auid=4294967295 ses=42949>
lines 219-274/274 (END)

You’re missing half of the output… :grin:

E:G:

Nov 01 16:07:29 StarReach NetworkManager[603]: [1604246849.2900] manager: sleep: sleep requested (sleeping>

Everything after the > is cut off. so:

  • either maximise the terminal application
  • use a smaller font
  • redirect to a file
  • all of the above

before you copy-paste, depending on what you’re familiar with…

:stuck_out_tongue_winking_eye:

1 Like

Wow, you can tell I am great with Linux :sweat_smile:

[connor@StarReach ~]$ journalctl --system --boot=0 --since "2020-11-01 20:52:00" --until "2020-11-01 20:53:00"       
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/>
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/>
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/>
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/>
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: CRED_DISP pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:37 StarReach ModemManager[627]: <info>  [sleep-monitor] system is about to suspend
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7541] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7542] device (enp1s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7626] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7628] manager: NetworkManager state is now ASLEEP
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7629] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=605 comm="/usr/bin/NetworkManag>
Nov 01 20:52:37 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 20:52:37 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 01 20:52:37 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:37 StarReach kernel: audit: type=1130 audit(1604263957.767:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Nov 01 20:52:37 StarReach kernel: wlp0s20f3: deauthenticating from ec:f4:51:64:d6:c8 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=ec:f4:51:64:d6:c8 reason=3 locally_generated=1
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise=9999 txrate=0
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7966] device (wlp0s20f3): supplicant interface state: completed -> disconnected
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7968] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 2a00:23c8:303:c500:d449:2161:800e:1c48 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Registering new address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.*.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv6 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8089] dhcp6 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8090] dhcp6 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8238] device (wlp0s20f3): set-hw-addr: set MAC address to BE:78:02:65:39:6C (scanning)
Nov 01 20:52:38 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Registering new address record for 192.168.1.240 on wlp0s20f3.IPv4.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0039] device (wlp0s20f3): supplicant interface state: disconnected -> interface_disabled
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0040] device (wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0183] device (wlp0s20f3): set-hw-addr: reset MAC address to 94:E7:0B:C9:8D:76 (unmanage)
Nov 01 20:52:38 StarReach systemd[1]: Reached target Sleep.
Nov 01 20:52:38 StarReach systemd[1]: Starting Suspend...
Nov 01 20:52:38 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 01 20:52:38 StarReach systemd-sleep[4413]: Suspending system...
Nov 01 20:52:38 StarReach kernel: PM: suspend entry (deep)
Nov 01 20:52:38 StarReach kernel: Filesystems sync: 0.004 seconds
Nov 01 20:52:45 StarReach kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Nov 01 20:52:45 StarReach kernel: OOM killer disabled.
lines 1-56...skipping...
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: CRED_DISP pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:37 StarReach ModemManager[627]: <info>  [sleep-monitor] system is about to suspend
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7541] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7542] device (enp1s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7626] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7628] manager: NetworkManager state is now ASLEEP
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7629] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=605 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 01 20:52:37 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 20:52:37 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 01 20:52:37 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:37 StarReach kernel: audit: type=1130 audit(1604263957.767:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:37 StarReach kernel: wlp0s20f3: deauthenticating from ec:f4:51:64:d6:c8 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=ec:f4:51:64:d6:c8 reason=3 locally_generated=1
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise=9999 txrate=0
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7966] device (wlp0s20f3): supplicant interface state: completed -> disconnected
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7968] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 2a00:23c8:303:c500:d449:2161:800e:1c48 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Registering new address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.*.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv6 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8089] dhcp6 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8090] dhcp6 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8238] device (wlp0s20f3): set-hw-addr: set MAC address to BE:78:02:65:39:6C (scanning)
Nov 01 20:52:38 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Registering new address record for 192.168.1.240 on wlp0s20f3.IPv4.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0039] device (wlp0s20f3): supplicant interface state: disconnected -> interface_disabled
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0040] device (wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0183] device (wlp0s20f3): set-hw-addr: reset MAC address to 94:E7:0B:C9:8D:76 (unmanage)
Nov 01 20:52:38 StarReach systemd[1]: Reached target Sleep.
Nov 01 20:52:38 StarReach systemd[1]: Starting Suspend...
Nov 01 20:52:38 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 01 20:52:38 StarReach systemd-sleep[4413]: Suspending system...
Nov 01 20:52:38 StarReach kernel: PM: suspend entry (deep)
Nov 01 20:52:38 StarReach kernel: Filesystems sync: 0.004 seconds
Nov 01 20:52:45 StarReach kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Nov 01 20:52:45 StarReach kernel: OOM killer disabled.
Nov 01 20:52:45 StarReach kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 01 20:52:45 StarReach kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 01 20:52:45 StarReach kernel: ACPI: EC: interrupt blocked
Nov 01 20:52:45 StarReach kernel: ACPI: Preparing to enter system sleep state S3
Nov 01 20:52:45 StarReach kernel: ACPI: EC: event blocked
Nov 01 20:52:45 StarReach kernel: ACPI: EC: EC stopped
Nov 01 20:52:45 StarReach kernel: PM: Saving platform NVS memory
lines 1-63...skipping...
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: CRED_DISP pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:37 StarReach ModemManager[627]: <info>  [sleep-monitor] system is about to suspend
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7541] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7542] device (enp1s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7626] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7628] manager: NetworkManager state is now ASLEEP
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7629] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=605 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 01 20:52:37 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 20:52:37 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 01 20:52:37 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:37 StarReach kernel: audit: type=1130 audit(1604263957.767:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:37 StarReach kernel: wlp0s20f3: deauthenticating from ec:f4:51:64:d6:c8 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=ec:f4:51:64:d6:c8 reason=3 locally_generated=1
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise=9999 txrate=0
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7966] device (wlp0s20f3): supplicant interface state: completed -> disconnected
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7968] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 2a00:23c8:303:c500:d449:2161:800e:1c48 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Registering new address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.*.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv6 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8089] dhcp6 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8090] dhcp6 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8238] device (wlp0s20f3): set-hw-addr: set MAC address to BE:78:02:65:39:6C (scanning)
Nov 01 20:52:38 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Registering new address record for 192.168.1.240 on wlp0s20f3.IPv4.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0039] device (wlp0s20f3): supplicant interface state: disconnected -> interface_disabled
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0040] device (wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0183] device (wlp0s20f3): set-hw-addr: reset MAC address to 94:E7:0B:C9:8D:76 (unmanage)
Nov 01 20:52:38 StarReach systemd[1]: Reached target Sleep.
Nov 01 20:52:38 StarReach systemd[1]: Starting Suspend...
Nov 01 20:52:38 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 01 20:52:38 StarReach systemd-sleep[4413]: Suspending system...
Nov 01 20:52:38 StarReach kernel: PM: suspend entry (deep)
Nov 01 20:52:38 StarReach kernel: Filesystems sync: 0.004 seconds
Nov 01 20:52:45 StarReach kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Nov 01 20:52:45 StarReach kernel: OOM killer disabled.
Nov 01 20:52:45 StarReach kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 01 20:52:45 StarReach kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 01 20:52:45 StarReach kernel: ACPI: EC: interrupt blocked
Nov 01 20:52:45 StarReach kernel: ACPI: Preparing to enter system sleep state S3
Nov 01 20:52:45 StarReach kernel: ACPI: EC: event blocked
Nov 01 20:52:45 StarReach kernel: ACPI: EC: EC stopped
Nov 01 20:52:45 StarReach kernel: PM: Saving platform NVS memory
Nov 01 20:52:45 StarReach kernel: Disabling non-boot CPUs ...
Nov 01 20:52:45 StarReach kernel: IRQ 141: no longer affine to CPU1
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 1 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 142: no longer affine to CPU2
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 2 is now offline
lines 1-68...skipping...
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: CRED_DISP pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:37 StarReach ModemManager[627]: <info>  [sleep-monitor] system is about to suspend
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7541] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7542] device (enp1s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7626] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7628] manager: NetworkManager state is now ASLEEP
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7629] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=605 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 01 20:52:37 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 20:52:37 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 01 20:52:37 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:37 StarReach kernel: audit: type=1130 audit(1604263957.767:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:37 StarReach kernel: wlp0s20f3: deauthenticating from ec:f4:51:64:d6:c8 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=ec:f4:51:64:d6:c8 reason=3 locally_generated=1
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise=9999 txrate=0
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7966] device (wlp0s20f3): supplicant interface state: completed -> disconnected
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7968] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 2a00:23c8:303:c500:d449:2161:800e:1c48 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Registering new address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.*.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv6 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8089] dhcp6 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8090] dhcp6 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8238] device (wlp0s20f3): set-hw-addr: set MAC address to BE:78:02:65:39:6C (scanning)
Nov 01 20:52:38 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Registering new address record for 192.168.1.240 on wlp0s20f3.IPv4.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0039] device (wlp0s20f3): supplicant interface state: disconnected -> interface_disabled
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0040] device (wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0183] device (wlp0s20f3): set-hw-addr: reset MAC address to 94:E7:0B:C9:8D:76 (unmanage)
Nov 01 20:52:38 StarReach systemd[1]: Reached target Sleep.
Nov 01 20:52:38 StarReach systemd[1]: Starting Suspend...
Nov 01 20:52:38 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 01 20:52:38 StarReach systemd-sleep[4413]: Suspending system...
Nov 01 20:52:38 StarReach kernel: PM: suspend entry (deep)
Nov 01 20:52:38 StarReach kernel: Filesystems sync: 0.004 seconds
Nov 01 20:52:45 StarReach kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Nov 01 20:52:45 StarReach kernel: OOM killer disabled.
Nov 01 20:52:45 StarReach kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 01 20:52:45 StarReach kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 01 20:52:45 StarReach kernel: ACPI: EC: interrupt blocked
Nov 01 20:52:45 StarReach kernel: ACPI: Preparing to enter system sleep state S3
Nov 01 20:52:45 StarReach kernel: ACPI: EC: event blocked
Nov 01 20:52:45 StarReach kernel: ACPI: EC: EC stopped
Nov 01 20:52:45 StarReach kernel: PM: Saving platform NVS memory
Nov 01 20:52:45 StarReach kernel: Disabling non-boot CPUs ...
Nov 01 20:52:45 StarReach kernel: IRQ 141: no longer affine to CPU1
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 1 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 142: no longer affine to CPU2
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 2 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 143: no longer affine to CPU3
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 3 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 144: no longer affine to CPU4
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 4 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 145: no longer affine to CPU5
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 5 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 146: no longer affine to CPU6
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 6 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 147: no longer affine to CPU7
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 7 is now offline
Nov 01 20:52:45 StarReach kernel: ACPI: Low-level resume complete
lines 1-79...skipping...
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: CRED_DISP pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:37 StarReach ModemManager[627]: <info>  [sleep-monitor] system is about to suspend
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7541] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7542] device (enp1s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7626] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7628] manager: NetworkManager state is now ASLEEP
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7629] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=605 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 01 20:52:37 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 20:52:37 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: CRED_DISP pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:37 StarReach ModemManager[627]: <info>  [sleep-monitor] system is about to suspend
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7541] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7542] device (enp1s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7626] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7628] manager: NetworkManager state is now ASLEEP
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7629] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=605 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 01 20:52:37 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 20:52:37 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: CRED_DISP pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:37 StarReach ModemManager[627]: <info>  [sleep-monitor] system is about to suspend
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7541] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7542] device (enp1s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7626] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7628] manager: NetworkManager state is now ASLEEP
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: CRED_DISP pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:37 StarReach ModemManager[627]: <info>  [sleep-monitor] system is about to suspend
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/>
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/>
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" e>
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" e>
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=?>
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" e>
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" e>
-- Logs begin at Mon 2020-10-26 12:35:25 GMT, end at Sun 2020-11-01 20:53:04 GMT. --
Nov 01 20:52:06 StarReach sudo[2163]: pam_unix(sudo:session): session closed for user root
Nov 01 20:52:06 StarReach kernel: audit: type=1106 audit(1604263926.871:79): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach kernel: audit: type=1104 audit(1604263926.871:80): pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: USER_END pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:06 StarReach audit[2163]: CRED_DISP pid=2163 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 01 20:52:37 StarReach ModemManager[627]: <info>  [sleep-monitor] system is about to suspend
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7541] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7542] device (enp1s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7626] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7628] manager: NetworkManager state is now ASLEEP
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7629] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=605 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 01 20:52:37 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 20:52:37 StarReach dbus-daemon[604]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 20:52:37 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 01 20:52:37 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:37 StarReach kernel: audit: type=1130 audit(1604263957.767:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:37 StarReach kernel: wlp0s20f3: deauthenticating from ec:f4:51:64:d6:c8 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=ec:f4:51:64:d6:c8 reason=3 locally_generated=1
Nov 01 20:52:37 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise=9999 txrate=0
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7966] device (wlp0s20f3): supplicant interface state: completed -> disconnected
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.7968] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 2a00:23c8:303:c500:d449:2161:800e:1c48 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Registering new address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.*.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv6 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8087] dhcp4 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8089] dhcp6 (wlp0s20f3): canceled DHCP transaction
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8090] dhcp6 (wlp0s20f3): state changed bound -> done
Nov 01 20:52:37 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:37 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:37 StarReach NetworkManager[605]: <info>  [1604263957.8238] device (wlp0s20f3): set-hw-addr: set MAC address to BE:78:02:65:39:6C (scanning)
Nov 01 20:52:38 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Registering new address record for 192.168.1.240 on wlp0s20f3.IPv4.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Withdrawing address record for 192.168.1.240 on wlp0s20f3.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:38 StarReach avahi-daemon[602]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0039] device (wlp0s20f3): supplicant interface state: disconnected -> interface_disabled
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0040] device (wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 01 20:52:38 StarReach NetworkManager[605]: <info>  [1604263958.0183] device (wlp0s20f3): set-hw-addr: reset MAC address to 94:E7:0B:C9:8D:76 (unmanage)
Nov 01 20:52:38 StarReach systemd[1]: Reached target Sleep.
Nov 01 20:52:38 StarReach systemd[1]: Starting Suspend...
Nov 01 20:52:38 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 01 20:52:38 StarReach systemd-sleep[4413]: Suspending system...
Nov 01 20:52:38 StarReach kernel: PM: suspend entry (deep)
Nov 01 20:52:38 StarReach kernel: Filesystems sync: 0.004 seconds
Nov 01 20:52:45 StarReach kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Nov 01 20:52:45 StarReach kernel: OOM killer disabled.
Nov 01 20:52:45 StarReach kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 01 20:52:45 StarReach kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 01 20:52:45 StarReach kernel: ACPI: EC: interrupt blocked
Nov 01 20:52:45 StarReach kernel: ACPI: Preparing to enter system sleep state S3
Nov 01 20:52:45 StarReach kernel: ACPI: EC: event blocked
Nov 01 20:52:45 StarReach kernel: ACPI: EC: EC stopped
Nov 01 20:52:45 StarReach kernel: PM: Saving platform NVS memory
Nov 01 20:52:45 StarReach kernel: Disabling non-boot CPUs ...
Nov 01 20:52:45 StarReach kernel: IRQ 141: no longer affine to CPU1
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 1 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 142: no longer affine to CPU2
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 2 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 143: no longer affine to CPU3
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 3 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 144: no longer affine to CPU4
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 4 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 145: no longer affine to CPU5
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 5 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 146: no longer affine to CPU6
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 6 is now offline
Nov 01 20:52:45 StarReach kernel: IRQ 147: no longer affine to CPU7
Nov 01 20:52:45 StarReach kernel: smpboot: CPU 7 is now offline
Nov 01 20:52:45 StarReach kernel: ACPI: Low-level resume complete
Nov 01 20:52:45 StarReach kernel: ACPI: EC: EC started
Nov 01 20:52:45 StarReach kernel: PM: Restoring platform NVS memory
Nov 01 20:52:45 StarReach kernel: smpboot: Scheduler frequency invariance went wobbly, disabling!
Nov 01 20:52:45 StarReach kernel: Enabling non-boot CPUs ...
Nov 01 20:52:45 StarReach kernel: x86: Booting SMP configuration:
Nov 01 20:52:45 StarReach kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Nov 01 20:52:45 StarReach kernel: CPU1 is up
Nov 01 20:52:45 StarReach kernel: smpboot: Booting Node 0 Processor 2 APIC 0x4
Nov 01 20:52:45 StarReach kernel: CPU2 is up
Nov 01 20:52:45 StarReach kernel: smpboot: Booting Node 0 Processor 3 APIC 0x6
Nov 01 20:52:45 StarReach kernel: CPU3 is up
Nov 01 20:52:45 StarReach kernel: smpboot: Booting Node 0 Processor 4 APIC 0x1
Nov 01 20:52:45 StarReach kernel: CPU4 is up
Nov 01 20:52:45 StarReach kernel: smpboot: Booting Node 0 Processor 5 APIC 0x3
Nov 01 20:52:45 StarReach kernel: CPU5 is up
Nov 01 20:52:45 StarReach kernel: smpboot: Booting Node 0 Processor 6 APIC 0x5
Nov 01 20:52:45 StarReach kernel: CPU6 is up
Nov 01 20:52:45 StarReach kernel: smpboot: Booting Node 0 Processor 7 APIC 0x7
Nov 01 20:52:45 StarReach kernel: CPU7 is up
Nov 01 20:52:45 StarReach kernel: ACPI: Waking up from system sleep state S3
Nov 01 20:52:45 StarReach kernel: ACPI: EC: interrupt unblocked
Nov 01 20:52:45 StarReach kernel: ACPI: EC: event unblocked
Nov 01 20:52:45 StarReach kernel: usb usb1: root hub lost power or was reset
Nov 01 20:52:45 StarReach kernel: usb usb2: root hub lost power or was reset
Nov 01 20:52:45 StarReach kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Nov 01 20:52:45 StarReach kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 01 20:52:45 StarReach kernel: usb 3-6: reset high-speed USB device number 3 using xhci_hcd
Nov 01 20:52:45 StarReach kernel: ata2: SATA link down (SStatus 4 SControl 300)
Nov 01 20:52:45 StarReach kernel: acpi LNXPOWER:05: Turning OFF
Nov 01 20:52:45 StarReach kernel: acpi LNXPOWER:04: Turning OFF
Nov 01 20:52:45 StarReach kernel: acpi LNXPOWER:03: Turning OFF
Nov 01 20:52:45 StarReach kernel: OOM killer enabled.
Nov 01 20:52:45 StarReach kernel: Restarting tasks ... done.
Nov 01 20:52:45 StarReach kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Nov 01 20:52:45 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 01 20:52:46 StarReach kernel: usb 3-10: USB disconnect, device number 4
Nov 01 20:52:46 StarReach wpa_supplicant[798]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
Nov 01 20:52:48 StarReach systemd-sleep[4413]: System resumed.
Nov 01 20:52:48 StarReach bluetoothd[678]: Endpoint unregistered: sender=:1.205 path=/MediaEndpoint/A2DPSink/sbc
Nov 01 20:52:48 StarReach bluetoothd[678]: Endpoint unregistered: sender=:1.205 path=/MediaEndpoint/A2DPSource/sbc
Nov 01 20:52:48 StarReach kernel: Bluetooth: hci0: Timed out waiting for suspend events
Nov 01 20:52:48 StarReach kernel: Bluetooth: hci0: Suspend timeout bit: 5
Nov 01 20:52:48 StarReach kernel: Bluetooth: hci0: Suspend notifier action (4) failed: -110
Nov 01 20:52:48 StarReach kernel: PM: suspend exit
Nov 01 20:52:48 StarReach systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 01 20:52:48 StarReach systemd[1]: Stopped target Bluetooth.
Nov 01 20:52:48 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:48 StarReach systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 01 20:52:48 StarReach kernel: audit: type=1130 audit(1604263968.020:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:48 StarReach systemd[1]: systemd-suspend.service: Succeeded.
Nov 01 20:52:48 StarReach systemd[1]: Finished Suspend.
Nov 01 20:52:48 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:48 StarReach audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:48 StarReach systemd[1]: Stopped target Sleep.
Nov 01 20:52:48 StarReach systemd[1]: Reached target Suspend.
Nov 01 20:52:48 StarReach systemd[1]: Stopped target Suspend.
Nov 01 20:52:48 StarReach systemd-logind[607]: Operation 'sleep' finished.
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.2105] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 01 20:52:48 StarReach ModemManager[627]: <info>  [sleep-monitor] system is resuming
Nov 01 20:52:48 StarReach kernel: audit: type=1130 audit(1604263968.206:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:48 StarReach kernel: audit: type=1131 audit(1604263968.206:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.2106] device (enp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 01 20:52:48 StarReach kernel: Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.4281] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 01 20:52:48 StarReach kernel: r8169 0000:01:00.0 enp1s0: Link is Down
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.4302] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.4308] manager: NetworkManager state is now DISCONNECTED
Nov 01 20:52:48 StarReach wpa_supplicant[798]: nl80211: kernel reports: Attribute failed policy validation
Nov 01 20:52:48 StarReach wpa_supplicant[798]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Nov 01 20:52:48 StarReach wpa_supplicant[798]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Nov 01 20:52:48 StarReach wpa_supplicant[798]: P2P: Failed to enable P2P Device interface
Nov 01 20:52:48 StarReach wpa_supplicant[798]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.4961] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.4962] device (p2p-dev-wlp0s20f3): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.4971] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.4974] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.4979] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.4990] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 01 20:52:48 StarReach NetworkManager[605]: <info>  [1604263968.5001] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:48 StarReach NetworkManager[605]: <warn>  [1604263968.5031] sup-iface[32bbe84add43f963,1,wlp0s20f3]: call-p2p-cancel: failed with P2P cancel failed
Nov 01 20:52:50 StarReach ModemManager[627]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:14.3': not supported by any plugin
Nov 01 20:52:50 StarReach ModemManager[627]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1d.0/0000:01:00.0': not supported by any plugin
Nov 01 20:52:51 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=GB
Nov 01 20:52:52 StarReach systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 01 20:52:52 StarReach audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:52 StarReach kernel: audit: type=1131 audit(1604263972.280:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:53 StarReach systemd[1]: systemd-rfkill.service: Succeeded.
Nov 01 20:52:53 StarReach audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:53 StarReach kernel: audit: type=1131 audit(1604263973.023:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5882] policy: auto-activating connection 'BTWholeHome-GZS' (313ed120-b9f3-4dd9-bd03-e34f5c315772)
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5889] device (wlp0s20f3): Activation: starting connection 'BTWholeHome-GZS' (313ed120-b9f3-4dd9-bd03-e34f5c315772)
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5890] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5892] manager: NetworkManager state is now CONNECTING
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5894] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5895] device (wlp0s20f3): Activation: (wifi) access point 'BTWholeHome-GZS' has security, but secrets are required.
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5895] device (wlp0s20f3): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5979] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5981] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5983] device (wlp0s20f3): Activation: (wifi) connection 'BTWholeHome-GZS' has security, and secrets exist.  No new secrets needed.
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5983] Config: added 'ssid' value 'BTWholeHome-GZS'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5984] Config: added 'scan_ssid' value '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5984] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5984] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5984] Config: added 'auth_alg' value 'OPEN'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.5984] Config: added 'psk' value '<hidden>'
Nov 01 20:52:53 StarReach wpa_supplicant[798]: wlp0s20f3: SME: Trying to authenticate with ec:f4:51:64:d6:c8 (SSID='BTWholeHome-GZS' freq=5220 MHz)
Nov 01 20:52:53 StarReach kernel: wlp0s20f3: authenticate with ec:f4:51:64:d6:c8
Nov 01 20:52:53 StarReach kernel: wlp0s20f3: send auth to ec:f4:51:64:d6:c8 (try 1/3)
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.6066] device (wlp0s20f3): supplicant interface state: disconnected -> authenticating
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.6067] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> authenticating
Nov 01 20:52:53 StarReach wpa_supplicant[798]: wlp0s20f3: Trying to associate with ec:f4:51:64:d6:c8 (SSID='BTWholeHome-GZS' freq=5220 MHz)
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.6381] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.6381] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Nov 01 20:52:53 StarReach kernel: wlp0s20f3: authenticated
Nov 01 20:52:53 StarReach kernel: wlp0s20f3: associate with ec:f4:51:64:d6:c8 (try 1/3)
Nov 01 20:52:53 StarReach kernel: wlp0s20f3: RX AssocResp from ec:f4:51:64:d6:c8 (capab=0x1031 status=0 aid=8)
Nov 01 20:52:53 StarReach kernel: wlp0s20f3: associated
Nov 01 20:52:53 StarReach wpa_supplicant[798]: wlp0s20f3: Associated with ec:f4:51:64:d6:c8
Nov 01 20:52:53 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.6714] device (wlp0s20f3): supplicant interface state: associating -> associated
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.6714] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Nov 01 20:52:53 StarReach kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
Nov 01 20:52:53 StarReach wpa_supplicant[798]: wlp0s20f3: WPA: Key negotiation completed with ec:f4:51:64:d6:c8 [PTK=CCMP GTK=CCMP]
Nov 01 20:52:53 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to ec:f4:51:64:d6:c8 completed [id=0 id_str=]
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.7681] device (wlp0s20f3): supplicant interface state: associated -> completed
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.7681] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "BTWholeHome-GZS"
Nov 01 20:52:53 StarReach wpa_supplicant[798]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-51 noise=9999 txrate=0
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.7682] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> completed
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.7685] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.7693] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Nov 01 20:52:53 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:53 StarReach avahi-daemon[602]: New relevant interface wlp0s20f3.IPv6 for mDNS.
Nov 01 20:52:53 StarReach avahi-daemon[602]: Registering new address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.*.
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8011] dhcp4 (wlp0s20f3): option dhcp_lease_time      => '86400'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8011] dhcp4 (wlp0s20f3): option domain_name          => 'home'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8012] dhcp4 (wlp0s20f3): option domain_name_servers  => '192.168.1.254'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8012] dhcp4 (wlp0s20f3): option expiry               => '1604350373'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8012] dhcp4 (wlp0s20f3): option ip_address           => '192.168.1.240'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8012] dhcp4 (wlp0s20f3): option requested_broadcast_address => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8012] dhcp4 (wlp0s20f3): option requested_domain_name => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8012] dhcp4 (wlp0s20f3): option requested_domain_name_servers => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8013] dhcp4 (wlp0s20f3): option requested_domain_search => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8013] dhcp4 (wlp0s20f3): option requested_host_name  => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8013] dhcp4 (wlp0s20f3): option requested_interface_mtu => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8013] dhcp4 (wlp0s20f3): option requested_ms_classless_static_routes => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8013] dhcp4 (wlp0s20f3): option requested_nis_domain => '1'
Nov 01 20:52:53 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.240.
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8013] dhcp4 (wlp0s20f3): option requested_nis_servers => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8014] dhcp4 (wlp0s20f3): option requested_ntp_servers => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8014] dhcp4 (wlp0s20f3): option requested_rfc3442_classless_static_routes => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8014] dhcp4 (wlp0s20f3): option requested_root_path  => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8014] dhcp4 (wlp0s20f3): option requested_routers    => '1'
Nov 01 20:52:53 StarReach avahi-daemon[602]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8014] dhcp4 (wlp0s20f3): option requested_static_routes => '1'
Nov 01 20:52:53 StarReach avahi-daemon[602]: Registering new address record for 192.168.1.240 on wlp0s20f3.IPv4.
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8014] dhcp4 (wlp0s20f3): option requested_subnet_mask => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8014] dhcp4 (wlp0s20f3): option requested_time_offset => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8015] dhcp4 (wlp0s20f3): option requested_wpad       => '1'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8015] dhcp4 (wlp0s20f3): option routers              => '192.168.1.254'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8015] dhcp4 (wlp0s20f3): option subnet_mask          => '255.255.255.0'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8015] dhcp4 (wlp0s20f3): state changed unknown -> bound
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8049] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:53 StarReach dbus-daemon[604]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=605 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 01 20:52:53 StarReach systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 01 20:52:53 StarReach dbus-daemon[604]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 01 20:52:53 StarReach systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 01 20:52:53 StarReach audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:53 StarReach kernel: audit: type=1130 audit(1604263973.813:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8194] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8199] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8208] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8227] manager: NetworkManager state is now CONNECTED_SITE
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8228] policy: set 'BTWholeHome-GZS' (wlp0s20f3) as default for IPv4 routing and DNS
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.8264] device (wlp0s20f3): Activation: successful, device activated.
Nov 01 20:52:53 StarReach NetworkManager[605]: <info>  [1604263973.9949] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 01 20:52:56 StarReach NetworkManager[605]: <info>  [1604263976.5416] dhcp6 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Nov 01 20:52:56 StarReach avahi-daemon[602]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::b8da:eb76:f10e:1579.
Nov 01 20:52:56 StarReach avahi-daemon[602]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b.
Nov 01 20:52:56 StarReach avahi-daemon[602]: Registering new address record for fdaa:bbcc:ddee:0:4637:3cd8:ae54:9d1b on wlp0s20f3.*.
Nov 01 20:52:56 StarReach avahi-daemon[602]: Withdrawing address record for fe80::b8da:eb76:f10e:1579 on wlp0s20f3.
Nov 01 20:52:56 StarReach avahi-daemon[602]: Registering new address record for 2a00:23c8:303:c500:d449:2161:800e:1c48 on wlp0s20f3.*.
Nov 01 20:52:56 StarReach NetworkManager[605]: <info>  [1604263976.5428] policy: set 'BTWholeHome-GZS' (wlp0s20f3) as default for IPv6 routing and DNS
Nov 01 20:52:56 StarReach NetworkManager[605]: <info>  [1604263976.8656] dhcp6 (wlp0s20f3): option dhcp6_domain_search  => 'home'
Nov 01 20:52:56 StarReach NetworkManager[605]: <info>  [1604263976.8656] dhcp6 (wlp0s20f3): state changed unknown -> bound
lines 185-263/263 (END)
1 Like

Here’s the issue:

Nov 01 20:52:48 StarReach systemd-sleep[4413]: System resumed.
Nov 01 20:52:48 StarReach bluetoothd[678]: Endpoint unregistered: sender=:1.205 path=/MediaEndpoint/A2DPSink/sbc
Nov 01 20:52:48 StarReach bluetoothd[678]: Endpoint unregistered: sender=:1.205 path=/MediaEndpoint/A2DPSource/sbc
Nov 01 20:52:48 StarReach kernel: Bluetooth: hci0: Timed out waiting for suspend events
Nov 01 20:52:48 StarReach kernel: Bluetooth: hci0: Suspend timeout bit: 5
Nov 01 20:52:48 StarReach kernel: Bluetooth: hci0: Suspend notifier action (4) failed: -110
Nov 01 20:52:48 StarReach kernel: PM: suspend exit

Are you streaming audio from your phone / external device to your PC’s speakers or some other weird :poop: like that ???

:thinking:

No, I don’t even have any music applications open. The Bluetooth mouse is the Logitech Triathlon, I’m not sure if that helps, it can connect to multiple devices? But no, no audio atoll :thinking: I’m also running barrier, but the problem persist without it as well. PS I am using the Lenovo ThinkBook.
Thanks again :slight_smile:

1 Like

I might try blacklisting the device from TLP power management in a tlp conf file.

…Or a quick test to see if TLP is related is to just disable it:

systemctl disable tlp --now

(check suspend, maybe after some reboots, see if it makes a difference)

2 Likes
  • No need for intermediate thanks: just :heart: a post instead… :stuck_out_tongue_winking_eye:
  • What’s the output to:
pacmd dump | grep --ignore-case a2dp
pamac list | grep --ignore-case a2dp

If nothing at all for both commands, provide the full output to pacmd dump.

:+1:

1 Like

I tried and rebooted, put to sleep and adapter missing still :frowning:

Well I guess we can scratch off TLP then. boo.

2 Likes

I got nothing running the commands :frowning:

Here is the full dump:

[connor@StarReach ~]$ pacmd dump
### Configuration dump generated at Sun Nov  1 21:18:05 2020

load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
load-module module-augment-properties
load-module module-switch-on-port-available
load-module module-udev-detect
load-module module-alsa-card device_id="0" name="pci-0000_00_1f.3" card_name="alsa_card.pci-0000_00_1f.3" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"
load-module module-jackdbus-detect channels=2
load-module module-bluetooth-policy
load-module module-bluetooth-discover
load-module module-bluez5-discover
load-module module-dbus-protocol
load-module module-native-protocol-unix
load-module module-gsettings
load-module module-default-device-restore
load-module module-rescue-streams
load-module module-always-sink
load-module module-intended-roles
load-module module-suspend-on-idle
load-module module-console-kit
load-module module-systemd-login
load-module module-position-event-sounds
load-module module-role-cork
load-module module-filter-heuristics
load-module module-filter-apply
load-module module-x11-publish display=:0
load-module module-x11-xsmp display=:0 session_manager=local/StarReach:@/tmp/.ICE-unix/995,unix/StarReach:/tmp/.ICE-unix/995
load-module module-cli-protocol-unix

set-sink-volume alsa_output.pci-0000_00_1f.3.analog-stereo 0xa63e
set-sink-mute alsa_output.pci-0000_00_1f.3.analog-stereo no
suspend-sink alsa_output.pci-0000_00_1f.3.analog-stereo yes

set-source-volume alsa_output.pci-0000_00_1f.3.analog-stereo.monitor 0x10000
set-source-mute alsa_output.pci-0000_00_1f.3.analog-stereo.monitor no
suspend-source alsa_output.pci-0000_00_1f.3.analog-stereo.monitor yes
set-source-volume alsa_input.pci-0000_00_1f.3.analog-stereo 0x2893
set-source-mute alsa_input.pci-0000_00_1f.3.analog-stereo no
suspend-source alsa_input.pci-0000_00_1f.3.analog-stereo yes

set-card-profile alsa_card.pci-0000_00_1f.3 output:analog-stereo+input:analog-stereo

set-default-sink alsa_output.pci-0000_00_1f.3.analog-stereo
set-default-source alsa_input.pci-0000_00_1f.3.analog-stereo
  1. In the future, when providing code/output, please copy-paste that output in-between 3 backticks ``` at the beginning and end of the code/text so that the output looks like this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    

    instead of like this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    (as that makes both our lives much easier)

  2. No need to do anything right now as I’m an editor here on this site and have fixed it for you already. However, in the future I might not see your post so review my edits by pushing the orange pencil above the post I just fixed. :wink:

  3. Can you launch pavucontrol and verify that in the Configuration tab, the profile does not have A2DP (Off is fine)
    2020-11-01_22-24

1 Like

Yeah, I know for next time <3

This looks fine, right?

I dunno: I’m not the audio expert here but if needed I’ll call him in.

Try the following:

  • reboot

  • don’t open anything except the console (No Skype, Telegram, Music, headsets, …)

  • execute:

    pacmd unload-module module-stream-restore
    systemctl suspend
    
  • Still MIA?

:thinking:

Still MIA sadly :frowning:

1 Like

Unload this one too, please?

If that’s not it, I’m calling in the audio expert. (response might only come tomorrow as it’s quite late here already)

:thinking:

Still the same thing sadly :frowning:

1 Like

howdy!

Can you provide me the output of lsusb -tv , please? Thank you!

2 Likes

Ah, The next shift is taking over… :grin:

I’ll have another look at this in the morning…

:bed: :zzz: :wave:

2 Likes