NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Ubuntu 22.04.5 w/ RTX A2000

Tried to update CUDA using the CUDA toolkit 13.1 instructions on the developer.nvidia.com website, but have failed multiple times. I’ve tried the deb(local) and deb(network) options, along with either of the Driver flavors, and no options have worked. When trying the runfile (local) option, I get the following message: “Existing package manager installation of the driver found. It is strongly ││ recommended that you remove this before continuing.”

So, I aborted.

I have run:

sudo apt-get remove --purge ‘^nvidia-.
sudo apt-get remove --purge '^libnvidia-.

sudo apt-get remove --purge ‘^cuda-.*’

and tried to repeat the runfile (local) instructions but the error message persists. I have attached the /var/log/nvidia-installer.log files. The nvidia-bug-report.log.gz file is over 11 MB, and I can’t seem to get it to upload, so I’ve created a modified nvidia-bug-report.log file containing non-redundant information.

Any suggestions would be greatly appreciated.

Thanks,

Ryan

nvidia-installer.log (50.8 KB)

nvidia-bug-report2.log (945.9 KB)

First, I don’t remember the names of all the packages that the NV driver consists of, but at least on Debian (not sure about Ubuntu however), the best way to fully remove the driver is apt-get --autoremove purge '*nvidia*' '*nvidia*:i386' '*cuda*' '*cuda*:i386'

2nd, dot-run installer for CUDA devel is not something I’d recommend: it’s unlikely to solve any problems you had with deb-packaged ones and introduces management problems (DontBreakDebian - Debian Wiki).
Instead, I’d stick with the deb-packaged ones and post more info about the encountered problems (especially exact driver versions and flavors you tried with their respective bug report files and excerpts of logs around error messages).

Thanks for the response, morgwai666,

I ran your suggested command, and followed the directions for the deb (local) installer type for my system (located here: CUDA Downloads | NVIDIA Developer )

With respect to the exact driver version, I followed the instruction to run:

sudo apt-get install -y nvidia-open (it was an arbitrary choice between the open or proprietary diver, I have tried freshly installing it with both options to no success).

It lists many things, but I think this is what you are interested in:

Suggested packages: nvidia-driver-pinning-590

There are no explicit error messages at the end of the process, but if I run:

$ nvidia-smi
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

If I run:

$sudo apt --fix-broken install
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.

or

$dkms status|grep nvidia
nvidia/590.44.01, 5.15.0-48-generic, x86_64: installed (Original modules exist)
nvidia/590.44.01, 6.8.0-65-generic, x86_64: installed (Original modules exist)
nvidia/590.44.01, 6.8.0-90-generic, x86_64: installed

Not sure if that is helpful.

Like I mentioned yesterday, the nvidia-bug-report.log.gz file is over 11 MB, and refuses to load, which is why I uploaded the text file. I can make an updated nvidia-bug-report.log text file (where I delete around 5 million lines of redundant messages) if that would be helpful.

Also:

“Original modules exist” means that you have a mix of several packaging methods: you need to clean your system properly first for any chance of the driver working correctly.

Thanks again for your attention morgwai666.

I didn’t receive any other error messages during the install, aside from the Nvidia-smi error message I posted. I would be happy to post something, but I don’t know how to produce what you are requesting. I must not know how to properly clean my system. I assumed that the

sudo apt-get remove --purge ‘^nvidia-.
sudo apt-get remove --purge '^libnvidia-.

sudo apt-get remove --purge ‘^cuda-.*’

and

apt-get --autoremove purge '*nvidia*' '*nvidia*:i386' '*cuda*' '*cuda*:i386'

would do that. Apologies for the misunderstanding.

man journalctl, man dmesg

it’s impossible for anyone not sitting at the console of your machine to know this either: nobody has superpowers to look into the past of your machine and tell where these “original modules” came from. I can only help you by explaining what the info you post means…

Sorry, I’m a new academic user of linux, not sure what all has been done by previous lab members.

$man dmesg> gives me a menu. I tried to generate a syslog, or just run dmesg, and I get-

$dmesg: read kernel buffer failed: Operation not permitted

Running the command journalctl gives me:

Jan 07 22:25:01 xrayalpha-Precision-3660 CRON[74710]: pam_unix(cron:session): session opened for us>
Jan 07 22:25:01 xrayalpha-Precision-3660 CRON[74711]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 22:25:01 xrayalpha-Precision-3660 CRON[74710]: pam_unix(cron:session): session closed for us>
Jan 07 22:30:01 xrayalpha-Precision-3660 CRON[75480]: pam_unix(cron:session): session opened for us>
Jan 07 22:30:01 xrayalpha-Precision-3660 CRON[75481]: (root) CMD ([ -x /etc/init.d/anacron ] && if >
Jan 07 22:30:01 xrayalpha-Precision-3660 CRON[75480]: pam_unix(cron:session): session closed for us>
Jan 07 22:32:27 xrayalpha-Precision-3660 systemd[1]: Started Run anacron jobs.
Jan 07 22:32:27 xrayalpha-Precision-3660 anacron[75852]: Anacron 2.3 started on 2026-01-07
Jan 07 22:32:27 xrayalpha-Precision-3660 anacron[75852]: Normal exit (0 jobs run)
Jan 07 22:32:27 xrayalpha-Precision-3660 systemd[1]: anacron.service: Deactivated successfully.
Jan 07 22:35:01 xrayalpha-Precision-3660 CRON[76246]: pam_unix(cron:session): session opened for us>
Jan 07 22:35:01 xrayalpha-Precision-3660 CRON[76247]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 22:35:01 xrayalpha-Precision-3660 CRON[76246]: pam_unix(cron:session): session closed for us>
Jan 07 22:45:01 xrayalpha-Precision-3660 CRON[77788]: pam_unix(cron:session): session opened for us>
Jan 07 22:45:01 xrayalpha-Precision-3660 CRON[77789]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 22:45:01 xrayalpha-Precision-3660 CRON[77788]: pam_unix(cron:session): session closed for us>
Jan 07 22:55:01 xrayalpha-Precision-3660 CRON[79330]: pam_unix(cron:session): session opened for us>
Jan 07 22:55:01 xrayalpha-Precision-3660 CRON[79331]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 22:55:01 xrayalpha-Precision-3660 CRON[79330]: pam_unix(cron:session): session closed for us>
Jan 07 22:58:57 xrayalpha-Precision-3660 NetworkManager[898]: [1767844737.8992] dhcp4 (enp0>
Jan 07 23:05:01 xrayalpha-Precision-3660 CRON[80876]: pam_unix(cron:session): session opened for us>
Jan 07 23:05:01 xrayalpha-Precision-3660 CRON[80877]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:05:01 xrayalpha-Precision-3660 CRON[80876]: pam_unix(cron:session): session closed for us>
Jan 07 23:15:01 xrayalpha-Precision-3660 CRON[82412]: pam_unix(cron:session): session opened for us>
Jan 07 23:15:01 xrayalpha-Precision-3660 CRON[82413]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:15:01 xrayalpha-Precision-3660 CRON[82412]: pam_unix(cron:session): session closed for us>
Jan 07 23:17:01 xrayalpha-Precision-3660 CRON[82723]: pam_unix(cron:session): session opened for us>
Jan 07 23:17:01 xrayalpha-Precision-3660 CRON[82724]: (root) CMD ( cd / && run-parts --report /et>
Jan 07 23:17:01 xrayalpha-Precision-3660 CRON[82723]: pam_unix(cron:session): session closed for us>
Jan 07 23:25:01 xrayalpha-Precision-3660 CRON[83959]: pam_unix(cron:session): session opened for us>
Jan 07 23:25:01 xrayalpha-Precision-3660 CRON[83960]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:25:01 xrayalpha-Precision-3660 CRON[83959]: pam_unix(cron:session): session closed for us>
Jan 07 23:30:01 xrayalpha-Precision-3660 CRON[84733]: pam_unix(cron:session): session opened for us>
Jan 07 23:30:01 xrayalpha-Precision-3660 CRON[84734]: (root) CMD ([ -x /etc/init.d/anacron ] && if >
Jan 07 23:30:01 xrayalpha-Precision-3660 CRON[84733]: pam_unix(cron:session): session closed for us>
Jan 07 23:31:46 xrayalpha-Precision-3660 systemd[1]: Started Run anacron jobs.
Jan 07 23:31:46 xrayalpha-Precision-3660 anacron[85004]: Anacron 2.3 started on 2026-01-07
Jan 07 23:31:46 xrayalpha-Precision-3660 anacron[85004]: Normal exit (0 jobs run)
Jan 07 23:31:46 xrayalpha-Precision-3660 systemd[1]: anacron.service: Deactivated successfully.
Jan 07 23:35:01 xrayalpha-Precision-3660 CRON[85504]: pam_unix(cron:session): session opened for us>
Jan 07 23:35:01 xrayalpha-Precision-3660 CRON[85505]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:35:01 xrayalpha-Precision-3660 CRON[85504]: pam_unix(cron:session): session closed for us>
Jan 07 23:45:01 xrayalpha-Precision-3660 CRON[87048]: pam_unix(cron:session): session opened for us>
Jan 07 23:45:01 xrayalpha-Precision-3660 CRON[87049]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:45:01 xrayalpha-Precision-3660 CRON[87048]: pam_unix(cron:session): session closed for us>
Jan 07 23:51:35 xrayalpha-Precision-3660 systemd[1]: Starting Daily apt download activities…
Jan 07 23:51:36 xrayalpha-Precision-3660 systemd[1]: apt-daily.service: Deactivated successfully.
Jan 07 23:51:36 xrayalpha-Precision-3660 systemd[1]: Finished Daily apt download activities.
Jan 07 23:55:01 xrayalpha-Precision-3660 CRON[88669]: pam_unix(cron:session): session opened for us>
Jan 07 23:55:01 xrayalpha-Precision-3660 CRON[88670]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:55:01 xrayalpha-Precision-3660 CRON[88669]: pam_unix(cron:session): session closed for us>
Jan 07 23:59:01 xrayalpha-Precision-3660 CRON[89293]: pam_unix(cron:session): session opened for us>
Jan 07 23:59:01 xrayalpha-Precision-3660 CRON[89294]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:59:01 xrayalpha-Precision-3660 CRON[89293]: pam_unix(cron:session): session closed for us>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Starting Daily dpkg database backup service…
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Starting Rotate log files…
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopping Make remote CUPS printers available l>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: cups-browsed.service: Deactivated successfully.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopped Make remote CUPS printers available lo>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopping CUPS Scheduler…
Jan 07 23:35:01 xrayalpha-Precision-3660 CRON[85505]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:35:01 xrayalpha-Precision-3660 CRON[85504]: pam_unix(cron:session): session closed for us>
Jan 07 23:45:01 xrayalpha-Precision-3660 CRON[87048]: pam_unix(cron:session): session opened for us>
Jan 07 23:45:01 xrayalpha-Precision-3660 CRON[87049]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:45:01 xrayalpha-Precision-3660 CRON[87048]: pam_unix(cron:session): session closed for us>
Jan 07 23:51:35 xrayalpha-Precision-3660 systemd[1]: Starting Daily apt download activities…
Jan 07 23:51:36 xrayalpha-Precision-3660 systemd[1]: apt-daily.service: Deactivated successfully.
Jan 07 23:51:36 xrayalpha-Precision-3660 systemd[1]: Finished Daily apt download activities.
Jan 07 23:55:01 xrayalpha-Precision-3660 CRON[88669]: pam_unix(cron:session): session opened for us>
Jan 07 23:55:01 xrayalpha-Precision-3660 CRON[88670]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:55:01 xrayalpha-Precision-3660 CRON[88669]: pam_unix(cron:session): session closed for us>
Jan 07 23:59:01 xrayalpha-Precision-3660 CRON[89293]: pam_unix(cron:session): session opened for us>
Jan 07 23:59:01 xrayalpha-Precision-3660 CRON[89294]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 07 23:59:01 xrayalpha-Precision-3660 CRON[89293]: pam_unix(cron:session): session closed for us>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Starting Daily dpkg database backup service…
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Starting Rotate log files…
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopping Make remote CUPS printers available l>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: cups-browsed.service: Deactivated successfully.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopped Make remote CUPS printers available lo>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopping CUPS Scheduler…
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: cups.service: Deactivated successfully.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopped CUPS Scheduler.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: cups.path: Deactivated successfully.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopped CUPS Scheduler.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopping CUPS Scheduler…
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Started CUPS Scheduler.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: cups.socket: Deactivated successfully.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Closed CUPS Scheduler.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Stopping CUPS Scheduler…
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Listening on CUPS Scheduler.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Starting CUPS Scheduler…
Jan 08 00:00:33 xrayalpha-Precision-3660 audit[89578]: AVC apparmor=“DENIED” operation=“capable” cl>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Started CUPS Scheduler.
Jan 08 00:00:33 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848433.602:182): apparm>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Started Make remote CUPS printers available lo>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: logrotate.service: Deactivated successfully.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Finished Rotate log files.
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: dpkg-db-backup.service: Deactivated successful>
Jan 08 00:00:33 xrayalpha-Precision-3660 systemd[1]: Finished Daily dpkg database backup service.
Jan 08 00:05:01 xrayalpha-Precision-3660 CRON[90318]: pam_unix(cron:session): session opened for us>
Jan 08 00:05:01 xrayalpha-Precision-3660 CRON[90319]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 08 00:05:01 xrayalpha-Precision-3660 CRON[90318]: pam_unix(cron:session): session closed for us>
Jan 08 00:08:22 xrayalpha-Precision-3660 snapd[918]: storehelpers.go:916: cannot refresh: snap has >
Jan 08 00:08:26 xrayalpha-Precision-3660 systemd[1]: Reloading.
Jan 08 00:08:26 xrayalpha-Precision-3660 systemd[1]: Configuration file /run/systemd/system/netplan>
Jan 08 00:08:26 xrayalpha-Precision-3660 systemd[1]: /lib/systemd/system/snapd.service:23: Unknown >
Jan 08 00:08:26 xrayalpha-Precision-3660 systemd[1]: Mounting Mount unit for snapd, revision 25935.>
Jan 08 00:08:26 xrayalpha-Precision-3660 kernel: loop26: detected capacity change from 0 to 98480
Jan 08 00:08:26 xrayalpha-Precision-3660 systemd[1]: Mounted Mount unit for snapd, revision 25935.
Jan 08 00:08:26 xrayalpha-Precision-3660 snapd[918]: spec.go:312: renaming mount entry for director>
Jan 08 00:08:26 xrayalpha-Precision-3660 snapd[918]: backend.go:285: reloading profiles of snap-con>
Jan 08 00:08:26 xrayalpha-Precision-3660 audit[91091]: AVC apparmor=“STATUS” operation="profile_loa>
Jan 08 00:08:26 xrayalpha-Precision-3660 audit[91091]: AVC apparmor=“STATUS” operation="profile_loa>
Jan 08 00:08:26 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848906.693:183): apparm>
Jan 08 00:08:26 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848906.693:184): apparm>
Jan 08 00:08:26 xrayalpha-Precision-3660 audit[91094]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:26 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848906.969:185): apparm>
Jan 08 00:08:26 xrayalpha-Precision-3660 audit[91096]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:26 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848906.984:186): apparm>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91093]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848907.019:187): apparm>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91095]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848907.046:188): apparm>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91102]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91103]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848907.050:189): apparm>
Jan 08 00:08:27 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848907.050:190): apparm>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91101]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91104]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848907.051:191): apparm>
Jan 08 00:08:27 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848907.051:192): apparm>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91108]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91110]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91100]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91107]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91106]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91105]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91099]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91109]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91098]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 audit[91111]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:27 xrayalpha-Precision-3660 snapd[918]: daemon.go:556: gracefully waiting for running >
Jan 08 00:08:27 xrayalpha-Precision-3660 snapd[918]: daemon.go:558: done waiting for running hooks
Jan 08 00:08:30 xrayalpha-Precision-3660 snapd[918]: overlord.go:532: Released state lock file
Jan 08 00:08:30 xrayalpha-Precision-3660 systemd[1]: snapd.service: Deactivated successfully.
Jan 08 00:08:30 xrayalpha-Precision-3660 systemd[1]: snapd.service: Consumed 7.827s CPU time.
Jan 08 00:08:30 xrayalpha-Precision-3660 systemd[1]: snapd.service: Scheduled restart job, restart >
Jan 08 00:08:30 xrayalpha-Precision-3660 systemd[1]: Stopped Snap Daemon.
Jan 08 00:08:30 xrayalpha-Precision-3660 systemd[1]: snapd.service: Consumed 7.827s CPU time.
Jan 08 00:08:30 xrayalpha-Precision-3660 systemd[1]: Starting Snap Daemon…
Jan 08 00:08:30 xrayalpha-Precision-3660 snapd[91125]: overlord.go:294: Acquiring state lock file
Jan 08 00:08:30 xrayalpha-Precision-3660 snapd[91125]: overlord.go:299: Acquired state lock file
Jan 08 00:08:30 xrayalpha-Precision-3660 snapd[91125]: patch.go:64: Patching system state level 6 t>
Jan 08 00:08:30 xrayalpha-Precision-3660 snapd[91125]: patch.go:64: Patching system state level 6 t>
Jan 08 00:08:30 xrayalpha-Precision-3660 snapd[91125]: patch.go:64: Patching system state level 6 t>
Jan 08 00:08:31 xrayalpha-Precision-3660 snapd[91125]: daemon.go:276: started snapd/2.73 (series 16>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: loop27: detected capacity change from 0 to 8
Jan 08 00:08:31 xrayalpha-Precision-3660 systemd[1]: tmp-syscheck\x2dmountpoint\x2d723996518.mount:>
Jan 08 00:08:31 xrayalpha-Precision-3660 snapd[91125]: daemon.go:370: adjusting startup timeout by >
Jan 08 00:08:31 xrayalpha-Precision-3660 snapd[91125]: backends.go:70: AppArmor status: apparmor is>
Jan 08 00:08:31 xrayalpha-Precision-3660 snapd[91125]: backend.go:141: delegating reload of snap-co>
Jan 08 00:08:31 xrayalpha-Precision-3660 snapd[91125]: spec.go:312: renaming mount entry for direct>
Jan 08 00:08:31 xrayalpha-Precision-3660 snapd[91125]: backend.go:285: reloading profiles of snap-c>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91418]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: kauditd_printk_skb: 10 callbacks suppressed
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.790:203): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91418]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.802:204): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91439]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.883:205): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91440]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.922:206): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91441]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.926:207): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91438]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.927:208): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91434]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.942:209): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91432]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.943:210): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91433]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.944:211): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91442]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:31 xrayalpha-Precision-3660 kernel: audit: type=1400 audit(1767848911.954:212): apparm>
Jan 08 00:08:31 xrayalpha-Precision-3660 audit[91431]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91436]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91424]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91421]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91426]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91425]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91437]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91420]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91422]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91423]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91428]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91427]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91435]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91429]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91430]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 audit[91444]: AVC apparmor=“STATUS” operation="profile_rep>
Jan 08 00:08:32 xrayalpha-Precision-3660 systemd[1]: Started Snap Daemon.
Jan 08 00:08:32 xrayalpha-Precision-3660 dbus-daemon[896]: [system] Activating via systemd: service>
Jan 08 00:08:32 xrayalpha-Precision-3660 systemd[1]: Starting Time & Date Service…
Jan 08 00:08:32 xrayalpha-Precision-3660 dbus-daemon[896]: [system] Successfully activated service >
Jan 08 00:08:32 xrayalpha-Precision-3660 systemd[1]: Started Time & Date Service.
Jan 08 00:08:33 xrayalpha-Precision-3660 systemd[1]: snap-snapd-25202.mount: Deactivated successful>
Jan 08 00:08:33 xrayalpha-Precision-3660 systemd[1]: Reloading.
Jan 08 00:08:33 xrayalpha-Precision-3660 systemd[1]: Configuration file /run/systemd/system/netplan>
Jan 08 00:08:33 xrayalpha-Precision-3660 systemd[1]: /lib/systemd/system/snapd.service:23: Unknown >
Jan 08 00:08:34 xrayalpha-Precision-3660 snapd[91125]: storehelpers.go:916: cannot refresh snap "sn>
Jan 08 00:09:02 xrayalpha-Precision-3660 systemd[1]: systemd-timedated.service: Deactivated success>
Jan 08 00:15:01 xrayalpha-Precision-3660 CRON[92524]: pam_unix(cron:session): session opened for us>
Jan 08 00:15:01 xrayalpha-Precision-3660 CRON[92525]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 08 00:15:01 xrayalpha-Precision-3660 CRON[92524]: pam_unix(cron:session): session closed for us>
Jan 08 00:17:01 xrayalpha-Precision-3660 CRON[92833]: pam_unix(cron:session): session opened for us>
Jan 08 00:17:01 xrayalpha-Precision-3660 CRON[92834]: (root) CMD ( cd / && run-parts --report /et>
Jan 08 00:17:01 xrayalpha-Precision-3660 CRON[92833]: pam_unix(cron:session): session closed for us>
Jan 08 00:21:48 xrayalpha-Precision-3660 systemd[1]: Starting Daily man-db regeneration…
Jan 08 00:21:48 xrayalpha-Precision-3660 systemd[1]: man-db.service: Deactivated successfully.
Jan 08 00:21:48 xrayalpha-Precision-3660 systemd[1]: Finished Daily man-db regeneration.
Jan 08 00:25:01 xrayalpha-Precision-3660 CRON[94082]: pam_unix(cron:session): session opened for us>
Jan 08 00:25:01 xrayalpha-Precision-3660 CRON[94083]: (root) CMD (command -v debian-sa1 > /dev/null>
Jan 08 00:25:01 xrayalpha-Precision-3660 CRON[94082]: pam_unix(cron:session): session closed for us>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:16 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:20 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:21 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:25 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:26 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:30 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:31 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:35 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:36 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:40 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:41 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:45 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): EDID ve>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using h>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Using v>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Printin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>
Jan 08 00:31:46 xrayalpha-Precision-3660 /usr/libexec/gdm-x-session[1954]: (II) modeset(0): Modelin>

And it keeps repeating this ad infinitum (or at least as long as kept hitting return).

Sorry, here is the syslog response (I wasn’t running sudo with the command previously)

-

Linux version 6.8.0-90-generic (buildd@lcy02-amd64-082) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04.2) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #91~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 20 15:20:45 UTC 2 (Ubuntu 6.8.0-90.91~22.04.1-generic 6.8.12)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-90-generic root=UUID=bdd40a83-1d8a-47b7-916e-cb40adfcd240 ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/tme: not enabled by BIOS
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005cd1bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005cd1c000-0x0000000060d10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000060d11000-0x0000000061571fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000061572000-0x00000000617fefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000617ff000-0x00000000617fffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000061800000-0x0000000065ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000066800000-0x00000000669fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000066e00000-0x00000000703fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f9000000-0x00000000f9ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000108fbfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0x57210018-0x57234657] usable ==> usable
[ 0.000000] e820: update [mem 0x57210018-0x57234657] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000057210017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000057210018-0x0000000057234657] usable
[ 0.000000] reserve setup_data: [mem 0x0000000057234658-0x000000005cd1bfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000005cd1c000-0x0000000060d10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000060d11000-0x0000000061571fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000061572000-0x00000000617fefff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000617ff000-0x00000000617fffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000061800000-0x0000000065ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000066800000-0x00000000669fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000066e00000-0x00000000703fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f9000000-0x00000000f9ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000108fbfffff] usable
[ 0.000000] efi: EFI v2.7 by Dell
[ 0.000000] efi: ACPI=0x617fe000 ACPI 2.0=0x617fe014 SMBIOS=0x5d5b5000 TPMFinalLog=0x6146b000 ESRT=0x5d54c718 MEMATTR=0x5733b018 MOKvar=0x5d581000 RNG=0x61747018 TPMEventLog=0x6173c018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem112: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Remove mem113: MMIO range=[0xf9000000-0xf9ffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xf9000000-0xf9ffffff] reserved
[ 0.000000] efi: Remove mem115: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] secureboot: Secure boot enabled
[ 0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[ 0.000000] SMBIOS 3.4 present.
[ 0.000000] DMI: Dell Inc. Precision 3660/0J1C3P, BIOS 1.5.2 09/08/2022
[ 0.000000] tsc: Detected 2400.000 MHz processor
[ 0.000000] tsc: Detected 2419.200 MHz TSC
[ 0.000006] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000012] last_pfn = 0x108fc00 max_arch_pfn = 0x400000000
[ 0.000016] total RAM covered: 128704M
[ 0.000079] Found optimal setting for mtrr clean up
[ 0.000080] gran_size: 64K chunk_size: 512M num_reg: 8 lose cover RAM: 0G
[ 0.000082] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[ 0.000083] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000685] e820: update [mem 0x6c000000-0xffffffff] usable ==> reserved
[ 0.000688] last_pfn = 0x61800 max_arch_pfn = 0x400000000
[ 0.004660] esrt: Reserving ESRT space from 0x000000005d54c718 to 0x000000005d54c7a0.
[ 0.004671] Using GB pages for direct mapping
[ 0.004823] secureboot: Secure boot enabled
[ 0.004823] RAMDISK: [mem 0x4839e000-0x4cf4cfff]
[ 0.004827] ACPI: Early table checksum verification disabled
[ 0.004829] ACPI: RSDP 0x00000000617FE014 000024 (v02 DELL )
[ 0.004832] ACPI: XSDT 0x000000006175E188 00013C (v01 DELL Dell Inc 00000002 01000013)
[ 0.004837] ACPI: FACP 0x00000000617EF000 000114 (v06 DELL Dell Inc 00000002 01000013)
[ 0.004840] ACPI: DSDT 0x0000000061778000 073CA7 (v02 DELL Dell Inc 00000002 01000013)
[ 0.004843] ACPI: FACS 0x000000006149B000 000040
[ 0.004844] ACPI: SSDT 0x00000000617FC000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[ 0.004846] ACPI: SSDT 0x00000000617FB000 000C3E (v02 DELL MTX_Dell 00000000 INTL 20200717)
[ 0.004848] ACPI: SSDT 0x00000000617F5000 005C55 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ 0.004850] ACPI: SSDT 0x00000000617F0000 004502 (v02 DptfTb DptfTabl 00001000 INTL 20200717)
[ 0.004852] ACPI: HPET 0x00000000617EE000 000038 (v01 DELL Dell Inc 00000002 01000013)
[ 0.004854] ACPI: APIC 0x00000000617ED000 0001DC (v05 DELL Dell Inc 00000002 01000013)
[ 0.004856] ACPI: MCFG 0x00000000617EC000 00003C (v01 DELL Dell Inc 00000002 01000013)
[ 0.004858] ACPI: SSDT 0x0000000061773000 00470C (v02 DELL DellRtd3 00001000 INTL 20200717)
[ 0.004860] ACPI: SSDT 0x0000000061770000 002B00 (v02 INTEL DTbtSsdt 00001000 INTL 20200717)
[ 0.004862] ACPI: SSDT 0x000000006176D000 002B22 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ 0.004863] ACPI: SSDT 0x000000006176B000 001293 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ 0.004865] ACPI: NHLT 0x000000006176A000 00002D (v00 DELL Dell Inc 00000002 01000013)
[ 0.004867] ACPI: SSDT 0x0000000061768000 001008 (v02 DELL UsbCTabl 00001000 INTL 20200717)
[ 0.004869] ACPI: LPIT 0x0000000061767000 0000CC (v01 DELL Dell Inc 00000002 01000013)
[ 0.004871] ACPI: WSMT 0x0000000061766000 000028 (v01 DELL Dell Inc 00000002 01000013)
[ 0.004873] ACPI: SSDT 0x0000000061765000 000B44 (v02 DELL PtidDevc 00001000 INTL 20200717)
[ 0.004875] ACPI: SSDT 0x0000000061762000 002357 (v02 DELL TbtTypeC 00000000 INTL 20200717)
[ 0.004877] ACPI: DBGP 0x0000000061761000 000034 (v01 DELL Dell Inc 00000002 01000013)
[ 0.004879] ACPI: DBG2 0x0000000061760000 000054 (v00 DELL Dell Inc 00000002 01000013)
[ 0.004881] ACPI: BOOT 0x000000006175F000 000028 (v01 DELL CBX3 00000002 01000013)
[ 0.004882] ACPI: MSDM 0x00000000617FD000 000055 (v03 DELL CBX3 06222004 AMI 00010013)
[ 0.004884] ACPI: SSDT 0x000000006175D000 00060E (v02 DELL Tpm2Tabl 00001000 INTL 20200717)
[ 0.004886] ACPI: TPM2 0x000000006175C000 00004C (v04 DELL Dell Inc 00000002 01000013)
[ 0.004888] ACPI: DMAR 0x000000006175B000 000088 (v02 INTEL Dell Inc 00000002 01000013)
[ 0.004890] ACPI: SSDT 0x0000000061757000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ 0.004892] ACPI: SSDT 0x0000000061753000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ 0.004894] ACPI: SSDT 0x0000000061752000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
[ 0.004896] ACPI: SSDT 0x0000000061750000 001AB8 (v02 DELL S1D3C 00001000 INTL 20200717)
[ 0.004898] ACPI: SSDT 0x000000006174E000 001AB8 (v02 DELL S4D3C 00001000 INTL 20200717)
[ 0.004900] ACPI: SSDT 0x000000006174C000 001BBB (v02 DELL S2D3C 00001000 INTL 20200717)
[ 0.004901] ACPI: ASF! 0x000000006174B000 000074 (v32 DELL Dell Inc 00000002 01000013)
[ 0.004904] ACPI: PHAT 0x000000006174A000 0007F8 (v01 DELL Dell Inc 00000005 MSFT 0100000D)
[ 0.004906] ACPI: BGRT 0x0000000061749000 000038 (v01 DELL Dell Inc 00000002 01000013)
[ 0.004907] ACPI: FPDT 0x0000000061748000 000034 (v01 DELL Dell Inc 00000002 01000013)
[ 0.004909] ACPI: Reserving FACP table memory at [mem 0x617ef000-0x617ef113]
[ 0.004909] ACPI: Reserving DSDT table memory at [mem 0x61778000-0x617ebca6]
[ 0.004910] ACPI: Reserving FACS table memory at [mem 0x6149b000-0x6149b03f]
[ 0.004910] ACPI: Reserving SSDT table memory at [mem 0x617fc000-0x617fc38b]
[ 0.004911] ACPI: Reserving SSDT table memory at [mem 0x617fb000-0x617fbc3d]
[ 0.004911] ACPI: Reserving SSDT table memory at [mem 0x617f5000-0x617fac54]
[ 0.004912] ACPI: Reserving SSDT table memory at [mem 0x617f0000-0x617f4501]
[ 0.004912] ACPI: Reserving HPET table memory at [mem 0x617ee000-0x617ee037]
[ 0.004913] ACPI: Reserving APIC table memory at [mem 0x617ed000-0x617ed1db]
[ 0.004913] ACPI: Reserving MCFG table memory at [mem 0x617ec000-0x617ec03b]
[ 0.004913] ACPI: Reserving SSDT table memory at [mem 0x61773000-0x6177770b]
[ 0.004914] ACPI: Reserving SSDT table memory at [mem 0x61770000-0x61772aff]
[ 0.004914] ACPI: Reserving SSDT table memory at [mem 0x6176d000-0x6176fb21]
[ 0.004915] ACPI: Reserving SSDT table memory at [mem 0x6176b000-0x6176c292]
[ 0.004915] ACPI: Reserving NHLT table memory at [mem 0x6176a000-0x6176a02c]
[ 0.004915] ACPI: Reserving SSDT table memory at [mem 0x61768000-0x61769007]
[ 0.004916] ACPI: Reserving LPIT table memory at [mem 0x61767000-0x617670cb]
[ 0.004916] ACPI: Reserving WSMT table memory at [mem 0x61766000-0x61766027]
[ 0.004917] ACPI: Reserving SSDT table memory at [mem 0x61765000-0x61765b43]
[ 0.004917] ACPI: Reserving SSDT table memory at [mem 0x61762000-0x61764356]
[ 0.004917] ACPI: Reserving DBGP table memory at [mem 0x61761000-0x61761033]
[ 0.004918] ACPI: Reserving DBG2 table memory at [mem 0x61760000-0x61760053]
[ 0.004918] ACPI: Reserving BOOT table memory at [mem 0x6175f000-0x6175f027]
[ 0.004919] ACPI: Reserving MSDM table memory at [mem 0x617fd000-0x617fd054]
[ 0.004919] ACPI: Reserving SSDT table memory at [mem 0x6175d000-0x6175d60d]
[ 0.004920] ACPI: Reserving TPM2 table memory at [mem 0x6175c000-0x6175c04b]
[ 0.004920] ACPI: Reserving DMAR table memory at [mem 0x6175b000-0x6175b087]
[ 0.004920] ACPI: Reserving SSDT table memory at [mem 0x61757000-0x6175aae9]
[ 0.004921] ACPI: Reserving SSDT table memory at [mem 0x61753000-0x617569d9]
[ 0.004921] ACPI: Reserving SSDT table memory at [mem 0x61752000-0x61752143]
[ 0.004922] ACPI: Reserving SSDT table memory at [mem 0x61750000-0x61751ab7]
[ 0.004922] ACPI: Reserving SSDT table memory at [mem 0x6174e000-0x6174fab7]
[ 0.004922] ACPI: Reserving SSDT table memory at [mem 0x6174c000-0x6174dbba]
[ 0.004923] ACPI: Reserving ASF! table memory at [mem 0x6174b000-0x6174b073]
[ 0.004923] ACPI: Reserving PHAT table memory at [mem 0x6174a000-0x6174a7f7]
[ 0.004924] ACPI: Reserving BGRT table memory at [mem 0x61749000-0x61749037]
[ 0.004924] ACPI: Reserving FPDT table memory at [mem 0x61748000-0x61748033]
[ 0.005111] No NUMA configuration found
[ 0.005111] Faking a node at [mem 0x0000000000000000-0x000000108fbfffff]
[ 0.005115] NODE_DATA(0) allocated [mem 0x108fbd5000-0x108fbfffff]
[ 0.005239] Zone ranges:
[ 0.005240] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.005241] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.005242] Normal [mem 0x0000000100000000-0x000000108fbfffff]
[ 0.005243] Device empty
[ 0.005243] Movable zone start for each node
[ 0.005244] Early memory node ranges
[ 0.005244] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.005245] node 0: [mem 0x0000000000100000-0x000000005cd1bfff]
[ 0.005246] node 0: [mem 0x00000000617ff000-0x00000000617fffff]
[ 0.005246] node 0: [mem 0x0000000100000000-0x000000108fbfffff]
[ 0.005249] Initmem setup node 0 [mem 0x0000000000001000-0x000000108fbfffff]
[ 0.005252] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.005268] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.006771] On node 0, zone DMA32: 19171 pages in unavailable ranges
[ 0.067803] On node 0, zone Normal: 26624 pages in unavailable ranges
[ 0.067810] On node 0, zone Normal: 1024 pages in unavailable ranges
[ 0.067845] Reserving Intel graphics memory at [mem 0x6c800000-0x703fffff]
[ 0.068827] ACPI: PM-Timer IO Port: 0x1808
[ 0.068833] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.068834] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.068834] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.068835] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.068835] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.068836] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.068836] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.068836] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.068837] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.068837] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.068838] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.068838] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.068838] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.068839] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.068839] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.068840] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.068840] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.068840] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.068841] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.068841] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.068842] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.068842] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.068842] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.068843] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.068879] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.068881] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.068882] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.068884] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.068885] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.068891] e820: update [mem 0x5725c000-0x57272fff] usable ==> reserved
[ 0.068896] TSC deadline timer available
[ 0.068897] smpboot: Allowing 24 CPUs, 0 hotplug CPUs
[ 0.068905] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.068906] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.068907] PM: hibernation: Registered nosave memory: [mem 0x57210000-0x57210fff]
[ 0.068908] PM: hibernation: Registered nosave memory: [mem 0x57234000-0x57234fff]
[ 0.068908] PM: hibernation: Registered nosave memory: [mem 0x5725c000-0x57272fff]
[ 0.068909] PM: hibernation: Registered nosave memory: [mem 0x5cd1c000-0x60d10fff]
[ 0.068910] PM: hibernation: Registered nosave memory: [mem 0x60d11000-0x61571fff]
[ 0.068910] PM: hibernation: Registered nosave memory: [mem 0x61572000-0x617fefff]
[ 0.068911] PM: hibernation: Registered nosave memory: [mem 0x61800000-0x65ffffff]
[ 0.068911] PM: hibernation: Registered nosave memory: [mem 0x66000000-0x667fffff]
[ 0.068912] PM: hibernation: Registered nosave memory: [mem 0x66800000-0x669fffff]
[ 0.068912] PM: hibernation: Registered nosave memory: [mem 0x66a00000-0x66dfffff]
[ 0.068912] PM: hibernation: Registered nosave memory: [mem 0x66e00000-0x703fffff]
[ 0.068913] PM: hibernation: Registered nosave memory: [mem 0x70400000-0xfed1ffff]
[ 0.068913] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[ 0.068913] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[ 0.068915] [mem 0x70400000-0xfed1ffff] available for PCI devices
[ 0.068915] Booting paravirtualized kernel on bare hardware
[ 0.068917] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.068921] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 0.069938] percpu: Embedded 86 pages/cpu s229376 r8192 d114688 u524288
[ 0.069941] pcpu-alloc: s229376 r8192 d114688 u524288 alloc=1*2097152
[ 0.069943] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[ 0.069946] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[ 0.069948] pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23
[ 0.069961] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-90-generic root=UUID=bdd40a83-1d8a-47b7-916e-cb40adfcd240 ro quiet splash vt.handoff=7
[ 0.070000] Unknown kernel command line parameters “splash BOOT_IMAGE=/boot/vmlinuz-6.8.0-90-generic”, will be passed to user space.
[ 0.073900] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.075856] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.076016] Fallback order for Node 0: 0
[ 0.076018] Built 1 zonelists, mobility grouping on. Total pages: 16436472
[ 0.076019] Policy zone: Normal
[ 0.076023] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.076028] software IO TLB: area num 32.
[ 0.156231] Memory: 65306636K/66790124K available (22528K kernel code, 4437K rwdata, 13964K rodata, 4908K init, 4804K bss, 1483228K reserved, 0K cma-reserved)
[ 0.156854] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[ 0.156872] ftrace: allocating 58192 entries in 228 pages
[ 0.162335] ftrace: allocated 228 pages with 4 groups
[ 0.162852] Dynamic Preempt: voluntary
[ 0.162919] rcu: Preemptible hierarchical RCU implementation.
[ 0.162919] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[ 0.162920] Trampoline variant of Tasks RCU enabled.
[ 0.162921] Rude variant of Tasks RCU enabled.
[ 0.162921] Tracing variant of Tasks RCU enabled.
[ 0.162922] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.162922] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 0.162934] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.162935] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.162937] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.164644] NR_IRQS: 524544, nr_irqs: 2248, preallocated irqs: 16
[ 0.164938] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.165166] Console: colour dummy device 80x25
[ 0.165167] printk: legacy console [tty0] enabled
[ 0.165196] ACPI: Core revision 20230628
[ 0.165402] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.165455] APIC: Switch to symmetric I/O mode setup
[ 0.165456] DMAR: Host address width 39
[ 0.165456] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.165461] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.165463] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.165466] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.165467] DMAR: RMRR base: 0x0000006c000000 end: 0x000000703fffff
[ 0.165469] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.165469] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.165470] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.167008] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.167009] x2apic enabled
[ 0.167060] APIC: Switched APIC routing to: cluster x2apic
[ 0.171376] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[ 0.171381] Calibrating delay loop (skipped), value calculated using timer frequency.. 4838.40 BogoMIPS (lpj=2419200)
[ 0.171425] CPU0: Thermal monitoring enabled (TM1)
[ 0.171426] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.171523] process: using mwait in idle threads
[ 0.171524] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.171525] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.171527] Spectre V1 : Mitigation: usercopy/swapgs barriers and user pointer sanitization
[ 0.171529] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.171530] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.171530] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.171531] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.171532] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.171533] Register File Data Sampling: Mitigation: Clear Register File
[ 0.171533] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.171540] x86/fpu: Supporting XSAVE feature 0x001: ‘x87 floating point registers’
[ 0.171541] x86/fpu: Supporting XSAVE feature 0x002: ‘SSE registers’
[ 0.171542] x86/fpu: Supporting XSAVE feature 0x004: ‘AVX registers’
[ 0.171542] x86/fpu: Supporting XSAVE feature 0x200: ‘Protection Keys User registers’
[ 0.171543] x86/fpu: Supporting XSAVE feature 0x800: ‘Control-flow User registers’
[ 0.171543] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.171544] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.171545] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.171545] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using ‘compacted’ format.
[ 0.172379] Freeing SMP alternatives memory: 48K
[ 0.172379] pid_max: default: 32768 minimum: 301
[ 0.172379] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity
[ 0.172379] landlock: Up and running.
[ 0.172379] Yama: becoming mindful.
[ 0.172379] AppArmor: AppArmor initialized
[ 0.172379] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.172379] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.172379] smpboot: CPU0: 12th Gen Intel(R) Core™ i9-12900 (family: 0x6, model: 0x97, stepping: 0x2)
[ 0.172379] Performance Events: XSAVE Architectural LBR, PEBS fmt4±baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.172379] core: cpu_core PMU driver:
[ 0.172379] … version: 5
[ 0.172379] … bit width: 48
[ 0.172379] … generic registers: 8
[ 0.172379] … value mask: 0000ffffffffffff
[ 0.172379] … max period: 00007fffffffffff
[ 0.172379] … fixed-purpose events: 4
[ 0.172379] … event mask: 0001000f000000ff
[ 0.172379] signal: max sigframe size: 3632
[ 0.172379] Estimated ratio of average max frequency by base frequency (times 1024): 2090
[ 0.172649] rcu: Hierarchical SRCU implementation.
[ 0.172650] rcu: Max phase no-delay instances is 400.
[ 0.173464] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.173573] smp: Bringing up secondary CPUs …
[ 0.173625] smpboot: x86: Booting SMP configuration:
[ 0.173626] … node
#0*, CPUs:* #2 #4 #6 #8 #10 #12 #14 #16 #17 #18 #19 #20 #21 #22 #23*
[ 0.007261] core: cpu_atom PMU driver:
[ 0.007261] … version: 5
[ 0.007261] … bit width: 48
[ 0.007261] … generic registers: 6
[ 0.007261] … value mask: 0000ffffffffffff
[ 0.007261] … max period: 00007fffffffffff
[ 0.007261] … fixed-purpose events: 3
[ 0.007261] … event mask: 000000070000003f
[ 0.181449]* #1 #3 #5 #7 #9 #11 #13 #15*
[ 0.185415] smp: Brought up 1 node, 24 CPUs
[ 0.185415] smpboot: Max logical packages: 1
[ 0.185415] smpboot: Total of 24 processors activated (116121.60 BogoMIPS)
[ 0.187777] devtmpfs: initialized
[ 0.187777] x86/mm: Memory block size: 2048MB
[ 0.188392] ACPI: PM: Registering ACPI NVS region [mem 0x60d11000-0x61571fff] (8785920 bytes)
[ 0.188460] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.188493] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.188548] pinctrl core: initialized pinctrl subsystem
[ 0.188778] PM: RTC time: 23:01:46, date: 2026-01-09
[ 0.189079] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.189399] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.189638] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.189884] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.189889] audit: initializing netlink subsys (disabled)
[ 0.189892] audit: type=2000 audit(1767999706.018:1): state=initialized audit_enabled=0 res=1
[ 0.189892] thermal_sys: Registered thermal governor ‘fair_share’
[ 0.189892] thermal_sys: Registered thermal governor ‘bang_bang’
[ 0.189892] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.189892] thermal_sys: Registered thermal governor ‘user_space’
[ 0.189892] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.189892] cpuidle: using governor ladder
[ 0.189892] cpuidle: using governor menu
[ 0.189892] Simple Boot Flag at 0x47 set to 0x80
[ 0.189892] ACPI FADT declares the system doesn’t support PCIe ASPM, so disable it
[ 0.189892] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.189892] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[ 0.189892] PCI: Using configuration type 1 for base access
[ 0.190403] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.190410] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.190410] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.190410] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.190410] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.190484] ACPI: Added OSI(Module Device)
[ 0.190484] ACPI: Added OSI(Processor Device)
[ 0.190484] ACPI: Added OSI(3.0 SCP Extensions)
[ 0.190484] ACPI: Added OSI(Processor Aggregator Device)
[ 0.251317] ACPI BIOS Error (bug): Failure creating named object [_SB.PC00.PEG1.PEGP.ISGX], AE_ALREADY_EXISTS (20230628/dswload2-326)
[ 0.251323] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
[ 0.251324] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.256263] ACPI: 19 ACPI AML tables successfully acquired and loaded
[ 0.268850] ACPI: Dynamic OEM Table Load:
[ 0.268858] ACPI: SSDT 0xFFFF8E20C17AB800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.269379] ACPI: Dynamic OEM Table Load:
[ 0.269379] ACPI: SSDT 0xFFFF8E20C17B7000 00053F (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.270449] ACPI: Dynamic OEM Table Load:
[ 0.270452] ACPI: SSDT 0xFFFF8E20C2BFCE00 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.271168] ACPI: Dynamic OEM Table Load:
[ 0.271172] ACPI: SSDT 0xFFFF8E20C17B6800 0004BA (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.272152] ACPI: Dynamic OEM Table Load:
[ 0.272160] ACPI: SSDT 0xFFFF8E20C17BA000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.273355] ACPI: Dynamic OEM Table Load:
[ 0.273359] ACPI: SSDT 0xFFFF8E20C17BE000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.274402] ACPI: Dynamic OEM Table Load:
[ 0.274406] ACPI: SSDT 0xFFFF8E20C17BC000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.275482] ACPI: Dynamic OEM Table Load:
[ 0.275486] ACPI: SSDT 0xFFFF8E20C303D000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.282209] ACPI: OSC evaluated successfully for all CPUs
[ 0.282278] ACPI: EC: EC started
[ 0.282279] ACPI: EC: interrupt blocked
[ 0.285409] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.285413] ACPI: _SB*.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 0.285415] ACPI: Interpreter enabled
[ 0.285478] ACPI: PM: (supports S0 S4 S5)
[ 0.285479] ACPI: Using IOAPIC for interrupt routing
[ 0.286936] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
[ 0.286938] PCI: Using E820 reservations for host bridge windows
[ 0.288313] ACPI: Enabled 9 GPEs in block 00 to 7F
[ 0.290135] ACPI: _SB.PC00.PEG1.PXP: New power resource
[ 0.547001] ACPI: _SB.PC00.XHCI.RHUB.HS14.BTRT: New power resource
[ 0.556049] ACPI: _SB.PC00.CNVW.WRST: New power resource
[ 0.557984] ACPI: _SB.PC00.RP05.PXP: New power resource
[ 0.567207] ACPI: _SB.PC00.RP25.PXP_: New power resource
[ 0.584808] ACPI: \PIN_: New power resource
[ 0.585442] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.585447] acpi PNP0A08:00: OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.589174] acpi PNP0A08:00: OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.589176] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.593469] PCI host bridge to bus 0000:00
[ 0.593471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.593473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.593474] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.593475] pci_bus 0000:00: root bus resource [mem 0x70400000-0xbfffffff window]
[ 0.593476] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.593478] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.593578] pci 0000:00:00.0: [8086:4660] type 00 class 0x060000 conventional PCI endpoint
[ 0.593692] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400 PCIe Root Port
[ 0.593703] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.593705] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.593707] pci 0000:00:01.0: bridge window [mem 0x71000000-0x720fffff]
[ 0.593711] pci 0000:00:01.0: bridge window [mem 0x6000000000-0x6011ffffff 64bit pref]
[ 0.593745] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.593764] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[ 0.594322] pci 0000:00:02.0: [8086:4680] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.594334] pci 0000:00:02.0: BAR 0 [mem 0x6012000000-0x6012ffffff 64bit]
[ 0.594337] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.594338] pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
[ 0.594347] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.594349] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.594371] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[ 0.594372] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[ 0.594374] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[ 0.594375] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[ 0.594494] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000 conventional PCI endpoint
[ 0.594522] pci 0000:00:04.0: BAR 0 [mem 0x6013100000-0x601311ffff 64bit]
[ 0.594784] pci 0000:00:06.0: [8086:464d] type 01 class 0x060400 PCIe Root Port
[ 0.594800] pci 0000:00:06.0: PCI bridge to [bus 02]
[ 0.594807] pci 0000:00:06.0: bridge window [mem 0x72200000-0x722fffff]
[ 0.594859] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.594887] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.595500] pci 0000:00:08.0: [8086:464f] type 00 class 0x088000 conventional PCI endpoint
[ 0.595515] pci 0000:00:08.0: BAR 0 [mem 0x6013140000-0x6013140fff 64bit]
[ 0.595624] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.595662] pci 0000:00:14.0: BAR 0 [mem 0x6013120000-0x601312ffff 64bit]
[ 0.595704] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.596201] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000 conventional PCI endpoint
[ 0.596247] pci 0000:00:14.2: BAR 0 [mem 0x6013138000-0x601313bfff 64bit]
[ 0.596251] pci 0000:00:14.2: BAR 2 [mem 0x601313f000-0x601313ffff 64bit]
[ 0.596350] pci 0000:00:14.3: [8086:7af0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[ 0.596398] pci 0000:00:14.3: BAR 0 [mem 0x6013134000-0x6013137fff 64bit]
[ 0.596474] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[ 0.596790] pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.596890] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.606695] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000 conventional PCI endpoint
[ 0.606744] pci 0000:00:16.0: BAR 0 [mem 0x601313d000-0x601313dfff 64bit]
[ 0.606793] pci 0000:00:16.0: PME# supported from D3hot
[ 0.607082] pci 0000:00:16.3: [8086:7aeb] type 00 class 0x070002 conventional PCI endpoint
[ 0.607117] pci 0000:00:16.3: BAR 0 [io 0x4088-0x408f]
[ 0.607119] pci 0000:00:16.3: BAR 1 [mem 0x723a5000-0x723a5fff]
[ 0.607221] pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601 conventional PCI endpoint
[ 0.607257] pci 0000:00:17.0: BAR 0 [mem 0x723a0000-0x723a1fff]
[ 0.607259] pci 0000:00:17.0: BAR 1 [mem 0x723a4000-0x723a40ff]
[ 0.607261] pci 0000:00:17.0: BAR 2 [io 0x4080-0x4087]
[ 0.607263] pci 0000:00:17.0: BAR 3 [io 0x4090-0x4093]
[ 0.607264] pci 0000:00:17.0: BAR 4 [io 0x4060-0x407f]
[ 0.607266] pci 0000:00:17.0: BAR 5 [mem 0x723a3000-0x723a37ff]
[ 0.607299] pci 0000:00:17.0: PME# supported from D3hot
[ 0.607608] pci 0000:00:1c.0: [8086:7ab9] type 01 class 0x060400 PCIe Root Port
[ 0.607631] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.607637] pci 0000:00:1c.0: bridge window [mem 0x72100000-0x721fffff]
[ 0.607717] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.607760] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 0.608429] pci 0000:00:1f.0: [8086:7a88] type 00 class 0x060100 conventional PCI endpoint
[ 0.608831] pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300 conventional PCI endpoint
[ 0.608928] pci 0000:00:1f.3: BAR 0 [mem 0x6013130000-0x6013133fff 64bit]
[ 0.608940] pci 0000:00:1f.3: BAR 4 [mem 0x6013000000-0x60130fffff 64bit]
[ 0.609029] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.609370] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.609418] pci 0000:00:1f.4: BAR 0 [mem 0x601313c000-0x601313c0ff 64bit]
[ 0.609425] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 0.609673] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.609778] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 0.609887] pci 0000:00:1f.6: [8086:1a1c] type 00 class 0x020000 conventional PCI endpoint
[ 0.609966] pci 0000:00:1f.6: BAR 0 [mem 0x72380000-0x7239ffff]
[ 0.610039] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.610294] pci 0000:01:00.0: [10de:2571] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.610314] pci 0000:01:00.0: BAR 0 [mem 0x71000000-0x71ffffff]
[ 0.610316] pci 0000:01:00.0: BAR 1 [mem 0x6000000000-0x600fffffff 64bit pref]
[ 0.610318] pci 0000:01:00.0: BAR 3 [mem 0x6010000000-0x6011ffffff 64bit pref]
[ 0.610319] pci 0000:01:00.0: BAR 5 [io 0x3000-0x307f]
[ 0.610321] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 0.610360] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 0.610649] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300 PCIe Endpoint
[ 0.610667] pci 0000:01:00.1: BAR 0 [mem 0x72000000-0x72003fff]
[ 0.610750] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.611390] pci 0000:02:00.0: [1c5c:1959] type 00 class 0x010802 PCIe Endpoint
[ 0.611413] pci 0000:02:00.0: BAR 0 [mem 0x72200000-0x72203fff 64bit]
[ 0.611572] pci 0000:00:06.0: PCI bridge to [bus 02]
[ 0.611649] pci 0000:03:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
[ 0.611707] pci 0000:03:00.0: BAR 1 [mem 0x72100000-0x72100fff]
[ 0.611809] pci 0000:03:00.0: supports D1 D2
[ 0.611810] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.612021] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 1.077602] Low-power S0 idle used by default for system suspend
[ 1.085598] ACPI: EC: interrupt unblocked
[ 1.085599] ACPI: EC: event unblocked
[ 1.085610] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 1.085611] ACPI: EC: GPE=0x6e
[ 1.085612] ACPI: _SB
.PC00.LPCB.ECDV: Boot DSDT EC initialization complete
[ 1.085614] ACPI: _SB.PC00.LPCB.ECDV: EC: Used to handle transactions and events
[ 1.085696] iommu: Default domain type: Translated
[ 1.085696] iommu: DMA domain TLB invalidation policy: lazy mode
[ 1.085696] SCSI subsystem initialized
[ 1.085696] libata version 3.00 loaded.
[ 1.085696] ACPI: bus type USB registered
[ 1.085696] usbcore: registered new interface driver usbfs
[ 1.085696] usbcore: registered new interface driver hub
[ 1.085696] usbcore: registered new device driver usb
[ 1.085696] pps_core: LinuxPPS API ver. 1 registered
[ 1.085696] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.085696] PTP clock support registered
[ 1.085696] EDAC MC: Ver: 3.0.0
[ 1.086411] efivars: Registered efivars operations
[ 1.086590] NetLabel: Initializing
[ 1.086591] NetLabel: domain hash size = 128
[ 1.086592] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.086608] NetLabel: unlabeled traffic allowed by default
[ 1.086622] mctp: management component transport protocol core
[ 1.086622] NET: Registered PF_MCTP protocol family
[ 1.086622] PCI: Using ACPI for IRQ routing
[ 1.109794] PCI: pci_cache_line_size set to 64 bytes
[ 1.109837] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can’t claim; no compatible bridge window
[ 1.109883] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 1.109884] e820: reserve RAM buffer [mem 0x57210018-0x57ffffff]
[ 1.109885] e820: reserve RAM buffer [mem 0x5725c000-0x57ffffff]
[ 1.109886] e820: reserve RAM buffer [mem 0x5cd1c000-0x5fffffff]
[ 1.109887] e820: reserve RAM buffer [mem 0x61800000-0x63ffffff]
[ 1.109887] e820: reserve RAM buffer [mem 0x108fc00000-0x108fffffff]
[ 1.110384] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 1.110385] pci 0000:00:02.0: vgaarb: bridge control possible
[ 1.110386] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 1.110389] pci 0000:01:00.0: vgaarb: bridge control possible
[ 1.110390] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 1.110391] vgaarb: loaded
[ 1.110441] clocksource: Switched to clocksource tsc-early
[ 1.110694] VFS: Disk quotas dquot_6.6.0
[ 1.110705] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.110807] AppArmor: AppArmor Filesystem Enabled
[ 1.110828] pnp: PnP ACPI init
[ 1.111024] system 00:00: [io 0x0680-0x069f] has been reserved
[ 1.111026] system 00:00: [io 0x164e-0x164f] has been reserved
[ 1.111137] system 00:02: [io 0x1854-0x1857] has been reserved
[ 1.112228] pnp 00:03: [dma 0 disabled]
[ 1.113977] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 1.113998] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ 1.114000] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 1.114001] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 1.114003] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 1.114004] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 1.114005] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 1.114006] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[ 1.114595] system 00:05: [io 0x2000-0x20fe] has been reserved
[ 1.117499] pnp: PnP ACPI: found 7 devices
[ 1.122915] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.122964] NET: Registered PF_INET protocol family
[ 1.123138] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.135630] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 1.135675] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.135982] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 1.136470] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.136553] TCP: Hash tables configured (established 524288 bind 65536)
[ 1.136770] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[ 1.136889] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.137025] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.137142] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.137149] NET: Registered PF_XDP protocol family
[ 1.137151] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can’t claim; no compatible bridge window
[ 1.137156] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[ 1.137165] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[ 1.137168] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[ 1.137170] pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
[ 1.137185] resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
[ 1.137187] pci 0000:00:1f.5: BAR 0 [mem 0x70400000-0x70400fff]: assigned
[ 1.137198] pci 0000:01:00.0: ROM [mem 0x72080000-0x720fffff pref]: assigned
[ 1.137200] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.137201] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 1.137204] pci 0000:00:01.0: bridge window [mem 0x71000000-0x720fffff]
[ 1.137205] pci 0000:00:01.0: bridge window [mem 0x6000000000-0x6011ffffff 64bit pref]
[ 1.137208] pci 0000:00:06.0: PCI bridge to [bus 02]
[ 1.137211] pci 0000:00:06.0: bridge window [mem 0x72200000-0x722fffff]
[ 1.137214] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 1.137225] pci 0000:00:1c.0: bridge window [mem 0x72100000-0x721fffff]
[ 1.137231] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 1.137233] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 1.137234] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 1.137235] pci_bus 0000:00: resource 7 [mem 0x70400000-0xbfffffff window]
[ 1.137236] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[ 1.137237] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 1.137238] pci_bus 0000:01: resource 1 [mem 0x71000000-0x720fffff]
[ 1.137239] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6011ffffff 64bit pref]
[ 1.137240] pci_bus 0000:02: resource 1 [mem 0x72200000-0x722fffff]
[ 1.137241] pci_bus 0000:03: resource 1 [mem 0x72100000-0x721fffff]
[ 1.137718] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 1.137743] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 1.137760] PCI: CLS 0 bytes, default 64
[ 1.137796] DMAR: No ATSR found
[ 1.137796] DMAR: No SATC found
[ 1.137798] DMAR: IOMMU feature fl1gp_support inconsistent
[ 1.137798] DMAR: IOMMU feature pgsel_inv inconsistent
[ 1.137799] DMAR: IOMMU feature nwfs inconsistent
[ 1.137800] DMAR: IOMMU feature dit inconsistent
[ 1.137801] DMAR: IOMMU feature sc_support inconsistent
[ 1.137801] DMAR: IOMMU feature dev_iotlb_support inconsistent
[ 1.137802] DMAR: dmar0: Using Queued invalidation
[ 1.137804] DMAR: dmar1: Using Queued invalidation
[ 1.137857] Trying to unpack rootfs image as initramfs…
[ 1.138238] pci 0000:00:02.0: Adding to iommu group 0
[ 1.138602] pci 0000:00:00.0: Adding to iommu group 1
[ 1.138611] pci 0000:00:01.0: Adding to iommu group 2
[ 1.138619] pci 0000:00:04.0: Adding to iommu group 3
[ 1.138626] pci 0000:00:06.0: Adding to iommu group 4
[ 1.138632] pci 0000:00:08.0: Adding to iommu group 5
[ 1.138645] pci 0000:00:14.0: Adding to iommu group 6
[ 1.138651] pci 0000:00:14.2: Adding to iommu group 6
[ 1.138658] pci 0000:00:14.3: Adding to iommu group 7
[ 1.138667] pci 0000:00:15.0: Adding to iommu group 8
[ 1.138678] pci 0000:00:16.0: Adding to iommu group 9
[ 1.138685] pci 0000:00:16.3: Adding to iommu group 9
[ 1.138691] pci 0000:00:17.0: Adding to iommu group 10
[ 1.138707] pci 0000:00:1c.0: Adding to iommu group 11
[ 1.138725] pci 0000:00:1f.0: Adding to iommu group 12
[ 1.138732] pci 0000:00:1f.3: Adding to iommu group 12
[ 1.138739] pci 0000:00:1f.4: Adding to iommu group 12
[ 1.138745] pci 0000:00:1f.5: Adding to iommu group 12
[ 1.138752] pci 0000:00:1f.6: Adding to iommu group 12
[ 1.138764] pci 0000:01:00.0: Adding to iommu group 13
[ 1.138773] pci 0000:01:00.1: Adding to iommu group 13
[ 1.138780] pci 0000:02:00.0: Adding to iommu group 14
[ 1.138795] pci 0000:03:00.0: Adding to iommu group 15
[ 1.140625] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 1.140627] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.140628] software IO TLB: mapped [mem 0x000000004dafc000-0x0000000051afc000] (64MB)
[ 1.141626] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[ 1.141763] clocksource: Switched to clocksource tsc
[ 1.142534] Initialise system trusted keyrings
[ 1.142542] Key type blacklist registered
[ 1.142594] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[ 1.142601] zbud: loaded
[ 1.142786] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.142870] fuse: init (API version 7.39)
[ 1.143038] integrity: Platform Keyring initialized
[ 1.143043] integrity: Machine keyring initialized
[ 1.151200] Key type asymmetric registered
[ 1.151201] Asymmetric key parser ‘x509’ registered
[ 1.151218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 1.151292] io scheduler mq-deadline registered
[ 1.155730] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[ 1.155796] pcieport 0000:00:01.0: AER: enabled with IRQ 122
[ 1.156009] pcieport 0000:00:06.0: PME: Signaling with IRQ 123
[ 1.156052] pcieport 0000:00:06.0: AER: enabled with IRQ 123
[ 1.156288] pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
[ 1.156339] pcieport 0000:00:1c.0: AER: enabled with IRQ 124
[ 1.156434] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.157612] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 1.157648] ACPI: button: Power Button [PBTN]
[ 1.157668] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 1.157681] ACPI: button: Sleep Button [SBTN]
[ 1.162163] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.184536] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.188779] serial 0000:00:16.3: enabling device (0000 → 0003)
[ 1.210122] 0000:00:16.3: ttyS4 at I/O 0x4088 (irq = 19, base_baud = 115200) is a 16550A
[ 1.210320] hpet_acpi_add: no address or irqs in _CRS
[ 1.210338] Linux agpgart interface v0.103
[ 1.217106] tpm_tis NTC0702:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[ 1.234990] loop: module loaded
[ 1.235377] ACPI: bus type drm_connector registered
[ 1.235518] tun: Universal TUN/TAP device driver, 1.6
[ 1.235543] PPP generic driver version 2.4.2
[ 1.235608] i8042: PNP: No PS/2 controller found.
[ 1.235636] mousedev: PS/2 mouse device common for all mice
[ 1.235691] rtc_cmos 00:01: RTC can wake from S4
[ 1.236774] rtc_cmos 00:01: registered as rtc0
[ 1.236971] rtc_cmos 00:01: setting system clock to 2026-01-09T23:01:47 UTC (1767999707)
[ 1.237000] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 1.237005] i2c_dev: i2c /dev entries driver
[ 1.238178] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 1.238187] device-mapper: uevent: version 1.0.3
[ 1.238224] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 1.238228] intel_pstate: Intel P-state driver initializing
[ 1.240214] intel_pstate: HWP enabled
[ 1.244421] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.244533] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[ 1.245322] fbcon: Deferring console take-over
[ 1.245324] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 1.245411] drop_monitor: Initializing network drop monitor service
[ 1.245489] NET: Registered PF_INET6 protocol family
[ 1.333009] Freeing initrd memory: 77500K
[ 1.338458] Segment Routing with IPv6
[ 1.338475] In-situ OAM (IOAM) with IPv6
[ 1.338502] NET: Registered PF_PACKET protocol family
[ 1.338622] Key type dns_resolver registered
[ 1.340951] ENERGY_PERF_BIAS: Set to ‘normal’, was ‘performance’
[ 1.342114] microcode: Current revision: 0x0000003a
[ 1.342116] microcode: Updated early from: 0x0000001e
[ 1.343126] IPI shorthand broadcast: enabled
[ 1.343847] sched_clock: Marking stable (1337000772, 6261077)->(1414843624, -71581775)
[ 1.344275] registered taskstats version 1
[ 1.345533] Loading compiled-in X.509 certificates
[ 1.345797] Loaded X.509 cert ‘Build time autogenerated kernel key: 3d918248d9daca77d8f4d977f540ff40fbccf81c’
[ 1.346007] Loaded X.509 cert ‘Canonical Ltd. Live Patch Signing 2025 Kmod: d541cef61dc7e793b7eb7e899970a2eef0b5dc8c’
[ 1.346223] Loaded X.509 cert ‘Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969’
[ 1.346442] Loaded X.509 cert ‘Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19’
[ 1.346442] blacklist: Loading compiled-in revocation X.509 certificates
[ 1.346454] Loaded X.509 cert ‘Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0’
[ 1.346461] Loaded X.509 cert ‘Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03’
[ 1.346467] Loaded X.509 cert ‘Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b’
[ 1.346473] Loaded X.509 cert ‘Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8’
[ 1.346479] Loaded X.509 cert ‘Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d’
[ 1.346485] Loaded X.509 cert ‘Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c’
[ 1.346491] Loaded X.509 cert ‘Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af’
[ 1.346496] Loaded X.509 cert ‘Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9’
[ 1.347995] Key type .fscrypt registered
[ 1.347996] Key type fscrypt-provisioning registered
[ 1.348022] Key type trusted registered
[ 1.360446] Key type encrypted registered
[ 1.360449] AppArmor: AppArmor sha256 policy hashing enabled
[ 1.360510] integrity: Loading X.509 certificate: UEFI:db
[ 1.360527] integrity: Loaded X.509 cert ‘Dell Inc.: Dell Bios DB Key: 637fa7a9f74471b406de0511557071fd41dd5487’
[ 1.360528] integrity: Loading X.509 certificate: UEFI:db
[ 1.360542] integrity: Loaded X.509 cert ‘Dell Inc.: Dell Bios FW Aux Authority 2018: dd4df7c3f5ce7e5a77847915abc37b031f6b10bd’
[ 1.360543] integrity: Loading X.509 certificate: UEFI:db
[ 1.360559] integrity: Loaded X.509 cert ‘Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53’
[ 1.360560] integrity: Loading X.509 certificate: UEFI:db
[ 1.360575] integrity: Loaded X.509 cert ‘Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4’
[ 1.360601] integrity: Revoking X.509 certificate: UEFI:dbx
[ 1.360617] blacklist: Revoked X.509 cert ‘Microsoft Windows PCA 2010: d14fa98a0708cef4241898e500fff3d6791d37bc’
[ 1.361275] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[ 1.361501] integrity: Loaded X.509 cert ‘Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63’
[ 1.361505] Loading compiled-in module X.509 certificates
[ 1.362005] Loaded X.509 cert ‘Build time autogenerated kernel key: 3d918248d9daca77d8f4d977f540ff40fbccf81c’
[ 1.362008] ima: Allocated hash algorithm: sha256
[ 1.390345] evm: Initialising EVM extended attributes:
[ 1.390347] evm: security.selinux
[ 1.390349] evm: security.SMACK64
[ 1.390351] evm: security.SMACK64EXEC
[ 1.390353] evm: security.SMACK64TRANSMUTE
[ 1.390354] evm: security.SMACK64MMAP
[ 1.390356] evm: security.apparmor
[ 1.390357] evm: security.ima
[ 1.390359] evm: security.capability
[ 1.390360] evm: HMAC attrs: 0x1
[ 1.390373] audit: type=1807 audit(1767999707.652:2): action=measure func=KEXEC_KERNEL_CHECK res=1
[ 1.390386] audit: type=1807 audit(1767999707.652:3): action=measure func=MODULE_CHECK res=1
[ 1.390936] PM: Magic number: 10:48:49
[ 1.396783] RAS: Correctable Errors collector initialized.
[ 1.396846] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[ 1.396931] clk: Disabling unused clocks
[ 1.409849] Freeing unused decrypted memory: 2028K
[ 1.410487] Freeing unused kernel image (initmem) memory: 4908K
[ 1.410488] Write protecting the kernel read-only data: 36864k
[ 1.410978] Freeing unused kernel image (rodata/data gap) memory: 372K
[ 1.416644] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.416655] Run /init as init process
[ 1.416657] with arguments:
[ 1.416657] /init
[ 1.416658] splash
[ 1.416658] with environment:
[ 1.416659] HOME=/
[ 1.416659] TERM=linux
[ 1.416660] BOOT_IMAGE=/boot/vmlinuz-6.8.0-90-generic
[ 1.473459] wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found
[ 1.497014] rtsx_pci 0000:03:00.0: enabling device (0000 → 0002)
[ 1.501928] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.501931] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.502172] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.522611] i801_smbus 0000:00:1f.4: enabling device (0000 → 0003)
[ 1.523603] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 1.523650] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.523671] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 1.523745] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.523844] ahci 0000:00:17.0: version 3.0
[ 1.524485] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x1f impl SATA mode
[ 1.524495] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds
[ 1.525104] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 1.526048] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.526053] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.526246] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 1.526518] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[ 1.526530] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.526534] usb usb1: Product: xHCI Host Controller
[ 1.526537] usb usb1: Manufacturer: Linux 6.8.0-90-generic xhci-hcd
[ 1.526540] usb usb1: SerialNumber: 0000:00:14.0
[ 1.527168] hub 1-0:1.0: USB hub found
[ 1.527210] hub 1-0:1.0: 16 ports detected
[ 1.537493] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[ 1.537495] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.537496] usb usb2: Product: xHCI Host Controller
[ 1.537496] usb usb2: Manufacturer: Linux 6.8.0-90-generic xhci-hcd
[ 1.537497] usb usb2: SerialNumber: 0000:00:14.0
[ 1.537563] hub 2-0:1.0: USB hub found
[ 1.537581] hub 2-0:1.0: 9 ports detected
[ 1.538779] scsi host0: ahci
[ 1.538843] scsi host1: ahci
[ 1.538880] scsi host2: ahci
[ 1.538918] scsi host3: ahci
[ 1.538958] scsi host4: ahci
[ 1.538995] scsi host5: ahci
[ 1.539031] scsi host6: ahci
[ 1.539070] scsi host7: ahci
[ 1.539089] ata1: SATA max UDMA/133 abar m2048@0x723a3000 port 0x723a3100 irq 127 lpm-pol 0
[ 1.539091] ata2: SATA max UDMA/133 abar m2048@0x723a3000 port 0x723a3180 irq 127 lpm-pol 0
[ 1.539092] ata3: SATA max UDMA/133 abar m2048@0x723a3000 port 0x723a3200 irq 127 lpm-pol 0
[ 1.539093] ata4: SATA max UDMA/133 abar m2048@0x723a3000 port 0x723a3280 irq 127 lpm-pol 0
[ 1.539095] ata5: SATA max UDMA/133 abar m2048@0x723a3000 port 0x723a3300 irq 127 lpm-pol 0
[ 1.539095] ata6: DUMMY
[ 1.539096] ata7: DUMMY
[ 1.539096] ata8: DUMMY
[ 1.577236] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 1.623332] i2c i2c-0: 2/4 memory slots populated (from DMI)
[ 1.623333] i2c i2c-0: Memory type 0x22 not supported yet, not instantiating SPD
[ 1.641533] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) cc:96:e5:03:19:10
[ 1.641536] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 1.641669] e1000e 0000:00:1f.6 eth0: MAC: 15, PHY: 12, PBA No: FFFFFF-0FF
[ 1.782283] usb 1-9: new low-speed USB device number 2 using xhci_hcd
[ 1.850435] ata4: SATA link down (SStatus 4 SControl 300)
[ 1.850651] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.850735] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.850804] ata2: SATA link down (SStatus 4 SControl 300)
[ 1.851016] ata3: SATA link down (SStatus 4 SControl 300)
[ 1.855124] ata5.00: ATAPI: HL-DT-ST DVD+/-RW GU90N, A1C6, max UDMA/100
[ 1.859351] ata5.00: configured for UDMA/100
[ 1.879235] ata1.00: ATA-10: ST2000DM008-2FR102, 1003, max UDMA/133
[ 1.888425] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.912407] usb 1-9: New USB device found, idVendor=413c, idProduct=301a, bcdDevice= 1.00
[ 1.912418] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.912422] usb 1-9: Product: Dell MS116 USB Optical Mouse
[ 1.912426] usb 1-9: Manufacturer: PixArt
[ 1.948939] ata1.00: configured for UDMA/133
[ 1.949354] scsi 0:0:0:0: Direct-Access ATA ST2000DM008-2FR1 1003 PQ: 0 ANSI: 5
[ 1.950229] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.950470] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 1.950481] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.950516] sd 0:0:0:0: [sda] Write Protect is off
[ 1.950526] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.950578] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 1.950665] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 1.952998] scsi 4:0:0:0: CD-ROM HL-DT-ST DVD±RW GU90N A1C6 PQ: 0 ANSI: 5
[ 1.990209] sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.990218] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.006347] sda: sda1 sda2 sda3 sda4
[ 2.007017] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.007734] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 2.007986] sr 4:0:0:0: Attached scsi generic sg1 type 5
[ 2.020023] intel-lpss 0000:00:15.0: enabling device (0000 → 0002)
[ 2.020611] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 2.023329] usb 2-8: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.023957] nvme 0000:02:00.0: platform quirk: setting simple suspend
[ 2.024148] nvme nvme0: pci function 0000:02:00.0
[ 2.029325] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 2.037420] usb 2-8: New USB device found, idVendor=125f, idProduct=312b, bcdDevice= 1.00
[ 2.037427] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.037430] usb 2-8: Product: ADATA USB Flash Drive
[ 2.037434] usb 2-8: Manufacturer: ADATA
[ 2.037446] usb 2-8: SerialNumber: 1510923440160001
[ 2.044102] nvme nvme0: 24/0/0 default/read/poll queues
[ 2.048726] nvme0n1: p1 p2
[ 2.149284] usb 1-10: new low-speed USB device number 3 using xhci_hcd
[ 2.283783] usb 1-10: New USB device found, idVendor=413c, idProduct=2113, bcdDevice= 1.10
[ 2.283795] usb 1-10: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 2.283800] usb 1-10: Product: Dell KB216 Wired Keyboard
[ 2.399354] usb 1-14: new full-speed USB device number 4 using xhci_hcd
[ 2.527603] usb 1-14: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
[ 2.527617] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.550713] usb-storage 2-8:1.0: USB Mass Storage device detected
[ 2.551011] scsi host8: usb-storage 2-8:1.0
[ 2.551151] usbcore: registered new interface driver usb-storage
[ 2.554215] hid: raw HID events driver (C) Jiri Kosina
[ 2.556521] usbcore: registered new interface driver uas
[ 2.570225] usbcore: registered new interface driver usbhid
[ 2.570230] usbhid: USB HID core driver
[ 2.580221] input: PixArt Dell MS116 USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:413C:301A.0001/input/input2
[ 2.580318] hid-generic 0003:413C:301A.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-0000:00:14.0-9/input0
[ 2.580477] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:413C:2113.0002/input/input3
[ 2.632860] hid-generic 0003:413C:2113.0002: input,hidraw1: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:00:14.0-10/input0
[ 2.633213] input: Dell KB216 Wired Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:413C:2113.0003/input/input4
[ 2.684618] input: Dell KB216 Wired Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:413C:2113.0003/input/input5
[ 2.685015] hid-generic 0003:413C:2113.0003: input,hidraw2: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:00:14.0-10/input1
[ 2.751224] fbcon: Taking over console
[ 2.759711] Console: switching to colour frame buffer device 240x67
[ 2.772887] EXT4-fs (nvme0n1p2): mounted filesystem bdd40a83-1d8a-47b7-916e-cb40adfcd240 ro with ordered data mode. Quota mode: none.
[ 2.839044] systemd[1]: Inserted module ‘autofs4’
[ 2.860230] systemd[1]: systemd 249.11-0ubuntu3.17 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 2.860343] systemd[1]: Detected architecture x86-64.
[ 2.860636] systemd[1]: Hostname set to .
[ 2.861516] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[ 2.886390] block nvme0n1: the capability attribute has been deprecated.
[ 2.906251] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 2.914147] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name ‘RestartMode’ in section ‘Service’, ignoring.
[ 2.936191] systemd[1]: Queued start job for default target Graphical Interface.
[ 2.953478] systemd[1]: Created slice Slice /system/modprobe.
[ 2.953597] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 2.953666] systemd[1]: Created slice User and Session Slice.
[ 2.953690] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.953761] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.953782] systemd[1]: Reached target User and Group Name Lookups.
[ 2.953787] systemd[1]: Reached target Remote File Systems.
[ 2.953792] systemd[1]: Reached target Slice Units.
[ 2.953798] systemd[1]: Reached target Mounting snaps.
[ 2.953806] systemd[1]: Reached target Local Verity Protected Volumes.
[ 2.953851] systemd[1]: Listening on Syslog Socket.
[ 2.953878] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 2.953898] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 2.953954] systemd[1]: Listening on Journal Audit Socket.
[ 2.953978] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.954006] systemd[1]: Listening on Journal Socket.
[ 2.954043] systemd[1]: Listening on udev Control Socket.
[ 2.954067] systemd[1]: Listening on udev Kernel Socket.
[ 2.954388] systemd[1]: Mounting Huge Pages File System…
[ 2.954717] systemd[1]: Mounting POSIX Message Queue File System…
[ 2.955087] systemd[1]: Mounting Kernel Debug File System…
[ 2.955396] systemd[1]: Mounting Kernel Trace File System…
[ 2.956616] systemd[1]: Starting Journal Service…
[ 2.957025] systemd[1]: Starting Set the console keyboard layout…
[ 2.957376] systemd[1]: Starting Create List of Static Device Nodes…
[ 2.957709] systemd[1]: Starting Load Kernel Module configfs…
[ 2.958047] systemd[1]: Starting Load Kernel Module drm…
[ 2.958369] systemd[1]: Starting Load Kernel Module efi_pstore…
[ 2.958677] systemd[1]: Starting Load Kernel Module fuse…
[ 2.958738] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 2.959383] systemd[1]: Starting Load Kernel Modules…
[ 2.959723] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 2.960051] systemd[1]: Starting Coldplug All udev Devices…
[ 2.960543] systemd[1]: Mounted Huge Pages File System.
[ 2.960578] systemd[1]: Mounted POSIX Message Queue File System.
[ 2.960602] systemd[1]: Mounted Kernel Debug File System.
[ 2.960620] systemd[1]: Mounted Kernel Trace File System.
[ 2.960737] systemd[1]: Finished Create List of Static Device Nodes.
[ 2.960832] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 2.960919] systemd[1]: Finished Load Kernel Module configfs.
[ 2.960990] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 2.961070] systemd[1]: Finished Load Kernel Module drm.
[ 2.961136] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 2.961214] systemd[1]: Finished Load Kernel Module fuse.
[ 2.961526] systemd[1]: Mounting FUSE Control File System…
[ 2.961829] systemd[1]: Mounting Kernel Configuration File System…
[ 2.962747] systemd[1]: Mounted Kernel Configuration File System.
[ 2.963003] systemd[1]: Mounted FUSE Control File System.
[ 2.969141] pstore: Using crash dump compression: deflate
[ 2.971901] pstore: Registered efi_pstore as persistent store backend
[ 2.972184] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 2.972295] systemd[1]: Finished Load Kernel Module efi_pstore.
[ 2.976750] systemd[1]: Started Journal Service.
[ 2.977074] lp: driver loaded but no devices found
[ 2.978109] EXT4-fs (nvme0n1p2): re-mounted bdd40a83-1d8a-47b7-916e-cb40adfcd240 r/w. Quota mode: none.
[ 2.981103] systemd-journald[485]: Received client request to flush runtime journal.
[ 2.981335] Adding 2097148k swap on /swapfile. Priority:-2 extents:16 across:732037120k SS
[ 2.981681] ppdev: user-space parallel port driver
[ 2.992058] loop0: detected capacity change from 0 to 8
[ 2.992418] loop1: detected capacity change from 0 to 130608
[ 2.992842] loop2: detected capacity change from 0 to 130608
[ 2.993609] loop3: detected capacity change from 0 to 151456
[ 2.993846] loop4: detected capacity change from 0 to 151456
[ 2.994599] loop5: detected capacity change from 0 to 136896
[ 2.995111] loop6: detected capacity change from 0 to 136896
[ 2.995646] loop7: detected capacity change from 0 to 513184
[ 2.996892] loop8: detected capacity change from 0 to 513656
[ 2.997745] loop10: detected capacity change from 0 to 716176
[ 2.997813] loop9: detected capacity change from 0 to 716168
[ 2.997942] loop11: detected capacity change from 0 to 1056784
[ 2.998255] loop12: detected capacity change from 0 to 1057184
[ 2.999168] loop13: detected capacity change from 0 to 1266192
[ 2.999275] loop14: detected capacity change from 0 to 1371720
[ 2.999617] loop15: detected capacity change from 0 to 187776
[ 3.000687] loop16: detected capacity change from 0 to 808920
[ 3.001162] loop17: detected capacity change from 0 to 595504
[ 3.001416] loop18: detected capacity change from 0 to 26472
[ 3.001824] loop19: detected capacity change from 0 to 24984
[ 3.002751] loop20: detected capacity change from 0 to 104296
[ 3.003074] loop21: detected capacity change from 0 to 98480
[ 3.003627] loop22: detected capacity change from 0 to 1136
[ 3.004068] loop23: detected capacity change from 0 to 1152
[ 3.004989] loop24: detected capacity change from 0 to 924288
[ 3.005203] loop25: detected capacity change from 0 to 991496
[ 3.087631] Consider using thermal netlink events interface
[ 3.095311] mei_me 0000:00:16.0: enabling device (0000 → 0002)
[ 3.097083] input: Intel HID events as /devices/platform/INTC1070:00/input/input6
[ 3.097952] intel-hid INTC1070:00: platform supports 5 button array
[ 3.097964] input: Intel HID 5 button array as /devices/platform/INTC1070:00/input/input7
[ 3.127220] ACPI: battery: new extension: Dell DDV Battery Extension
[ 3.172749] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.172845] Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 3.172918] Loaded X.509 cert ‘wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600’
[ 3.596005] scsi 8:0:0:0: Direct-Access ADATA USB Flash Drive 0.00 PQ: 0 ANSI: 6
[ 3.596217] sd 8:0:0:0: Attached scsi generic sg2 type 0
[ 3.597295] sd 8:0:0:0: [sdb] 30344192 512-byte logical blocks: (15.5 GB/14.5 GiB)
[ 3.597999] sd 8:0:0:0: [sdb] Write Protect is off
[ 3.598004] sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 3.598537] sd 8:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[ 3.602242] sdb: sdb1
[ 3.602511] sd 8:0:0:0: [sdb] Attached SCSI removable disk
[ 4.220439] Creating 1 MTD partitions on “0000:00:1f.5”:
[ 4.220452] 0x000000000000-0x000003000000 : “BIOS”
[ 4.220455] mtd: partition “BIOS” extends beyond the end of device “0000:00:1f.5” – size truncated to 0x1000000
[ 4.237946] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 4.237948] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 4.237948] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 4.237949] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 4.249323] intel_pmc_core INT33A1:00: initialized
[ 4.255040] audit: type=1400 audit(1767999710.516:4): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“libreoffice-xpdfimport” pid=859 comm=“apparmor_parser”
[ 4.255169] audit: type=1400 audit(1767999710.516:5): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“lsb_release” pid=848 comm=“apparmor_parser”
[ 4.255311] audit: type=1400 audit(1767999710.517:6): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“libreoffice-senddoc” pid=857 comm=“apparmor_parser”
[ 4.255351] audit: type=1400 audit(1767999710.517:7): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“nvidia_modprobe” pid=849 comm=“apparmor_parser”
[ 4.255354] audit: type=1400 audit(1767999710.517:8): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“nvidia_modprobe//kmod” pid=849 comm=“apparmor_parser”
[ 4.255739] audit: type=1400 audit(1767999710.517:9): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“libreoffice-oosplash” pid=856 comm=“apparmor_parser”
[ 4.256043] audit: type=1400 audit(1767999710.517:10): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/bin/man” pid=854 comm=“apparmor_parser”
[ 4.259221] Intel(R) Wireless WiFi driver for Linux
[ 4.259258] iwlwifi 0000:00:14.3: enabling device (0000 → 0002)
[ 4.260055] cryptd: max_cpu_qlen set to 1000
[ 4.264197] iwlwifi 0000:00:14.3: Detected crf-id 0x400410, cnv-id 0x80401 wfpm id 0x80000020
[ 4.264202] iwlwifi 0000:00:14.3: PCI dev 7af0/4090, rev=0x430, rfid=0x2010d000
[ 4.270497] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41
[ 4.271450] iwlwifi 0000:00:14.3: loaded firmware version 86.fb5c9aeb.0 so-a0-gf-a0-86.ucode op_mode iwlmvm
[ 4.273500] Bluetooth: Core ver 2.22
[ 4.273515] NET: Registered PF_BLUETOOTH protocol family
[ 4.273515] Bluetooth: HCI device and connection manager initialized
[ 4.273517] Bluetooth: HCI socket layer initialized
[ 4.273518] Bluetooth: L2CAP socket layer initialized
[ 4.273520] Bluetooth: SCO socket layer initialized
[ 4.276075] input: Dell Privacy Driver as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/6932965F-1671-4CEB-B988-D3AB0A901919/input/input8
[ 4.276186] input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input9
[ 4.287933] intel_rapl_msr: PL4 support detected.
[ 4.287953] intel_rapl_common: Found RAPL domain package
[ 4.287954] intel_rapl_common: Found RAPL domain core
[ 4.287955] intel_rapl_common: Found RAPL domain uncore
[ 4.299393] AVX2 version of gcm_enc/dec engaged.
[ 4.299442] AES CTR mode by8 optimization enabled
[ 4.601318] proc_thermal_pci 0000:00:04.0: enabling device (0000 → 0002)
[ 4.601458] usbcore: registered new interface driver btusb
[ 4.601909] intel_rapl_common: Found RAPL domain package
[ 4.602785] Bluetooth: hci0: Device revision is 0
[ 4.602788] Bluetooth: hci0: Secure boot is enabled
[ 4.602790] Bluetooth: hci0: OTP lock is enabled
[ 4.602790] Bluetooth: hci0: API lock is enabled
[ 4.602791] Bluetooth: hci0: Debug lock is disabled
[ 4.602792] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 4.602793] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[ 4.603431] ACPI Warning: _SB.PC00.XHCI.RHUB.HS14._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
[ 4.603452] Bluetooth: hci0: DSM reset method type: 0x00
[ 4.603538] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 4.607533] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x430
[ 4.607572] thermal thermal_zone6: failed to read out thermal zone (-61)
[ 4.608384] Console: switching to colour dummy device 80x25
[ 4.616868] Bluetooth: hci0: Found device firmware: intel/ibt-1040-0041.sfi
[ 4.616882] Bluetooth: hci0: Boot Address: 0x100800
[ 4.616883] Bluetooth: hci0: Firmware Version: 252-24.23
[ 4.626540] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 4.626596] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 4.627295] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[ 4.629136] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[ 4.631114] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 4.642534] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.20.0
[ 4.642538] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[ 4.656952] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[ 4.656957] i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
[ 4.656959] i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
[ 4.657734] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[ 4.657833] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[ 4.689792] snd_hda_intel 0000:00:1f.3: enabling device (0000 → 0002)
[ 4.690227] snd_hda_intel 0000:01:00.1: enabling device (0000 → 0002)
[ 4.690340] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 4.690344] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 4.692631] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.692634] Bluetooth: BNEP filters: protocol multicast
[ 4.692638] Bluetooth: BNEP socket layer initialized
[ 4.704318] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
[ 4.707625] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.718168] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
[ 4.718429] i915 display info: display version: 12
[ 4.718433] i915 display info: cursor_needs_physical: no
[ 4.718434] i915 display info: has_cdclk_crawl: no
[ 4.718435] i915 display info: has_cdclk_squash: no
[ 4.718436] i915 display info: has_ddi: yes
[ 4.718436] i915 display info: has_dp_mst: yes
[ 4.718437] i915 display info: has_dsb: yes
[ 4.718438] i915 display info: has_fpga_dbg: yes
[ 4.718439] i915 display info: has_gmch: no
[ 4.718439] i915 display info: has_hotplug: yes
[ 4.718440] i915 display info: has_hti: yes
[ 4.718441] i915 display info: has_ipc: yes
[ 4.718442] i915 display info: has_overlay: no
[ 4.718442] i915 display info: has_psr: yes
[ 4.718443] i915 display info: has_psr_hw_tracking: no
[ 4.718444] i915 display info: overlay_needs_physical: no
[ 4.718444] i915 display info: supports_tv: no
[ 4.718445] i915 display info: has_hdcp: yes
[ 4.718446] i915 display info: has_dmc: yes
[ 4.718646] i915 display info: has_dsc: yes
[ 4.718647] i915 display info: rawclk rate: 19200 kHz
[ 4.735964] fbcon: i915drmfb (fb0) is primary device
[ 4.735992] Console: switching to colour frame buffer device 240x67
[ 4.735996] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 4.735927] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 4.759879] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input10
[ 4.759915] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input11
[ 4.759946] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input12
[ 4.759987] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input13
[ 4.773096] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[ 4.773112] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1c
[ 4.773119] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[ 4.773127] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x1
[ 4.773163] iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000
[ 4.773407] iwlwifi 0000:00:14.3: loaded PNVM version 581d4936
[ 4.774126] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
[ 4.811744] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3246: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[ 4.811749] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 4.811751] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 4.811752] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 4.811753] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 4.811755] snd_hda_codec_realtek hdaudioC1D0: Headset Mic=0x19
[ 4.811756] snd_hda_codec_realtek hdaudioC1D0: Headphone Mic=0x1a
[ 4.858462] iwlwifi 0000:00:14.3: base HW address: e0:d0:45:b1:19:58
[ 4.872314] thermal thermal_zone6: failed to read out thermal zone (-61)
[ 4.933759] intel_tcc_cooling: TCC Offset locked
[ 4.950481] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
[ 4.962557] ACPI BIOS Error (bug): Could not resolve symbol [_TZ.ETMD], AE_NOT_FOUND (20230628/psargs-332)

[ 4.962565] No Local Variables are initialized for Method [_OSC]

[ 4.962566] Initialized Arguments for Method [_OSC]: (4 arguments defined for method invocation)
[ 4.962566] Arg0: 000000005bd94c80 Buffer(16) 5D A8 3B B2 B7 C8 42 35
[ 4.962572] Arg1: 0000000004b85d86 Integer 0000000000000001
[ 4.962574] Arg2: 00000000e321845d Integer 0000000000000002
[ 4.962576] Arg3: 00000000240fe9b0 Buffer(8) 00 00 00 00 05 00 00 00

[ 4.962580] ACPI Error: Aborting method _SB.IETM._OSC due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
[ 5.044437] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input15
[ 5.044485] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card1/input16
[ 5.044563] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input17
[ 5.045119] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input18
[ 5.045165] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input19
[ 5.045225] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input20
[ 5.314846] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[ 5.314858] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1c
[ 5.314871] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[ 5.314882] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x1
[ 5.315876] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
[ 5.403794] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 1
[ 5.636064] loop26: detected capacity change from 0 to 8
[ 6.089139] Bluetooth: hci0: Waiting for firmware download to complete
[ 6.089803] Bluetooth: hci0: Firmware loaded in 1438409 usecs
[ 6.089903] Bluetooth: hci0: Waiting for device to boot
[ 6.105806] Bluetooth: hci0: Device booted in 15577 usecs
[ 6.113733] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-0041.ddc
[ 6.115845] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 6.118759] Bluetooth: hci0: Firmware timestamp 2023.24 buildtype 1 build 67068
[ 6.118771] Bluetooth: hci0: Firmware SHA1: 0xe19c2a64
[ 6.188946] Bluetooth: MGMT ver 1.22
[ 6.205322] NET: Registered PF_ALG protocol family
[ 8.664776] wlp0s20f3: authenticate with b0:b8:67:cc:68:30 (local address=e0:d0:45:b1:19:58)
[ 8.665564] wlp0s20f3: send auth to b0:b8:67:cc:68:30 (try 1/3)
[ 8.694453] wlp0s20f3: authenticated
[ 8.695299] wlp0s20f3: associate with b0:b8:67:cc:68:30 (try 1/3)
[ 8.698091] wlp0s20f3: RX AssocResp from b0:b8:67:cc:68:30 (capab=0x1011 status=0 aid=2)
[ 8.703098] wlp0s20f3: associated
[ 8.727439] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by b0:b8:67:cc:68:30
[ 9.527454] wlp0s20f3: deauthenticated from b0:b8:67:cc:68:30 (Reason: 23=IEEE8021X_FAILED)
[ 12.359091] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 16.245126] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 16.327583] rfkill: input handler disabled
[ 20.755925] wlp0s20f3: authenticate with b0:b8:67:cc:68:30 (local address=e0:d0:45:b1:19:58)
[ 20.756681] wlp0s20f3: send auth to b0:b8:67:cc:68:30 (try 1/3)
[ 20.758593] wlp0s20f3: authenticated
[ 20.761350] wlp0s20f3: associate with b0:b8:67:cc:68:30 (try 1/3)
[ 20.763866] wlp0s20f3: RX AssocResp from b0:b8:67:cc:68:30 (capab=0x1011 status=0 aid=2)
[ 20.765792] wlp0s20f3: associated
[ 20.809470] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by b0:b8:67:cc:68:30
[ 21.308576] wlp0s20f3: deauthenticated from b0:b8:67:cc:68:30 (Reason: 23=IEEE8021X_FAILED)
[ 26.968381] Bluetooth: RFCOMM TTY layer initialized
[ 26.968395] Bluetooth: RFCOMM socket layer initialized
[ 26.968399] Bluetooth: RFCOMM ver 1.11
[ 27.187832] rfkill: input handler enabled
[ 28.472191] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 28.749618] rfkill: input handler disabled
[ 29.472760] Lockdown: fwupd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[ 30.081067] kauditd_printk_skb: 60 callbacks suppressed
[ 30.081070] audit: type=1326 audit(1767999736.342:71): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=203 compat=0 ip=0x7ba68151d531 code=0x50000
[ 30.081075] audit: type=1326 audit(1767999736.342:72): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=141 compat=0 ip=0x7ba68159c7fb code=0x50000
[ 30.083888] audit: type=1326 audit(1767999736.345:73): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=203 compat=0 ip=0x7ba68151d531 code=0x50000
[ 30.083895] audit: type=1326 audit(1767999736.345:74): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=203 compat=0 ip=0x7ba68151d531 code=0x50000
[ 30.083936] audit: type=1326 audit(1767999736.345:75): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=203 compat=0 ip=0x7ba68151d531 code=0x50000
[ 30.083957] audit: type=1326 audit(1767999736.345:76): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=203 compat=0 ip=0x7ba68151d531 code=0x50000
[ 30.084005] audit: type=1326 audit(1767999736.345:77): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=203 compat=0 ip=0x7ba68151d531 code=0x50000
[ 30.084029] audit: type=1326 audit(1767999736.345:78): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=203 compat=0 ip=0x7ba68151d531 code=0x50000
[ 30.084072] audit: type=1326 audit(1767999736.345:79): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=203 compat=0 ip=0x7ba68151d531 code=0x50000
[ 30.084083] audit: type=1326 audit(1767999736.345:80): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2981 comm=“snapd-desktop-i” exe=“/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration” sig=0 arch=c000003e syscall=203 compat=0 ip=0x7ba68151d531 code=0x50000
[ 35.159226] wlp0s20f3: authenticate with b0:b8:67:cc:68:30 (local address=e0:d0:45:b1:19:58)
[ 35.160035] wlp0s20f3: send auth to b0:b8:67:cc:68:30 (try 1/3)
[ 35.162302] wlp0s20f3: authenticated
[ 35.164311] wlp0s20f3: associate with b0:b8:67:cc:68:30 (try 1/3)
[ 35.166792] wlp0s20f3: RX AssocResp from b0:b8:67:cc:68:30 (capab=0x1011 status=0 aid=2)
[ 35.168850] wlp0s20f3: associated
[ 35.249020] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by b0:b8:67:cc:68:30
[ 35.489329] wlp0s20f3: deauthenticated from b0:b8:67:cc:68:30 (Reason: 23=IEEE8021X_FAILED)
[ 48.144229] wlp0s20f3: authenticate with b0:b8:67:cc:68:30 (local address=e0:d0:45:b1:19:58)
[ 48.144991] wlp0s20f3: send auth to b0:b8:67:cc:68:30 (try 1/3)
[ 48.146568] wlp0s20f3: authenticated
[ 48.148336] wlp0s20f3: associate with b0:b8:67:cc:68:30 (try 1/3)
[ 48.151690] wlp0s20f3: RX AssocResp from b0:b8:67:cc:68:30 (capab=0x1011 status=0 aid=2)
[ 48.154086] wlp0s20f3: associated
[ 48.252924] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by b0:b8:67:cc:68:30
[ 48.610137] wlp0s20f3: deauthenticated from b0:b8:67:cc:68:30 (Reason: 3=DEAUTH_LEAVING)
[ 60.157981] wlp0s20f3: authenticate with b0:b8:67:cc:68:30 (local address=e0:d0:45:b1:19:58)
[ 60.158756] wlp0s20f3: send auth to b0:b8:67:cc:68:30 (try 1/3)
[ 60.160566] wlp0s20f3: authenticated
[ 60.162301] wlp0s20f3: associate with b0:b8:67:cc:68:30 (try 1/3)
[ 60.165008] wlp0s20f3: RX AssocResp from b0:b8:67:cc:68:30 (capab=0x1011 status=0 aid=2)
[ 60.167155] wlp0s20f3: associated
[ 60.169397] wlp0s20f3: deauthenticated from b0:b8:67:cc:68:30 (Reason: 3=DEAUTH_LEAVING)
[ 71.666621] wlp0s20f3: authenticate with b0:b8:67:cc:68:30 (local address=e0:d0:45:b1:19:58)
[ 71.667414] wlp0s20f3: send auth to b0:b8:67:cc:68:30 (try 1/3)
[ 71.772993] wlp0s20f3: send auth to b0:b8:67:cc:68:30 (try 2/3)
[ 71.877105] wlp0s20f3: send auth to b0:b8:67:cc:68:30 (try 3/3)
[ 71.981169] wlp0s20f3: authentication with b0:b8:67:cc:68:30 timed out
[11727.563524] perf: interrupt took too long (2513 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[16695.601260] perf: interrupt took too long (3154 > 3141), lowering kernel.perf_event_max_sample_rate to 63000
[21516.193070] kauditd_printk_skb: 37 callbacks suppressed
[21516.193072] audit: type=1400 audit(1768021222.358:118): apparmor=“DENIED” operation=“capable” class=“cap” profile=“/usr/sbin/cupsd” pid=57212 comm=“cupsd” capability=12 capname=“net_admin”
[24747.857211] perf: interrupt took too long (3949 > 3942), lowering kernel.perf_event_max_sample_rate to 50000