I3 Randomly Crashing

After installing i3, I installed a couple packages like discord, spotify, etc. but sometimes my os just randomly freezes up and I have to forcefully power off and reboot. I tried to follow steps under the i3 debugging page to generate a backtrace so I could figure out what was the issue although when running

file $(which i3)

The output is

/usr/bin/i3: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=48a0ab58083cfd7729b4d381bbf91785831a6553, for GNU/Linux 4.4.0, stripped

where the wiki says being stripped is not a good thing and I wasn’t able to figure out how to turn it off.
I also attempted to run

gdb $(which i3) core.i3.3849
backtrace full

but it just ends up outputting as No stack.
if someone could help me figure out how to backtrace and figure out the issue that would be greatly appreciated.

See if the following would help:

https://wiki.archlinux.org/title/Core_dump#Examining_a_core_dump

Thanks so much for the help! Unfortunately, I couldn’t find my issue there as I just crashed but after checking coredumpctl on reboot, I couldn’t find any new entries. That was after I went ahead and removed some packages that I had seen on there as well.
It’s really weird because I’m still able to move my mouse around but every window and my keyboard seem to be frozen.
Thanks for the help anyways though :slight_smile:

1 Like

i3 is usually very robust i do not remember an freeze or crash over years.
Only issues i had was about compositor and in cases GPU and driver or all together…

But if you mind you could give some info about your hardware and a boot log (logs ! )

Sure no problem
If this helps, here are journalctl logs of right before I froze and I had to force shutdown

Sep 26 11:37:05 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:37:05 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:37:05 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:37:05 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:37:05 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:37:05 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:37:05 stephen-laptop rtkit-daemon[816]: Successfully made thread 153303 of process 124455 owned by '1000' RT at priority 10.
Sep 26 11:37:05 stephen-laptop rtkit-daemon[816]: Supervising 8 threads of 5 processes of 1 users.
Sep 26 11:39:09 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:39:09 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:39:19 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:39:19 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:39:34 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:39:34 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:39:36 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:39:36 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:42:08 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:42:08 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:42:10 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:42:10 stephen-laptop rtkit-daemon[816]: Supervising 7 threads of 4 processes of 1 users.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: The canary thread is apparently starving. Taking action.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: Demoting known real-time threads.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 1718 of process 935.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 860 of process 778.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 778 of process 778.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 854 of process 777.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 777 of process 777.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 859 of process 776.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 776 of process 776.
Sep 26 11:42:28 stephen-laptop rtkit-daemon[816]: Demoted 7 threads.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: The canary thread is apparently starving. Taking action.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: Demoting known real-time threads.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 1718 of process 935.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 860 of process 778.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 778 of process 778.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 854 of process 777.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 777 of process 777.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 859 of process 776.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: Successfully demoted thread 776 of process 776.
Sep 26 11:42:38 stephen-laptop rtkit-daemon[816]: Demoted 7 threads.
Sep 26 11:42:40 stephen-laptop systemd-logind[422]: Power key pressed short.
Sep 26 11:42:40 stephen-laptop systemd-logind[422]: Powering Off...
Sep 26 11:42:40 stephen-laptop systemd-logind[422]: System is powering down.

As for the actual logs
Hardware information
Boot logs
Thank you for trying to help!

Sep 26 11:43:14 stephen-laptop kernel: tpm_crb MSFT0101:00: can't request region for resource [mem 0x8f7a2000-0x8f7a5fff]
Sep 26 11:43:14 stephen-laptop kernel: tpm_crb: probe of MSFT0101:00 failed with error -16

i do not see much in the boot log only that it is may one after a freeze?

Sorry I’m not entirely sure what you mean by May 1 after a freeze as I’m assuming you mean the date but I don’t see where it states that. Sorry I’m altogether pretty new to arch as a whole.

maybe i mean :wink: maybe the boot log is from after a freeze … because it shows filesystem-checks

Oh I see my bad my bad. So if there’s not really much helpful information off of the boot logs, how else should I go about debugging the issue?

I don’t know if this helps but I left my computer running for about 4 hours and when I came back the computer had frozen and these were the journalctl logs from then.

-- Boot 5916c4f514e7480c8b930ee825a58418 --
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:56:41 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:56:31 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:56:21 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:56:11 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:56:01 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:55:51 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:55:41 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:55:39 stephen-laptop kernel:  </TASK>
Sep 26 16:55:39 stephen-laptop kernel:  ret_from_fork+0x22/0x30
Sep 26 16:55:39 stephen-laptop kernel:  ? kthread_complete_and_exit+0x20/0x20
Sep 26 16:55:39 stephen-laptop kernel:  kthread+0xde/0x110
Sep 26 16:55:39 stephen-laptop kernel:  ? collapse_pte_mapped_thp+0x3c0/0x3c0
Sep 26 16:55:39 stephen-laptop kernel:  ? cpuacct_percpu_seq_show+0x20/0x20
Sep 26 16:55:39 stephen-laptop kernel:  khugepaged+0x75/0x2200
Sep 26 16:55:39 stephen-laptop kernel:  __lru_add_drain_all+0x160/0x1f0
Sep 26 16:55:39 stephen-laptop kernel:  ? flush_workqueue_prep_pwqs+0x110/0x110
Sep 26 16:55:39 stephen-laptop kernel:  __flush_work.isra.0+0x171/0x230
Sep 26 16:55:39 stephen-laptop kernel:  ? usleep_range_state+0x90/0x90
Sep 26 16:55:39 stephen-laptop kernel:  __wait_for_common+0x94/0x1d0
Sep 26 16:55:39 stephen-laptop kernel:  schedule_timeout+0x11c/0x150
Sep 26 16:55:39 stephen-laptop kernel:  schedule+0x5e/0xd0
Sep 26 16:55:39 stephen-laptop kernel:  __schedule+0x356/0x11a0
Sep 26 16:55:39 stephen-laptop kernel:  <TASK>
Sep 26 16:55:39 stephen-laptop kernel: Call Trace:
Sep 26 16:55:39 stephen-laptop kernel: task:khugepaged      state:D stack:    0 pid:   73 ppid:     2 flags:0x00004000
Sep 26 16:55:39 stephen-laptop kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Sep 26 16:55:39 stephen-laptop kernel:       Tainted: G        W         5.19.11-arch1-1 #1
Sep 26 16:55:39 stephen-laptop kernel: INFO: task khugepaged:73 blocked for more than 614 seconds.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:55:31 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:55:21 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:55:11 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:55:01 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:54:51 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:54:41 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:54:31 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:54:21 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:54:16 stephen-laptop NetworkManager[457]: <warn>  [1664225656.4493] ndisc[0x559d4765c2d0,"wlan0"]: solicit: failure sending router solicitation: Network is unreachable (101)
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:54:11 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:54:01 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:53:51 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:53:41 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.
Sep 26 16:53:36 stephen-laptop kernel:  </TASK>
Sep 26 16:53:36 stephen-laptop kernel:  ret_from_fork+0x22/0x30
Sep 26 16:53:36 stephen-laptop kernel:  ? kthread_complete_and_exit+0x20/0x20
Sep 26 16:53:36 stephen-laptop kernel:  kthread+0xde/0x110
Sep 26 16:53:36 stephen-laptop kernel:  ? collapse_pte_mapped_thp+0x3c0/0x3c0
Sep 26 16:53:36 stephen-laptop kernel:  ? cpuacct_percpu_seq_show+0x20/0x20
Sep 26 16:53:36 stephen-laptop kernel:  khugepaged+0x75/0x2200
Sep 26 16:53:36 stephen-laptop kernel:  __lru_add_drain_all+0x160/0x1f0
Sep 26 16:53:36 stephen-laptop kernel:  ? flush_workqueue_prep_pwqs+0x110/0x110
Sep 26 16:53:36 stephen-laptop kernel:  __flush_work.isra.0+0x171/0x230
Sep 26 16:53:36 stephen-laptop kernel:  ? usleep_range_state+0x90/0x90
Sep 26 16:53:36 stephen-laptop kernel:  __wait_for_common+0x94/0x1d0
Sep 26 16:53:36 stephen-laptop kernel:  schedule_timeout+0x11c/0x150
Sep 26 16:53:36 stephen-laptop kernel:  schedule+0x5e/0xd0
Sep 26 16:53:36 stephen-laptop kernel:  __schedule+0x356/0x11a0
Sep 26 16:53:36 stephen-laptop kernel:  <TASK>
Sep 26 16:53:36 stephen-laptop kernel: Call Trace:
Sep 26 16:53:36 stephen-laptop kernel: task:khugepaged      state:D stack:    0 pid:   73 ppid:     2 flags:0x00004000
Sep 26 16:53:36 stephen-laptop kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Sep 26 16:53:36 stephen-laptop kernel:       Tainted: G        W         5.19.11-arch1-1 #1
Sep 26 16:53:36 stephen-laptop kernel: INFO: task khugepaged:73 blocked for more than 491 seconds.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Demoted 8 threads.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 789 of process 789.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 851 of process 789.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 791 of process 791.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 854 of process 791.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 790 of process 790.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 837 of process 790.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 9802 of process 9476.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Successfully demoted thread 46808 of process 36568.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: Demoting known real-time threads.
Sep 26 16:53:31 stephen-laptop rtkit-daemon[817]: The canary thread is apparently starving. Taking action.

Funny enough, the whole rkit-dameon[817]: The canary thread is apparently starving. Taking action
had outputed more than 1000 lines in the journalctl log (including the succesfully demoted…)
I looked online for solutions but I couldn’t really find any.

Edit: I should also mention that this output is in reverse

Looks like the rtkit realtimekit daemon is going nuts so it could be something related to audio system… pipewire/pulse

That does make sense as I believe every time it’s frozen I’ve been listening to music. Should I reinstall the packages?

do you use wireplumber and pipewire?

yay -Qs pipe

and
inxi -Aa

Output of yay -Qs pipe:

local/gst-plugin-pipewire 1:0.3.58-1
    Multimedia graph framework - pipewire plugin
local/libpipeline 1.5.6-1
    a C library for manipulating pipelines of subprocesses in a flexible and convenient way
local/pipewire 1:0.3.58-1
    Low-latency audio/video router and processor
local/pipewire-alsa 1:0.3.58-1
    Low-latency audio/video router and processor - ALSA configuration
local/pipewire-jack 1:0.3.58-1
    Low-latency audio/video router and processor - JACK support
local/pipewire-pulse 1:0.3.58-1
    Low-latency audio/video router and processor - PulseAudio replacement
local/pv 1.6.20-2
    A terminal-based tool for monitoring the progress of data through a pipeline.
local/wireplumber 0.4.11-4
    Session / policy manager implementation for PipeWire

Output of inxi -Aa:

Audio:
  Device-1: AMD Raven/Raven2/Fenghuang HDMI/DP Audio vendor: Huawei
    driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s lanes: 16
    bus-ID: 02:00.1 chip-ID: 1002:15de class-ID: 0403
  Device-2: AMD ACP/ACP3X/ACP6x Audio Coprocessor vendor: Huawei
    driver: snd_pci_acp3x v: kernel
    alternate: snd_rn_pci_acp3x,snd_pci_acp5x,snd_pci_acp6x,snd_acp_pci,snd_sof_amd_renoir
    pcie: gen: 3 speed: 8 GT/s lanes: 16 bus-ID: 02:00.5 chip-ID: 1022:15e2
    class-ID: 0480
  Device-3: AMD Family 17h/19h HD Audio vendor: Huawei
    driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s lanes: 16
    bus-ID: 02:00.6 chip-ID: 1022:15e3 class-ID: 0403
  Sound Server-1: ALSA v: k5.19.11-arch1-1 running: yes
  Sound Server-2: PulseAudio v: 16.1 running: yes
  Sound Server-3: PipeWire v: 0.3.58 running: yes

should be:
Sound Server-2: PulseAudio v: 16.1 running: no

somehow some pulseaudio stuff installed?

yay -Qs pulse

yay -Qs pulse:

local/libcanberra 1:0.30+r2+gc0620e4-1
    A small and lightweight implementation of the XDG Sound Theme Specification
local/libpulse 16.1-1
    A featureful, general-purpose sound server (client library)
local/pavucontrol 1:5.0+r61+gee77d86-2
    PulseAudio Volume Control
local/pipewire-alsa 1:0.3.58-1
    Low-latency audio/video router and processor - ALSA configuration
local/pipewire-pulse 1:0.3.58-1
    Low-latency audio/video router and processor - PulseAudio replacement

Edit: I use pulseaudio in my polybar but I can switch to ALSA if that’s what’s causing the issue

Welp even after uninstalling rtkit I still get crashes although I’m pretty sure the issue is from this:

Oct 05 17:24:48 stephen-laptop playerctld[901]: could not get properties for active player: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.mpris.MediaPlayer2.Playlists”
Oct 05 17:24:48 stephen-laptop playerctld[901]: could not get properties for active player: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.mpris.MediaPlayer2.TrackList”

Although I can’t find any information online as to what is causing this. It’s repeated multiple times through jorunalctl. Might have something to do with Spotify.

the problem i see is that both are running:

  Sound Server-2: PulseAudio v: 16.1 running: yes
  Sound Server-3: PipeWire v: 0.3.58 running: yes

pulseaudio should not run when pipewire is running.

systemctl --user status pipewire
shows any hints?

and
systemctl --user status pulseaudio

Your installed packages are looking fine to me…

You can always try resetting pulse and pipewire setup by removing the configs in users home:

rm -R ~/.local/state/wireplumber
rm -R ~/.config/pulse

and restart session sudo systemctl restart lightdm
now recheck status:
inxi -Aa

should show like this:

  Sound Server-1: ALSA v: k6.0.0-AMD running: yes
  Sound Server-2: PulseAudio v: 16.1 running: no
  Sound Server-3: PipeWire v: 0.3.58 running: yes

If pulseaudio is still running try disable it:
systemctl --user disable pulseaudio
and restart session sudo systemctl restart lightdm
now recheck status:
inxi -Aa

Hmmm I still got a freeze after doing the steps.
journalctl logs right before a freeze:

-- Boot 7b4f24093c4f4ffd9cc6ccc747d579c2 --
Oct 06 21:02:44 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.9OZLT1”: No such file or directory
Oct 06 21:02:35 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.DBSIT1”: No such file or directory
Oct 06 21:02:31 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.CRI9S1”: No such file or directory
Oct 06 20:58:49 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.VCZIT1”: No such file or directory
Oct 06 20:58:15 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.ATVIT1”: No such file or directory
Oct 06 20:55:44 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.HIL6S1”: No such file or directory
Oct 06 20:54:22 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.O3Q8S1”: No such file or directory
Oct 06 20:54:21 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.7J1DT1”: No such file or directory
Oct 06 20:54:20 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.IUFNT1”: No such file or directory
Oct 06 20:54:15 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.X5THT1”: No such file or directory
Oct 06 20:54:12 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.44GBT1”: No such file or directory
Oct 06 20:54:10 stephen-laptop playerctld[887]: could not update player position: GDBus.Error:org.freedesktop.DBus.Error.NotSupported: /org/mpris/MediaPlayer2.org.mpris.MediaPlayer2.Player Position is not >
Oct 06 20:53:33 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.SI7KT1”: No such file or directory
Oct 06 20:52:47 stephen-laptop dbus-daemon[414]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 06 20:52:47 stephen-laptop dbus-daemon[414]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.216455' (uid=1000 pid=1914929 comm="/opt/termius/te>
Oct 06 20:52:04 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.YUFKT1”: No such file or directory
Oct 06 20:52:00 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.1JA5S1”: No such file or directory
Oct 06 20:51:57 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.FQOAT1”: No such file or directory
Oct 06 20:51:54 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.RILLT1”: No such file or directory
Oct 06 20:51:48 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.QMECT1”: No such file or directory
Oct 06 20:51:46 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.9AP5S1”: No such file or directory
Oct 06 20:51:43 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.K5YGT1”: No such file or directory
Oct 06 20:51:40 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.T60CT1”: No such file or directory
Oct 06 20:51:39 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.XI5GT1”: No such file or directory
Oct 06 20:51:30 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.OVVET1”: No such file or directory
Oct 06 20:51:27 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.TFA6S1”: No such file or directory
Oct 06 20:51:26 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.89MLT1”: No such file or directory
Oct 06 20:51:24 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.C8EDT1”: No such file or directory
Oct 06 20:51:21 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.JIOHT1”: No such file or directory
Oct 06 20:51:19 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.41WIT1”: No such file or directory
Oct 06 20:51:18 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.TCWLT1”: No such file or directory
Oct 06 20:51:15 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.EDDAT1”: No such file or directory
Oct 06 20:51:13 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.O557S1”: No such file or directory
Oct 06 20:51:11 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.5U43S1”: No such file or directory
Oct 06 20:51:07 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.MLEET1”: No such file or directory
Oct 06 20:51:06 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.7K5JT1”: No such file or directory
Oct 06 20:51:03 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.O773S1”: No such file or directory
Oct 06 20:51:00 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.T4S7S1”: No such file or directory
Oct 06 20:50:59 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.CMOCT1”: No such file or directory
Oct 06 20:50:57 stephen-laptop playerctld[887]: could not get properties for active player: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.mpris.MediaPlayer2.Playlists”
Oct 06 20:50:57 stephen-laptop playerctld[887]: could not get properties for active player: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.mpris.MediaPlayer2.TrackList”
Oct 06 20:49:33 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.UBEBT1”: No such file or directory
Oct 06 20:46:46 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.EA0DT1”: No such file or directory
Oct 06 20:46:33 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.7FGJT1”: No such file or directory
Oct 06 20:43:52 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.ODQAT1”: No such file or directory
Oct 06 20:43:36 stephen-laptop wpa_supplicant[567]: wlan0: WPA: Group rekeying completed with 44:a5:6e:24:fb:b6 [GTK=CCMP]
Oct 06 20:40:33 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.DXEMT1”: No such file or directory
Oct 06 20:36:57 stephen-laptop wireplumber[752]: could not save restore-stream: Failed to create file “/home/stephen/.local/state/wireplumber/restore-stream.S353S1”: No such file or directory
lines 1573-1626

Maybe this is the issue now? I don’t know.
inxi -Aa now shoes pulseaudio not running and commands such as systemctl --user status pulseaudio and systemctl --user disable pulseaudio showed pulseaudio not found.