Bug#973831: gnome-shell: Login hangs after system suspend

Calum McConnell calumlikesapplepie at gmail.com
Sat Nov 21 18:36:53 GMT 2020


> The bug reporter contacted me by private email to say that disabling
> the drive-menu extension avoids this; so this is probably a bug in that
> extension, or perhaps in how it interacts with GNOME Online Accounts.
> 
> Calum, please could you send the details you sent me to the bug's email
> address <973831 at bugs.debian.org>, if you do not consider them to be
> private information?


I really need to fix my defaults: Evolution usually warns me when I
accidentally reply privately to a public mail, but apparently it forgot to
this time.

Below is the full text of my original mail.

==========================================================================

I'm sorry it took 15 days to respond to this: life got real busy, and I
didn't have the time to work on reproducing it and writing a mail.

The TLDR is that this is a bug with an extension interacting with gnome
online accounts, not one in the Shell itself.

My adventures in reproducing this are attached as shell-repro: they also
explain which extension (the one which adds a monitor for removable
storage, which is an official GNOME extension AFAIK).

> On Thu, 05 Nov 2020 at 14:08:25 -0500, Calum McConnell wrote:
> > After a suspend, my laptop will present me with the username/password
> > prompt, at which point I can login and return to work.
> 
> To confirm what you are seeing, does it look like the second screenshot
> here?
> https://help.gnome.org/misc/release-notes/3.6/users-lock-screen.html.en

Yes, thats it exactly.  The actual hang it when it has the password (as
dots) in the text field, and a spinning wheel to its right.  The wheel
speeds at a fairly constant rate.

> > However,
> > in many cases, after entering the password and pressing "enter",
> > the login simply hangs, triggering only some disk activity.
> 
> Are you using any GNOME Shell extensions? If you are, please try
> disabling them and rebooting, and see whether this persists.

I wasn't using anything major: just one that displays an icon for
removable USB's, which I belive is an official extension.

> Are you using ordinary local storage for user accounts and passwords,
> or are you using anything network-based like LDAP? Please send the
> passwd, group and shadow lines from /etc/nsswitch.conf, and the
> contents of /etc/pam.d/common-* and /etc/pam.d/gdm-password.

Nope, standard local storage.  I move my laptop around a lot, and its
disconnected from the internet frequently, so I don't even have any sort
of network drives (though I have set up my Google Drive account, it
doesn't mount automatically)(I think)

> Do gnome-shell 3.38.1-3 and mutter 3.38.1-3, both available in
> experimental, make any difference to this? These add patches from
> upstream that will eventually be released as 3.38.2.

I never tried with those, since the extension tweaking got it to work.

> Since this is timing-related, it might help to create a temporary user
> account, change its password to be 1 letter long, and use that for
> further testing, so that the time it takes you to actually type the
> password doesn't have a significant effect.

When I first reported the bug, I hadn't made any concerted effort to
determine its causes (though I had some suspicions).  My password is
fairly short anyways, and the window of time in which the bug occurs is
pretty long: at least 10-20 seconds.

> One thing that might help here is if you can wake up the laptop at a
> known time (for instance synchronize a clock with the laptop's and wake
> it up when the seconds read :00), then note what the time is when you
> press Enter after your password, and tell us those times so we can
> correlate them with timestamps in the log.

I did that: the attached file "shell-repro" (short for gnome-shell-
reproduce: I like shortening things to make their names meaningless!)
contains that information.  

Unfortunately, the first thing I discovered was that there was no way to
force the bug to occur, short of waiting for the system to idle and
suspend itself.

> > The bug is NOT triggered if I wait a few seconds before entering my
> > password.
> 
> Approximately how long in seconds do you need to wait between wakeup and
> pressing Enter for the password, to make it reasonably reliable?

About 20 seconds.  The trick is to wait for disk activity to halt (more
detail in the repro. notes)

> It would probably be useful to compare a system log from an attempt in
> which you went too fast and saw this bug, and a system log in which you
> waited a few seconds and did not see this bug.

Attached.  

> > If I
> > leave it alone for a few minnutes, it eventually presents me with a
> > screen containing the system time, at which point I can once again
> > provide input, returning to the login screen and signing in.
> 
> Like the first screenshot here?
> https://help.gnome.org/misc/release-notes/3.6/users-lock-screen.html.en

No: it's the 'select a user' screen, like you get when you first start up.

> (That's the "lock screen" in user-facing documentation or the "screen
> shield" in the source code.)
> 
> > I have been frequently experiencing this issue on this laptop,
> > which has been running Bullseye since June.
> 
> Is there any recent version that *didn't* have this issue?

Not that I know of.

> If you have experienced this ever since upgrading from buster to
> bullseye, then it's going to be difficult to isolate which specific
> component triggers this: it could be gnome-shell or mutter, but it
> could also be influenced by the user-space graphics drivers (Mesa)
> or by the kernel.
> 
> > I have found several other related threads about this issue,
> > but none seem to present a solution.  This includes gdm issue
> > 618
> 
> (That's https://gitlab.gnome.org/GNOME/gdm/-/issues/618)
> 
> Do you have any autofs or systemd automount units to mount network
> shares?

No(t that I know of).  I have set up GNOME's online accounts service to
work with Google Drive, however, AFAIK, it's not auto-mounted (I rarely
use it).

> > and askUbuntu question 1140365
> 
> (That's
> https://askubuntu.com/questions/1140365/18-04-login-screens-hangs-after-suspend-or-lock)

Was it rude to just give the number instead of the link? I wasn't sure
what typical best practice was, and I didn't want to risk linkrot.

> > neither has received any attention
> 
> Diagnosing bugs from unclear symptoms is really difficult to do,
> particularly if a developer doesn't see the same symptoms themselves,
> so what attention these have received will often take the form of:
> developer looks at bug report, developer thinks "I have no idea what's
> going on here", developer works on something they *can* solve instead.

WHAT?  You don't have a magic crystal ball to see into the reporters mind
when they send you cryptic, brief emails, and then doesn't respond to your
request for clarification for two weeks?

What kind of developer are you?!?!?!

>     smcv

Thanks,
Calum
-------------- next part --------------
I follow the general form of putting what I do, when, here in this top bar
	and the results in this bar
I'm pretty terse, but hopefully this still makes sense.
I mention 'disk activity' a ton.  My laptop has a (noisy) spinning rust
	hard drive, at least until I get around to installing my new SSD.
	It also has a disk activity light, so I can reliably tell
	if it is idle or active.

CLI suspend means "sudo systemctl suspend"
Top-bar suspend means clicking on the battery icon, then power off, then suspend
Close lid means... closing the laptop lid
Idle suspend means letting it sit and think untill it sleeps



Nov. 15 19:20: 20 sec CLI suspend: 30 sec power button press
	Lock screen w/ time, no bug
19:22 at 20 sec top bar suspend: 30 sec power button press
	Lock screen w/ time, no bug
19:23 at 20 sec close lid: 30 sec open lid
	lock screen w/ time, no bug

(the fact that I keep doing things at 20 sec is a coincidence: that just happened to be the closest
	multiple of 10 three times in a row)
(The computer appears to enter a sleep state each time before my next interaction, with the power
	light switching to its slow pulsing, and the HDD light turning off)

(I decide to run one test with the idle suspend settings as-is, to prevent confounding the result
	from dropping the time to something reasonable)

19:32:30 sec: last activity before idle.  Then I got up, ate dinner...
20:47:00 press power button
	Lock screen w/ time
Click, enter password: enter at about 20:47:15
	Enter hang.  Mouse remains responsive: I can interact with the time in the top,
	change brightness, ect. 
20:47:55 (ish): Click small people icon in bottom corner, to see what it does 
(we have a typical log, figured I could mix it up)
	Hang gets worse.  Mouse lags, disk activity intesnifies
20:48:20: Get to 'select user' screen: select me, enter password
	Login is basically instant
	Note that total hang time is less than it was in the previous log: that's good to know.

(It seems that the real trigger is an idle suspend.  If I remember correctly, in the previous case
	I sent in, the computer had entered a suspend before I shut the lid.  I suspected this was the
	case beforehand, but I didn't want to say it was true when it wasn't)
(Unfortunatly, this means reproduction will require a 15 min wait for each trial: gnome doesn't
	support times lower than that, at least through the GUI)
(I did drop it to that, just so that I can get a more reliable result)

21:03:30 last activity
21:55:40 press power button
21:55:50 hit spacebar
	Leaves screen with clock, goes to password prompt
21:56:10 enter password, hit enter
	Instantly enter main system
(To determine wait time, I waited until disk activity halted, and then a few additional secconds to
	pad the timestamp)

At this point, I remembered what you said about the extensions, and double checked.  I did have
a few enabled, so I turned off every switch in the Tweaks extension menu and rebooted.

output of 'gsettings get org.gnome.shell enabled-extesnions' pre reboot:
['alternate-tab at gnome-shell-extensions.gcampax.github.com', 'windowsNavigator at gnome-shell-extensions.gcampax.github.com', 'drive-menu at gnome-shell-extensions.gcampax.github.com']
output post reboot:
['alternate-tab at gnome-shell-extensions.gcampax.github.com', 'windowsNavigator at gnome-shell-extensions.gcampax.github.com']

Lets try this again:
Nov. 16 at 11:09: last activity before idle
Nov. 16 at 12:18:00 : power button press
Nov. 16 at 12:18:05 : enter password
	Login instant

12:24:30: last active
12:46:00: lid close
12:47:00: login
	Works perfectly
-------------- next part --------------
-- Logs begin at Wed 2020-06-17 11:40:01 EDT, end at Fri 2020-11-20 20:24:50 EST. --
Nov 16 12:23:20 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 12:23:20 CalumsBeastlyLaptop sh[20645]: laptop-mode: Battery polling disabled
Nov 16 12:23:20 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 12:23:20 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 12:24:02 CalumsBeastlyLaptop gnome-shell[4761]: libinput error: event7  - AlpsPS/2 ALPS DualPoint TouchPad: client bug: event processing lagging behind by 12ms, your system is too slow
Nov 16 12:24:34 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-32 noise=9999 txrate=130000
Nov 16 12:26:20 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 12:26:20 CalumsBeastlyLaptop sh[20671]: laptop-mode: Battery polling disabled
Nov 16 12:26:20 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 12:26:20 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 12:29:20 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 12:29:20 CalumsBeastlyLaptop sh[20691]: laptop-mode: Battery polling disabled
Nov 16 12:29:20 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 12:29:20 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 12:30:01 CalumsBeastlyLaptop CRON[20699]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 16 12:30:01 CalumsBeastlyLaptop CRON[20700]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Nov 16 12:30:01 CalumsBeastlyLaptop CRON[20699]: pam_unix(cron:session): session closed for user root
Nov 16 12:32:20 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 12:32:20 CalumsBeastlyLaptop sh[20718]: laptop-mode: Battery polling disabled
Nov 16 12:32:20 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 12:32:20 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 12:34:40 CalumsBeastlyLaptop gsd-usb-protect[4868]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 16 12:35:20 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 12:35:20 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 12:35:20 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 12:35:20 CalumsBeastlyLaptop sh[20743]: laptop-mode: Battery polling disabled
Nov 16 12:36:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548190.6797] agent-manager: agent[17e3814c486263e8,:1.77/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 16 12:36:30 CalumsBeastlyLaptop gsd-usb-protect[4868]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 16 12:38:20 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 12:38:20 CalumsBeastlyLaptop sh[20811]: laptop-mode: Battery polling disabled
Nov 16 12:38:20 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 12:38:20 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 12:38:45 CalumsBeastlyLaptop systemd[1]: Starting Daily apt-listbugs preferences cleanup...
Nov 16 12:38:45 CalumsBeastlyLaptop systemd[1]: apt-listbugs.service: Succeeded.
Nov 16 12:38:45 CalumsBeastlyLaptop systemd[1]: Finished Daily apt-listbugs preferences cleanup.
Nov 16 12:39:01 CalumsBeastlyLaptop CRON[20826]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 16 12:39:01 CalumsBeastlyLaptop CRON[20827]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Nov 16 12:39:01 CalumsBeastlyLaptop CRON[20826]: pam_unix(cron:session): session closed for user root
Nov 16 12:39:30 CalumsBeastlyLaptop systemd[1]: Starting Clean php session files...
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.5870] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.5872] manager: NetworkManager state is now ASLEEP
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.5874] device (wlp2s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 16 12:39:30 CalumsBeastlyLaptop evolution[5588]: Network disconnected.  Forced offline.
Nov 16 12:39:30 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=2659 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 16 12:39:30 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 16 12:39:30 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 16 12:39:30 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 16 12:39:30 CalumsBeastlyLaptop nm-dispatcher[20853]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 12:39:30 CalumsBeastlyLaptop nm-dispatcher[20847]: req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605548370.6531] dispatcher: (33) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:39:30 CalumsBeastlyLaptop kernel: wlp2s0: deauthenticating from c0:c5:22:03:48:88 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 16 12:39:30 CalumsBeastlyLaptop systemd[1]: phpsessionclean.service: Succeeded.
Nov 16 12:39:30 CalumsBeastlyLaptop systemd[1]: Finished Clean php session files.
Nov 16 12:39:30 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=c0:c5:22:03:48:88 reason=3 locally_generated=1
Nov 16 12:39:30 CalumsBeastlyLaptop wpa_supplicant[2669]: dbus: wpa_dbus_property_changed: no property SessionLength in object /fi/w1/wpa_supplicant1/Interfaces/3
Nov 16 12:39:30 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.8465] device (wlp2s0): supplicant interface state: completed -> disconnected
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.8470] device (wlp2s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 16 12:39:30 CalumsBeastlyLaptop gnome-shell[4761]: An active wireless connection, in infrastructure mode, involves no access point?
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.8733] dhcp4 (wlp2s0): canceled DHCP transaction
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.8734] dhcp4 (wlp2s0): state changed bound -> done
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.8762] dhcp6 (wlp2s0): canceled DHCP transaction
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.8762] dhcp6 (wlp2s0): state changed bound -> done
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 16 12:39:30 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 16 12:39:30 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548370.8930] device (wlp2s0): set-hw-addr: set MAC address to 16:CA:A4:98:A9:EC (scanning)
Nov 16 12:39:30 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:39:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:39:31 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 16 12:39:31 CalumsBeastlyLaptop avahi-daemon[2656]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 16 12:39:31 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 16 12:39:31 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 16 12:39:31 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 16 12:39:31 CalumsBeastlyLaptop avahi-daemon[2656]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 16 12:39:31 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548371.3242] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 16 12:39:31 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548371.3243] device (wlp2s0): supplicant interface state: interface_disabled -> disconnected
Nov 16 12:39:31 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548371.3244] device (wlp2s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 16 12:39:31 CalumsBeastlyLaptop gsd-usb-protect[4868]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 16 12:39:31 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548371.7607] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (unmanage)
Nov 16 12:39:31 CalumsBeastlyLaptop nm-dispatcher[20909]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 12:39:31 CalumsBeastlyLaptop nm-dispatcher[20847]: req:3 'down' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:39:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:39:32 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:39:32 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605548372.1706] dispatcher: (34) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:39:32 CalumsBeastlyLaptop goa-daemon[4646]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 16 12:39:32 CalumsBeastlyLaptop goa-daemon[4646]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to TRUE because EnsureCredentials() failed with: Invalid imap-password with username “calumiscool at icloud.com” (goa-error-quark, 0): Error resolving “imap.mail.me.com”: Name or service not known (goa-error-quark, 4)
Nov 16 12:39:32 CalumsBeastlyLaptop systemd[1]: Reached target Sleep.
Nov 16 12:39:32 CalumsBeastlyLaptop systemd[1]: Starting Suspend...
Nov 16 12:39:32 CalumsBeastlyLaptop systemd-sleep[20930]: Suspending system...
Nov 16 12:39:32 CalumsBeastlyLaptop kernel: PM: suspend entry (deep)
Nov 16 12:39:32 CalumsBeastlyLaptop wpa_supplicant[2669]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: Filesystems sync: 0.780 seconds
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db.p7s
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: OOM killer disabled.
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: e1000e: EEE TX LPI TIMER: 00000011
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Stopping disk
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt blocked
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ACPI: Preparing to enter system sleep state S3
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ACPI: EC: event blocked
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ACPI: EC: EC stopped
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: PM: Saving platform NVS memory
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: Disabling non-boot CPUs ...
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: smpboot: CPU 1 is now offline
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: smpboot: CPU 2 is now offline
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: smpboot: CPU 3 is now offline
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ACPI: Low-level resume complete
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ACPI: EC: EC started
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: PM: Restoring platform NVS memory
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: Enabling non-boot CPUs ...
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: x86: Booting SMP configuration:
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: CPU1 is up
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: CPU2 is up
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: CPU3 is up
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ACPI: Waking up from system sleep state S3
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt unblocked
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Enabling MPC IRBNCE
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Enabling MPC IRBNCE
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Intel PCH root port ACS workaround enabled
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Intel PCH root port ACS workaround enabled
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Enabling MPC IRBNCE
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Enabling MPC IRBNCE
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Intel PCH root port ACS workaround enabled
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Intel PCH root port ACS workaround enabled
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Enabling MPC IRBNCE
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Intel PCH root port ACS workaround enabled
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ACPI: EC: event unblocked
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Starting disk
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: ata2.00: configured for UDMA/100
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: OOM killer enabled.
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: Restarting tasks ... 
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pci_bus 0000:01: Allocating resources
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pci_bus 0000:02: Allocating resources
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pci_bus 0000:03: Allocating resources
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pci_bus 0000:07: Allocating resources
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: pci_bus 0000:0b: Allocating resources
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: acpi PNP0401:00: Already enumerated
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: acpi PNP0501:00: Still not present
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: Deleting interface #15 wlp2s0, 192.168.0.15#123, interface stats: received=144, sent=144, dropped=0, active_time=1274 secs
Nov 16 12:47:02 CalumsBeastlyLaptop goa-daemon[4646]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 92.222.117.115 local addr 192.168.0.15 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 82.141.152.3 local addr 192.168.0.15 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 193.29.63.150 local addr 192.168.0.15 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 162.159.200.123 local addr 192.168.0.15 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 184.105.182.16 local addr 192.168.0.15 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 138.236.128.36 local addr 192.168.0.15 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 45.33.84.208 local addr 192.168.0.15 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 204.2.134.164 local addr 192.168.0.15 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 108.61.73.244 local addr 192.168.0.15 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: Deleting interface #16 wlp2s0, 2600:8805:d480:eb70:192:442e:dbb0:9a27#123, interface stats: received=50, sent=50, dropped=0, active_time=1274 secs
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 2604:a880:800:10::2d62:1 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 2001:418:3ff::1:53 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: 2001:418:3ff::53 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 16 12:47:02 CalumsBeastlyLaptop ntpd[3312]: Deleting interface #17 wlp2s0, fe80::5a06:3ba1:3fea:ca39%3#123, interface stats: received=0, sent=0, dropped=0, active_time=1274 secs
Nov 16 12:47:02 CalumsBeastlyLaptop kernel: done.
Nov 16 12:47:02 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 16 12:47:03 CalumsBeastlyLaptop laptop_mode[21034]: Laptop mode
Nov 16 12:47:03 CalumsBeastlyLaptop laptop_mode[21034]: enabled, not active [unchanged]
Nov 16 12:47:03 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 16 12:47:03 CalumsBeastlyLaptop systemd-sleep[20930]: System resumed.
Nov 16 12:47:03 CalumsBeastlyLaptop kernel: PM: suspend exit
Nov 16 12:47:03 CalumsBeastlyLaptop systemd[1]: systemd-suspend.service: Succeeded.
Nov 16 12:47:03 CalumsBeastlyLaptop systemd[1]: Finished Suspend.
Nov 16 12:47:03 CalumsBeastlyLaptop systemd[1]: Stopped target Sleep.
Nov 16 12:47:03 CalumsBeastlyLaptop systemd[1]: Reached target Suspend.
Nov 16 12:47:03 CalumsBeastlyLaptop systemd[1]: Stopped target Suspend.
Nov 16 12:47:03 CalumsBeastlyLaptop systemd-logind[2667]: Operation 'sleep' finished.
Nov 16 12:47:03 CalumsBeastlyLaptop udisksd[2668]: Applying configuration from /etc/udisks2/Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY.conf to /dev/sda
Nov 16 12:47:03 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548823.0882] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 16 12:47:03 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548823.0883] device (eno1): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 16 12:47:03 CalumsBeastlyLaptop laptop_mode[21098]: Laptop mode
Nov 16 12:47:03 CalumsBeastlyLaptop laptop_mode[21098]: enabled, not active [unchanged]
Nov 16 12:47:03 CalumsBeastlyLaptop systemd[1]: Reloaded Laptop Mode Tools.
Nov 16 12:47:03 CalumsBeastlyLaptop kernel: e1000e 0000:00:19.0 eno1: NIC Link is Down
Nov 16 12:47:03 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548823.1978] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 16 12:47:03 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548823.4296] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 16 12:47:03 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548823.4435] device (wlp2s0): set-hw-addr: set MAC address to D2:01:72:E6:97:B4 (scanning)
Nov 16 12:47:03 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gdm-password][21253]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:03 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548823.8444] manager: NetworkManager state is now DISCONNECTED
Nov 16 12:47:03 CalumsBeastlyLaptop wpa_supplicant[2669]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 16 12:47:03 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548823.8949] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Nov 16 12:47:03 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548823.8949] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 16 12:47:04 CalumsBeastlyLaptop kernel: ata1.00: configured for UDMA/133
Nov 16 12:47:04 CalumsBeastlyLaptop udisksd[2668]: Set APM level to 115 on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 16 12:47:04 CalumsBeastlyLaptop udisksd[2668]: Set standby timer to 260 seconds (value 52) on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]: 17:47:05:0035 FuEngine             fresco_pd failed to change udev device /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda: cannot ensure ID: FuUdevDevice:
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]: Hitachi HTS545032B9SA02
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Serial:               100505PBTC001DKLZ1AY
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Flags:                none
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Version:              PB3AC60W
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   SysfsPath:            /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]: 17:47:05:0038 FuEngine             fresco_pd failed to change udev device /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1: cannot ensure ID: FuUdevDevice:
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]: Hitachi HTS545032B9SA02
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Serial:               100505PBTC001DKLZ1AY
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Flags:                none
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Version:              PB3AC60W
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   SysfsPath:            /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]: 17:47:05:0039 FuEngine             fresco_pd failed to change udev device /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5: cannot ensure ID: FuUdevDevice:
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]: Hitachi HTS545032B9SA02
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Serial:               100505PBTC001DKLZ1AY
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Flags:                none
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Version:              PB3AC60W
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   SysfsPath:            /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]: 17:47:05:0131 FuEngine             fresco_pd failed to change udev device /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2: cannot ensure ID: FuUdevDevice:
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]: Hitachi HTS545032B9SA02
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Serial:               100505PBTC001DKLZ1AY
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Flags:                none
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   Version:              PB3AC60W
Nov 16 12:47:05 CalumsBeastlyLaptop fwupd[5082]:   SysfsPath:            /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Nov 16 12:47:07 CalumsBeastlyLaptop gdm-password][21253]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 16 12:47:07 CalumsBeastlyLaptop gdm-password][21253]: gkr-pam: unlocked login keyring
Nov 16 12:47:07 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548827.5950] agent-manager: agent[bc8cf6d615e12f66,:1.77/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:47:07 CalumsBeastlyLaptop gsd-usb-protect[4868]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.0698] policy: auto-activating connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.0714] device (wlp2s0): Activation: starting connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.0715] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.0721] manager: NetworkManager state is now CONNECTING
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.0871] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (preserve)
Nov 16 12:47:10 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:47:10 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:47:10 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.4910] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.4915] device (wlp2s0): Activation: (wifi) access point 'McSpielman' has security, but secrets are required.
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.4916] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.4998] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5045] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5050] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5055] device (wlp2s0): Activation: (wifi) connection 'McSpielman' has security, and secrets exist.  No new secrets needed.
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5055] Config: added 'ssid' value 'McSpielman'
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5055] Config: added 'scan_ssid' value '1'
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5055] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5056] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5056] Config: added 'auth_alg' value 'OPEN'
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5056] Config: added 'psk' value '<hidden>'
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5482] device (wlp2s0): supplicant interface state: interface_disabled -> inactive
Nov 16 12:47:10 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548830.5633] device (wlp2s0): supplicant interface state: inactive -> scanning
Nov 16 12:47:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: SME: Trying to authenticate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 16 12:47:13 CalumsBeastlyLaptop kernel: wlp2s0: authenticate with c0:c5:22:03:48:88
Nov 16 12:47:13 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548833.7099] device (wlp2s0): supplicant interface state: scanning -> authenticating
Nov 16 12:47:13 CalumsBeastlyLaptop kernel: wlp2s0: send auth to c0:c5:22:03:48:88 (try 1/3)
Nov 16 12:47:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: Trying to associate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 16 12:47:13 CalumsBeastlyLaptop kernel: wlp2s0: authenticated
Nov 16 12:47:13 CalumsBeastlyLaptop kernel: wlp2s0: associate with c0:c5:22:03:48:88 (try 1/3)
Nov 16 12:47:13 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548833.7175] device (wlp2s0): supplicant interface state: authenticating -> associating
Nov 16 12:47:13 CalumsBeastlyLaptop kernel: wlp2s0: RX AssocResp from c0:c5:22:03:48:88 (capab=0x431 status=0 aid=3)
Nov 16 12:47:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: Associated with c0:c5:22:03:48:88
Nov 16 12:47:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 16 12:47:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Nov 16 12:47:13 CalumsBeastlyLaptop kernel: wlp2s0: associated
Nov 16 12:47:13 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548833.7456] device (wlp2s0): supplicant interface state: associating -> associated
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.7510] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Nov 16 12:47:14 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: WPA: Key negotiation completed with c0:c5:22:03:48:88 [PTK=CCMP GTK=TKIP]
Nov 16 12:47:14 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to c0:c5:22:03:48:88 completed [id=0 id_str=]
Nov 16 12:47:14 CalumsBeastlyLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.7689] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.7690] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "McSpielman"
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.7693] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.7702] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 16 12:47:14 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 16 12:47:14 CalumsBeastlyLaptop avahi-daemon[2656]: New relevant interface wlp2s0.IPv6 for mDNS.
Nov 16 12:47:14 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 16 12:47:14 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-46 noise=9999 txrate=1000
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9270] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9271] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9271] dhcp4 (wlp2s0): option expiry               => '1605552434'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9272] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9272] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9272] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9273] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9273] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9273] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9274] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9274] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9274] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9275] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9275] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9275] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9276] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9276] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9276] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9276] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9277] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9277] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9278] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9278] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9278] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9279] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9279] dhcp4 (wlp2s0): state changed unknown -> bound
Nov 16 12:47:14 CalumsBeastlyLaptop avahi-daemon[2656]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 16 12:47:14 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9366] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 16 12:47:14 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=2659 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 16 12:47:14 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 16 12:47:14 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 16 12:47:14 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9675] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9679] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9686] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9768] manager: NetworkManager state is now CONNECTED_SITE
Nov 16 12:47:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548834.9776] policy: set 'McSpielman' (wlp2s0) as default for IPv4 routing and DNS
Nov 16 12:47:15 CalumsBeastlyLaptop evolution[5588]: Connection established.  Going online.
Nov 16 12:47:15 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548835.0515] device (wlp2s0): Activation: successful, device activated.
Nov 16 12:47:15 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548835.0525] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 16 12:47:15 CalumsBeastlyLaptop nm-dispatcher[21397]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 12:47:15 CalumsBeastlyLaptop nm-dispatcher[21317]: req:2 'up' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:47:15 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605548835.2102] dispatcher: (36) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:47:15 CalumsBeastlyLaptop nm-dispatcher[21400]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 12:47:15 CalumsBeastlyLaptop nm-dispatcher[21317]: req:3 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:47:15 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605548835.2180] dispatcher: (37) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:47:15 CalumsBeastlyLaptop colord[3284]: failed to get session [pid 2657]: No data available
Nov 16 12:47:16 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-38 noise=9999 txrate=117000
Nov 16 12:47:16 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548836.5745] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 16 12:47:16 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 16 12:47:16 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 16 12:47:16 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.*.
Nov 16 12:47:16 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 16 12:47:16 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548836.5772] policy: set 'McSpielman' (wlp2s0) as default for IPv6 routing and DNS
Nov 16 12:47:16 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548836.6816] dhcp6 (wlp2s0): option dhcp6_name_servers   => '2001:578:3f::30 2001:578:3f:1::30'
Nov 16 12:47:16 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605548836.6817] dhcp6 (wlp2s0): state changed unknown -> bound
Nov 16 12:47:16 CalumsBeastlyLaptop nm-dispatcher[21413]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 12:47:16 CalumsBeastlyLaptop nm-dispatcher[21317]: req:4 'dhcp6-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:47:16 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605548836.6933] dispatcher: (38) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:47:17 CalumsBeastlyLaptop nm-dispatcher[21418]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 12:47:17 CalumsBeastlyLaptop nm-dispatcher[21317]: req:5 'dhcp6-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:47:17 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605548837.4039] dispatcher: (39) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:47:18 CalumsBeastlyLaptop goa-daemon[4646]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to FALSE because EnsureCredentials() succeded
Nov 16 12:47:19 CalumsBeastlyLaptop ntpd[3312]: Listen normally on 18 wlp2s0 192.168.0.15:123
Nov 16 12:47:19 CalumsBeastlyLaptop ntpd[3312]: Listen normally on 19 wlp2s0 [2600:8805:d480:eb70:192:442e:dbb0:9a27]:123
Nov 16 12:47:19 CalumsBeastlyLaptop ntpd[3312]: Listen normally on 20 wlp2s0 [fe80::5a06:3ba1:3fea:ca39%3]:123
Nov 16 12:47:19 CalumsBeastlyLaptop ntpd[3312]: new interface(s) found: waking up resolver
Nov 16 12:47:27 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
-------------- next part --------------
-- Logs begin at Wed 2020-06-17 11:40:01 EDT, end at Fri 2020-11-20 20:24:35 EST. --
Nov 16 11:08:19 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 11:08:19 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 11:08:19 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 11:08:19 CalumsBeastlyLaptop sh[19460]: laptop-mode: Battery polling disabled
Nov 16 11:08:19 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605542899.7449] agent-manager: agent[31a09bef17f60a22,:1.77/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 16 11:08:19 CalumsBeastlyLaptop gsd-usb-protect[4868]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 16 11:09:02 CalumsBeastlyLaptop CRON[19527]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 16 11:09:02 CalumsBeastlyLaptop CRON[19528]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Nov 16 11:09:02 CalumsBeastlyLaptop CRON[19527]: pam_unix(cron:session): session closed for user root
Nov 16 11:09:45 CalumsBeastlyLaptop systemd[1]: Starting Clean php session files...
Nov 16 11:09:46 CalumsBeastlyLaptop systemd[1]: phpsessionclean.service: Succeeded.
Nov 16 11:09:46 CalumsBeastlyLaptop systemd[1]: Finished Clean php session files.
Nov 16 11:10:36 CalumsBeastlyLaptop kernel: perf: interrupt took too long (2541 > 2500), lowering kernel.perf_event_max_sample_rate to 78500
Nov 16 11:11:24 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 11:11:24 CalumsBeastlyLaptop sh[19570]: laptop-mode: Battery polling disabled
Nov 16 11:11:24 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 11:11:24 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 11:14:24 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 11:14:24 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 11:14:24 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 11:14:24 CalumsBeastlyLaptop sh[19599]: laptop-mode: Battery polling disabled
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5844] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5845] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5845] dhcp4 (wlp2s0): option expiry               => '1605546984'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5845] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5845] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5846] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5846] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5846] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5846] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5846] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5847] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5847] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5847] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5847] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5848] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5848] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5848] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5848] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5848] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5849] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5849] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5849] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5849] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5849] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5850] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 16 11:16:24 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543384.5850] dhcp4 (wlp2s0): state changed extended -> extended
Nov 16 11:16:24 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=2659 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 16 11:16:24 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 16 11:16:24 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 16 11:16:24 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 16 11:16:24 CalumsBeastlyLaptop nm-dispatcher[19617]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 11:16:24 CalumsBeastlyLaptop nm-dispatcher[19613]: req:1 'dhcp4-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 11:16:25 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605543385.0004] dispatcher: (24) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 11:16:34 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 16 11:17:01 CalumsBeastlyLaptop CRON[19629]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 16 11:17:01 CalumsBeastlyLaptop CRON[19630]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Nov 16 11:17:01 CalumsBeastlyLaptop CRON[19629]: pam_unix(cron:session): session closed for user root
Nov 16 11:17:24 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 11:17:24 CalumsBeastlyLaptop sh[19633]: laptop-mode: Battery polling disabled
Nov 16 11:17:24 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 11:17:24 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 11:19:11 CalumsBeastlyLaptop gsd-usb-protect[4868]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 16 11:20:24 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 11:20:24 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 11:20:24 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 11:20:24 CalumsBeastlyLaptop sh[19682]: laptop-mode: Battery polling disabled
Nov 16 11:21:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543661.5811] agent-manager: agent[bc8cf6d615e12f66,:1.77/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 16 11:21:01 CalumsBeastlyLaptop gsd-usb-protect[4868]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 16 11:23:24 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 16 11:23:24 CalumsBeastlyLaptop sh[19758]: laptop-mode: Battery polling disabled
Nov 16 11:23:24 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 16 11:23:24 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.4590] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.4593] manager: NetworkManager state is now ASLEEP
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.4596] device (wlp2s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 16 11:24:01 CalumsBeastlyLaptop evolution[5588]: Network disconnected.  Forced offline.
Nov 16 11:24:01 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=2659 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 16 11:24:01 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 16 11:24:01 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 16 11:24:01 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 16 11:24:01 CalumsBeastlyLaptop nm-dispatcher[19776]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 11:24:01 CalumsBeastlyLaptop nm-dispatcher[19772]: req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605543841.5907] dispatcher: (26) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 11:24:01 CalumsBeastlyLaptop kernel: wlp2s0: deauthenticating from c0:c5:22:03:48:88 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 16 11:24:01 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=c0:c5:22:03:48:88 reason=3 locally_generated=1
Nov 16 11:24:01 CalumsBeastlyLaptop wpa_supplicant[2669]: dbus: wpa_dbus_property_changed: no property SessionLength in object /fi/w1/wpa_supplicant1/Interfaces/2
Nov 16 11:24:01 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.7831] device (wlp2s0): supplicant interface state: completed -> disconnected
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.7834] device (wlp2s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
Nov 16 11:24:01 CalumsBeastlyLaptop gnome-shell[4761]: An active wireless connection, in infrastructure mode, involves no access point?
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.7910] dhcp4 (wlp2s0): canceled DHCP transaction
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.7911] dhcp4 (wlp2s0): state changed extended -> done
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.7916] dhcp6 (wlp2s0): canceled DHCP transaction
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.7916] dhcp6 (wlp2s0): state changed bound -> done
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 16 11:24:01 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 16 11:24:01 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543841.8082] device (wlp2s0): set-hw-addr: set MAC address to BA:AD:75:AC:7D:55 (scanning)
Nov 16 11:24:01 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 11:24:02 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 11:24:02 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 16 11:24:02 CalumsBeastlyLaptop avahi-daemon[2656]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 16 11:24:02 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 16 11:24:02 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 16 11:24:02 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 16 11:24:02 CalumsBeastlyLaptop avahi-daemon[2656]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 16 11:24:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543842.2227] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 16 11:24:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543842.2233] device (wlp2s0): supplicant interface state: interface_disabled -> disconnected
Nov 16 11:24:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543842.2237] device (wlp2s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 16 11:24:02 CalumsBeastlyLaptop gsd-usb-protect[4868]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 16 11:24:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605543842.6556] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (unmanage)
Nov 16 11:24:02 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 11:24:02 CalumsBeastlyLaptop nm-dispatcher[19818]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 11:24:02 CalumsBeastlyLaptop nm-dispatcher[19772]: req:3 'down' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 11:24:02 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 11:24:03 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605543843.0654] dispatcher: (27) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 11:24:03 CalumsBeastlyLaptop systemd[1]: Reached target Sleep.
Nov 16 11:24:03 CalumsBeastlyLaptop systemd[1]: Starting Suspend...
Nov 16 11:24:03 CalumsBeastlyLaptop wpa_supplicant[2669]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Nov 16 11:24:03 CalumsBeastlyLaptop systemd-sleep[19823]: Suspending system...
Nov 16 11:24:03 CalumsBeastlyLaptop kernel: PM: suspend entry (deep)
Nov 16 11:24:03 CalumsBeastlyLaptop goa-daemon[4646]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 16 11:24:03 CalumsBeastlyLaptop goa-daemon[4646]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to TRUE because EnsureCredentials() failed with: Invalid imap-password with username “calumiscool at icloud.com” (goa-error-quark, 0): Error resolving “imap.mail.me.com”: Name or service not known (goa-error-quark, 4)
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: Filesystems sync: 0.806 seconds
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db.p7s
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: OOM killer disabled.
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: e1000e: EEE TX LPI TIMER: 00000011
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Stopping disk
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt blocked
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ACPI: Preparing to enter system sleep state S3
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ACPI: EC: event blocked
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ACPI: EC: EC stopped
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: PM: Saving platform NVS memory
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: Disabling non-boot CPUs ...
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: smpboot: CPU 1 is now offline
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: smpboot: CPU 2 is now offline
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: smpboot: CPU 3 is now offline
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ACPI: Low-level resume complete
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ACPI: EC: EC started
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: PM: Restoring platform NVS memory
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: Enabling non-boot CPUs ...
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: x86: Booting SMP configuration:
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: CPU1 is up
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: CPU2 is up
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: CPU3 is up
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ACPI: Waking up from system sleep state S3
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt unblocked
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Enabling MPC IRBNCE
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Enabling MPC IRBNCE
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Intel PCH root port ACS workaround enabled
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Intel PCH root port ACS workaround enabled
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Enabling MPC IRBNCE
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Intel PCH root port ACS workaround enabled
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Enabling MPC IRBNCE
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Intel PCH root port ACS workaround enabled
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Enabling MPC IRBNCE
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Intel PCH root port ACS workaround enabled
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ACPI: EC: event unblocked
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Starting disk
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: ata2.00: configured for UDMA/100
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: OOM killer enabled.
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: Deleting interface #12 wlp2s0, 192.168.0.15#123, interface stats: received=403, sent=418, dropped=0, active_time=5855 secs
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 108.61.73.244 local addr 192.168.0.15 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 204.2.134.164 local addr 192.168.0.15 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 45.33.84.208 local addr 192.168.0.15 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 138.236.128.36 local addr 192.168.0.15 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 184.105.182.16 local addr 192.168.0.15 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 193.29.63.150 local addr 192.168.0.15 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 162.159.200.123 local addr 192.168.0.15 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: Deleting interface #13 wlp2s0, 2600:8805:d480:eb70:192:442e:dbb0:9a27#123, interface stats: received=120, sent=121, dropped=0, active_time=5855 secs
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 2604:a880:800:10::2d62:1 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 2001:418:3ff::1:53 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: 2001:418:3ff::53 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 16 12:18:01 CalumsBeastlyLaptop ntpd[3312]: Deleting interface #14 wlp2s0, fe80::5a06:3ba1:3fea:ca39%3#123, interface stats: received=0, sent=0, dropped=0, active_time=5855 secs
Nov 16 12:18:01 CalumsBeastlyLaptop systemd[1]: Starting Daily apt-listbugs preferences cleanup...
Nov 16 12:18:01 CalumsBeastlyLaptop systemd[1]: Starting Clean php session files...
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: Restarting tasks ... done.
Nov 16 12:18:01 CalumsBeastlyLaptop goa-daemon[4646]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pci_bus 0000:01: Allocating resources
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pci_bus 0000:02: Allocating resources
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pci_bus 0000:03: Allocating resources
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pci_bus 0000:07: Allocating resources
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: pci_bus 0000:0b: Allocating resources
Nov 16 12:18:01 CalumsBeastlyLaptop kernel: acpi PNP0401:00: Already enumerated
Nov 16 12:18:02 CalumsBeastlyLaptop kernel: acpi PNP0501:00: Still not present
Nov 16 12:18:02 CalumsBeastlyLaptop systemd[1]: phpsessionclean.service: Succeeded.
Nov 16 12:18:02 CalumsBeastlyLaptop systemd[1]: Finished Clean php session files.
Nov 16 12:18:02 CalumsBeastlyLaptop systemd-sleep[19823]: System resumed.
Nov 16 12:18:02 CalumsBeastlyLaptop kernel: PM: suspend exit
Nov 16 12:18:02 CalumsBeastlyLaptop systemd[1]: systemd-suspend.service: Succeeded.
Nov 16 12:18:02 CalumsBeastlyLaptop systemd[1]: Finished Suspend.
Nov 16 12:18:02 CalumsBeastlyLaptop systemd[1]: Stopped target Sleep.
Nov 16 12:18:02 CalumsBeastlyLaptop systemd[1]: Reached target Suspend.
Nov 16 12:18:02 CalumsBeastlyLaptop systemd[1]: Stopped target Suspend.
Nov 16 12:18:02 CalumsBeastlyLaptop systemd-logind[2667]: Operation 'sleep' finished.
Nov 16 12:18:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547082.1328] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 16 12:18:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547082.1329] device (eno1): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 16 12:18:02 CalumsBeastlyLaptop udisksd[2668]: Applying configuration from /etc/udisks2/Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY.conf to /dev/sda
Nov 16 12:18:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547082.2440] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 16 12:18:02 CalumsBeastlyLaptop kernel: e1000e 0000:00:19.0 eno1: NIC Link is Down
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547082.4754] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547082.4905] device (wlp2s0): set-hw-addr: set MAC address to 7A:F0:AE:B4:DB:60 (scanning)
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:02 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:18:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547082.8969] manager: NetworkManager state is now DISCONNECTED
Nov 16 12:18:02 CalumsBeastlyLaptop wpa_supplicant[2669]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 16 12:18:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547082.9541] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Nov 16 12:18:02 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547082.9541] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 16 12:18:03 CalumsBeastlyLaptop kernel: ata1.00: configured for UDMA/133
Nov 16 12:18:03 CalumsBeastlyLaptop gdm-password][20089]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 16 12:18:03 CalumsBeastlyLaptop udisksd[2668]: Set APM level to 115 on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 16 12:18:03 CalumsBeastlyLaptop udisksd[2668]: Set standby timer to 260 seconds (value 52) on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 16 12:18:03 CalumsBeastlyLaptop systemd[1]: apt-listbugs.service: Succeeded.
Nov 16 12:18:03 CalumsBeastlyLaptop systemd[1]: Finished Daily apt-listbugs preferences cleanup.
Nov 16 12:18:03 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 16 12:18:03 CalumsBeastlyLaptop laptop_mode[20120]: Laptop mode
Nov 16 12:18:03 CalumsBeastlyLaptop laptop_mode[20120]: enabled, not active [unchanged]
Nov 16 12:18:03 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 16 12:18:03 CalumsBeastlyLaptop laptop_mode[20161]: Laptop mode
Nov 16 12:18:03 CalumsBeastlyLaptop laptop_mode[20161]: enabled, not active [unchanged]
Nov 16 12:18:03 CalumsBeastlyLaptop systemd[1]: Reloaded Laptop Mode Tools.
Nov 16 12:18:04 CalumsBeastlyLaptop gdm-password][20089]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 16 12:18:04 CalumsBeastlyLaptop gdm-password][20089]: gkr-pam: unlocked login keyring
Nov 16 12:18:04 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547084.3633] agent-manager: agent[bc8cf6d615e12f66,:1.77/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]: 17:18:04:0392 FuEngine             fresco_pd failed to change udev device /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda: cannot ensure ID: FuUdevDevice:
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]: Hitachi HTS545032B9SA02
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Serial:               100505PBTC001DKLZ1AY
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Flags:                none
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Version:              PB3AC60W
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   SysfsPath:            /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]: 17:18:04:0431 FuEngine             fresco_pd failed to change udev device /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5: cannot ensure ID: FuUdevDevice:
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]: Hitachi HTS545032B9SA02
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Serial:               100505PBTC001DKLZ1AY
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Flags:                none
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Version:              PB3AC60W
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   SysfsPath:            /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]: 17:18:04:0432 FuEngine             fresco_pd failed to change udev device /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1: cannot ensure ID: FuUdevDevice:
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]: Hitachi HTS545032B9SA02
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Serial:               100505PBTC001DKLZ1AY
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Flags:                none
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Version:              PB3AC60W
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   SysfsPath:            /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]: 17:18:04:0445 FuEngine             fresco_pd failed to change udev device /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2: cannot ensure ID: FuUdevDevice:
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]: Hitachi HTS545032B9SA02
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Serial:               100505PBTC001DKLZ1AY
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Flags:                none
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   Version:              PB3AC60W
Nov 16 12:18:04 CalumsBeastlyLaptop fwupd[5082]:   SysfsPath:            /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gnome-shell[4761]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 16 12:18:04 CalumsBeastlyLaptop gsd-usb-protect[4868]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 16 12:18:08 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.2894] policy: auto-activating connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.2904] device (wlp2s0): Activation: starting connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.2906] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.2911] manager: NetworkManager state is now CONNECTING
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.3054] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (preserve)
Nov 16 12:18:09 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:18:09 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7185] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7194] device (wlp2s0): Activation: (wifi) access point 'McSpielman' has security, but secrets are required.
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7195] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7280] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7318] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7324] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7328] device (wlp2s0): Activation: (wifi) connection 'McSpielman' has security, and secrets exist.  No new secrets needed.
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7329] Config: added 'ssid' value 'McSpielman'
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7329] Config: added 'scan_ssid' value '1'
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7329] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7329] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7330] Config: added 'auth_alg' value 'OPEN'
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7330] Config: added 'psk' value '<hidden>'
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7795] device (wlp2s0): supplicant interface state: interface_disabled -> inactive
Nov 16 12:18:09 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547089.7948] device (wlp2s0): supplicant interface state: inactive -> scanning
Nov 16 12:18:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: SME: Trying to authenticate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 16 12:18:13 CalumsBeastlyLaptop kernel: wlp2s0: authenticate with c0:c5:22:03:48:88
Nov 16 12:18:13 CalumsBeastlyLaptop kernel: wlp2s0: send auth to c0:c5:22:03:48:88 (try 1/3)
Nov 16 12:18:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: Trying to associate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 16 12:18:13 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547093.0079] device (wlp2s0): supplicant interface state: scanning -> authenticating
Nov 16 12:18:13 CalumsBeastlyLaptop kernel: wlp2s0: authenticated
Nov 16 12:18:13 CalumsBeastlyLaptop kernel: wlp2s0: associate with c0:c5:22:03:48:88 (try 1/3)
Nov 16 12:18:13 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547093.0140] device (wlp2s0): supplicant interface state: authenticating -> associating
Nov 16 12:18:13 CalumsBeastlyLaptop kernel: wlp2s0: RX AssocResp from c0:c5:22:03:48:88 (capab=0x431 status=0 aid=3)
Nov 16 12:18:13 CalumsBeastlyLaptop kernel: wlp2s0: associated
Nov 16 12:18:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: Associated with c0:c5:22:03:48:88
Nov 16 12:18:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 16 12:18:13 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Nov 16 12:18:13 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547093.0402] device (wlp2s0): supplicant interface state: associating -> associated
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.0451] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Nov 16 12:18:14 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: WPA: Key negotiation completed with c0:c5:22:03:48:88 [PTK=CCMP GTK=TKIP]
Nov 16 12:18:14 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to c0:c5:22:03:48:88 completed [id=0 id_str=]
Nov 16 12:18:14 CalumsBeastlyLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.0630] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.0631] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "McSpielman"
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.0634] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.0639] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 16 12:18:14 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 16 12:18:14 CalumsBeastlyLaptop avahi-daemon[2656]: New relevant interface wlp2s0.IPv6 for mDNS.
Nov 16 12:18:14 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 16 12:18:14 CalumsBeastlyLaptop wpa_supplicant[2669]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-40 noise=9999 txrate=1000
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2134] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2135] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2136] dhcp4 (wlp2s0): option expiry               => '1605550694'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2136] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2136] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2137] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2137] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2138] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2138] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2139] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2140] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2141] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2141] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2141] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2142] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2142] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2142] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2142] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2142] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2143] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2143] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2143] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2144] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2144] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2144] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2144] dhcp4 (wlp2s0): state changed unknown -> bound
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2209] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 16 12:18:14 CalumsBeastlyLaptop avahi-daemon[2656]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 16 12:18:14 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 16 12:18:14 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=2659 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 16 12:18:14 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 16 12:18:14 CalumsBeastlyLaptop dbus-daemon[2658]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 16 12:18:14 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2827] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2832] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2838] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2864] manager: NetworkManager state is now CONNECTED_SITE
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.2866] policy: set 'McSpielman' (wlp2s0) as default for IPv4 routing and DNS
Nov 16 12:18:14 CalumsBeastlyLaptop evolution[5588]: Connection established.  Going online.
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.3825] device (wlp2s0): Activation: successful, device activated.
Nov 16 12:18:14 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547094.3834] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 16 12:18:15 CalumsBeastlyLaptop colord[3284]: failed to get session [pid 2657]: No data available
Nov 16 12:18:15 CalumsBeastlyLaptop nm-dispatcher[20354]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 12:18:15 CalumsBeastlyLaptop nm-dispatcher[20263]: req:2 'up' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:18:15 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605547095.3087] dispatcher: (29) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:18:15 CalumsBeastlyLaptop nm-dispatcher[20357]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 12:18:15 CalumsBeastlyLaptop nm-dispatcher[20263]: req:3 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:18:15 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605547095.3133] dispatcher: (30) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:18:16 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547096.0569] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 16 12:18:16 CalumsBeastlyLaptop avahi-daemon[2656]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 16 12:18:16 CalumsBeastlyLaptop avahi-daemon[2656]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 16 12:18:16 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547096.0584] policy: set 'McSpielman' (wlp2s0) as default for IPv6 routing and DNS
Nov 16 12:18:16 CalumsBeastlyLaptop avahi-daemon[2656]: Registering new address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.*.
Nov 16 12:18:16 CalumsBeastlyLaptop avahi-daemon[2656]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 16 12:18:16 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547096.1810] dhcp6 (wlp2s0): option dhcp6_name_servers   => '2001:578:3f::30 2001:578:3f:1::30'
Nov 16 12:18:16 CalumsBeastlyLaptop NetworkManager[2659]: <info>  [1605547096.1811] dhcp6 (wlp2s0): state changed unknown -> bound
Nov 16 12:18:16 CalumsBeastlyLaptop nm-dispatcher[20361]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 16 12:18:16 CalumsBeastlyLaptop nm-dispatcher[20263]: req:4 'dhcp6-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:18:16 CalumsBeastlyLaptop NetworkManager[2659]: <warn>  [1605547096.1910] dispatcher: (31) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 16 12:18:17 CalumsBeastlyLaptop goa-daemon[4646]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to FALSE because EnsureCredentials() succeded
Nov 16 12:18:18 CalumsBeastlyLaptop gnome-keyring-daemon[4658]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Nov 16 12:18:19 CalumsBeastlyLaptop ntpd[3312]: Listen normally on 15 wlp2s0 192.168.0.15:123
Nov 16 12:18:19 CalumsBeastlyLaptop ntpd[3312]: Listen normally on 16 wlp2s0 [2600:8805:d480:eb70:192:442e:dbb0:9a27]:123
Nov 16 12:18:19 CalumsBeastlyLaptop ntpd[3312]: Listen normally on 17 wlp2s0 [fe80::5a06:3ba1:3fea:ca39%3]:123
Nov 16 12:18:19 CalumsBeastlyLaptop ntpd[3312]: new interface(s) found: waking up resolver
Nov 16 12:18:26 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 16 12:18:57 CalumsBeastlyLaptop CRON[20406]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 16 12:18:57 CalumsBeastlyLaptop CRON[20407]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Nov 16 12:18:57 CalumsBeastlyLaptop CRON[20406]: pam_unix(cron:session): session closed for user root
-------------- next part --------------
-- Logs begin at Wed 2020-06-17 11:40:01 EDT, end at Fri 2020-11-20 20:17:25 EST. --
Nov 15 21:03:38 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 21:03:38 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 21:03:38 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 21:03:38 CalumsBeastlyLaptop sh[550665]: laptop-mode: Battery polling disabled
Nov 15 21:06:38 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 21:06:38 CalumsBeastlyLaptop sh[550703]: laptop-mode: Battery polling disabled
Nov 15 21:06:38 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 21:06:38 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 21:09:01 CalumsBeastlyLaptop CRON[550730]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 15 21:09:01 CalumsBeastlyLaptop CRON[550731]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Nov 15 21:09:01 CalumsBeastlyLaptop CRON[550730]: pam_unix(cron:session): session closed for user root
Nov 15 21:09:35 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 21:09:35 CalumsBeastlyLaptop sh[550736]: laptop-mode: Battery polling disabled
Nov 15 21:09:35 CalumsBeastlyLaptop systemd[1]: Starting Clean php session files...
Nov 15 21:09:35 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 21:09:35 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 21:09:35 CalumsBeastlyLaptop systemd[1]: phpsessionclean.service: Succeeded.
Nov 15 21:09:35 CalumsBeastlyLaptop systemd[1]: Finished Clean php session files.
Nov 15 21:12:38 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 21:12:38 CalumsBeastlyLaptop sh[550800]: laptop-mode: Battery polling disabled
Nov 15 21:12:38 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 21:12:38 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 21:13:40 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 21:15:30 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 21:15:30 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 21:15:30 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 21:15:30 CalumsBeastlyLaptop sh[550828]: laptop-mode: Battery polling disabled
Nov 15 21:15:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605492930.2827] agent-manager: agent[dcf06b3b5b680d60,:1.74/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 15 21:15:30 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 21:17:01 CalumsBeastlyLaptop CRON[550895]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 15 21:17:01 CalumsBeastlyLaptop CRON[550896]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Nov 15 21:17:01 CalumsBeastlyLaptop CRON[550895]: pam_unix(cron:session): session closed for user root
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8940] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8941] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8941] dhcp4 (wlp2s0): option expiry               => '1605496633'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8942] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8942] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8942] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8942] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8943] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8944] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8944] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8944] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8944] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8944] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8944] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8944] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8944] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 15 21:17:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493033.8944] dhcp4 (wlp2s0): state changed bound -> extended
Nov 15 21:17:13 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 21:17:13 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 21:17:13 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 21:17:14 CalumsBeastlyLaptop nm-dispatcher[550904]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 21:17:14 CalumsBeastlyLaptop nm-dispatcher[550900]: req:1 'dhcp4-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:17:14 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605493034.0520] dispatcher: (604) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:17:24 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 21:18:30 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 21:18:30 CalumsBeastlyLaptop sh[550923]: laptop-mode: Battery polling disabled
Nov 15 21:18:30 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 21:18:30 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.1547] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.1549] manager: NetworkManager state is now ASLEEP
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.1551] device (wlp2s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 21:18:30 CalumsBeastlyLaptop evolution[51384]: Network disconnected.  Forced offline.
Nov 15 21:18:30 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 21:18:30 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 21:18:30 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 21:18:30 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 21:18:30 CalumsBeastlyLaptop nm-dispatcher[550935]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 21:18:30 CalumsBeastlyLaptop nm-dispatcher[550930]: req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605493110.3159] dispatcher: (606) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:18:30 CalumsBeastlyLaptop kernel: wlp2s0: deauthenticating from c0:c5:22:03:48:88 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 15 21:18:30 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=c0:c5:22:03:48:88 reason=3 locally_generated=1
Nov 15 21:18:30 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: wpa_dbus_property_changed: no property SessionLength in object /fi/w1/wpa_supplicant1/Interfaces/66
Nov 15 21:18:30 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.4967] device (wlp2s0): supplicant interface state: completed -> disconnected
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.4969] device (wlp2s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.5019] dhcp4 (wlp2s0): canceled DHCP transaction
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.5019] dhcp4 (wlp2s0): state changed extended -> done
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.5024] dhcp6 (wlp2s0): canceled DHCP transaction
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.5024] dhcp6 (wlp2s0): state changed bound -> done
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 21:18:30 CalumsBeastlyLaptop gnome-shell[4746]: An active wireless connection, in infrastructure mode, involves no access point?
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.5170] device (wlp2s0): set-hw-addr: set MAC address to DA:36:9A:DC:34:DB (scanning)
Nov 15 21:18:30 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:18:30 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 21:18:30 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.9306] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.9307] device (wlp2s0): supplicant interface state: interface_disabled -> disconnected
Nov 15 21:18:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493110.9308] device (wlp2s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 21:18:31 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 21:18:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605493111.3689] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (unmanage)
Nov 15 21:18:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:18:31 CalumsBeastlyLaptop nm-dispatcher[550976]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 21:18:31 CalumsBeastlyLaptop nm-dispatcher[550930]: req:3 'down' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:18:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:18:31 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605493111.7753] dispatcher: (607) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:18:31 CalumsBeastlyLaptop systemd[1]: Reached target Sleep.
Nov 15 21:18:31 CalumsBeastlyLaptop systemd[1]: Starting Suspend...
Nov 15 21:18:31 CalumsBeastlyLaptop wpa_supplicant[2670]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Nov 15 21:18:31 CalumsBeastlyLaptop systemd-sleep[550981]: Suspending system...
Nov 15 21:18:31 CalumsBeastlyLaptop kernel: PM: suspend entry (deep)
Nov 15 21:18:32 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 21:18:32 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to TRUE because EnsureCredentials() failed with: Invalid imap-password with username “calumiscool at icloud.com” (goa-error-quark, 0): Error resolving “imap.mail.me.com”: Name or service not known (goa-error-quark, 4)
Nov 15 21:18:33 CalumsBeastlyLaptop kernel: Filesystems sync: 1.266 seconds
Nov 15 21:55:41 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db
Nov 15 21:55:41 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db.p7s
Nov 15 21:55:41 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode
Nov 15 21:55:41 CalumsBeastlyLaptop kernel: Freezing user space processes ... (elapsed 0.003 seconds) done.
Nov 15 21:55:41 CalumsBeastlyLaptop kernel: OOM killer disabled.
Nov 15 21:55:41 CalumsBeastlyLaptop kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: e1000e: EEE TX LPI TIMER: 00000011
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Stopping disk
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt blocked
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ACPI: Preparing to enter system sleep state S3
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ACPI: EC: event blocked
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ACPI: EC: EC stopped
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: PM: Saving platform NVS memory
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: Disabling non-boot CPUs ...
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: smpboot: CPU 1 is now offline
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: smpboot: CPU 2 is now offline
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: smpboot: CPU 3 is now offline
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ACPI: Low-level resume complete
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ACPI: EC: EC started
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: PM: Restoring platform NVS memory
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: Enabling non-boot CPUs ...
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: x86: Booting SMP configuration:
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: CPU1 is up
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: CPU2 is up
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: CPU3 is up
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ACPI: Waking up from system sleep state S3
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt unblocked
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Enabling MPC IRBNCE
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Enabling MPC IRBNCE
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Intel PCH root port ACS workaround enabled
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Intel PCH root port ACS workaround enabled
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Enabling MPC IRBNCE
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Enabling MPC IRBNCE
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Intel PCH root port ACS workaround enabled
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Intel PCH root port ACS workaround enabled
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Enabling MPC IRBNCE
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Intel PCH root port ACS workaround enabled
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ACPI: EC: event unblocked
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Starting disk
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata2.00: configured for UDMA/100
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: OOM killer enabled.
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: Restarting tasks ... done.
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pci_bus 0000:01: Allocating resources
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pci_bus 0000:02: Allocating resources
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pci_bus 0000:03: Allocating resources
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pci_bus 0000:07: Allocating resources
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: pci_bus 0000:0b: Allocating resources
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: acpi PNP0401:00: Already enumerated
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: acpi PNP0501:00: Still not present
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: PM: suspend exit
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: ata1.00: configured for UDMA/133
Nov 15 21:55:41 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #228 wlp2s0, 192.168.0.15#123, interface stats: received=145, sent=150, dropped=0, active_time=1874 secs
Nov 15 21:55:43 CalumsBeastlyLaptop pipewire[4586]: [W][000295231.770178][main-loop.c:157 pw_main_loop_run()] main-loop 0x555774a80e10: iterate error -4 (Interrupted system call)
Nov 15 21:55:43 CalumsBeastlyLaptop pulseaudio[4578]: W: [alsa-sink-92HD93BXX Analog] alsa-util.c: Could not recover alsa device from SUSPENDED state, trying to restart PCM
Nov 15 21:55:41 CalumsBeastlyLaptop systemd[1]: Starting Daily apt-listbugs preferences cleanup...
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 46.243.26.34 local addr 192.168.0.15 -> <null>
Nov 15 21:55:43 CalumsBeastlyLaptop pipewire[4577]: [W][000295231.776297][main-loop.c:157 pw_main_loop_run()] main-loop 0x559dc90830a0: iterate error -4 (Interrupted system call)
Nov 15 21:55:41 CalumsBeastlyLaptop systemd[1]: Starting Clean php session files...
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 162.159.200.1 local addr 192.168.0.15 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 69.89.207.199 local addr 192.168.0.15 -> <null>
Nov 15 21:55:43 CalumsBeastlyLaptop laptop_mode[551111]: Laptop mode
Nov 15 21:55:43 CalumsBeastlyLaptop laptop_mode[551111]: enabled, not active [unchanged]
Nov 15 21:55:41 CalumsBeastlyLaptop systemd-sleep[550981]: System resumed.
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 99.73.32.195 local addr 192.168.0.15 -> <null>
Nov 15 21:55:43 CalumsBeastlyLaptop laptop_mode[551239]: Laptop mode
Nov 15 21:55:43 CalumsBeastlyLaptop laptop_mode[551239]: enabled, not active [unchanged]
Nov 15 21:55:41 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 163.237.218.19 local addr 192.168.0.15 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop systemd[1]: Reloaded Laptop Mode Tools.
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 195.21.137.209 local addr 192.168.0.15 -> <null>
Nov 15 21:55:43 CalumsBeastlyLaptop systemd[1]: phpsessionclean.service: Succeeded.
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 103.151.145.70 local addr 192.168.0.15 -> <null>
Nov 15 21:55:43 CalumsBeastlyLaptop systemd[1]: Finished Clean php session files.
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 44.190.40.123 local addr 192.168.0.15 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 206.55.191.142 local addr 192.168.0.15 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 134.0.16.1 local addr 192.168.0.15 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 171.66.97.126 local addr 192.168.0.15 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 72.87.88.202 local addr 192.168.0.15 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #229 wlp2s0, 2600:8805:d480:eb70:192:442e:dbb0:9a27#123, interface stats: received=60, sent=61, dropped=0, active_time=1874 secs
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 2001:738:0:810:1::163 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 2001:1620:2777:b::128 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: 2a01:4f9:c010:157::1 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 21:55:41 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #230 wlp2s0, fe80::5a06:3ba1:3fea:ca39%3#123, interface stats: received=0, sent=0, dropped=0, active_time=1874 secs
Nov 15 21:55:43 CalumsBeastlyLaptop systemd[1]: systemd-suspend.service: Succeeded.
Nov 15 21:55:43 CalumsBeastlyLaptop systemd[1]: Finished Suspend.
Nov 15 21:55:43 CalumsBeastlyLaptop systemd[1]: Stopped target Sleep.
Nov 15 21:55:43 CalumsBeastlyLaptop systemd[1]: Reached target Suspend.
Nov 15 21:55:43 CalumsBeastlyLaptop systemd[1]: Stopped target Suspend.
Nov 15 21:55:43 CalumsBeastlyLaptop systemd-logind[2668]: Operation 'sleep' finished.
Nov 15 21:55:43 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495343.6871] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 15 21:55:43 CalumsBeastlyLaptop udisksd[2669]: Applying configuration from /etc/udisks2/Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY.conf to /dev/sda
Nov 15 21:55:43 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495343.6872] device (eno1): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 21:55:43 CalumsBeastlyLaptop udisksd[2669]: Set APM level to 115 on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 21:55:43 CalumsBeastlyLaptop systemd[1]: apt-listbugs.service: Succeeded.
Nov 15 21:55:43 CalumsBeastlyLaptop systemd[1]: Finished Daily apt-listbugs preferences cleanup.
Nov 15 21:55:43 CalumsBeastlyLaptop udisksd[2669]: Set standby timer to 260 seconds (value 52) on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 21:55:43 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495343.8009] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 21:55:43 CalumsBeastlyLaptop kernel: e1000e 0000:00:19.0 eno1: NIC Link is Down
Nov 15 21:55:44 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495344.0291] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 21:55:44 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495344.0435] device (wlp2s0): set-hw-addr: set MAC address to 72:78:DE:28:A7:93 (scanning)
Nov 15 21:55:44 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:55:44 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:55:44 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495344.4447] manager: NetworkManager state is now DISCONNECTED
Nov 15 21:55:44 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 15 21:55:44 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495344.4910] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Nov 15 21:55:44 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495344.4911] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gdm-password][551363]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:55:46 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:55:48 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 21:55:50 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495350.7476] policy: auto-activating connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 21:55:50 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495350.7485] device (wlp2s0): Activation: starting connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 21:55:50 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495350.7487] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 21:55:50 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495350.7493] manager: NetworkManager state is now CONNECTING
Nov 15 21:55:50 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495350.7638] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (preserve)
Nov 15 21:55:50 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:55:51 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1658] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1668] device (wlp2s0): Activation: (wifi) access point 'McSpielman' has security, but secrets are required.
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1669] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1767] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1815] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1824] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1828] device (wlp2s0): Activation: (wifi) connection 'McSpielman' has security, and secrets exist.  No new secrets needed.
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1829] Config: added 'ssid' value 'McSpielman'
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1829] Config: added 'scan_ssid' value '1'
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1829] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1829] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1829] Config: added 'auth_alg' value 'OPEN'
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.1829] Config: added 'psk' value '<hidden>'
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.2092] device (wlp2s0): supplicant interface state: interface_disabled -> inactive
Nov 15 21:55:51 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495351.2243] device (wlp2s0): supplicant interface state: inactive -> scanning
Nov 15 21:55:54 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: SME: Trying to authenticate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 21:55:54 CalumsBeastlyLaptop kernel: wlp2s0: authenticate with c0:c5:22:03:48:88
Nov 15 21:55:54 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495354.4100] device (wlp2s0): supplicant interface state: scanning -> authenticating
Nov 15 21:55:54 CalumsBeastlyLaptop kernel: wlp2s0: send auth to c0:c5:22:03:48:88 (try 1/3)
Nov 15 21:55:54 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Trying to associate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 21:55:54 CalumsBeastlyLaptop kernel: wlp2s0: authenticated
Nov 15 21:55:54 CalumsBeastlyLaptop kernel: wlp2s0: associate with c0:c5:22:03:48:88 (try 1/3)
Nov 15 21:55:54 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495354.4216] device (wlp2s0): supplicant interface state: authenticating -> associating
Nov 15 21:55:54 CalumsBeastlyLaptop kernel: wlp2s0: RX AssocResp from c0:c5:22:03:48:88 (capab=0x431 status=0 aid=3)
Nov 15 21:55:54 CalumsBeastlyLaptop kernel: wlp2s0: associated
Nov 15 21:55:54 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Associated with c0:c5:22:03:48:88
Nov 15 21:55:54 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 15 21:55:54 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Nov 15 21:55:54 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495354.4467] device (wlp2s0): supplicant interface state: associating -> associated
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.4513] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Nov 15 21:55:55 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: WPA: Key negotiation completed with c0:c5:22:03:48:88 [PTK=CCMP GTK=TKIP]
Nov 15 21:55:55 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to c0:c5:22:03:48:88 completed [id=0 id_str=]
Nov 15 21:55:55 CalumsBeastlyLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.4718] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.4719] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "McSpielman"
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.4732] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.4737] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 21:55:55 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 21:55:55 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv6 for mDNS.
Nov 15 21:55:55 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 21:55:55 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-39 noise=9999 txrate=1000
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5941] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5943] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5943] dhcp4 (wlp2s0): option expiry               => '1605498955'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5944] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5944] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5944] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5944] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5945] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5945] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5945] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5945] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5945] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5946] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5946] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5946] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5946] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5946] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5947] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5947] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5947] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5948] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5948] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5948] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5949] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5949] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.5949] dhcp4 (wlp2s0): state changed unknown -> bound
Nov 15 21:55:55 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 21:55:55 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.6089] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 15 21:55:55 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 21:55:55 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 21:55:55 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 21:55:55 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.6508] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.6513] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.6520] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.6551] manager: NetworkManager state is now CONNECTED_SITE
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.6556] policy: set 'McSpielman' (wlp2s0) as default for IPv4 routing and DNS
Nov 15 21:55:55 CalumsBeastlyLaptop evolution[51384]: Connection established.  Going online.
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.7520] device (wlp2s0): Activation: successful, device activated.
Nov 15 21:55:55 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495355.7531] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 15 21:55:56 CalumsBeastlyLaptop colord[3285]: failed to get session [pid 499683]: No data available
Nov 15 21:55:56 CalumsBeastlyLaptop nm-dispatcher[551495]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 21:55:56 CalumsBeastlyLaptop nm-dispatcher[551409]: req:2 'up' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:55:56 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605495356.7906] dispatcher: (609) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:55:56 CalumsBeastlyLaptop nm-dispatcher[551499]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 21:55:56 CalumsBeastlyLaptop nm-dispatcher[551409]: req:3 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:55:56 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605495356.7966] dispatcher: (610) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:55:57 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495357.3250] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 21:55:57 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 21:55:57 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495357.3263] policy: set 'McSpielman' (wlp2s0) as default for IPv6 routing and DNS
Nov 15 21:55:57 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 21:55:57 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.*.
Nov 15 21:55:57 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 21:55:57 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495357.5225] dhcp6 (wlp2s0): option dhcp6_name_servers   => '2001:578:3f::30 2001:578:3f:1::30'
Nov 15 21:55:57 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495357.5226] dhcp6 (wlp2s0): state changed unknown -> bound
Nov 15 21:55:57 CalumsBeastlyLaptop nm-dispatcher[551516]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 21:55:57 CalumsBeastlyLaptop nm-dispatcher[551409]: req:4 'dhcp6-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:55:57 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605495357.5321] dispatcher: (611) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 21:56:00 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 231 wlp2s0 192.168.0.15:123
Nov 15 21:56:00 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 232 wlp2s0 [2600:8805:d480:eb70:192:442e:dbb0:9a27]:123
Nov 15 21:56:00 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 233 wlp2s0 [fe80::5a06:3ba1:3fea:ca39%3]:123
Nov 15 21:56:00 CalumsBeastlyLaptop ntpd[3313]: new interface(s) found: waking up resolver
Nov 15 21:56:08 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 21:56:08 CalumsBeastlyLaptop CRON[551554]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 15 21:56:08 CalumsBeastlyLaptop CRON[551555]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Nov 15 21:56:08 CalumsBeastlyLaptop CRON[551554]: pam_unix(cron:session): session closed for user root
Nov 15 21:56:10 CalumsBeastlyLaptop gdm-password][551363]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 21:56:10 CalumsBeastlyLaptop gdm-password][551363]: gkr-pam: unlocked login keyring
Nov 15 21:56:10 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605495370.2092] agent-manager: agent[ad57da9611e83d13,:1.74/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 21:56:10 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 21:56:13 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to FALSE because EnsureCredentials() succeded
Nov 15 21:56:13 CalumsBeastlyLaptop gnome-keyring-daemon[4617]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Nov 15 21:56:20 CalumsBeastlyLaptop ntpd[3313]: Soliciting pool server 50.205.244.113
Nov 15 21:56:24 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'Contacts': Failed with HTTP error 403: Forbidden
Nov 15 21:56:24 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'School': Failed with HTTP error 403: Forbidden
Nov 15 21:56:24 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'calumlikesapplepie at gmail.com': Failed with HTTP error 403: Forbidden
Nov 15 21:56:24 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'Plan for the week': Failed with HTTP error 403: Forbidden
Nov 15 21:56:26 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'Holidays in United States': Failed with HTTP error 403: Forbidden
Nov 15 21:56:26 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'Trasition to Gogle Docs/Computer Orginasation': Failed with HTTP error 403: Forbidden
Nov 15 21:57:11 CalumsBeastlyLaptop ntpd[3313]: 134.0.16.1 local addr 192.168.0.15 -> <null>
Nov 15 21:57:23 CalumsBeastlyLaptop systemd[4554]: Started VTE child process 551672 launched by gnome-terminal-server process 492788.
Nov 15 21:57:43 CalumsBeastlyLaptop sudo[551702]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 21:57:45 CalumsBeastlyLaptop sudo[551702]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 21:57:45 CalumsBeastlyLaptop sudo[551702]:    calum : TTY=pts/1 ; PWD=/home/calum/GitGud ; USER=root ; COMMAND=/usr/bin/journalctl -e
Nov 15 21:57:45 CalumsBeastlyLaptop sudo[551702]: pam_unix(sudo:session): session opened for user root by (uid=0)
-------------- next part --------------
-- Logs begin at Wed 2020-06-17 11:40:01 EDT, end at Fri 2020-11-20 20:15:57 EST. --
Nov 15 19:31:07 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-33 noise=9999 txrate=65000
Nov 15 19:31:38 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'Plan for the week': Failed with HTTP error 403: Forbidden
Nov 15 19:31:38 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'Holidays in United States': Failed with HTTP error 403: Forbidden
Nov 15 19:31:39 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'calumlikesapplepie at gmail.com': Failed with HTTP error 403: Forbidden
Nov 15 19:31:40 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'Contacts': Failed with HTTP error 403: Forbidden
Nov 15 19:32:11 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:32:11 CalumsBeastlyLaptop sh[547362]: laptop-mode: Battery polling disabled
Nov 15 19:32:11 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:32:11 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:32:56 CalumsBeastlyLaptop firefox-esr.desktop[50901]: ###!!! [Parent][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost
Nov 15 19:35:11 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:35:11 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:35:11 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:35:11 CalumsBeastlyLaptop sh[547391]: laptop-mode: Battery polling disabled
Nov 15 19:38:11 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:38:11 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:38:11 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:38:11 CalumsBeastlyLaptop sh[547424]: laptop-mode: Battery polling disabled
Nov 15 19:39:01 CalumsBeastlyLaptop CRON[547434]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 15 19:39:01 CalumsBeastlyLaptop CRON[547435]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Nov 15 19:39:01 CalumsBeastlyLaptop CRON[547434]: pam_unix(cron:session): session closed for user root
Nov 15 19:39:11 CalumsBeastlyLaptop systemd[1]: Starting Clean php session files...
Nov 15 19:39:11 CalumsBeastlyLaptop systemd[1]: phpsessionclean.service: Succeeded.
Nov 15 19:39:11 CalumsBeastlyLaptop systemd[1]: Finished Clean php session files.
Nov 15 19:41:11 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:41:11 CalumsBeastlyLaptop sh[547484]: laptop-mode: Battery polling disabled
Nov 15 19:41:11 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:41:11 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:42:40 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 19:44:11 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:44:11 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:44:11 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:44:11 CalumsBeastlyLaptop sh[547510]: laptop-mode: Battery polling disabled
Nov 15 19:47:11 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:47:11 CalumsBeastlyLaptop sh[547543]: laptop-mode: Battery polling disabled
Nov 15 19:47:11 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:47:11 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:50:11 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:50:11 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:50:11 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:50:11 CalumsBeastlyLaptop sh[547578]: laptop-mode: Battery polling disabled
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: Object Gio.DBusProxy (0x564623f4e2c0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: g_async_initable_init_finish: assertion 'G_IS_ASYNC_INITABLE (initable)' failed
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: == Stack trace for context 0x56461ebc6190 ==
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #0   564624cefc18 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:435 (7d40e90420 @ 71)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: == Stack trace for context 0x56461ebc6190 ==
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #0   564624cefcc0 i   resource:///org/gnome/shell/ui/calendar.js:227 (842ab748650 @ 438)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #1   564624cefc18 i   self-hosted:693 (842ab7d08d0 @ 15)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: == Stack trace for context 0x56461ebc6190 ==
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #0   564624cefcc0 i   resource:///org/gnome/shell/ui/calendar.js:234 (842ab748650 @ 470)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #1   564624cefc18 i   self-hosted:693 (842ab7d08d0 @ 15)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: == Stack trace for context 0x56461ebc6190 ==
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #0   564624ceff68 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:429 (7d40e90560 @ 180)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #1   7ffc804633d0 b   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:146 (7d40e90fb0 @ 1218)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #2   564624cefeb0 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:164 (7d40e90e70 @ 45)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #3   564624cefe00 i   resource:///org/gnome/shell/ui/calendar.js:330 (842ab748290 @ 215)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #4   564624cefd68 i   resource:///org/gnome/shell/ui/calendar.js:269 (842ab748420 @ 44)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #5   564624cefcc0 i   resource:///org/gnome/shell/ui/calendar.js:241 (842ab748650 @ 538)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: #6   564624cefc18 i   self-hosted:693 (842ab7d08d0 @ 15)
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: Object Gio.DBusProxy (0x564623f4e2c0), has been already deallocated — impossible to connect to any signal on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: Object Gio.DBusProxy (0x564623f4e2c0), has been already deallocated — impossible to connect to any signal on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: Object Gio.DBusProxy (0x564623f4e2c0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Nov 15 19:52:30 CalumsBeastlyLaptop gnome-shell[4746]: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
Nov 15 19:53:11 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:53:11 CalumsBeastlyLaptop sh[547625]: laptop-mode: Battery polling disabled
Nov 15 19:53:11 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:53:11 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9100] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9101] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9101] dhcp4 (wlp2s0): option expiry               => '1605491619'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9102] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9102] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9102] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9102] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9103] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9103] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9103] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9103] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9103] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9103] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9103] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9104] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9105] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488019.9105] dhcp4 (wlp2s0): state changed bound -> extended
Nov 15 19:53:39 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 19:53:39 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 19:53:39 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 19:53:39 CalumsBeastlyLaptop nm-dispatcher[547632]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:53:39 CalumsBeastlyLaptop nm-dispatcher[547628]: req:1 'dhcp4-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:53:39 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605488019.9369] dispatcher: (596) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:53:50 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 19:56:11 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:56:11 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:56:11 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:56:11 CalumsBeastlyLaptop sh[547660]: laptop-mode: Battery polling disabled
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.0725] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.0727] manager: NetworkManager state is now ASLEEP
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.0731] device (wlp2s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:57:30 CalumsBeastlyLaptop evolution[51384]: Network disconnected.  Forced offline.
Nov 15 19:57:30 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 19:57:30 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 19:57:30 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 19:57:30 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 19:57:30 CalumsBeastlyLaptop nm-dispatcher[547691]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:57:30 CalumsBeastlyLaptop nm-dispatcher[547686]: req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605488250.3146] dispatcher: (598) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:57:30 CalumsBeastlyLaptop kernel: wlp2s0: deauthenticating from c0:c5:22:03:48:88 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 15 19:57:30 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=c0:c5:22:03:48:88 reason=3 locally_generated=1
Nov 15 19:57:30 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: wpa_dbus_property_changed: no property SessionLength in object /fi/w1/wpa_supplicant1/Interfaces/65
Nov 15 19:57:30 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.5403] device (wlp2s0): supplicant interface state: completed -> disconnected
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.5407] device (wlp2s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.
Nov 15 19:57:30 CalumsBeastlyLaptop gnome-shell[4746]: An active wireless connection, in infrastructure mode, involves no access point?
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.5453] dhcp4 (wlp2s0): canceled DHCP transaction
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.5453] dhcp4 (wlp2s0): state changed extended -> done
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.5462] dhcp6 (wlp2s0): canceled DHCP transaction
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.5462] dhcp6 (wlp2s0): state changed bound -> done
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 19:57:30 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488250.5616] device (wlp2s0): set-hw-addr: set MAC address to FE:7B:32:11:78:C0 (scanning)
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 19:57:30 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:57:30 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:57:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488251.0034] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 15 19:57:30 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 19:57:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488251.0035] device (wlp2s0): supplicant interface state: interface_disabled -> disconnected
Nov 15 19:57:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488251.0036] device (wlp2s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:57:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605488251.4520] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (unmanage)
Nov 15 19:57:31 CalumsBeastlyLaptop nm-dispatcher[547731]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:57:31 CalumsBeastlyLaptop nm-dispatcher[547686]: req:3 'down' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:57:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:57:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:57:31 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605488251.8585] dispatcher: (599) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:57:31 CalumsBeastlyLaptop systemd[1]: Reached target Sleep.
Nov 15 19:57:31 CalumsBeastlyLaptop systemd[1]: Starting Suspend...
Nov 15 19:57:31 CalumsBeastlyLaptop systemd-sleep[547736]: Suspending system...
Nov 15 19:57:31 CalumsBeastlyLaptop kernel: PM: suspend entry (deep)
Nov 15 19:57:31 CalumsBeastlyLaptop wpa_supplicant[2670]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Nov 15 19:57:32 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 19:57:32 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to TRUE because EnsureCredentials() failed with: Invalid imap-password with username “calumiscool at icloud.com” (goa-error-quark, 0): Error resolving “imap.mail.me.com”: Name or service not known (goa-error-quark, 4)
Nov 15 19:57:33 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: Filesystems sync: 1.362 seconds
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db.p7s
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: Freezing user space processes ... (elapsed 0.003 seconds) done.
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: OOM killer disabled.
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: e1000e: EEE TX LPI TIMER: 00000011
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Stopping disk
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt blocked
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ACPI: Preparing to enter system sleep state S3
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ACPI: EC: event blocked
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ACPI: EC: EC stopped
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: PM: Saving platform NVS memory
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: Disabling non-boot CPUs ...
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: smpboot: CPU 1 is now offline
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: smpboot: CPU 2 is now offline
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: smpboot: CPU 3 is now offline
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ACPI: Low-level resume complete
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ACPI: EC: EC started
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: PM: Restoring platform NVS memory
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: Enabling non-boot CPUs ...
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: x86: Booting SMP configuration:
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: CPU1 is up
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: CPU2 is up
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: CPU3 is up
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ACPI: Waking up from system sleep state S3
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt unblocked
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Enabling MPC IRBNCE
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Enabling MPC IRBNCE
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Intel PCH root port ACS workaround enabled
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Intel PCH root port ACS workaround enabled
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Enabling MPC IRBNCE
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Intel PCH root port ACS workaround enabled
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Enabling MPC IRBNCE
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Enabling MPC IRBNCE
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Intel PCH root port ACS workaround enabled
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Intel PCH root port ACS workaround enabled
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ACPI: EC: event unblocked
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Starting disk
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: ata2.00: configured for UDMA/100
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: OOM killer enabled.
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: Restarting tasks ... done.
Nov 15 20:47:01 CalumsBeastlyLaptop pulseaudio[4578]: W: [alsa-sink-92HD93BXX Analog] alsa-util.c: Could not recover alsa device from SUSPENDED state, trying to restart PCM
Nov 15 20:47:01 CalumsBeastlyLaptop pipewire[4586]: [W][000293338.858084][main-loop.c:157 pw_main_loop_run()] main-loop 0x555774a80e10: iterate error -4 (Interrupted system call)
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #224 wlp2s0, 192.168.0.15#123, interface stats: received=90, sent=97, dropped=0, active_time=2031 secs
Nov 15 20:47:01 CalumsBeastlyLaptop pipewire[4577]: [W][000293338.859818][main-loop.c:157 pw_main_loop_run()] main-loop 0x559dc90830a0: iterate error -4 (Interrupted system call)
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 46.243.26.34 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 162.159.200.1 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 69.89.207.199 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 99.73.32.195 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 163.237.218.19 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 195.21.137.209 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 103.151.145.70 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 44.190.40.123 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 206.55.191.142 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 134.0.16.1 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 171.66.97.126 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 72.87.88.202 local addr 192.168.0.15 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #226 wlp2s0, fe80::5a06:3ba1:3fea:ca39%3#123, interface stats: received=0, sent=3, dropped=0, active_time=2031 secs
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #227 wlp2s0, 2600:8805:d480:eb70:192:442e:dbb0:9a27#123, interface stats: received=39, sent=40, dropped=0, active_time=2028 secs
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 2001:41d0:801:2000::acb local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 2001:738:0:810:1::163 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 2001:da8:9000::130 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 2001:1620:2777:b::128 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop ntpd[3313]: 2a01:4f9:c010:157::1 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pci_bus 0000:01: Allocating resources
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pci_bus 0000:02: Allocating resources
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pci_bus 0000:03: Allocating resources
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pci_bus 0000:07: Allocating resources
Nov 15 20:47:01 CalumsBeastlyLaptop kernel: pci_bus 0000:0b: Allocating resources
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Starting Daily apt-listbugs preferences cleanup...
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Starting Clean php session files...
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: acpi PNP0401:00: Already enumerated
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: acpi PNP0501:00: Still not present
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: PM: suspend exit
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: e1000e 0000:00:19.0 eno1: NIC Link is Down
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 20:47:03 CalumsBeastlyLaptop kernel: ata1.00: configured for UDMA/133
Nov 15 20:47:02 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: apt-listbugs.service: Succeeded.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Finished Daily apt-listbugs preferences cleanup.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd-sleep[547736]: System resumed.
Nov 15 20:47:03 CalumsBeastlyLaptop laptop_mode[547872]: Laptop mode
Nov 15 20:47:03 CalumsBeastlyLaptop laptop_mode[547872]: enabled, not active [unchanged]
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: systemd-suspend.service: Succeeded.
Nov 15 20:47:03 CalumsBeastlyLaptop laptop_mode[547971]: Laptop mode
Nov 15 20:47:03 CalumsBeastlyLaptop laptop_mode[547971]: enabled, not active [unchanged]
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Finished Suspend.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Stopped target Sleep.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Reached target Suspend.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Stopped target Suspend.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd-logind[2668]: Operation 'sleep' finished.
Nov 15 20:47:01 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491221.6987] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 15 20:47:01 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491221.6988] device (eno1): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 20:47:01 CalumsBeastlyLaptop udisksd[2669]: Applying configuration from /etc/udisks2/Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY.conf to /dev/sda
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: phpsessionclean.service: Succeeded.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Finished Clean php session files.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 20:47:01 CalumsBeastlyLaptop systemd[1]: Reloaded Laptop Mode Tools.
Nov 15 20:47:01 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491221.8145] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 20:47:02 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491222.0470] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 20:47:02 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491222.0633] device (wlp2s0): set-hw-addr: set MAC address to E2:A1:44:E5:5E:8D (scanning)
Nov 15 20:47:02 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491222.4658] manager: NetworkManager state is now DISCONNECTED
Nov 15 20:47:02 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491222.5139] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Nov 15 20:47:02 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491222.5140] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop udisksd[2669]: Set APM level to 115 on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop udisksd[2669]: Set standby timer to 260 seconds (value 52) on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:03 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:08 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491228.7659] policy: auto-activating connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 20:47:08 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491228.7674] device (wlp2s0): Activation: starting connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 20:47:08 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491228.7676] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 20:47:08 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491228.7680] manager: NetworkManager state is now CONNECTING
Nov 15 20:47:08 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491228.7824] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (preserve)
Nov 15 20:47:08 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 20:47:09 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 20:47:09 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.1869] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.1879] device (wlp2s0): Activation: (wifi) access point 'McSpielman' has security, but secrets are required.
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.1880] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.1966] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2004] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2010] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2014] device (wlp2s0): Activation: (wifi) connection 'McSpielman' has security, and secrets exist.  No new secrets needed.
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2015] Config: added 'ssid' value 'McSpielman'
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2015] Config: added 'scan_ssid' value '1'
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2015] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2015] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2015] Config: added 'auth_alg' value 'OPEN'
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2016] Config: added 'psk' value '<hidden>'
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2383] device (wlp2s0): supplicant interface state: interface_disabled -> inactive
Nov 15 20:47:09 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491229.2517] device (wlp2s0): supplicant interface state: inactive -> scanning
Nov 15 20:47:12 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: SME: Trying to authenticate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 20:47:12 CalumsBeastlyLaptop kernel: wlp2s0: authenticate with c0:c5:22:03:48:88
Nov 15 20:47:12 CalumsBeastlyLaptop kernel: wlp2s0: send auth to c0:c5:22:03:48:88 (try 1/3)
Nov 15 20:47:12 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491232.4106] device (wlp2s0): supplicant interface state: scanning -> authenticating
Nov 15 20:47:12 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Trying to associate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 20:47:12 CalumsBeastlyLaptop kernel: wlp2s0: authenticated
Nov 15 20:47:12 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491232.4162] device (wlp2s0): supplicant interface state: authenticating -> associating
Nov 15 20:47:12 CalumsBeastlyLaptop kernel: wlp2s0: associate with c0:c5:22:03:48:88 (try 1/3)
Nov 15 20:47:12 CalumsBeastlyLaptop kernel: wlp2s0: RX AssocResp from c0:c5:22:03:48:88 (capab=0x431 status=0 aid=4)
Nov 15 20:47:12 CalumsBeastlyLaptop kernel: wlp2s0: associated
Nov 15 20:47:12 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Associated with c0:c5:22:03:48:88
Nov 15 20:47:12 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 15 20:47:12 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Nov 15 20:47:12 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491232.4469] device (wlp2s0): supplicant interface state: associating -> associated
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.4530] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Nov 15 20:47:13 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: WPA: Key negotiation completed with c0:c5:22:03:48:88 [PTK=CCMP GTK=TKIP]
Nov 15 20:47:13 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to c0:c5:22:03:48:88 completed [id=0 id_str=]
Nov 15 20:47:13 CalumsBeastlyLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.4718] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.4718] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "McSpielman"
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.4723] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.4737] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 20:47:13 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-34 noise=9999 txrate=1000
Nov 15 20:47:13 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 20:47:13 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv6 for mDNS.
Nov 15 20:47:13 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6276] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6277] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6278] dhcp4 (wlp2s0): option expiry               => '1605494833'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6278] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6278] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6278] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6279] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6279] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6279] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6279] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6280] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6281] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6281] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 15 20:47:13 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6281] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 15 20:47:13 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6281] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 15 20:47:13 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6281] dhcp4 (wlp2s0): state changed unknown -> bound
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6379] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 15 20:47:13 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 20:47:13 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 20:47:13 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6629] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6646] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6658] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6688] manager: NetworkManager state is now CONNECTED_SITE
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.6690] policy: set 'McSpielman' (wlp2s0) as default for IPv4 routing and DNS
Nov 15 20:47:13 CalumsBeastlyLaptop evolution[51384]: Connection established.  Going online.
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.7959] device (wlp2s0): Activation: successful, device activated.
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491233.7985] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 15 20:47:13 CalumsBeastlyLaptop nm-dispatcher[548237]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 20:47:13 CalumsBeastlyLaptop nm-dispatcher[548158]: req:2 'up' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605491233.9317] dispatcher: (601) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 20:47:13 CalumsBeastlyLaptop nm-dispatcher[548240]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 20:47:13 CalumsBeastlyLaptop nm-dispatcher[548158]: req:3 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 20:47:13 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605491233.9369] dispatcher: (602) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 20:47:15 CalumsBeastlyLaptop colord[3285]: failed to get session [pid 499683]: No data available
Nov 15 20:47:15 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491235.2210] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 20:47:15 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491235.2225] policy: set 'McSpielman' (wlp2s0) as default for IPv6 routing and DNS
Nov 15 20:47:15 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 20:47:15 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 20:47:15 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.*.
Nov 15 20:47:15 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 20:47:15 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491235.3862] dhcp6 (wlp2s0): option dhcp6_name_servers   => '2001:578:3f::30 2001:578:3f:1::30'
Nov 15 20:47:15 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491235.3862] dhcp6 (wlp2s0): state changed unknown -> bound
Nov 15 20:47:15 CalumsBeastlyLaptop nm-dispatcher[548264]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 20:47:15 CalumsBeastlyLaptop nm-dispatcher[548158]: req:4 'dhcp6-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 20:47:15 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605491235.3995] dispatcher: (603) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 20:47:16 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to FALSE because EnsureCredentials() succeded
Nov 15 20:47:16 CalumsBeastlyLaptop gnome-keyring-daemon[4617]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Nov 15 20:47:19 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 228 wlp2s0 192.168.0.15:123
Nov 15 20:47:19 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 229 wlp2s0 [2600:8805:d480:eb70:192:442e:dbb0:9a27]:123
Nov 15 20:47:19 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 230 wlp2s0 [fe80::5a06:3ba1:3fea:ca39%3]:123
Nov 15 20:47:19 CalumsBeastlyLaptop ntpd[3313]: new interface(s) found: waking up resolver
Nov 15 20:47:23 CalumsBeastlyLaptop gnome-calendar[5899]: source_credentials_required_cb: Failed to authenticate 'calumlikesapplepie at gmail.com': Failed with HTTP error 403: Forbidden
Nov 15 20:47:26 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 20:47:28 CalumsBeastlyLaptop CRON[548334]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 15 20:47:28 CalumsBeastlyLaptop CRON[548335]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Nov 15 20:47:28 CalumsBeastlyLaptop CRON[548334]: pam_unix(cron:session): session closed for user root
Nov 15 20:47:30 CalumsBeastlyLaptop ntpd[3313]: receive: Unexpected origin timestamp 0xe35c58b2.53ed8e1c does not match aorg 0000000000.00000000 from server at 162.159.200.1 xmt 0xe35c58b2.a24e2d9c
Nov 15 20:47:30 CalumsBeastlyLaptop ntpd[3313]: receive: Unexpected origin timestamp 0xe35c58b2.53ea7520 does not match aorg 0000000000.00000000 from server at 206.55.191.142 xmt 0xe35c58b2.a21e5648
Nov 15 20:47:30 CalumsBeastlyLaptop ntpd[3313]: receive: Unexpected origin timestamp 0xe35c58b2.53d94269 does not match aorg 0000000000.00000000 from server at 171.66.97.126 xmt 0xe35c58b2.a5fa02b9
Nov 15 20:47:30 CalumsBeastlyLaptop ntpd[3313]: receive: Unexpected origin timestamp 0xe35c58b2.53dc78f4 does not match aorg 0000000000.00000000 from server at 134.0.16.1 xmt 0xe35c58b2.a84b1f6c
Nov 15 20:47:30 CalumsBeastlyLaptop ntpd[3313]: receive: Unexpected origin timestamp 0xe35c58b2.53e3a8d1 does not match aorg 0000000000.00000000 from server at 2001:1620:2777:b::128 xmt 0xe35c58b2.aa82e246
Nov 15 20:47:30 CalumsBeastlyLaptop ntpd[3313]: receive: Unexpected origin timestamp 0xe35c58b2.53ee8b56 does not match aorg 0000000000.00000000 from server at 2001:41d0:801:2000::acb xmt 0xe35c58b2.aae48a10
Nov 15 20:47:30 CalumsBeastlyLaptop ntpd[3313]: receive: Unexpected origin timestamp 0xe35c58b2.53df21ee does not match aorg 0000000000.00000000 from server at 2a01:4f9:c010:157::1 xmt 0xe35c58b2.ac575fff
Nov 15 20:47:30 CalumsBeastlyLaptop ntpd[3313]: receive: Unexpected origin timestamp 0xe35c58b2.53e787c3 does not match aorg 0000000000.00000000 from server at 2001:da8:9000::130 xmt 0xe35c58b2.bd5edcb2
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gdm-launch-environment][548338]: pam_unix(gdm-launch-environment:session): session opened for user Debian-gdm by (uid=0)
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gdm-password][548343]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop systemd[1]: Created slice User Slice of UID 117.
Nov 15 20:47:52 CalumsBeastlyLaptop systemd[1]: Starting User Runtime Directory /run/user/117...
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop systemd-logind[2668]: New session c4 of user Debian-gdm.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop systemd[548348]: pam_unix(systemd-user:session): session opened for user Debian-gdm by (uid=0)
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop systemd[1]: Finished User Runtime Directory /run/user/117.
Nov 15 20:47:52 CalumsBeastlyLaptop systemd[1]: Starting User Manager for UID 117...
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:52 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gdm-password][548361]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop systemd[548356]: gpgconf: error running '/usr/lib/gnupg/scdaemon': probably not installed
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:47:53 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Queued start job for default target Main User Target.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Reached target Paths.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Reached target Timers.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Starting D-Bus User Message Bus Socket.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Listening on GnuPG network certificate management daemon.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Listening on Multimedia System.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Listening on debconf communication socket.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Listening on Sound System.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Listening on D-Bus User Message Bus Socket.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Reached target Sockets.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Reached target Basic System.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[1]: Started User Manager for UID 117.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Started Multimedia Service.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[1]: Started Session c4 of user Debian-gdm.
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Starting Sound Service...
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Starting Tracker metadata extractor...
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Starting Tracker file system data miner...
Nov 15 20:47:54 CalumsBeastlyLaptop tracker-extract[548380]: Set scheduler policy to SCHED_IDLE
Nov 15 20:47:54 CalumsBeastlyLaptop tracker-extract[548380]: Setting priority nice level to 19
Nov 15 20:47:54 CalumsBeastlyLaptop systemd[548348]: Started D-Bus User Message Bus.
Nov 15 20:47:54 CalumsBeastlyLaptop kernel: rfkill: input handler enabled
Nov 15 20:47:55 CalumsBeastlyLaptop tracker-miner-f[548381]: Set scheduler policy to SCHED_IDLE
Nov 15 20:47:55 CalumsBeastlyLaptop tracker-miner-f[548381]: Setting priority nice level to 19
Nov 15 20:47:55 CalumsBeastlyLaptop rtkit-daemon[3455]: Successfully made thread 548379 of process 548379 owned by '117' high priority at nice level -11.
Nov 15 20:47:55 CalumsBeastlyLaptop rtkit-daemon[3455]: Supervising 2 threads of 2 processes of 2 users.
Nov 15 20:47:55 CalumsBeastlyLaptop rtkit-daemon[3455]: Supervising 2 threads of 2 processes of 2 users.
Nov 15 20:47:55 CalumsBeastlyLaptop rtkit-daemon[3455]: Supervising 2 threads of 2 processes of 2 users.
Nov 15 20:47:55 CalumsBeastlyLaptop rtkit-daemon[3455]: Successfully made thread 548387 of process 548378 owned by '117' RT at priority 20.
Nov 15 20:47:55 CalumsBeastlyLaptop rtkit-daemon[3455]: Supervising 3 threads of 3 processes of 2 users.
Nov 15 20:47:56 CalumsBeastlyLaptop rtkit-daemon[3455]: Supervising 3 threads of 3 processes of 2 users.
Nov 15 20:47:56 CalumsBeastlyLaptop rtkit-daemon[3455]: Successfully made thread 548392 of process 548379 owned by '117' RT at priority 5.
Nov 15 20:47:56 CalumsBeastlyLaptop rtkit-daemon[3455]: Supervising 4 threads of 3 processes of 2 users.
Nov 15 20:47:57 CalumsBeastlyLaptop systemd[548348]: Started Sound Service.
Nov 15 20:47:57 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.5' (uid=117 pid=548381 comm="/usr/libexec/tracker-miner-fs ")
Nov 15 20:47:57 CalumsBeastlyLaptop systemd[548348]: Starting Virtual filesystem service...
Nov 15 20:47:58 CalumsBeastlyLaptop pipewire[548378]: [W][000293395.730366][module-protocol-native.c:386 client_new()] server 0x5590ca8e6c60: no peersec: Protocol not available
Nov 15 20:47:58 CalumsBeastlyLaptop pipewire[548378]: [W][000293395.730469][module-protocol-native.c:386 client_new()] server 0x5590ca8e6c60: no peersec: Protocol not available
Nov 15 20:47:58 CalumsBeastlyLaptop rtkit-daemon[3455]: Supervising 4 threads of 3 processes of 2 users.
Nov 15 20:47:58 CalumsBeastlyLaptop rtkit-daemon[3455]: Supervising 4 threads of 3 processes of 2 users.
Nov 15 20:47:58 CalumsBeastlyLaptop rtkit-daemon[3455]: Successfully made thread 548421 of process 548420 owned by '117' RT at priority 20.
Nov 15 20:47:58 CalumsBeastlyLaptop rtkit-daemon[3455]: Supervising 5 threads of 4 processes of 2 users.
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.1' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop gnome-session[548412]: gnome-session-binary[548412]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop gnome-session-binary[548412]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop gnome-session[548412]: gnome-session-binary[548412]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop gnome-session-binary[548412]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:47:58 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:47:59 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 15 20:47:59 CalumsBeastlyLaptop systemd[548348]: Started Virtual filesystem service.
Nov 15 20:47:59 CalumsBeastlyLaptop tracker-miner-f[548381]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.
Nov 15 20:47:59 CalumsBeastlyLaptop tracker-miner-f[548381]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.
Nov 15 20:47:59 CalumsBeastlyLaptop tracker-miner-f[548381]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.
Nov 15 20:47:59 CalumsBeastlyLaptop tracker-miner-f[548381]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Nov 15 20:47:59 CalumsBeastlyLaptop tracker-miner-f[548381]: Unable to get XDG user directory path for special directory &DOWNLOAD. Ignoring this location.
Nov 15 20:47:59 CalumsBeastlyLaptop tracker-miner-f[548381]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.
Nov 15 20:47:59 CalumsBeastlyLaptop tracker-miner-f[548381]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.
Nov 15 20:47:59 CalumsBeastlyLaptop tracker-miner-f[548381]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.
Nov 15 20:47:59 CalumsBeastlyLaptop tracker-miner-f[548381]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Nov 15 20:47:59 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.5' (uid=117 pid=548381 comm="/usr/libexec/tracker-miner-fs ")
Nov 15 20:47:59 CalumsBeastlyLaptop systemd[548348]: Starting Virtual filesystem service - disk device monitor...
Nov 15 20:47:59 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Nov 15 20:47:59 CalumsBeastlyLaptop systemd[548348]: Started Virtual filesystem service - disk device monitor.
Nov 15 20:47:59 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.5' (uid=117 pid=548381 comm="/usr/libexec/tracker-miner-fs ")
Nov 15 20:47:59 CalumsBeastlyLaptop systemd[548348]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Nov 15 20:47:59 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Nov 15 20:47:59 CalumsBeastlyLaptop systemd[548348]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Nov 15 20:47:59 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.5' (uid=117 pid=548381 comm="/usr/libexec/tracker-miner-fs ")
Nov 15 20:47:59 CalumsBeastlyLaptop systemd[548348]: Starting Virtual filesystem service - Apple File Conduit monitor...
Nov 15 20:48:00 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Nov 15 20:48:00 CalumsBeastlyLaptop systemd[548348]: Started Virtual filesystem service - Apple File Conduit monitor.
Nov 15 20:48:00 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.5' (uid=117 pid=548381 comm="/usr/libexec/tracker-miner-fs ")
Nov 15 20:48:00 CalumsBeastlyLaptop systemd[548348]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Nov 15 20:48:00 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating service name='org.gnome.OnlineAccounts' requested by ':1.12' (uid=117 pid=548460 comm="/usr/libexec/gvfs-goa-volume-monitor ")
Nov 15 20:48:01 CalumsBeastlyLaptop goa-daemon[548464]: goa-daemon version 3.38.0 starting
Nov 15 20:48:01 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating service name='org.gnome.Identity' requested by ':1.13' (uid=117 pid=548464 comm="/usr/libexec/goa-daemon ")
Nov 15 20:48:01 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.gnome.OnlineAccounts'
Nov 15 20:48:01 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Nov 15 20:48:01 CalumsBeastlyLaptop systemd[548348]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Nov 15 20:48:01 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.5' (uid=117 pid=548381 comm="/usr/libexec/tracker-miner-fs ")
Nov 15 20:48:01 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.gnome.Identity'
Nov 15 20:48:01 CalumsBeastlyLaptop systemd[548348]: Starting Virtual filesystem service - digital camera monitor...
Nov 15 20:48:01 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Nov 15 20:48:01 CalumsBeastlyLaptop systemd[548348]: Started Virtual filesystem service - digital camera monitor.
Nov 15 20:48:03 CalumsBeastlyLaptop pipewire[548420]: [E][000293400.679888][core.c:71 core_event_error()] core 0x560ae147f8e0: proxy 0x560ae149e190 id:4: bound:-1 seq:4 res:-2 (No such file or directory) msg:"can't create device: No such file or directory"
Nov 15 20:48:03 CalumsBeastlyLaptop pipewire[548420]: [E][000293400.679902][media-session.c:1971 core_error()] error id:4 seq:4 res:-2 (No such file or directory): can't create device: No such file or directory
Nov 15 20:48:04 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.5' (uid=117 pid=548381 comm="/usr/libexec/tracker-miner-fs ")
Nov 15 20:48:04 CalumsBeastlyLaptop systemd[548348]: Starting Tracker metadata database store and lookup manager...
Nov 15 20:48:04 CalumsBeastlyLaptop systemd[548348]: Started Tracker file system data miner.
Nov 15 20:48:04 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.freedesktop.Tracker1'
Nov 15 20:48:04 CalumsBeastlyLaptop systemd[548348]: Started Tracker metadata database store and lookup manager.
Nov 15 20:48:05 CalumsBeastlyLaptop systemd[548348]: Started Tracker metadata extractor.
Nov 15 20:48:05 CalumsBeastlyLaptop systemd[548348]: Reached target Main User Target.
Nov 15 20:48:05 CalumsBeastlyLaptop systemd[548348]: Startup finished in 12.187s.
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=117 pid=548412 comm="/usr/libexec/gnome-session-binary --systemd --auto")
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=117 pid=548449 comm="/usr/bin/gnome-shell ")
Nov 15 20:48:07 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Successfully activated service 'org.a11y.Bus'
Nov 15 20:48:07 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.6' (uid=117 pid=548380 comm="/usr/libexec/tracker-extract ")
Nov 15 20:48:07 CalumsBeastlyLaptop systemd[548348]: Starting Virtual filesystem metadata service...
Nov 15 20:48:07 CalumsBeastlyLaptop dbus-daemon[548383]: [session uid=117 pid=548383] Successfully activated service 'org.gtk.vfs.Metadata'
Nov 15 20:48:07 CalumsBeastlyLaptop systemd[548348]: Started Virtual filesystem metadata service.
Nov 15 20:48:09 CalumsBeastlyLaptop gnome-shell[548449]: Some code accessed the property 'CredentialManager' on the module 'credentialManager'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Nov 15 20:48:09 CalumsBeastlyLaptop gnome-shell[548449]: Getting parental controls for user 117
Nov 15 20:48:15 CalumsBeastlyLaptop gnome-shell[548449]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Nov 15 20:48:15 CalumsBeastlyLaptop gnome-shell[548449]: Will monitor session c4
Nov 15 20:48:15 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.2342' (uid=117 pid=548449 comm="/usr/bin/gnome-shell ")
Nov 15 20:48:15 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 20:48:15 CalumsBeastlyLaptop sh[548537]: laptop-mode: Battery polling disabled
Nov 15 20:48:15 CalumsBeastlyLaptop systemd[1]: Starting Locale Service...
Nov 15 20:48:15 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 20:48:15 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 20:48:16 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.portal.IBus' requested by ':1.6' (uid=117 pid=548539 comm="ibus-daemon --panel disable ")
Nov 15 20:48:16 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Successfully activated service 'org.freedesktop.portal.IBus'
Nov 15 20:48:16 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.locale1'
Nov 15 20:48:16 CalumsBeastlyLaptop systemd[1]: Started Locale Service.
Nov 15 20:48:17 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=117 pid=548449 comm="/usr/bin/gnome-shell ")
Nov 15 20:48:17 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 15 20:48:17 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.2342' (uid=117 pid=548449 comm="/usr/bin/gnome-shell ")
Nov 15 20:48:17 CalumsBeastlyLaptop systemd[1]: Starting Location Lookup Service...
Nov 15 20:48:17 CalumsBeastlyLaptop polkitd(authority=local)[3314]: Registered Authentication Agent for unix-session:c4 (system bus name :1.2342 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 15 20:48:17 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=117 pid=548449 comm="/usr/bin/gnome-shell ")
Nov 15 20:48:17 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548525]: dbus-daemon[548525]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=117 pid=548449 comm="/usr/bin/gnome-shell ")
Nov 15 20:48:17 CalumsBeastlyLaptop gnome-shell[548449]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 15 20:48:17 CalumsBeastlyLaptop gnome-shell[548449]: clutter_do_event: Event does not have a stage: discarding.
Nov 15 20:48:17 CalumsBeastlyLaptop gnome-shell[548449]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 15 20:48:17 CalumsBeastlyLaptop gnome-shell[548449]: clutter_do_event: Event does not have a stage: discarding.
Nov 15 20:48:17 CalumsBeastlyLaptop gnome-shell[548449]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 15 20:48:17 CalumsBeastlyLaptop gnome-shell[548449]: clutter_do_event: Event does not have a stage: discarding.
Nov 15 20:48:17 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Nov 15 20:48:17 CalumsBeastlyLaptop systemd[1]: Started Location Lookup Service.
Nov 15 20:48:17 CalumsBeastlyLaptop gnome-shell[548449]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 15 20:48:17 CalumsBeastlyLaptop gnome-shell[548449]: clutter_do_event: Event does not have a stage: discarding.
Nov 15 20:48:17 CalumsBeastlyLaptop gnome-shell[548449]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 15 20:48:18 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548525]: dbus-daemon[548525]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 15 20:48:18 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548566]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 15 20:48:18 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Successfully activated service 'org.gnome.Shell.Notifications'
Nov 15 20:48:18 CalumsBeastlyLaptop gnome-shell[548449]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Nov 15 20:48:18 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.2344' (uid=115 pid=548562 comm="/usr/libexec/geoclue ")
Nov 15 20:48:18 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 15 20:48:18 CalumsBeastlyLaptop geoclue[548562]: Failed to connect to ModemManager: Error calling StartServiceByName for org.freedesktop.ModemManager1: Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 15 20:48:18 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2347' (uid=117 pid=548580 comm="/usr/libexec/gsd-rfkill ")
Nov 15 20:48:18 CalumsBeastlyLaptop systemd[1]: Starting Hostname Service...
Nov 15 20:48:18 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.systemd1' requested by ':1.18' (uid=117 pid=548569 comm="/usr/libexec/gsd-sharing ")
Nov 15 20:48:18 CalumsBeastlyLaptop systemd[548348]: tracker-extract.service: Succeeded.
Nov 15 20:48:18 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:48:18 CalumsBeastlyLaptop gsd-sharing[548569]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:48:18 CalumsBeastlyLaptop gsd-sharing[548569]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:48:18 CalumsBeastlyLaptop gsd-sharing[548569]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 15 20:48:18 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.realmd' unit='realmd.service' requested by ':1.2342' (uid=117 pid=548449 comm="/usr/bin/gnome-shell ")
Nov 15 20:48:18 CalumsBeastlyLaptop systemd[1]: Starting Realm and Domain Configuration...
Nov 15 20:48:18 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 15 20:48:18 CalumsBeastlyLaptop systemd[1]: Started Hostname Service.
Nov 15 20:48:18 CalumsBeastlyLaptop kernel: rfkill: input handler disabled
Nov 15 20:48:19 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.gnome.Shell.Screencast' requested by ':1.26' (uid=117 pid=548583 comm="/usr/libexec/gsd-media-keys ")
Nov 15 20:48:19 CalumsBeastlyLaptop realmd[548671]: Loaded settings from: /usr/lib/realmd/realmd-defaults.conf /usr/lib/realmd/realmd-distro.conf
Nov 15 20:48:19 CalumsBeastlyLaptop realmd[548671]: holding daemon: startup
Nov 15 20:48:19 CalumsBeastlyLaptop realmd[548671]: starting service
Nov 15 20:48:19 CalumsBeastlyLaptop realmd[548671]: connected to bus
Nov 15 20:48:19 CalumsBeastlyLaptop realmd[548671]: GLib-GIO: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
Nov 15 20:48:19 CalumsBeastlyLaptop realmd[548671]: released daemon: startup
Nov 15 20:48:19 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.realmd'
Nov 15 20:48:19 CalumsBeastlyLaptop realmd[548671]: claimed name on bus: org.freedesktop.realmd
Nov 15 20:48:19 CalumsBeastlyLaptop systemd[1]: Started Realm and Domain Configuration.
Nov 15 20:48:19 CalumsBeastlyLaptop gnome-shell[4746]: Failed to set CRTC gamma: drmModeCrtcSetGamma on CRTC 45 failed: Permission denied
Nov 15 20:48:19 CalumsBeastlyLaptop gsd-media-keys[548583]: Failed to grab accelerator for keybinding settings:playback-repeat
Nov 15 20:48:19 CalumsBeastlyLaptop gsd-media-keys[548583]: Failed to grab accelerator for keybinding settings:hibernate
Nov 15 20:48:19 CalumsBeastlyLaptop gsd-media-keys[548583]: Failed to grab accelerator for keybinding settings:playback-random
Nov 15 20:48:19 CalumsBeastlyLaptop gsd-media-keys[548583]: Failed to grab accelerator for keybinding settings:rfkill
Nov 15 20:48:19 CalumsBeastlyLaptop gnome-session-binary[548412]: Entering running state
Nov 15 20:48:19 CalumsBeastlyLaptop gnome-shell[4746]: Failed to set CRTC gamma: drmModeCrtcSetGamma on CRTC 45 failed: Permission denied
Nov 15 20:48:19 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Successfully activated service 'org.gnome.Shell.Screencast'
Nov 15 20:48:19 CalumsBeastlyLaptop xbrlapi.desktop[548697]: openConnection: connect: No such file or directory
Nov 15 20:48:19 CalumsBeastlyLaptop xbrlapi.desktop[548697]: cannot connect to braille devices daemon brltty at :0
Nov 15 20:48:20 CalumsBeastlyLaptop gnome-shell[548449]: Registering session with GDM
Nov 15 20:48:20 CalumsBeastlyLaptop gnome-shell[548449]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:20 CalumsBeastlyLaptop gnome-shell[548449]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:22 CalumsBeastlyLaptop gdm-password][548714]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 20:48:22 CalumsBeastlyLaptop gnome-shell[548449]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:22 CalumsBeastlyLaptop gnome-shell[548449]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:22 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Activating service name='org.freedesktop.portal.IBus' requested by ':1.36' (uid=117 pid=548720 comm="ibus-daemon --panel disable -r --xim ")
Nov 15 20:48:22 CalumsBeastlyLaptop /usr/libexec/gdm-wayland-session[548410]: dbus-daemon[548410]: [session uid=117 pid=548410] Successfully activated service 'org.freedesktop.portal.IBus'
Nov 15 20:48:22 CalumsBeastlyLaptop org.gnome.Shell.desktop[548748]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 15 20:48:22 CalumsBeastlyLaptop org.gnome.Shell.desktop[548748]: > Warning:          Unsupported maximum keycode 569, clipping.
Nov 15 20:48:22 CalumsBeastlyLaptop org.gnome.Shell.desktop[548748]: >                   X11 cannot support keycodes above 255.
Nov 15 20:48:22 CalumsBeastlyLaptop org.gnome.Shell.desktop[548748]: > Internal error:   Could not resolve keysym Invalid
Nov 15 20:48:22 CalumsBeastlyLaptop org.gnome.Shell.desktop[548748]: Errors from xkbcomp are not fatal to the X server
Nov 15 20:48:24 CalumsBeastlyLaptop gdm-password][548714]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 20:48:24 CalumsBeastlyLaptop gdm-password][548714]: gkr-pam: unlocked login keyring
Nov 15 20:48:25 CalumsBeastlyLaptop kernel: rfkill: input handler enabled
Nov 15 20:48:25 CalumsBeastlyLaptop kernel: rfkill: input handler disabled
Nov 15 20:48:25 CalumsBeastlyLaptop gdm3[3322]: GLib: Source ID 464 was not found when attempting to remove it
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[548797]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[548797]: > Warning:          Unsupported maximum keycode 569, clipping.
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[548797]: >                   X11 cannot support keycodes above 255.
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[548797]: > Internal error:   Could not resolve keysym Invalid
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[548797]: Errors from xkbcomp are not fatal to the X server
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:25 CalumsBeastlyLaptop chromium.desktop[50276]: [50276:50276:1115/204825.849623:ERROR:edid_parser.cc(102)] Too short EDID data: manufacturer id
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:25 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 20:48:26 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 20:48:26 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605491306.2516] agent-manager: agent[d24baf18c8ffe023,:1.74/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 15 20:48:35 CalumsBeastlyLaptop gdm-launch-environment][548338]: pam_unix(gdm-launch-environment:session): session closed for user Debian-gdm
Nov 15 20:48:35 CalumsBeastlyLaptop gdm-launch-environment][548338]: pam_systemd(gdm-launch-environment:session): Failed to release session: Interrupted system call
Nov 15 20:48:35 CalumsBeastlyLaptop systemd-logind[2668]: Session c4 logged out. Waiting for processes to exit.
Nov 15 20:48:35 CalumsBeastlyLaptop gsd-color[4819]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_Seiko_Epson_Corporation_Debian_gdm_117
Nov 15 20:48:35 CalumsBeastlyLaptop polkitd(authority=local)[3314]: Unregistered Authentication Agent for unix-session:c4 (system bus name :1.2342, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Nov 15 20:48:35 CalumsBeastlyLaptop systemd[548348]: pulseaudio.service: Succeeded.
Nov 15 20:48:35 CalumsBeastlyLaptop systemd[1]: session-c4.scope: Succeeded.
Nov 15 20:48:35 CalumsBeastlyLaptop systemd-logind[2668]: Removed session c4.
Nov 15 20:48:38 CalumsBeastlyLaptop tracker-store[548487]: OK
Nov 15 20:48:38 CalumsBeastlyLaptop systemd[548348]: tracker-store.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[1]: Stopping User Manager for UID 117...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped target Main User Target.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping D-Bus User Message Bus...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping Virtual filesystem service - Apple File Conduit monitor...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping Virtual filesystem service...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping Virtual filesystem service - GNOME Online Accounts monitor...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping Virtual filesystem service - digital camera monitor...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping Virtual filesystem metadata service...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping Virtual filesystem service - Media Transfer Protocol monitor...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping Virtual filesystem service - disk device monitor...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping Multimedia Service...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopping Tracker file system data miner...
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: dbus.service: Killing process 548468 (gdbus) with signal SIGKILL.
Nov 15 20:48:45 CalumsBeastlyLaptop tracker-miner-fs[548381]: Received signal:15->'Terminated'
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: gvfs-udisks2-volume-monitor.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped Virtual filesystem service - disk device monitor.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: gvfs-mtp-volume-monitor.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped Virtual filesystem service - Media Transfer Protocol monitor.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: gvfs-gphoto2-volume-monitor.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped Virtual filesystem service - digital camera monitor.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: gvfs-daemon.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped Virtual filesystem service.
Nov 15 20:48:45 CalumsBeastlyLaptop tracker-miner-f[548381]: Error while sending AddMatch() message: The connection is closed
Nov 15 20:48:45 CalumsBeastlyLaptop tracker-miner-f[548381]: Error while sending AddMatch() message: The connection is closed
Nov 15 20:48:45 CalumsBeastlyLaptop tracker-miner-f[548381]: Error while sending AddMatch() message: The connection is closed
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: gvfs-goa-volume-monitor.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped Virtual filesystem service - GNOME Online Accounts monitor.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: gvfs-metadata.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped Virtual filesystem metadata service.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: gvfs-afc-volume-monitor.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped Virtual filesystem service - Apple File Conduit monitor.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: dbus.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped D-Bus User Message Bus.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: pipewire.service: Succeeded.
Nov 15 20:48:45 CalumsBeastlyLaptop systemd[548348]: Stopped Multimedia Service.
Nov 15 20:48:46 CalumsBeastlyLaptop tracker-miner-fs[548381]: OK
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: tracker-miner-fs.service: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Stopped Tracker file system data miner.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Stopped target Basic System.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Stopped target Paths.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Stopped target Sockets.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Stopped target Timers.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: dbus.socket: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Closed D-Bus User Message Bus Socket.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: dirmngr.socket: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Closed GnuPG network certificate management daemon.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: gpg-agent-browser.socket: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: gpg-agent-extra.socket: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: gpg-agent-ssh.socket: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: gpg-agent.socket: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: pipewire.socket: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Closed Multimedia System.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: pk-debconf-helper.socket: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Closed debconf communication socket.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: pulseaudio.socket: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Closed Sound System.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Reached target Shutdown.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: systemd-exit.service: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Finished Exit the Session.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[548348]: Reached target Exit the Session.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[1]: user at 117.service: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[1]: Stopped User Manager for UID 117.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[1]: Stopping User Runtime Directory /run/user/117...
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[4554]: run-user-117.mount: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[1]: run-user-117.mount: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[1]: user-runtime-dir at 117.service: Succeeded.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[1]: Stopped User Runtime Directory /run/user/117.
Nov 15 20:48:46 CalumsBeastlyLaptop systemd[1]: Removed slice User Slice of UID 117.
Nov 15 20:48:48 CalumsBeastlyLaptop systemd[1]: systemd-localed.service: Succeeded.
Nov 15 20:48:49 CalumsBeastlyLaptop systemd[1]: systemd-hostnamed.service: Succeeded.
Nov 15 20:49:11 CalumsBeastlyLaptop ntpd[3313]: 2001:da8:9000::130 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 20:49:12 CalumsBeastlyLaptop ntpd[3313]: 2001:41d0:801:2000::acb local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 20:49:18 CalumsBeastlyLaptop geoclue[548562]: Service not used for 60 seconds. Shutting down..
Nov 15 20:49:18 CalumsBeastlyLaptop systemd[1]: geoclue.service: Succeeded.
Nov 15 20:49:20 CalumsBeastlyLaptop realmd[548671]: quitting realmd service after timeout
Nov 15 20:49:20 CalumsBeastlyLaptop realmd[548671]: stopping service
Nov 15 20:49:20 CalumsBeastlyLaptop systemd[1]: realmd.service: Succeeded.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:23 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
Nov 15 20:49:24 CalumsBeastlyLaptop kernel: atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
Nov 15 20:49:55 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 20:49:55 CalumsBeastlyLaptop rfkill[548956]: block set for type bluetooth
Nov 15 20:49:55 CalumsBeastlyLaptop kernel: EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=600
Nov 15 20:49:57 CalumsBeastlyLaptop laptop_mode[548843]: Laptop mode
Nov 15 20:49:57 CalumsBeastlyLaptop laptop_mode[548843]: enabled, active [unchanged]
Nov 15 20:49:57 CalumsBeastlyLaptop systemd[1]: Reloaded Laptop Mode Tools.
-------------- next part --------------
-- Logs begin at Wed 2020-06-17 11:40:01 EDT, end at Fri 2020-11-20 20:14:06 EST. --
Nov 15 19:19:42 CalumsBeastlyLaptop gnome-shell[4746]: libinput error: event7  - AlpsPS/2 ALPS DualPoint TouchPad: client bug: event processing lagging behind by 11ms, your system is too slow
Nov 15 19:19:52 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:19:52 CalumsBeastlyLaptop sh[545437]: laptop-mode: Battery polling disabled
Nov 15 19:19:52 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:19:52 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:20:00 CalumsBeastlyLaptop sudo[545442]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:20:10 CalumsBeastlyLaptop sudo[545442]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:20:10 CalumsBeastlyLaptop sudo[545442]: pam_unix(sudo:auth): authentication failure; logname= uid=1000 euid=0 tty=/dev/pts/0 ruser=calum rhost=  user=calum
Nov 15 19:20:12 CalumsBeastlyLaptop sudo[545442]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:20:20 CalumsBeastlyLaptop sudo[545442]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:20:20 CalumsBeastlyLaptop sudo[545442]:    calum : TTY=pts/0 ; PWD=/home/calum/GitGud ; USER=root ; COMMAND=/usr/bin/systemctl suspend
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.2933] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 15 19:20:20 CalumsBeastlyLaptop sudo[545442]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.2935] manager: NetworkManager state is now ASLEEP
Nov 15 19:20:20 CalumsBeastlyLaptop sudo[545442]: pam_unix(sudo:session): session closed for user root
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.2938] device (wlp2s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:20:20 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 19:20:20 CalumsBeastlyLaptop nm-dispatcher[545459]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:20:20 CalumsBeastlyLaptop evolution[51384]: Network disconnected.  Forced offline.
Nov 15 19:20:20 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 19:20:20 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 19:20:20 CalumsBeastlyLaptop nm-dispatcher[545452]: req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:20 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486020.7152] dispatcher: (576) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:20 CalumsBeastlyLaptop kernel: wlp2s0: deauthenticating from c0:c5:22:03:48:88 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 15 19:20:20 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=c0:c5:22:03:48:88 reason=3 locally_generated=1
Nov 15 19:20:20 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: wpa_dbus_property_changed: no property SessionLength in object /fi/w1/wpa_supplicant1/Interfaces/62
Nov 15 19:20:20 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.9519] device (wlp2s0): supplicant interface state: completed -> disconnected
Nov 15 19:20:21 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:20:20 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.9528] device (wlp2s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:20:20 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.9548] dhcp4 (wlp2s0): canceled DHCP transaction
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.9549] dhcp4 (wlp2s0): state changed extended -> done
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.9584] dhcp6 (wlp2s0): canceled DHCP transaction
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.9584] dhcp6 (wlp2s0): state changed bound -> done
Nov 15 19:20:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486020.9734] device (wlp2s0): set-hw-addr: set MAC address to 72:11:D6:E0:24:55 (scanning)
Nov 15 19:20:21 CalumsBeastlyLaptop gnome-shell[4746]: An active wireless connection, in infrastructure mode, involves no access point?
Nov 15 19:20:21 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:20:21 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 19:20:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486021.6140] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 15 19:20:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486021.6142] device (wlp2s0): supplicant interface state: interface_disabled -> disconnected
Nov 15 19:20:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486021.6143] device (wlp2s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:20:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486021.8477] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (unmanage)
Nov 15 19:20:21 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:20:21 CalumsBeastlyLaptop nm-dispatcher[545500]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:20:21 CalumsBeastlyLaptop nm-dispatcher[545452]: req:3 'down' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:22 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 19:20:22 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:20:22 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486022.2603] dispatcher: (577) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:22 CalumsBeastlyLaptop systemd[1]: Reached target Sleep.
Nov 15 19:20:22 CalumsBeastlyLaptop systemd[1]: Starting Suspend...
Nov 15 19:20:22 CalumsBeastlyLaptop wpa_supplicant[2670]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Nov 15 19:20:22 CalumsBeastlyLaptop kernel: PM: suspend entry (deep)
Nov 15 19:20:22 CalumsBeastlyLaptop systemd-sleep[545506]: Suspending system...
Nov 15 19:20:23 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 19:20:23 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to TRUE because EnsureCredentials() failed with: Invalid imap-password with username “calumiscool at icloud.com” (goa-error-quark, 0): Error resolving “imap.mail.me.com”: Name or service not known (goa-error-quark, 4)
Nov 15 19:20:24 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #213 wlp2s0, 192.168.0.15#123, interface stats: received=139, sent=148, dropped=0, active_time=10280 secs
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 206.55.191.142 local addr 192.168.0.15 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 44.190.40.123 local addr 192.168.0.15 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 103.151.145.70 local addr 192.168.0.15 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 195.21.137.209 local addr 192.168.0.15 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 163.237.218.19 local addr 192.168.0.15 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 46.243.26.34 local addr 192.168.0.15 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 162.159.200.1 local addr 192.168.0.15 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 69.89.207.199 local addr 192.168.0.15 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 99.73.32.195 local addr 192.168.0.15 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #214 wlp2s0, 2600:8805:d480:eb70:192:442e:dbb0:9a27#123, interface stats: received=33, sent=33, dropped=0, active_time=10280 secs
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 2001:41d0:801:2000::acb local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: 2001:738:0:810:1::163 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:20:24 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #215 wlp2s0, fe80::5a06:3ba1:3fea:ca39%3#123, interface stats: received=0, sent=0, dropped=0, active_time=10280 secs
Nov 15 19:20:25 CalumsBeastlyLaptop kernel: Filesystems sync: 2.495 seconds
Nov 15 19:20:25 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db
Nov 15 19:20:25 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db.p7s
Nov 15 19:20:31 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode
Nov 15 19:20:31 CalumsBeastlyLaptop kernel: Freezing user space processes ... (elapsed 0.003 seconds) done.
Nov 15 19:20:31 CalumsBeastlyLaptop kernel: OOM killer disabled.
Nov 15 19:20:31 CalumsBeastlyLaptop kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 15 19:20:31 CalumsBeastlyLaptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 15 19:20:31 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: e1000e: EEE TX LPI TIMER: 00000011
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Stopping disk
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt blocked
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: ACPI: Preparing to enter system sleep state S3
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: ACPI: EC: event blocked
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: ACPI: EC: EC stopped
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: PM: Saving platform NVS memory
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: Disabling non-boot CPUs ...
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: smpboot: CPU 1 is now offline
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: smpboot: CPU 2 is now offline
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: smpboot: CPU 3 is now offline
Nov 15 19:20:32 CalumsBeastlyLaptop kernel: ACPI: Low-level resume complete
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ACPI: EC: EC started
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: PM: Restoring platform NVS memory
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: Enabling non-boot CPUs ...
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: x86: Booting SMP configuration:
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: CPU1 is up
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: CPU2 is up
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: CPU3 is up
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ACPI: Waking up from system sleep state S3
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt unblocked
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Enabling MPC IRBNCE
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Enabling MPC IRBNCE
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Intel PCH root port ACS workaround enabled
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Intel PCH root port ACS workaround enabled
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Enabling MPC IRBNCE
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Intel PCH root port ACS workaround enabled
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Enabling MPC IRBNCE
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Intel PCH root port ACS workaround enabled
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Enabling MPC IRBNCE
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Intel PCH root port ACS workaround enabled
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ACPI: EC: event unblocked
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Starting disk
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata2.00: configured for UDMA/100
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: OOM killer enabled.
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: Restarting tasks ... done.
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pci_bus 0000:01: Allocating resources
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pci_bus 0000:02: Allocating resources
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pci_bus 0000:03: Allocating resources
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pci_bus 0000:07: Allocating resources
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: pci_bus 0000:0b: Allocating resources
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: acpi PNP0401:00: Already enumerated
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: acpi PNP0501:00: Still not present
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: PM: suspend exit
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: ata1.00: configured for UDMA/133
Nov 15 19:20:33 CalumsBeastlyLaptop kernel: e1000e 0000:00:19.0 eno1: NIC Link is Down
Nov 15 19:20:33 CalumsBeastlyLaptop pipewire[4586]: [W][000291129.664906][main-loop.c:157 pw_main_loop_run()] main-loop 0x555774a80e10: iterate error -4 (Interrupted system call)
Nov 15 19:20:33 CalumsBeastlyLaptop pulseaudio[4578]: W: [alsa-sink-92HD93BXX Analog] alsa-util.c: Could not recover alsa device from SUSPENDED state, trying to restart PCM
Nov 15 19:20:31 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 19:20:33 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 15 19:20:33 CalumsBeastlyLaptop pipewire[4577]: [W][000291129.667101][main-loop.c:157 pw_main_loop_run()] main-loop 0x559dc90830a0: iterate error -4 (Interrupted system call)
Nov 15 19:20:31 CalumsBeastlyLaptop systemd-sleep[545506]: System resumed.
Nov 15 19:20:33 CalumsBeastlyLaptop laptop_mode[545624]: Laptop mode
Nov 15 19:20:33 CalumsBeastlyLaptop laptop_mode[545624]: enabled, not active [unchanged]
Nov 15 19:20:32 CalumsBeastlyLaptop systemd[1]: systemd-suspend.service: Succeeded.
Nov 15 19:20:33 CalumsBeastlyLaptop laptop_mode[545707]: Laptop mode
Nov 15 19:20:33 CalumsBeastlyLaptop laptop_mode[545707]: enabled, not active [unchanged]
Nov 15 19:20:32 CalumsBeastlyLaptop systemd[1]: Finished Suspend.
Nov 15 19:20:32 CalumsBeastlyLaptop systemd[1]: Stopped target Sleep.
Nov 15 19:20:32 CalumsBeastlyLaptop systemd[1]: Reached target Suspend.
Nov 15 19:20:32 CalumsBeastlyLaptop systemd[1]: Stopped target Suspend.
Nov 15 19:20:32 CalumsBeastlyLaptop systemd-logind[2668]: Operation 'sleep' finished.
Nov 15 19:20:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486032.9453] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 15 19:20:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486032.9454] device (eno1): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:20:32 CalumsBeastlyLaptop udisksd[2669]: Applying configuration from /etc/udisks2/Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY.conf to /dev/sda
Nov 15 19:20:32 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 19:20:32 CalumsBeastlyLaptop udisksd[2669]: Set APM level to 115 on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 19:20:33 CalumsBeastlyLaptop systemd[1]: Reloaded Laptop Mode Tools.
Nov 15 19:20:33 CalumsBeastlyLaptop udisksd[2669]: Set standby timer to 260 seconds (value 52) on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 19:20:33 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486033.0592] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 19:20:33 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486033.2918] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 19:20:33 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486033.2939] manager: NetworkManager state is now DISCONNECTED
Nov 15 19:20:33 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486033.3506] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Nov 15 19:20:33 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486033.3507] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gdm-password][545850]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:36 CalumsBeastlyLaptop gdm-password][545850]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:20:36 CalumsBeastlyLaptop gdm-password][545850]: gkr-pam: unlocked login keyring
Nov 15 19:20:37 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486037.0943] agent-manager: agent[639d29c1e6b1f99f,:1.74/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:20:37 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5773] policy: auto-activating connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5793] device (wlp2s0): Activation: starting connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5794] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5799] manager: NetworkManager state is now CONNECTING
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5803] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5807] device (wlp2s0): Activation: (wifi) access point 'McSpielman' has security, but secrets are required.
Nov 15 19:20:39 CalumsBeastlyLaptop kernel: wlp2s0: authenticate with c0:c5:22:03:48:88
Nov 15 19:20:39 CalumsBeastlyLaptop kernel: wlp2s0: send auth to c0:c5:22:03:48:88 (try 1/3)
Nov 15 19:20:39 CalumsBeastlyLaptop kernel: wlp2s0: authenticated
Nov 15 19:20:39 CalumsBeastlyLaptop kernel: wlp2s0: associate with c0:c5:22:03:48:88 (try 1/3)
Nov 15 19:20:39 CalumsBeastlyLaptop kernel: wlp2s0: RX AssocResp from c0:c5:22:03:48:88 (capab=0x431 status=0 aid=3)
Nov 15 19:20:39 CalumsBeastlyLaptop kernel: wlp2s0: associated
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5808] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 15 19:20:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: SME: Trying to authenticate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5857] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 19:20:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Trying to associate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5863] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 19:20:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Associated with c0:c5:22:03:48:88
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5867] device (wlp2s0): Activation: (wifi) connection 'McSpielman' has security, and secrets exist.  No new secrets needed.
Nov 15 19:20:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5868] Config: added 'ssid' value 'McSpielman'
Nov 15 19:20:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5868] Config: added 'scan_ssid' value '1'
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5868] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5868] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5868] Config: added 'auth_alg' value 'OPEN'
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.5869] Config: added 'psk' value '<hidden>'
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.6149] device (wlp2s0): supplicant interface state: disconnected -> associating
Nov 15 19:20:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486039.6502] device (wlp2s0): supplicant interface state: associating -> associated
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.6549] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Nov 15 19:20:40 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: WPA: Key negotiation completed with c0:c5:22:03:48:88 [PTK=CCMP GTK=TKIP]
Nov 15 19:20:40 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to c0:c5:22:03:48:88 completed [id=0 id_str=]
Nov 15 19:20:40 CalumsBeastlyLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.6732] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.6733] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "McSpielman"
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.6736] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.6742] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 19:20:40 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:20:40 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv6 for mDNS.
Nov 15 19:20:40 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 19:20:40 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-42 noise=9999 txrate=1000
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8641] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8642] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8642] dhcp4 (wlp2s0): option expiry               => '1605489640'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8643] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8643] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8644] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8645] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8646] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8646] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8646] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8646] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8647] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8647] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8647] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8647] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8647] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8647] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8647] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8648] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8648] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8648] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8648] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8649] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8649] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8649] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8649] dhcp4 (wlp2s0): state changed unknown -> bound
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.8723] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 15 19:20:40 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 19:20:40 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 19:20:40 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 19:20:40 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.9317] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.9322] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.9328] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.9353] manager: NetworkManager state is now CONNECTED_SITE
Nov 15 19:20:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486040.9354] policy: set 'McSpielman' (wlp2s0) as default for IPv4 routing and DNS
Nov 15 19:20:40 CalumsBeastlyLaptop evolution[51384]: Connection established.  Going online.
Nov 15 19:20:41 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486041.0212] device (wlp2s0): Activation: successful, device activated.
Nov 15 19:20:41 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486041.0221] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 15 19:20:41 CalumsBeastlyLaptop nm-dispatcher[546000]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:20:41 CalumsBeastlyLaptop nm-dispatcher[545919]: req:2 'up' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:41 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486041.7668] dispatcher: (579) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:41 CalumsBeastlyLaptop nm-dispatcher[546003]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:20:41 CalumsBeastlyLaptop nm-dispatcher[545919]: req:3 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:41 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486041.7737] dispatcher: (580) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:42 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486042.2215] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 19:20:42 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:20:42 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 19:20:42 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486042.2229] policy: set 'McSpielman' (wlp2s0) as default for IPv6 routing and DNS
Nov 15 19:20:42 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.*.
Nov 15 19:20:42 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 19:20:42 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486042.3404] dhcp6 (wlp2s0): option dhcp6_name_servers   => '2001:578:3f::30 2001:578:3f:1::30'
Nov 15 19:20:42 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486042.3404] dhcp6 (wlp2s0): state changed unknown -> bound
Nov 15 19:20:42 CalumsBeastlyLaptop nm-dispatcher[546012]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:20:42 CalumsBeastlyLaptop nm-dispatcher[545919]: req:4 'dhcp6-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:42 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486042.3529] dispatcher: (581) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:20:43 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 216 wlp2s0 192.168.0.15:123
Nov 15 19:20:43 CalumsBeastlyLaptop ntpd[3313]: bind(24) AF_INET6 2600:8805:d480:eb70:192:442e:dbb0:9a27#123 flags 0x11 failed: Cannot assign requested address
Nov 15 19:20:43 CalumsBeastlyLaptop ntpd[3313]: unable to create socket on wlp2s0 (217) for 2600:8805:d480:eb70:192:442e:dbb0:9a27#123
Nov 15 19:20:43 CalumsBeastlyLaptop ntpd[3313]: failed to init interface for address 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:20:43 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 218 wlp2s0 [fe80::5a06:3ba1:3fea:ca39%3]:123
Nov 15 19:20:43 CalumsBeastlyLaptop ntpd[3313]: new interface(s) found: waking up resolver
Nov 15 19:20:44 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to FALSE because EnsureCredentials() succeded
Nov 15 19:20:44 CalumsBeastlyLaptop colord[3285]: failed to get session [pid 499683]: No data available
Nov 15 19:20:44 CalumsBeastlyLaptop gnome-keyring-daemon[4617]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Nov 15 19:20:45 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 219 wlp2s0 [2600:8805:d480:eb70:192:442e:dbb0:9a27]:123
Nov 15 19:20:45 CalumsBeastlyLaptop ntpd[3313]: 2001:738:0:810:1::163 local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:20:45 CalumsBeastlyLaptop ntpd[3313]: 2001:41d0:801:2000::acb local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:20:45 CalumsBeastlyLaptop ntpd[3313]: new interface(s) found: waking up resolver
Nov 15 19:20:49 CalumsBeastlyLaptop ntpd[3313]: Soliciting pool server 2001:da8:9000::130
Nov 15 19:20:50 CalumsBeastlyLaptop ntpd[3313]: Soliciting pool server 2001:1620:2777:b::128
Nov 15 19:20:51 CalumsBeastlyLaptop ntpd[3313]: Soliciting pool server 2a01:4f9:c010:157::1
Nov 15 19:20:52 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 19:21:53 CalumsBeastlyLaptop ntpd[3313]: receive: Unexpected origin timestamp 0xe35c44a1.8c902ff7 does not match aorg 0000000000.00000000 from server at 163.237.218.19 xmt 0xe35c44a1.eabbf1c5
Nov 15 19:22:00 CalumsBeastlyLaptop ntpd[3313]: Soliciting pool server 134.0.16.1
Nov 15 19:22:01 CalumsBeastlyLaptop ntpd[3313]: Soliciting pool server 171.66.97.126
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486140.3401] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486140.3403] manager: NetworkManager state is now ASLEEP
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486140.3405] device (wlp2s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:22:20 CalumsBeastlyLaptop evolution[51384]: Network disconnected.  Forced offline.
Nov 15 19:22:20 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 19:22:20 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 19:22:20 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 19:22:20 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 19:22:20 CalumsBeastlyLaptop nm-dispatcher[546102]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:22:20 CalumsBeastlyLaptop nm-dispatcher[546097]: req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486140.4737] dispatcher: (583) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:20 CalumsBeastlyLaptop kernel: wlp2s0: deauthenticating from c0:c5:22:03:48:88 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 15 19:22:20 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=c0:c5:22:03:48:88 reason=3 locally_generated=1
Nov 15 19:22:20 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: wpa_dbus_property_changed: no property SessionLength in object /fi/w1/wpa_supplicant1/Interfaces/63
Nov 15 19:22:20 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486140.5023] device (wlp2s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486140.5312] dhcp4 (wlp2s0): canceled DHCP transaction
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486140.5313] dhcp4 (wlp2s0): state changed bound -> done
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486140.5320] dhcp6 (wlp2s0): canceled DHCP transaction
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486140.5321] dhcp6 (wlp2s0): state changed bound -> done
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 19:22:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486140.5474] device (wlp2s0): set-hw-addr: set MAC address to 6A:28:DD:B7:19:97 (scanning)
Nov 15 19:22:20 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:22:20 CalumsBeastlyLaptop gnome-shell[4746]: An active wireless connection, in infrastructure mode, involves no access point?
Nov 15 19:22:20 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:22:20 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 19:22:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486141.1361] device (wlp2s0): supplicant interface state: completed -> disconnected
Nov 15 19:22:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486141.1430] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 15 19:22:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486141.1432] device (wlp2s0): supplicant interface state: interface_disabled -> disconnected
Nov 15 19:22:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486141.1433] device (wlp2s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:22:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486141.4321] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (unmanage)
Nov 15 19:22:21 CalumsBeastlyLaptop nm-dispatcher[546141]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:22:21 CalumsBeastlyLaptop nm-dispatcher[546097]: req:3 'down' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:21 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:22:21 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 19:22:21 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:22:21 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486141.8364] dispatcher: (584) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:21 CalumsBeastlyLaptop systemd[1]: Reached target Sleep.
Nov 15 19:22:21 CalumsBeastlyLaptop systemd[1]: Starting Suspend...
Nov 15 19:22:21 CalumsBeastlyLaptop systemd-sleep[546143]: Suspending system...
Nov 15 19:22:21 CalumsBeastlyLaptop kernel: PM: suspend entry (deep)
Nov 15 19:22:21 CalumsBeastlyLaptop wpa_supplicant[2670]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Nov 15 19:22:22 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 19:22:22 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to TRUE because EnsureCredentials() failed with: Invalid imap-password with username “calumiscool at icloud.com” (goa-error-quark, 0): Error resolving “imap.mail.me.com”: Name or service not known (goa-error-quark, 4)
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: Filesystems sync: 1.187 seconds
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db.p7s
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: Freezing user space processes ... (elapsed 0.003 seconds) done.
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: OOM killer disabled.
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: e1000e: EEE TX LPI TIMER: 00000011
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Stopping disk
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt blocked
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ACPI: Preparing to enter system sleep state S3
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ACPI: EC: event blocked
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ACPI: EC: EC stopped
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: PM: Saving platform NVS memory
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: Disabling non-boot CPUs ...
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: smpboot: CPU 1 is now offline
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: smpboot: CPU 2 is now offline
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: smpboot: CPU 3 is now offline
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ACPI: Low-level resume complete
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ACPI: EC: EC started
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: PM: Restoring platform NVS memory
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: Enabling non-boot CPUs ...
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: x86: Booting SMP configuration:
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: CPU1 is up
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: CPU2 is up
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: CPU3 is up
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ACPI: Waking up from system sleep state S3
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt unblocked
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Enabling MPC IRBNCE
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Enabling MPC IRBNCE
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Intel PCH root port ACS workaround enabled
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Intel PCH root port ACS workaround enabled
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Enabling MPC IRBNCE
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Intel PCH root port ACS workaround enabled
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Enabling MPC IRBNCE
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Intel PCH root port ACS workaround enabled
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Enabling MPC IRBNCE
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Intel PCH root port ACS workaround enabled
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ACPI: EC: event unblocked
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Starting disk
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: ata2.00: configured for UDMA/100
Nov 15 19:22:31 CalumsBeastlyLaptop kernel: OOM killer enabled.
Nov 15 19:22:31 CalumsBeastlyLaptop pipewire[4577]: [W][000291242.142811][main-loop.c:157 pw_main_loop_run()] main-loop 0x559dc90830a0: iterate error -4 (Interrupted system call)
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #216 wlp2s0, 192.168.0.15#123, interface stats: received=100, sent=101, dropped=0, active_time=100 secs
Nov 15 19:22:31 CalumsBeastlyLaptop pulseaudio[4578]: W: [alsa-sink-92HD93BXX Analog] alsa-util.c: Could not recover alsa device from SUSPENDED state, trying to restart PCM
Nov 15 19:22:31 CalumsBeastlyLaptop systemd[1]: Starting Daily apt-listbugs preferences cleanup...
Nov 15 19:22:31 CalumsBeastlyLaptop pipewire[4586]: [W][000291242.147272][main-loop.c:157 pw_main_loop_run()] main-loop 0x555774a80e10: iterate error -4 (Interrupted system call)
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: Restarting tasks ... done.
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: pci_bus 0000:01: Allocating resources
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: pci_bus 0000:02: Allocating resources
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: pci_bus 0000:03: Allocating resources
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: pci_bus 0000:07: Allocating resources
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: pci_bus 0000:0b: Allocating resources
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: acpi PNP0401:00: Already enumerated
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: acpi PNP0501:00: Still not present
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: PM: suspend exit
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: e1000e 0000:00:19.0 eno1: NIC Link is Down
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 19:22:33 CalumsBeastlyLaptop kernel: ata1.00: configured for UDMA/133
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 171.66.97.126 local addr 192.168.0.15 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 134.0.16.1 local addr 192.168.0.15 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 46.243.26.34 local addr 192.168.0.15 -> <null>
Nov 15 19:22:33 CalumsBeastlyLaptop laptop_mode[546201]: Laptop mode
Nov 15 19:22:33 CalumsBeastlyLaptop laptop_mode[546201]: enabled, not active [unchanged]
Nov 15 19:22:31 CalumsBeastlyLaptop systemd-sleep[546143]: System resumed.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 162.159.200.1 local addr 192.168.0.15 -> <null>
Nov 15 19:22:33 CalumsBeastlyLaptop laptop_mode[546304]: Laptop mode
Nov 15 19:22:33 CalumsBeastlyLaptop laptop_mode[546304]: enabled, not active [unchanged]
Nov 15 19:22:31 CalumsBeastlyLaptop systemd[1]: systemd-suspend.service: Succeeded.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 69.89.207.199 local addr 192.168.0.15 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop systemd[1]: Finished Suspend.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 99.73.32.195 local addr 192.168.0.15 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop systemd[1]: Stopped target Sleep.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 163.237.218.19 local addr 192.168.0.15 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop systemd[1]: Reached target Suspend.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 195.21.137.209 local addr 192.168.0.15 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop systemd[1]: Stopped target Suspend.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 103.151.145.70 local addr 192.168.0.15 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop systemd-logind[2668]: Operation 'sleep' finished.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 44.190.40.123 local addr 192.168.0.15 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486151.6984] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 206.55.191.142 local addr 192.168.0.15 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486151.6985] device (eno1): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #218 wlp2s0, fe80::5a06:3ba1:3fea:ca39%3#123, interface stats: received=0, sent=1, dropped=0, active_time=100 secs
Nov 15 19:22:31 CalumsBeastlyLaptop udisksd[2669]: Applying configuration from /etc/udisks2/Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY.conf to /dev/sda
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #219 wlp2s0, 2600:8805:d480:eb70:192:442e:dbb0:9a27#123, interface stats: received=52, sent=52, dropped=0, active_time=98 secs
Nov 15 19:22:31 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 2a01:4f9:c010:157::1 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop systemd[1]: Reloaded Laptop Mode Tools.
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 2001:1620:2777:b::128 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:22:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486151.8111] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 2001:da8:9000::130 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:22:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486152.0496] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 2001:41d0:801:2000::acb local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:22:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486152.0543] manager: NetworkManager state is now DISCONNECTED
Nov 15 19:22:31 CalumsBeastlyLaptop ntpd[3313]: 2001:738:0:810:1::163 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:22:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486152.1021] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Nov 15 19:22:32 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 15 19:22:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486152.1022] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 15 19:22:32 CalumsBeastlyLaptop gdm-password][546418]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:32 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop udisksd[2669]: Set APM level to 115 on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop udisksd[2669]: Set standby timer to 260 seconds (value 52) on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop systemd[1]: apt-listbugs.service: Succeeded.
Nov 15 19:22:33 CalumsBeastlyLaptop systemd[1]: Finished Daily apt-listbugs preferences cleanup.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:34 CalumsBeastlyLaptop gdm-password][546418]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:22:34 CalumsBeastlyLaptop gdm-password][546418]: gkr-pam: unlocked login keyring
Nov 15 19:22:34 CalumsBeastlyLaptop systemd[1]: Starting Laptop Mode Tools - Battery Polling Service...
Nov 15 19:22:34 CalumsBeastlyLaptop systemd[1]: lmt-poll.service: Succeeded.
Nov 15 19:22:34 CalumsBeastlyLaptop systemd[1]: Finished Laptop Mode Tools - Battery Polling Service.
Nov 15 19:22:34 CalumsBeastlyLaptop sh[546429]: laptop-mode: Battery polling disabled
Nov 15 19:22:35 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486155.0854] agent-manager: agent[468a966b111ea158,:1.74/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:22:35 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3550] policy: auto-activating connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3560] device (wlp2s0): Activation: starting connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3563] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3571] manager: NetworkManager state is now CONNECTING
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3581] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3586] device (wlp2s0): Activation: (wifi) access point 'McSpielman' has security, but secrets are required.
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3586] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3644] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3650] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3655] device (wlp2s0): Activation: (wifi) connection 'McSpielman' has security, and secrets exist.  No new secrets needed.
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3655] Config: added 'ssid' value 'McSpielman'
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3656] Config: added 'scan_ssid' value '1'
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3656] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3656] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3656] Config: added 'auth_alg' value 'OPEN'
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3656] Config: added 'psk' value '<hidden>'
Nov 15 19:22:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: SME: Trying to authenticate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 19:22:38 CalumsBeastlyLaptop kernel: wlp2s0: authenticate with c0:c5:22:03:48:88
Nov 15 19:22:38 CalumsBeastlyLaptop kernel: wlp2s0: send auth to c0:c5:22:03:48:88 (try 1/3)
Nov 15 19:22:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Trying to associate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.3947] device (wlp2s0): supplicant interface state: disconnected -> associating
Nov 15 19:22:38 CalumsBeastlyLaptop kernel: wlp2s0: authenticated
Nov 15 19:22:38 CalumsBeastlyLaptop kernel: wlp2s0: associate with c0:c5:22:03:48:88 (try 1/3)
Nov 15 19:22:38 CalumsBeastlyLaptop kernel: wlp2s0: RX AssocResp from c0:c5:22:03:48:88 (capab=0x431 status=0 aid=3)
Nov 15 19:22:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Associated with c0:c5:22:03:48:88
Nov 15 19:22:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 15 19:22:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Nov 15 19:22:38 CalumsBeastlyLaptop kernel: wlp2s0: associated
Nov 15 19:22:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486158.4280] device (wlp2s0): supplicant interface state: associating -> associated
Nov 15 19:22:38 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.4327] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Nov 15 19:22:39 CalumsBeastlyLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.4507] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Nov 15 19:22:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: WPA: Key negotiation completed with c0:c5:22:03:48:88 [PTK=CCMP GTK=TKIP]
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.4508] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "McSpielman"
Nov 15 19:22:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to c0:c5:22:03:48:88 completed [id=0 id_str=]
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.4509] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 15 19:22:39 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.4514] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 19:22:39 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv6 for mDNS.
Nov 15 19:22:39 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 19:22:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-42 noise=9999 txrate=1000
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7599] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7599] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7600] dhcp4 (wlp2s0): option expiry               => '1605489759'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7600] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7601] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7601] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7602] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7602] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7602] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7603] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7603] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7604] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7605] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7605] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7605] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7606] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7606] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7606] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7606] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7607] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7607] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7607] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7607] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7608] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7608] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7609] dhcp4 (wlp2s0): state changed unknown -> bound
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7698] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 15 19:22:39 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 19:22:39 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 19:22:39 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7930] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7934] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7939] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7973] manager: NetworkManager state is now CONNECTED_SITE
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.7974] policy: set 'McSpielman' (wlp2s0) as default for IPv4 routing and DNS
Nov 15 19:22:39 CalumsBeastlyLaptop evolution[51384]: Connection established.  Going online.
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.8620] device (wlp2s0): Activation: successful, device activated.
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486159.8633] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 15 19:22:39 CalumsBeastlyLaptop nm-dispatcher[546573]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:22:39 CalumsBeastlyLaptop nm-dispatcher[546494]: req:2 'up' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:39 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486159.9965] dispatcher: (586) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:39 CalumsBeastlyLaptop nm-dispatcher[546576]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:22:39 CalumsBeastlyLaptop nm-dispatcher[546494]: req:3 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:40 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486160.0016] dispatcher: (587) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486160.7148] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 19:22:40 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:22:40 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 19:22:40 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.*.
Nov 15 19:22:40 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 19:22:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486160.7166] policy: set 'McSpielman' (wlp2s0) as default for IPv6 routing and DNS
Nov 15 19:22:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486160.8121] dhcp6 (wlp2s0): option dhcp6_name_servers   => '2001:578:3f::30 2001:578:3f:1::30'
Nov 15 19:22:40 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486160.8121] dhcp6 (wlp2s0): state changed unknown -> bound
Nov 15 19:22:40 CalumsBeastlyLaptop nm-dispatcher[546494]: req:4 'dhcp6-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:40 CalumsBeastlyLaptop nm-dispatcher[546581]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:22:40 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486160.8206] dispatcher: (588) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:22:40 CalumsBeastlyLaptop colord[3285]: failed to get session [pid 499683]: No data available
Nov 15 19:22:42 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 220 wlp2s0 192.168.0.15:123
Nov 15 19:22:42 CalumsBeastlyLaptop ntpd[3313]: bind(24) AF_INET6 2600:8805:d480:eb70:192:442e:dbb0:9a27#123 flags 0x11 failed: Cannot assign requested address
Nov 15 19:22:42 CalumsBeastlyLaptop ntpd[3313]: unable to create socket on wlp2s0 (221) for 2600:8805:d480:eb70:192:442e:dbb0:9a27#123
Nov 15 19:22:42 CalumsBeastlyLaptop ntpd[3313]: failed to init interface for address 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:22:42 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 222 wlp2s0 [fe80::5a06:3ba1:3fea:ca39%3]:123
Nov 15 19:22:42 CalumsBeastlyLaptop ntpd[3313]: new interface(s) found: waking up resolver
Nov 15 19:22:42 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to FALSE because EnsureCredentials() succeded
Nov 15 19:22:44 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 223 wlp2s0 [2600:8805:d480:eb70:192:442e:dbb0:9a27]:123
Nov 15 19:22:44 CalumsBeastlyLaptop ntpd[3313]: 2a01:4f9:c010:157::1 local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:22:44 CalumsBeastlyLaptop ntpd[3313]: 2001:1620:2777:b::128 local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:22:44 CalumsBeastlyLaptop ntpd[3313]: 2001:da8:9000::130 local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:22:44 CalumsBeastlyLaptop ntpd[3313]: 2001:738:0:810:1::163 local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:22:44 CalumsBeastlyLaptop ntpd[3313]: 2001:41d0:801:2000::acb local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:22:44 CalumsBeastlyLaptop ntpd[3313]: new interface(s) found: waking up resolver
Nov 15 19:22:50 CalumsBeastlyLaptop ntpd[3313]: Soliciting pool server 72.87.88.202
Nov 15 19:22:50 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 19:23:17 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-36 noise=9999 txrate=144400
Nov 15 19:23:20 CalumsBeastlyLaptop systemd-logind[2668]: Lid closed.
Nov 15 19:23:20 CalumsBeastlyLaptop systemd-logind[2668]: Suspending...
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.1180] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.1181] manager: NetworkManager state is now ASLEEP
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.1184] device (wlp2s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:23:20 CalumsBeastlyLaptop evolution[51384]: Network disconnected.  Forced offline.
Nov 15 19:23:20 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 19:23:20 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 19:23:20 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 19:23:20 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 19:23:20 CalumsBeastlyLaptop nm-dispatcher[546664]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:23:20 CalumsBeastlyLaptop nm-dispatcher[546654]: req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486200.2224] dispatcher: (590) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:20 CalumsBeastlyLaptop kernel: wlp2s0: deauthenticating from c0:c5:22:03:48:88 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 15 19:23:20 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=c0:c5:22:03:48:88 reason=3 locally_generated=1
Nov 15 19:23:20 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: wpa_dbus_property_changed: no property SessionLength in object /fi/w1/wpa_supplicant1/Interfaces/64
Nov 15 19:23:20 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.3851] device (wlp2s0): supplicant interface state: completed -> disconnected
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.3899] device (wlp2s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.4290] dhcp4 (wlp2s0): canceled DHCP transaction
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.4291] dhcp4 (wlp2s0): state changed bound -> done
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.4294] dhcp6 (wlp2s0): canceled DHCP transaction
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.4294] dhcp6 (wlp2s0): state changed bound -> done
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.4466] device (wlp2s0): set-hw-addr: set MAC address to 3E:1E:92:59:1F:19 (scanning)
Nov 15 19:23:20 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:23:20 CalumsBeastlyLaptop gnome-shell[4746]: An active wireless connection, in infrastructure mode, involves no access point?
Nov 15 19:23:20 CalumsBeastlyLaptop chromium.desktop[50276]: [50276:50276:1115/192320.618683:ERROR:edid_parser.cc(102)] Too short EDID data: manufacturer id
Nov 15 19:23:20 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for 192.168.0.15 on wlp2s0.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:23:20 CalumsBeastlyLaptop avahi-daemon[529161]: Interface wlp2s0.IPv4 no longer relevant for mDNS.
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.9758] device (wlp2s0): supplicant interface state: disconnected -> interface_disabled
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.9764] device (wlp2s0): supplicant interface state: interface_disabled -> disconnected
Nov 15 19:23:20 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486200.9766] device (wlp2s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:23:21 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486201.2993] device (wlp2s0): set-hw-addr: reset MAC address to E0:9D:31:41:C4:10 (unmanage)
Nov 15 19:23:21 CalumsBeastlyLaptop nm-dispatcher[546722]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:23:21 CalumsBeastlyLaptop nm-dispatcher[546654]: req:3 'down' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:21 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:23:21 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:23:21 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 19:23:21 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486201.7100] dispatcher: (591) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:21 CalumsBeastlyLaptop systemd[1]: Reached target Sleep.
Nov 15 19:23:21 CalumsBeastlyLaptop systemd[1]: Starting Suspend...
Nov 15 19:23:21 CalumsBeastlyLaptop systemd-sleep[546735]: Suspending system...
Nov 15 19:23:21 CalumsBeastlyLaptop kernel: PM: suspend entry (deep)
Nov 15 19:23:21 CalumsBeastlyLaptop wpa_supplicant[2670]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Nov 15 19:23:21 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 19:23:21 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to TRUE because EnsureCredentials() failed with: Invalid imap-password with username “calumiscool at icloud.com” (goa-error-quark, 0): Error resolving “imap.mail.me.com”: Name or service not known (goa-error-quark, 4)
Nov 15 19:23:22 CalumsBeastlyLaptop goa-daemon[4630]: g_socket_client_connect_to_host() failed: Error resolving “imap.mail.me.com”: Name or service not known (g-resolver-error-quark, 0)
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #220 wlp2s0, 192.168.0.15#123, interface stats: received=27, sent=27, dropped=0, active_time=41 secs
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 72.87.88.202 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 46.243.26.34 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 162.159.200.1 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 69.89.207.199 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 99.73.32.195 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 163.237.218.19 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 195.21.137.209 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 103.151.145.70 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 44.190.40.123 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 206.55.191.142 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 134.0.16.1 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 171.66.97.126 local addr 192.168.0.15 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #222 wlp2s0, fe80::5a06:3ba1:3fea:ca39%3#123, interface stats: received=0, sent=2, dropped=0, active_time=41 secs
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: Deleting interface #223 wlp2s0, 2600:8805:d480:eb70:192:442e:dbb0:9a27#123, interface stats: received=5, sent=5, dropped=0, active_time=39 secs
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 2001:41d0:801:2000::acb local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 2001:738:0:810:1::163 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 2001:da8:9000::130 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 2001:1620:2777:b::128 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop ntpd[3313]: 2a01:4f9:c010:157::1 local addr 2600:8805:d480:eb70:192:442e:dbb0:9a27 -> <null>
Nov 15 19:23:23 CalumsBeastlyLaptop kernel: Filesystems sync: 2.121 seconds
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware regulatory.db.p7s
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: (NULL device *): firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: Freezing user space processes ... (elapsed 0.003 seconds) done.
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: OOM killer disabled.
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: e1000e: EEE TX LPI TIMER: 00000011
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Stopping disk
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt blocked
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ACPI: Preparing to enter system sleep state S3
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ACPI: EC: event blocked
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ACPI: EC: EC stopped
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: PM: Saving platform NVS memory
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: Disabling non-boot CPUs ...
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: smpboot: CPU 1 is now offline
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: smpboot: CPU 2 is now offline
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: smpboot: CPU 3 is now offline
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ACPI: Low-level resume complete
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ACPI: EC: EC started
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: PM: Restoring platform NVS memory
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: Enabling non-boot CPUs ...
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: x86: Booting SMP configuration:
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: CPU1 is up
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: CPU2 is up
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: CPU3 is up
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ACPI: Waking up from system sleep state S3
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ACPI: EC: interrupt unblocked
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Enabling MPC IRBNCE
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Enabling MPC IRBNCE
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.2: Intel PCH root port ACS workaround enabled
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.3: Intel PCH root port ACS workaround enabled
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Enabling MPC IRBNCE
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.0: Intel PCH root port ACS workaround enabled
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Enabling MPC IRBNCE
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.5: Intel PCH root port ACS workaround enabled
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Enabling MPC IRBNCE
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pcieport 0000:00:1c.1: Intel PCH root port ACS workaround enabled
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ACPI: EC: event unblocked
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: sd 0:0:0:0: [sda] Starting disk
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: ata2.00: configured for UDMA/100
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: OOM killer enabled.
Nov 15 19:23:31 CalumsBeastlyLaptop systemd-logind[2668]: Lid opened.
Nov 15 19:23:31 CalumsBeastlyLaptop pipewire[4586]: [W][000291295.723948][main-loop.c:157 pw_main_loop_run()] main-loop 0x555774a80e10: iterate error -4 (Interrupted system call)
Nov 15 19:23:31 CalumsBeastlyLaptop pulseaudio[4578]: W: [alsa-sink-92HD93BXX Analog] alsa-util.c: Could not recover alsa device from SUSPENDED state, trying to restart PCM
Nov 15 19:23:31 CalumsBeastlyLaptop pipewire[4577]: [W][000291295.813536][main-loop.c:157 pw_main_loop_run()] main-loop 0x559dc90830a0: iterate error -4 (Interrupted system call)
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: Restarting tasks ... done.
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pci_bus 0000:01: Allocating resources
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pci_bus 0000:02: Allocating resources
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pci_bus 0000:03: Allocating resources
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pci_bus 0000:07: Allocating resources
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: pci_bus 0000:0b: Allocating resources
Nov 15 19:23:31 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: acpi PNP0401:00: Already enumerated
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: acpi PNP0501:00: Still not present
Nov 15 19:23:31 CalumsBeastlyLaptop chromium.desktop[50276]: [50276:50276:1115/192331.758300:ERROR:edid_parser.cc(102)] Too short EDID data: manufacturer id
Nov 15 19:23:31 CalumsBeastlyLaptop systemd-sleep[546735]: System resumed.
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: PM: suspend exit
Nov 15 19:23:31 CalumsBeastlyLaptop systemd[1]: systemd-suspend.service: Succeeded.
Nov 15 19:23:31 CalumsBeastlyLaptop systemd[1]: Finished Suspend.
Nov 15 19:23:31 CalumsBeastlyLaptop systemd[1]: Stopped target Sleep.
Nov 15 19:23:31 CalumsBeastlyLaptop systemd[1]: Reached target Suspend.
Nov 15 19:23:31 CalumsBeastlyLaptop systemd[1]: Stopped target Suspend.
Nov 15 19:23:31 CalumsBeastlyLaptop systemd-logind[2668]: Operation 'sleep' finished.
Nov 15 19:23:31 CalumsBeastlyLaptop udisksd[2669]: Applying configuration from /etc/udisks2/Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY.conf to /dev/sda
Nov 15 19:23:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486211.7841] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 15 19:23:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486211.7842] device (eno1): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 15 19:23:31 CalumsBeastlyLaptop laptop_mode[546785]: Laptop mode
Nov 15 19:23:31 CalumsBeastlyLaptop laptop_mode[546785]: enabled, not active [unchanged]
Nov 15 19:23:31 CalumsBeastlyLaptop systemd[1]: Reloading Laptop Mode Tools.
Nov 15 19:23:31 CalumsBeastlyLaptop laptop_mode[546891]: Laptop mode
Nov 15 19:23:31 CalumsBeastlyLaptop laptop_mode[546891]: enabled, not active [unchanged]
Nov 15 19:23:31 CalumsBeastlyLaptop systemd[1]: Reloaded Laptop Mode Tools.
Nov 15 19:23:31 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486211.8970] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 19:23:31 CalumsBeastlyLaptop kernel: e1000e 0000:00:19.0 eno1: NIC Link is Down
Nov 15 19:23:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486212.1322] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
Nov 15 19:23:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486212.1349] manager: NetworkManager state is now DISCONNECTED
Nov 15 19:23:32 CalumsBeastlyLaptop wpa_supplicant[2670]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 15 19:23:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486212.1890] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Nov 15 19:23:32 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486212.1891] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 15 19:23:32 CalumsBeastlyLaptop kernel: ata1.00: configured for UDMA/133
Nov 15 19:23:32 CalumsBeastlyLaptop udisksd[2669]: Set APM level to 115 on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 19:23:33 CalumsBeastlyLaptop udisksd[2669]: Set standby timer to 260 seconds (value 52) on /dev/sda [Hitachi-HTS545032B9SA02-100505PBTC001DKLZ1AY]
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gdm-password][547039]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:33 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:34 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gdm-password][547039]: pam_unix(gdm-password:auth): Couldn't open /etc/securetty: No such file or directory
Nov 15 19:23:35 CalumsBeastlyLaptop gdm-password][547039]: gkr-pam: unlocked login keyring
Nov 15 19:23:35 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486215.7404] agent-manager: agent[524a50a87871caed,:1.74/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:35 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:36 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:36 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:36 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:36 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:36 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 15 19:23:36 CalumsBeastlyLaptop gnome-shell[4746]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 15 19:23:36 CalumsBeastlyLaptop gsd-usb-protect[4857]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 15 19:23:38 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4575] policy: auto-activating connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4596] device (wlp2s0): Activation: starting connection 'McSpielman' (5246dd35-9cb8-47c6-bff6-0cfcda4fd117)
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4601] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4609] manager: NetworkManager state is now CONNECTING
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4616] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4622] device (wlp2s0): Activation: (wifi) access point 'McSpielman' has security, but secrets are required.
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4622] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4681] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4687] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4693] device (wlp2s0): Activation: (wifi) connection 'McSpielman' has security, and secrets exist.  No new secrets needed.
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4693] Config: added 'ssid' value 'McSpielman'
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4693] Config: added 'scan_ssid' value '1'
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4694] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4694] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4694] Config: added 'auth_alg' value 'OPEN'
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.4694] Config: added 'psk' value '<hidden>'
Nov 15 19:23:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: SME: Trying to authenticate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 19:23:38 CalumsBeastlyLaptop kernel: wlp2s0: authenticate with c0:c5:22:03:48:88
Nov 15 19:23:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Trying to associate with c0:c5:22:03:48:88 (SSID='McSpielman' freq=2462 MHz)
Nov 15 19:23:38 CalumsBeastlyLaptop kernel: wlp2s0: send auth to c0:c5:22:03:48:88 (try 1/3)
Nov 15 19:23:38 CalumsBeastlyLaptop kernel: wlp2s0: authenticated
Nov 15 19:23:38 CalumsBeastlyLaptop kernel: wlp2s0: associate with c0:c5:22:03:48:88 (try 1/3)
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.5024] device (wlp2s0): supplicant interface state: disconnected -> associating
Nov 15 19:23:38 CalumsBeastlyLaptop kernel: wlp2s0: RX AssocResp from c0:c5:22:03:48:88 (capab=0x431 status=0 aid=3)
Nov 15 19:23:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: Associated with c0:c5:22:03:48:88
Nov 15 19:23:38 CalumsBeastlyLaptop kernel: wlp2s0: associated
Nov 15 19:23:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 15 19:23:38 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Nov 15 19:23:38 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486218.5338] device (wlp2s0): supplicant interface state: associating -> associated
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.5389] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Nov 15 19:23:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: WPA: Key negotiation completed with c0:c5:22:03:48:88 [PTK=CCMP GTK=TKIP]
Nov 15 19:23:39 CalumsBeastlyLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Nov 15 19:23:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to c0:c5:22:03:48:88 completed [id=0 id_str=]
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.5573] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.5573] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "McSpielman"
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.5576] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.5584] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 19:23:39 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:23:39 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv6 for mDNS.
Nov 15 19:23:39 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.*.
Nov 15 19:23:39 CalumsBeastlyLaptop wpa_supplicant[2670]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-40 noise=9999 txrate=1000
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7080] dhcp4 (wlp2s0): option dhcp_lease_time      => '3600'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7081] dhcp4 (wlp2s0): option domain_name_servers  => '68.105.28.11 68.105.29.11 68.105.28.12'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7082] dhcp4 (wlp2s0): option expiry               => '1605489819'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7082] dhcp4 (wlp2s0): option host_name            => 'CalumsBeastlyLaptop'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7082] dhcp4 (wlp2s0): option ip_address           => '192.168.0.15'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7082] dhcp4 (wlp2s0): option next_server          => '192.168.0.1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7082] dhcp4 (wlp2s0): option requested_broadcast_address => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7082] dhcp4 (wlp2s0): option requested_domain_name => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address 192.168.0.15.
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7083] dhcp4 (wlp2s0): option requested_domain_name_servers => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop avahi-daemon[529161]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7083] dhcp4 (wlp2s0): option requested_domain_search => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 192.168.0.15 on wlp2s0.IPv4.
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7083] dhcp4 (wlp2s0): option requested_host_name  => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=2660 comm="/usr/sbin/NetworkManager --no-daemon ")
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7083] dhcp4 (wlp2s0): option requested_interface_mtu => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7083] dhcp4 (wlp2s0): option requested_ms_classless_static_routes => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7083] dhcp4 (wlp2s0): option requested_nis_domain => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7084] dhcp4 (wlp2s0): option requested_nis_servers => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7084] dhcp4 (wlp2s0): option requested_ntp_servers => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7084] dhcp4 (wlp2s0): option requested_rfc3442_classless_static_routes => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7084] dhcp4 (wlp2s0): option requested_root_path  => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop dbus-daemon[2659]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7084] dhcp4 (wlp2s0): option requested_routers    => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7084] dhcp4 (wlp2s0): option requested_static_routes => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7085] dhcp4 (wlp2s0): option requested_subnet_mask => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7085] dhcp4 (wlp2s0): option requested_time_offset => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7085] dhcp4 (wlp2s0): option requested_wpad       => '1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7085] dhcp4 (wlp2s0): option routers              => '192.168.0.1'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7085] dhcp4 (wlp2s0): option subnet_mask          => '255.255.255.0'
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7086] dhcp4 (wlp2s0): state changed unknown -> bound
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7202] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 15 19:23:39 CalumsBeastlyLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 19:23:39 CalumsBeastlyLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7519] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7523] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7529] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7551] manager: NetworkManager state is now CONNECTED_SITE
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.7553] policy: set 'McSpielman' (wlp2s0) as default for IPv4 routing and DNS
Nov 15 19:23:39 CalumsBeastlyLaptop evolution[51384]: Connection established.  Going online.
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.8989] device (wlp2s0): Activation: successful, device activated.
Nov 15 19:23:39 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486219.9001] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 15 19:23:40 CalumsBeastlyLaptop gnome-shell[4746]: libinput error: event0  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 29ms, your system is too slow
Nov 15 19:23:40 CalumsBeastlyLaptop nm-dispatcher[547186]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:23:40 CalumsBeastlyLaptop nm-dispatcher[547107]: req:2 'up' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:40 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486220.0588] dispatcher: (593) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:40 CalumsBeastlyLaptop nm-dispatcher[547189]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:23:40 CalumsBeastlyLaptop nm-dispatcher[547107]: req:3 'connectivity-change', "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:40 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486220.0654] dispatcher: (594) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:40 CalumsBeastlyLaptop colord[3285]: failed to get session [pid 499683]: No data available
Nov 15 19:23:41 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486221.2622] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 19:23:41 CalumsBeastlyLaptop avahi-daemon[529161]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5a06:3ba1:3fea:ca39.
Nov 15 19:23:41 CalumsBeastlyLaptop avahi-daemon[529161]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address 2600:8805:d480:eb70:192:442e:dbb0:9a27.
Nov 15 19:23:41 CalumsBeastlyLaptop avahi-daemon[529161]: Registering new address record for 2600:8805:d480:eb70:192:442e:dbb0:9a27 on wlp2s0.*.
Nov 15 19:23:41 CalumsBeastlyLaptop avahi-daemon[529161]: Withdrawing address record for fe80::5a06:3ba1:3fea:ca39 on wlp2s0.
Nov 15 19:23:41 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486221.2678] policy: set 'McSpielman' (wlp2s0) as default for IPv6 routing and DNS
Nov 15 19:23:41 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486221.3391] dhcp6 (wlp2s0): option dhcp6_name_servers   => '2001:578:3f::30 2001:578:3f:1::30'
Nov 15 19:23:41 CalumsBeastlyLaptop NetworkManager[2660]: <info>  [1605486221.3391] dhcp6 (wlp2s0): state changed unknown -> bound
Nov 15 19:23:41 CalumsBeastlyLaptop nm-dispatcher[547196]: /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm: 14: .: cannot open /usr/share/tlp/tlp-func-base: No such file
Nov 15 19:23:41 CalumsBeastlyLaptop NetworkManager[2660]: <warn>  [1605486221.3491] dispatcher: (595) /etc/NetworkManager/dispatcher.d/99tlp-rdw-nm failed (failed): Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:41 CalumsBeastlyLaptop nm-dispatcher[547107]: req:4 'dhcp6-change' [wlp2s0], "/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm": complete: failed with Script '/etc/NetworkManager/dispatcher.d/99tlp-rdw-nm' exited with error status 2.
Nov 15 19:23:42 CalumsBeastlyLaptop goa-daemon[4630]: /org/gnome/OnlineAccounts/Accounts/account_1592408065_0: Setting AttentionNeeded to FALSE because EnsureCredentials() succeded
Nov 15 19:23:42 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 224 wlp2s0 192.168.0.15:123
Nov 15 19:23:42 CalumsBeastlyLaptop ntpd[3313]: bind(24) AF_INET6 2600:8805:d480:eb70:192:442e:dbb0:9a27#123 flags 0x11 failed: Cannot assign requested address
Nov 15 19:23:42 CalumsBeastlyLaptop ntpd[3313]: unable to create socket on wlp2s0 (225) for 2600:8805:d480:eb70:192:442e:dbb0:9a27#123
Nov 15 19:23:42 CalumsBeastlyLaptop ntpd[3313]: failed to init interface for address 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:23:42 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 226 wlp2s0 [fe80::5a06:3ba1:3fea:ca39%3]:123
Nov 15 19:23:42 CalumsBeastlyLaptop ntpd[3313]: new interface(s) found: waking up resolver
Nov 15 19:23:45 CalumsBeastlyLaptop ntpd[3313]: Listen normally on 227 wlp2s0 [2600:8805:d480:eb70:192:442e:dbb0:9a27]:123
Nov 15 19:23:45 CalumsBeastlyLaptop ntpd[3313]: 2a01:4f9:c010:157::1 local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:23:45 CalumsBeastlyLaptop ntpd[3313]: 2001:1620:2777:b::128 local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:23:45 CalumsBeastlyLaptop ntpd[3313]: 2001:da8:9000::130 local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:23:45 CalumsBeastlyLaptop ntpd[3313]: 2001:738:0:810:1::163 local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:23:45 CalumsBeastlyLaptop ntpd[3313]: 2001:41d0:801:2000::acb local addr fe80::5a06:3ba1:3fea:ca39%3 -> 2600:8805:d480:eb70:192:442e:dbb0:9a27
Nov 15 19:23:45 CalumsBeastlyLaptop ntpd[3313]: new interface(s) found: waking up resolver
Nov 15 19:23:52 CalumsBeastlyLaptop systemd[1]: NetworkManager-dispatcher.service: Succeeded.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://alioth-lists.debian.net/pipermail/pkg-gnome-maintainers/attachments/20201121/a09028cf/attachment-0001.sig>


More information about the pkg-gnome-maintainers mailing list