You are not logged in.

#1 2020-05-05 20:40:38

warl0ck
Member
Registered: 2020-04-29
Posts: 47

[SOLVED] ALSA/PulseAudio breaks after upgrade

I'm back for the second time this week after a standard service just decides to stop working after years of working fine.

When I boot my computer, ALSA fails to start correctly, which is breaking PulseAudio AFAIK.

Here is a boot log

https://pastebin.com/94asL2Un

When I run "speaker-test" I get

speaker-test 1.2.2

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory

uname -a: Linux archlinux 5.6.10-arch1-1 #1 SMP PREEMPT Sat, 02 May 2020 19:11:54 +0000 x86_64 GNU/Linux

Commands like lspci and aplay just hang. I'm honestly at a loss on how to even debug this. I've checked most logs, let me know if there's other info I can post.

Last edited by warl0ck (2020-05-15 16:13:42)

Offline

#2 2020-05-06 07:38:10

glitsj16
Member
Registered: 2015-04-26
Posts: 116

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Hi, while memory serves, here's a brief run-down of the steps we took during our encounter on #archlinux IRC (May 6, 2020). After another user helped determine your NVIDIA setup seemed to be responsible for your current audio issues, I got the idea of trying to get alsa out of pulseaudio's way untill you could get that fixed. To do so, we needed to

  1. copy over some files from /etc to your $HOME

    • /etc/pulse/default.pa --> ~/.config/pulse/default.pa
      editing out udev hardware auto-detection

    • /etc/xdg/autostart/pulseaudio.desktop --> ~/.config/autostart/pulseaudio.desktop

             disabling autostart by adding 'X-GNOME-Autostart-enabled=false'

  2. mask systemd's user units pulseaudio.service and pulseaudio.socket

Your pulseaudio setup is now under your control. I remember you mentioning you were going to add  'pulseaudio --daemonize=no' to your i3 configuration, which should do just fine. Hopefully you'll soon find a way to fix the nvidia driver installation so you can enjoy audio in these bizarly trying times of pandemic lockdown etcetera. Goodluck and take care!

Offline

#3 2020-05-06 08:04:17

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Thanks for adding some context here and nothing against you glitsj16 and I'm sure you meant well, but that reads horrifying,   crippling pulseaudio by disabling udev-detect and the user services (which has nothing to do with ALSA technically) will certainly not help actually fixing the device being available to the general system (that includes pulseaudio)

@warl0ck if you've indeed done any of the steps outlined above, revert them all, they are in no way going to help with the underlying issue.

Post an actual system log

sudo journalctl -b

as well as

sudo fuser -v /dev/snd/*
strace aplay -l #Needs to have strace installed 
pacmd list-cards
pacmd list-sinks

Also more generally, the only thing with relation to this that has changed in the last few weeks is the kernel. Don't start mucking around with working user level daemons if the kernel was updated and breaks your hardware.

Last edited by V1del (2020-05-06 08:07:22)

Offline

#4 2020-05-06 08:13:39

glitsj16
Member
Registered: 2015-04-26
Posts: 116

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

@V1del I fully understand your reasoning and comment. Just to be clear, this is/was a **temporary** attempt to test if we could get pulseaudio going until the actual issue can be fixed. warl0ck had a very long day full of issues, happy to see knowledgeable people joining in to assist in solving the issue at hand.

Offline

#5 2020-05-06 08:28:59

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

The problem with temporary workarounds is if they happen to look like they working - especially so if done under wrong assumptions - tend to become less temporary and forgotten until they break in spectacular and hard to debug fashion, in which case no one remembers what was configured why and how.

FWIW You cannot completely decouple ALSA and pulseaudio. ALSA devices need to be available on a kernel level for pulseaudio to be able to use them anyway. If a plain aplay -l already fails to enumerate the device (under the assumption, that aplay -l was in turn not broken by wrong ALSA configuration) it's impossible to do anything on pulse's side to enable that.

Offline

#6 2020-05-06 16:59:15

warl0ck
Member
Registered: 2020-04-29
Posts: 47

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Hey all, I'm back and i'll be ready to troubleshoot again later this evening. I would like to note that after performing the steps outlined by glitsj16, I was actually able to "see" pulseaudio running. Pavucontrol actually connects to it, even if it just a dummy output showing up. Thanks again for outlining that so it's easy to reverse.

Additionally, commands like lspci and aplay were just hanging, and became unkillable. Whatever we did last night enabled those commands to output successfully. I'll be back later with the journal as well as reverted settings when I can reboot. until then:

sudo fuser -v /dev/snd/* gives no output sad


aplay -l

execve("/usr/bin/aplay", ["aplay", "-l"], 0x7ffcaad56bc8 /* 69 vars */) = 0
brk(NULL)                               = 0x556384686000
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffdb4b4e590) = -1 EINVAL (Invalid argument)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=368556, ...}) = 0
mmap(NULL, 368556, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f0571b90000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \320\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=890960, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0571b8e000
mmap(NULL, 893744, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f0571ab3000
mprotect(0x7f0571ae0000, 675840, PROT_NONE) = 0
mmap(0x7f0571ae0000, 495616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d000) = 0x7f0571ae0000
mmap(0x7f0571b59000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa6000) = 0x7f0571b59000
mmap(0x7f0571b85000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd1000) = 0x7f0571b85000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\201\0\0\0\0\0\0"..., 832) = 832
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\354e\227\335C\300X\353\375\277<\23:\311L\343"..., 68, 824) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=158240, ...}) = 0
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\354e\227\335C\300X\353\375\277<\23:\311L\343"..., 68, 824) = 68
mmap(NULL, 135584, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f0571a91000
mmap(0x7f0571a98000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f0571a98000
mmap(0x7f0571aa8000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f0571aa8000
mmap(0x7f0571aad000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f0571aad000
mmap(0x7f0571aaf000, 12704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f0571aaf000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`q\2\0\0\0\0\0"..., 832) = 832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0m\272\321p\230T\305'y?d\1fnE\247"..., 68, 880) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=2145592, ...}) = 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0m\272\321p\230T\305'y?d\1fnE\247"..., 68, 880) = 68
mmap(NULL, 1856312, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05718cb000
mmap(0x7f05718f0000, 1359872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f05718f0000
mmap(0x7f0571a3c000, 307200, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x171000) = 0x7f0571a3c000
mmap(0x7f0571a87000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x7f0571a87000
mmap(0x7f0571a8d000, 13112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f0571a8d000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\363\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1329280, ...}) = 0
mmap(NULL, 1331224, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f0571785000
mmap(0x7f0571794000, 638976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f0571794000
mmap(0x7f0571830000, 626688, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xab000) = 0x7f0571830000
mmap(0x7f05718c9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x143000) = 0x7f05718c9000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14528, ...}) = 0
mmap(NULL, 16528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f0571780000
mmap(0x7f0571781000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f0571781000
mmap(0x7f0571782000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f0571782000
mmap(0x7f0571783000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f0571783000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3606\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=39424, ...}) = 0
mmap(NULL, 43512, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f0571775000
mprotect(0x7f0571778000, 24576, PROT_NONE) = 0
mmap(0x7f0571778000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f0571778000
mmap(0x7f057177c000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f057177c000
mmap(0x7f057177e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f057177e000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0571773000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0571770000
arch_prctl(ARCH_SET_FS, 0x7f0571770740) = 0
mprotect(0x7f0571a87000, 12288, PROT_READ) = 0
mprotect(0x7f0571aad000, 4096, PROT_READ) = 0
mprotect(0x7f057177e000, 4096, PROT_READ) = 0
mprotect(0x7f0571783000, 4096, PROT_READ) = 0
mprotect(0x7f05718c9000, 4096, PROT_READ) = 0
mprotect(0x7f0571b85000, 32768, PROT_READ) = 0
mprotect(0x5563835fb000, 4096, PROT_READ) = 0
mprotect(0x7f0571c15000, 4096, PROT_READ) = 0
munmap(0x7f0571b90000, 368556)          = 0
set_tid_address(0x7f0571770a10)         = 2845307
set_robust_list(0x7f0571770a20, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f0571a98be0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f0571aa5800}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f0571a98c80, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f0571aa5800}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
brk(NULL)                               = 0x556384686000
brk(0x5563846a7000)                     = 0x5563846a7000
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3035952, ...}) = 0
mmap(NULL, 3035952, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f057148a000
close(3)                                = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4de20) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2998, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2998
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0xa), ...}) = 0
write(1, "**** List of PLAYBACK Hardware D"..., 44**** List of PLAYBACK Hardware Devices ****
) = 44
futex(0x7f0571b8d138, FUTEX_WAKE_PRIVATE, 2147483647) = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/alsa.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
read(3, "#\n#  ALSA library configuration "..., 4096) = 4096
read(3, "tended\n\t\t}\n\t\tdescription \"Direct"..., 4096) = 4096
read(3, "\t\t@func refer\n\t\t\t\tname defaults."..., 4096) = 1433
read(3, "", 4096)                       = 0
close(3)                                = 0
futex(0x7f0571784048, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/etc/alsa/conf.d", R_OK)        = 0
stat("/etc/alsa/conf.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/etc/alsa/conf.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 13 entries */, 32768)  = 488
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/10-samplerate.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=429, ...}) = 0
read(3, "pcm.samplerate {\n\t@args [ SLAVE "..., 4096) = 429
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/10-speexrate.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=424, ...}) = 0
read(3, "pcm.speexrate {\n\t@args [ SLAVE R"..., 4096) = 424
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/50-arcam-av-ctl.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=222, ...}) = 0
read(3, "ctl.arcam_av {\n\t@args [ PORT ]\n\t"..., 4096) = 222
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/50-jack.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=264, ...}) = 0
read(3, "pcm.jack {\n\ttype jack\n\tplayback_"..., 4096) = 264
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/50-oss.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=326, ...}) = 0
read(3, "pcm.oss {\n\t@args [ DEVICE ]\n\t@ar"..., 4096) = 326
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/50-pulseaudio.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=402, ...}) = 0
read(3, "# Add a specific named PulseAudi"..., 4096) = 402
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/60-speex.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1030, ...}) = 0
read(3, "pcm.speex {\n\t@args [ SLAVE AGC A"..., 4096) = 1030
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/60-upmix.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=389, ...}) = 0
read(3, "pcm.upmix {\n\t@args [ SLAVE CHANN"..., 4096) = 389
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/60-vdownmix.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=393, ...}) = 0
read(3, "pcm.vdownmix {\n\t@args [ SLAVE CH"..., 4096) = 393
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/98-usb-stream.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=395, ...}) = 0
read(3, "pcm.usbstream {\n\t@args [ CARD RA"..., 4096) = 395
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/etc/asound.conf", R_OK)        = 0
stat("/etc/asound.conf", {st_mode=S_IFREG|0644, st_size=260, ...}) = 0
openat(AT_FDCWD, "/etc/asound.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=260, ...}) = 0
read(3, "# Use PulseAudio by default\npcm."..., 4096) = 260
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/home/gideon/.asoundrc", R_OK)  = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4db40) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffdb4b4de84) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4e190) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 0: HDMI [HDA Intel HDMI], d"..., 57card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
) = 57
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 0: HDMI [HDA Intel HDMI], d"..., 57card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
) = 57
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 0: HDMI [HDA Intel HDMI], d"..., 57card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
) = 57
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 0: HDMI [HDA Intel HDMI], d"..., 57card 0: HDMI [HDA Intel HDMI], device 9: HDMI 3 [HDMI 3]
) = 57
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 0: HDMI [HDA Intel HDMI], d"..., 58card 0: HDMI [HDA Intel HDMI], device 10: HDMI 4 [HDMI 4]
) = 58
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4de20) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4db40) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffdb4b4de84) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4e190) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 1: PCH [HDA Intel PCH], dev"..., 71card 1: PCH [HDA Intel PCH], device 0: ALC1150 Analog [ALC1150 Analog]
) = 71
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 1: PCH [HDA Intel PCH], dev"..., 73card 1: PCH [HDA Intel PCH], device 1: ALC1150 Digital [ALC1150 Digital]
) = 73
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC2", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4de20) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC2", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4db40) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC2", O_RDWR|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffdb4b4de84) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4e190) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 2: NVidia [HDA NVidia], dev"..., 55card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
) = 55
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 2: NVidia [HDA NVidia], dev"..., 55card 2: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
) = 55
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 2: NVidia [HDA NVidia], dev"..., 55card 2: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
) = 55
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 2: NVidia [HDA NVidia], dev"..., 55card 2: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
) = 55
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 2: NVidia [HDA NVidia], dev"..., 56card 2: NVidia [HDA NVidia], device 10: HDMI 4 [HDMI 4]
) = 56
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 2: NVidia [HDA NVidia], dev"..., 56card 2: NVidia [HDA NVidia], device 11: HDMI 5 [HDMI 5]
) = 56
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 2: NVidia [HDA NVidia], dev"..., 56card 2: NVidia [HDA NVidia], device 12: HDMI 6 [HDMI 6]
) = 56
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC3", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4de20) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC3", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4db40) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC3", O_RDWR|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffdb4b4de84) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffdb4b4e190) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 3: NVidia_1 [HDA NVidia], d"..., 57card 3: NVidia_1 [HDA NVidia], device 3: HDMI 0 [HDMI 0]
) = 57
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 3: NVidia_1 [HDA NVidia], d"..., 57card 3: NVidia_1 [HDA NVidia], device 7: HDMI 1 [HDMI 1]
) = 57
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 3: NVidia_1 [HDA NVidia], d"..., 57card 3: NVidia_1 [HDA NVidia], device 8: HDMI 2 [HDMI 2]
) = 57
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 3: NVidia_1 [HDA NVidia], d"..., 57card 3: NVidia_1 [HDA NVidia], device 9: HDMI 3 [HDMI 3]
) = 57
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 3: NVidia_1 [HDA NVidia], d"..., 58card 3: NVidia_1 [HDA NVidia], device 10: HDMI 4 [HDMI 4]
) = 58
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 3: NVidia_1 [HDA NVidia], d"..., 58card 3: NVidia_1 [HDA NVidia], device 11: HDMI 5 [HDMI 5]
) = 58
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "card 3: NVidia_1 [HDA NVidia], d"..., 58card 3: NVidia_1 [HDA NVidia], device 12: HDMI 6 [HDMI 6]
) = 58
write(1, "  Subdevices: 1/1\n", 18  Subdevices: 1/1
)     = 18
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffdb4b4e060) = 0
write(1, "  Subdevice #0: subdevice #0\n", 29  Subdevice #0: subdevice #0
) = 29
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffdb4b4e354) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
exit_group(0)                           = ?
+++ exited with 0 +++

pacmd list-cards

0 card(s) available.

pacmd list-sinks

1 sink(s) available.
  * index: 0
	name: <auto_null>
	driver: <module-null-sink.c>
	flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: IDLE
	suspend cause: (none)
	priority: 1000
	volume: front-left: 4047 /   6% / -72.56 dB,   front-right: 4047 /   6% / -72.56 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 21.96 ms
	max request: 6 KiB
	max rewind: 6 KiB
	monitor source: 0
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 1
	configured latency: 40.00 ms; range is 0.50 .. 2000.00 ms
	module: 14
	properties:
		device.description = "Dummy Output"
		device.class = "abstract"
		device.icon_name = "audio-card"

Offline

#7 2020-05-06 23:20:17

warl0ck
Member
Registered: 2020-04-29
Posts: 47

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Ok, here's a follow up. To undo the steps I did earlier, I:

1. Deleted ~/.config/pulse/default.pa

2. Deleted ~/.config/autostar/pulseaudio.desktop

3. unmasked both pulseaudio.service and pulseaudio.socket with: systemctl --user unmask pulseaudio.xxx

When checked with: systemctl --user is-enabled pulseaudio.xxx
service returned disabled, socket returned enabled.

If I remember correctly, this is the original state from yesterday.

Now I will rerun the commands you requested with the reverted environment.

sudo journalctl -b

-- Logs begin at Tue 2020-02-25 14:28:38 PST, end at Wed 2020-05-06 16:22:50 PDT. --
May 06 16:20:52 archlinux kernel: Linux version 5.6.10-arch1-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Sat, 02 May 2020 19:11:54 +0000
May 06 16:20:52 archlinux kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d7e34989-9c06-41db-9ac1-27a80a069708 rw quiet
May 06 16:20:52 archlinux kernel: KERNEL supported cpus:
May 06 16:20:52 archlinux kernel:   Intel GenuineIntel
May 06 16:20:52 archlinux kernel:   AMD AuthenticAMD
May 06 16:20:52 archlinux kernel:   Hygon HygonGenuine
May 06 16:20:52 archlinux kernel:   Centaur CentaurHauls
May 06 16:20:52 archlinux kernel:   zhaoxin   Shanghai  
May 06 16:20:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 06 16:20:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 06 16:20:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 06 16:20:52 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 06 16:20:52 archlinux kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
May 06 16:20:52 archlinux kernel: BIOS-provided physical RAM map:
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000087d11fff] usable
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x0000000087d12000-0x0000000087d18fff] ACPI NVS
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x0000000087d19000-0x00000000887d8fff] usable
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000887d9000-0x0000000088cd8fff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x0000000088cd9000-0x00000000a7c3efff] usable
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000a7c3f000-0x00000000a7ca7fff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000a7ca8000-0x00000000a7d0ffff] usable
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000a7d10000-0x00000000a7e4efff] ACPI NVS
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000a7e4f000-0x00000000a9ffefff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000a9fff000-0x00000000a9ffffff] usable
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000ab000000-0x00000000af1fffff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
May 06 16:20:52 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000044fdfffff] usable
May 06 16:20:52 archlinux kernel: NX (Execute Disable) protection: active
May 06 16:20:52 archlinux kernel: SMBIOS 2.7 present.
May 06 16:20:52 archlinux kernel: DMI: Gigabyte Technology Co., Ltd. Z97X-SLI/Z97X-SLI-CF, BIOS F7 10/17/2014
May 06 16:20:52 archlinux kernel: tsc: Fast TSC calibration using PIT
May 06 16:20:52 archlinux kernel: tsc: Detected 3499.847 MHz processor
May 06 16:20:52 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 06 16:20:52 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 06 16:20:52 archlinux kernel: last_pfn = 0x44fe00 max_arch_pfn = 0x400000000
May 06 16:20:52 archlinux kernel: MTRR default type: uncachable
May 06 16:20:52 archlinux kernel: MTRR fixed ranges enabled:
May 06 16:20:52 archlinux kernel:   00000-9FFFF write-back
May 06 16:20:52 archlinux kernel:   A0000-BFFFF uncachable
May 06 16:20:52 archlinux kernel:   C0000-CFFFF write-protect
May 06 16:20:52 archlinux kernel:   D0000-E7FFF uncachable
May 06 16:20:52 archlinux kernel:   E8000-FFFFF write-protect
May 06 16:20:52 archlinux kernel: MTRR variable ranges enabled:
May 06 16:20:52 archlinux kernel:   0 base 0000000000 mask 7C00000000 write-back
May 06 16:20:52 archlinux kernel:   1 base 0400000000 mask 7FC0000000 write-back
May 06 16:20:52 archlinux kernel:   2 base 0440000000 mask 7FF0000000 write-back
May 06 16:20:52 archlinux kernel:   3 base 00C0000000 mask 7FC0000000 uncachable
May 06 16:20:52 archlinux kernel:   4 base 00B0000000 mask 7FF0000000 uncachable
May 06 16:20:52 archlinux kernel:   5 base 00AC000000 mask 7FFC000000 uncachable
May 06 16:20:52 archlinux kernel:   6 base 00AB000000 mask 7FFF000000 uncachable
May 06 16:20:52 archlinux kernel:   7 base 044FE00000 mask 7FFFE00000 uncachable
May 06 16:20:52 archlinux kernel:   8 disabled
May 06 16:20:52 archlinux kernel:   9 disabled
May 06 16:20:52 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 06 16:20:52 archlinux kernel: total RAM covered: 16302M
May 06 16:20:52 archlinux kernel: Found optimal setting for mtrr clean up
May 06 16:20:52 archlinux kernel:  gran_size: 64K         chunk_size: 4M         num_reg: 10          lose cover RAM: 0G
May 06 16:20:52 archlinux kernel: e820: update [mem 0xab000000-0xffffffff] usable ==> reserved
May 06 16:20:52 archlinux kernel: last_pfn = 0xaa000 max_arch_pfn = 0x400000000
May 06 16:20:52 archlinux kernel: found SMP MP-table at [mem 0x000fd790-0x000fd79f]
May 06 16:20:52 archlinux kernel: check: Scanning 1 areas for low memory corruption
May 06 16:20:52 archlinux kernel: Using GB pages for direct mapping
May 06 16:20:52 archlinux kernel: BRK [0x13a201000, 0x13a201fff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a202000, 0x13a202fff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a203000, 0x13a203fff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a204000, 0x13a204fff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a205000, 0x13a205fff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a206000, 0x13a206fff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a207000, 0x13a207fff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a208000, 0x13a208fff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a209000, 0x13a209fff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a20a000, 0x13a20afff] PGTABLE
May 06 16:20:52 archlinux kernel: BRK [0x13a20b000, 0x13a20bfff] PGTABLE
May 06 16:20:52 archlinux kernel: RAMDISK: [mem 0x36de1000-0x376e7fff]
May 06 16:20:52 archlinux kernel: ACPI: Early table checksum verification disabled
May 06 16:20:52 archlinux kernel: ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
May 06 16:20:52 archlinux kernel: ACPI: XSDT 0x00000000A7E14080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
May 06 16:20:52 archlinux kernel: ACPI: FACP 0x00000000A7E24BD0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
May 06 16:20:52 archlinux kernel: ACPI: DSDT 0x00000000A7E14190 010A3E (v02 ALASKA A M I    00000088 INTL 20120711)
May 06 16:20:52 archlinux kernel: ACPI: FACS 0x00000000A7E4D080 000040
May 06 16:20:52 archlinux kernel: ACPI: APIC 0x00000000A7E24CE0 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
May 06 16:20:52 archlinux kernel: ACPI: FPDT 0x00000000A7E24D58 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
May 06 16:20:52 archlinux kernel: ACPI: SSDT 0x00000000A7E24DA0 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
May 06 16:20:52 archlinux kernel: ACPI: SSDT 0x00000000A7E25990 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
May 06 16:20:52 archlinux kernel: ACPI: SSDT 0x00000000A7E25ED0 000B74 (v01 CpuRef CpuSsdt  00003000 INTL 20051117)
May 06 16:20:52 archlinux kernel: ACPI: MCFG 0x00000000A7E26A48 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
May 06 16:20:52 archlinux kernel: ACPI: HPET 0x00000000A7E26A88 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
May 06 16:20:52 archlinux kernel: ACPI: SSDT 0x00000000A7E26AC0 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
May 06 16:20:52 archlinux kernel: ACPI: SSDT 0x00000000A7E26E30 005B5E (v01 SaSsdt SaSsdt   00003000 INTL 20120711)
May 06 16:20:52 archlinux kernel: ACPI: DMAR 0x00000000A7E2C990 0000B8 (v01 INTEL  BDW      00000001 INTL 00000001)
May 06 16:20:52 archlinux kernel: ACPI: Local APIC address 0xfee00000
May 06 16:20:52 archlinux kernel: No NUMA configuration found
May 06 16:20:52 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000044fdfffff]
May 06 16:20:52 archlinux kernel: NODE_DATA(0) allocated [mem 0x44fdfc000-0x44fdfffff]
May 06 16:20:52 archlinux kernel: Zone ranges:
May 06 16:20:52 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 06 16:20:52 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 06 16:20:52 archlinux kernel:   Normal   [mem 0x0000000100000000-0x000000044fdfffff]
May 06 16:20:52 archlinux kernel:   Device   empty
May 06 16:20:52 archlinux kernel: Movable zone start for each node
May 06 16:20:52 archlinux kernel: Early memory node ranges
May 06 16:20:52 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000009cfff]
May 06 16:20:52 archlinux kernel:   node   0: [mem 0x0000000000100000-0x0000000087d11fff]
May 06 16:20:52 archlinux kernel:   node   0: [mem 0x0000000087d19000-0x00000000887d8fff]
May 06 16:20:52 archlinux kernel:   node   0: [mem 0x0000000088cd9000-0x00000000a7c3efff]
May 06 16:20:52 archlinux kernel:   node   0: [mem 0x00000000a7ca8000-0x00000000a7d0ffff]
May 06 16:20:52 archlinux kernel:   node   0: [mem 0x00000000a9fff000-0x00000000a9ffffff]
May 06 16:20:52 archlinux kernel:   node   0: [mem 0x0000000100000000-0x000000044fdfffff]
May 06 16:20:52 archlinux kernel: Zeroed struct page in unavailable ranges: 35523 pages
May 06 16:20:52 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000044fdfffff]
May 06 16:20:52 archlinux kernel: On node 0 totalpages: 4158781
May 06 16:20:52 archlinux kernel:   DMA zone: 64 pages used for memmap
May 06 16:20:52 archlinux kernel:   DMA zone: 21 pages reserved
May 06 16:20:52 archlinux kernel:   DMA zone: 3996 pages, LIFO batch:0
May 06 16:20:52 archlinux kernel:   DMA32 zone: 10655 pages used for memmap
May 06 16:20:52 archlinux kernel:   DMA32 zone: 681889 pages, LIFO batch:63
May 06 16:20:52 archlinux kernel:   Normal zone: 54264 pages used for memmap
May 06 16:20:52 archlinux kernel:   Normal zone: 3472896 pages, LIFO batch:63
May 06 16:20:52 archlinux kernel: Reserving Intel graphics memory at [mem 0xab200000-0xaf1fffff]
May 06 16:20:52 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
May 06 16:20:52 archlinux kernel: ACPI: Local APIC address 0xfee00000
May 06 16:20:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
May 06 16:20:52 archlinux kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
May 06 16:20:52 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 06 16:20:52 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 06 16:20:52 archlinux kernel: ACPI: IRQ0 used by override.
May 06 16:20:52 archlinux kernel: ACPI: IRQ9 used by override.
May 06 16:20:52 archlinux kernel: Using ACPI (MADT) for SMP configuration information
May 06 16:20:52 archlinux kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
May 06 16:20:52 archlinux kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
May 06 16:20:52 archlinux kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x87d12000-0x87d18fff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x887d9000-0x88cd8fff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xa7c3f000-0xa7ca7fff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xa7d10000-0xa7e4efff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xa7e4f000-0xa9ffefff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xaa000000-0xaaffffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xab000000-0xaf1fffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xaf200000-0xf7ffffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
May 06 16:20:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
May 06 16:20:52 archlinux kernel: [mem 0xaf200000-0xf7ffffff] available for PCI devices
May 06 16:20:52 archlinux kernel: Booting paravirtualized kernel on bare hardware
May 06 16:20:52 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 06 16:20:52 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
May 06 16:20:52 archlinux kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u524288
May 06 16:20:52 archlinux kernel: pcpu-alloc: s196608 r8192 d28672 u524288 alloc=1*2097152
May 06 16:20:52 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 
May 06 16:20:52 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4093777
May 06 16:20:52 archlinux kernel: Policy zone: Normal
May 06 16:20:52 archlinux kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d7e34989-9c06-41db-9ac1-27a80a069708 rw quiet
May 06 16:20:52 archlinux kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
May 06 16:20:52 archlinux kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
May 06 16:20:52 archlinux kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
May 06 16:20:52 archlinux kernel: Memory: 16241400K/16635124K available (12291K kernel code, 1463K rwdata, 4504K rodata, 1628K init, 3212K bss, 393724K reserved, 0K cma-reserved)
May 06 16:20:52 archlinux kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
May 06 16:20:52 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
May 06 16:20:52 archlinux kernel: Kernel/User page tables isolation: enabled
May 06 16:20:52 archlinux kernel: ftrace: allocating 40163 entries in 157 pages
May 06 16:20:52 archlinux kernel: ftrace: allocated 157 pages with 5 groups
May 06 16:20:52 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
May 06 16:20:52 archlinux kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
May 06 16:20:52 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
May 06 16:20:52 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 06 16:20:52 archlinux kernel:         Tasks RCU enabled.
May 06 16:20:52 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 06 16:20:52 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
May 06 16:20:52 archlinux kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
May 06 16:20:52 archlinux kernel: spurious 8259A interrupt: IRQ7.
May 06 16:20:52 archlinux kernel: Console: colour dummy device 80x25
May 06 16:20:52 archlinux kernel: printk: console [tty0] enabled
May 06 16:20:52 archlinux kernel: ACPI: Core revision 20200110
May 06 16:20:52 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
May 06 16:20:52 archlinux kernel: APIC: Switch to symmetric I/O mode setup
May 06 16:20:52 archlinux kernel: DMAR: Host address width 39
May 06 16:20:52 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
May 06 16:20:52 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
May 06 16:20:52 archlinux kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
May 06 16:20:52 archlinux kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
May 06 16:20:52 archlinux kernel: DMAR: RMRR base: 0x000000a9e8c000 end: 0x000000a9e9afff
May 06 16:20:52 archlinux kernel: DMAR: RMRR base: 0x000000ab000000 end: 0x000000af1fffff
May 06 16:20:52 archlinux kernel: DMAR-IR: IOAPIC id 8 under DRHD base  0xfed91000 IOMMU 1
May 06 16:20:52 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
May 06 16:20:52 archlinux kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
May 06 16:20:52 archlinux kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
May 06 16:20:52 archlinux kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
May 06 16:20:52 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
May 06 16:20:52 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 06 16:20:52 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3272c0137e6, max_idle_ns: 440795202126 ns
May 06 16:20:52 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7002.34 BogoMIPS (lpj=11666156)
May 06 16:20:52 archlinux kernel: pid_max: default: 32768 minimum: 301
May 06 16:20:52 archlinux kernel: LSM: Security Framework initializing
May 06 16:20:52 archlinux kernel: Yama: becoming mindful.
May 06 16:20:52 archlinux kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
May 06 16:20:52 archlinux kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
May 06 16:20:52 archlinux kernel: *** VALIDATE tmpfs ***
May 06 16:20:52 archlinux kernel: *** VALIDATE proc ***
May 06 16:20:52 archlinux kernel: *** VALIDATE cgroup ***
May 06 16:20:52 archlinux kernel: *** VALIDATE cgroup2 ***
May 06 16:20:52 archlinux kernel: mce: CPU0: Thermal monitoring enabled (TM1)
May 06 16:20:52 archlinux kernel: process: using mwait in idle threads
May 06 16:20:52 archlinux kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
May 06 16:20:52 archlinux kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
May 06 16:20:52 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 06 16:20:52 archlinux kernel: Spectre V2 : Mitigation: Full generic retpoline
May 06 16:20:52 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 06 16:20:52 archlinux kernel: Speculative Store Bypass: Vulnerable
May 06 16:20:52 archlinux kernel: TAA: Vulnerable: Clear CPU buffers attempted, no microcode
May 06 16:20:52 archlinux kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
May 06 16:20:52 archlinux kernel: Freeing SMP alternatives memory: 32K
May 06 16:20:52 archlinux kernel: smpboot: CPU0: Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz (family: 0x6, model: 0x3c, stepping: 0x3)
May 06 16:20:52 archlinux kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
May 06 16:20:52 archlinux kernel: ... version:                3
May 06 16:20:52 archlinux kernel: ... bit width:              48
May 06 16:20:52 archlinux kernel: ... generic registers:      8
May 06 16:20:52 archlinux kernel: ... value mask:             0000ffffffffffff
May 06 16:20:52 archlinux kernel: ... max period:             00007fffffffffff
May 06 16:20:52 archlinux kernel: ... fixed-purpose events:   3
May 06 16:20:52 archlinux kernel: ... event mask:             00000007000000ff
May 06 16:20:52 archlinux kernel: rcu: Hierarchical SRCU implementation.
May 06 16:20:52 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 06 16:20:52 archlinux kernel: smp: Bringing up secondary CPUs ...
May 06 16:20:52 archlinux kernel: x86: Booting SMP configuration:
May 06 16:20:52 archlinux kernel: .... node  #0, CPUs:      #1 #2 #3
May 06 16:20:52 archlinux kernel: smp: Brought up 1 node, 4 CPUs
May 06 16:20:52 archlinux kernel: smpboot: Max logical packages: 1
May 06 16:20:52 archlinux kernel: smpboot: Total of 4 processors activated (28009.39 BogoMIPS)
May 06 16:20:52 archlinux kernel: devtmpfs: initialized
May 06 16:20:52 archlinux kernel: x86/mm: Memory block size: 128MB
May 06 16:20:52 archlinux kernel: PM: Registering ACPI NVS region [mem 0x87d12000-0x87d18fff] (28672 bytes)
May 06 16:20:52 archlinux kernel: PM: Registering ACPI NVS region [mem 0xa7d10000-0xa7e4efff] (1306624 bytes)
May 06 16:20:52 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 06 16:20:52 archlinux kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
May 06 16:20:52 archlinux kernel: pinctrl core: initialized pinctrl subsystem
May 06 16:20:52 archlinux kernel: PM: RTC time: 23:20:50, date: 2020-05-06
May 06 16:20:52 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
May 06 16:20:52 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 06 16:20:52 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
May 06 16:20:52 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
May 06 16:20:52 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
May 06 16:20:52 archlinux kernel: NET: Registered protocol family 16
May 06 16:20:52 archlinux kernel: audit: initializing netlink subsys (disabled)
May 06 16:20:52 archlinux kernel: audit: type=2000 audit(1588807250.299:1): state=initialized audit_enabled=0 res=1
May 06 16:20:52 archlinux kernel: cpuidle: using governor ladder
May 06 16:20:52 archlinux kernel: cpuidle: using governor menu
May 06 16:20:52 archlinux kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 06 16:20:52 archlinux kernel: ACPI: bus type PCI registered
May 06 16:20:52 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 06 16:20:52 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
May 06 16:20:52 archlinux kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
May 06 16:20:52 archlinux kernel: PCI: Using configuration type 1 for base access
May 06 16:20:52 archlinux kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
May 06 16:20:52 archlinux kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
May 06 16:20:52 archlinux kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 06 16:20:52 archlinux kernel: ACPI: Added _OSI(Module Device)
May 06 16:20:52 archlinux kernel: ACPI: Added _OSI(Processor Device)
May 06 16:20:52 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 06 16:20:52 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 06 16:20:52 archlinux kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 06 16:20:52 archlinux kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 06 16:20:52 archlinux kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 06 16:20:52 archlinux kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded
May 06 16:20:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 06 16:20:52 archlinux kernel: ACPI: SSDT 0xFFFF894B3D113800 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
May 06 16:20:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 06 16:20:52 archlinux kernel: ACPI: SSDT 0xFFFF894B3D0D9000 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
May 06 16:20:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 06 16:20:52 archlinux kernel: ACPI: SSDT 0xFFFF894B3D156800 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
May 06 16:20:52 archlinux kernel: ACPI: Interpreter enabled
May 06 16:20:52 archlinux kernel: ACPI: (supports S0 S3 S4 S5)
May 06 16:20:52 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
May 06 16:20:52 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 06 16:20:52 archlinux kernel: ACPI: Enabled 9 GPEs in block 00 to 3F
May 06 16:20:52 archlinux kernel: ACPI: Power Resource [PG00] (on)
May 06 16:20:52 archlinux kernel: ACPI: Power Resource [PG01] (on)
May 06 16:20:52 archlinux kernel: ACPI: Power Resource [PG02] (on)
May 06 16:20:52 archlinux kernel: ACPI: Power Resource [FN00] (off)
May 06 16:20:52 archlinux kernel: ACPI: Power Resource [FN01] (off)
May 06 16:20:52 archlinux kernel: ACPI: Power Resource [FN02] (off)
May 06 16:20:52 archlinux kernel: ACPI: Power Resource [FN03] (off)
May 06 16:20:52 archlinux kernel: ACPI: Power Resource [FN04] (off)
May 06 16:20:52 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
May 06 16:20:52 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
May 06 16:20:52 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
May 06 16:20:52 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
May 06 16:20:52 archlinux kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
May 06 16:20:52 archlinux kernel: PCI host bridge to bus 0000:00
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xaf200000-0xfeafffff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
May 06 16:20:52 archlinux kernel: pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1: [8086:0c05] type 01 class 0x060400
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
May 06 16:20:52 archlinux kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
May 06 16:20:52 archlinux kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
May 06 16:20:52 archlinux kernel: pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
May 06 16:20:52 archlinux kernel: pci 0000:00:03.0: reg 0x10: [mem 0xf7934000-0xf7937fff 64bit]
May 06 16:20:52 archlinux kernel: pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
May 06 16:20:52 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7920000-0xf792ffff 64bit]
May 06 16:20:52 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
May 06 16:20:52 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf793d000-0xf793d00f 64bit]
May 06 16:20:52 archlinux kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:19.0: [8086:153b] type 00 class 0x020000
May 06 16:20:52 archlinux kernel: pci 0000:00:19.0: reg 0x10: [mem 0xf7900000-0xf791ffff]
May 06 16:20:52 archlinux kernel: pci 0000:00:19.0: reg 0x14: [mem 0xf793c000-0xf793cfff]
May 06 16:20:52 archlinux kernel: pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
May 06 16:20:52 archlinux kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
May 06 16:20:52 archlinux kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf793b000-0xf793b3ff]
May 06 16:20:52 archlinux kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
May 06 16:20:52 archlinux kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7930000-0xf7933fff 64bit]
May 06 16:20:52 archlinux kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.3: [8086:8c96] type 01 class 0x060400
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.6: [8086:8c9c] type 01 class 0x060400
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
May 06 16:20:52 archlinux kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf793a000-0xf793a3ff]
May 06 16:20:52 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.0: [8086:8cc4] type 00 class 0x060100
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7939000-0xf79397ff]
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.2: PME# supported from D3hot
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7938000-0xf79380ff 64bit]
May 06 16:20:52 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: [10de:13c2] type 00 class 0x030000
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
May 06 16:20:52 archlinux kernel: pci 0000:01:00.1: [10de:0fbb] type 00 class 0x040300
May 06 16:20:52 archlinux kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci 0000:02:00.0: [10de:13c2] type 00 class 0x030000
May 06 16:20:52 archlinux kernel: pci 0000:02:00.0: reg 0x10: [mem 0xf4000000-0xf4ffffff]
May 06 16:20:52 archlinux kernel: pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci 0000:02:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci 0000:02:00.0: reg 0x24: [io  0xd000-0xd07f]
May 06 16:20:52 archlinux kernel: pci 0000:02:00.0: reg 0x30: [mem 0xf5000000-0xf507ffff pref]
May 06 16:20:52 archlinux kernel: pci 0000:02:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8 GT/s x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8 GT/s x16 link)
May 06 16:20:52 archlinux kernel: pci 0000:02:00.1: [10de:0fbb] type 00 class 0x040300
May 06 16:20:52 archlinux kernel: pci 0000:02:00.1: reg 0x10: [mem 0xf5080000-0xf5083fff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1:   bridge window [io  0xd000-0xdfff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xf4000000-0xf50fffff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
May 06 16:20:52 archlinux kernel: acpiphp: Slot [1] registered
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
May 06 16:20:52 archlinux kernel: pci 0000:04:00.0: [8086:244e] type 01 class 0x060401
May 06 16:20:52 archlinux kernel: pci 0000:04:00.0: supports D1 D2
May 06 16:20:52 archlinux kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05]
May 06 16:20:52 archlinux kernel: pci_bus 0000:05: extended config space not accessible
May 06 16:20:52 archlinux kernel: pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
May 06 16:20:52 archlinux kernel: pci 0000:06:00.0: [168c:0030] type 00 class 0x028000
May 06 16:20:52 archlinux kernel: pci 0000:06:00.0: reg 0x10: [mem 0xf7800000-0xf781ffff 64bit]
May 06 16:20:52 archlinux kernel: pci 0000:06:00.0: reg 0x30: [mem 0xf7820000-0xf782ffff pref]
May 06 16:20:52 archlinux kernel: pci 0000:06:00.0: supports D1
May 06 16:20:52 archlinux kernel: pci 0000:06:00.0: PME# supported from D0 D1 D3hot
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.6: PCI bridge to [bus 06]
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.6:   bridge window [mem 0xf7800000-0xf78fffff]
May 06 16:20:52 archlinux kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 6 10 *11 12 14 15)
May 06 16:20:52 archlinux kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 6 *10 11 12 14 15)
May 06 16:20:52 archlinux kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 6 10 *11 12 14 15)
May 06 16:20:52 archlinux kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 6 *10 11 12 14 15)
May 06 16:20:52 archlinux kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 6 *10 11 12 14 15)
May 06 16:20:52 archlinux kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 6 10 11 12 14 15) *0, disabled.
May 06 16:20:52 archlinux kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 6 10 *11 12 14 15)
May 06 16:20:52 archlinux kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 6 10 *11 12 14 15)
May 06 16:20:52 archlinux kernel: iommu: Default domain type: Translated 
May 06 16:20:52 archlinux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 06 16:20:52 archlinux kernel: pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
May 06 16:20:52 archlinux kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: vgaarb: bridge control possible
May 06 16:20:52 archlinux kernel: pci 0000:02:00.0: vgaarb: bridge control possible
May 06 16:20:52 archlinux kernel: vgaarb: loaded
May 06 16:20:52 archlinux kernel: SCSI subsystem initialized
May 06 16:20:52 archlinux kernel: libata version 3.00 loaded.
May 06 16:20:52 archlinux kernel: ACPI: bus type USB registered
May 06 16:20:52 archlinux kernel: usbcore: registered new interface driver usbfs
May 06 16:20:52 archlinux kernel: usbcore: registered new interface driver hub
May 06 16:20:52 archlinux kernel: usbcore: registered new device driver usb
May 06 16:20:52 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
May 06 16:20:52 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 06 16:20:52 archlinux kernel: PTP clock support registered
May 06 16:20:52 archlinux kernel: EDAC MC: Ver: 3.0.0
May 06 16:20:52 archlinux kernel: PCI: Using ACPI for IRQ routing
May 06 16:20:52 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
May 06 16:20:52 archlinux kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
May 06 16:20:52 archlinux kernel: e820: reserve RAM buffer [mem 0x87d12000-0x87ffffff]
May 06 16:20:52 archlinux kernel: e820: reserve RAM buffer [mem 0x887d9000-0x8bffffff]
May 06 16:20:52 archlinux kernel: e820: reserve RAM buffer [mem 0xa7c3f000-0xa7ffffff]
May 06 16:20:52 archlinux kernel: e820: reserve RAM buffer [mem 0xa7d10000-0xa7ffffff]
May 06 16:20:52 archlinux kernel: e820: reserve RAM buffer [mem 0xaa000000-0xabffffff]
May 06 16:20:52 archlinux kernel: e820: reserve RAM buffer [mem 0x44fe00000-0x44fffffff]
May 06 16:20:52 archlinux kernel: NetLabel: Initializing
May 06 16:20:52 archlinux kernel: NetLabel:  domain hash size = 128
May 06 16:20:52 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 06 16:20:52 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
May 06 16:20:52 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
May 06 16:20:52 archlinux kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
May 06 16:20:52 archlinux kernel: clocksource: Switched to clocksource tsc-early
May 06 16:20:52 archlinux kernel: *** VALIDATE bpf ***
May 06 16:20:52 archlinux kernel: VFS: Disk quotas dquot_6.6.0
May 06 16:20:52 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 06 16:20:52 archlinux kernel: *** VALIDATE ramfs ***
May 06 16:20:52 archlinux kernel: *** VALIDATE hugetlbfs ***
May 06 16:20:52 archlinux kernel: pnp: PnP ACPI init
May 06 16:20:52 archlinux kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
May 06 16:20:52 archlinux kernel: system 00:01: [io  0x0800-0x087f] has been reserved
May 06 16:20:52 archlinux kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
May 06 16:20:52 archlinux kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
May 06 16:20:52 archlinux kernel: system 00:03: [io  0x1854-0x1857] has been reserved
May 06 16:20:52 archlinux kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
May 06 16:20:52 archlinux kernel: system 00:04: [io  0x0a00-0x0a0f] has been reserved
May 06 16:20:52 archlinux kernel: system 00:04: [io  0x0a30-0x0a3f] has been reserved
May 06 16:20:52 archlinux kernel: system 00:04: [io  0x0a20-0x0a2f] has been reserved
May 06 16:20:52 archlinux kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
May 06 16:20:52 archlinux kernel: pnp 00:05: [dma 0 disabled]
May 06 16:20:52 archlinux kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
May 06 16:20:52 archlinux kernel: pnp 00:06: [dma 0 disabled]
May 06 16:20:52 archlinux kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0400 (active)
May 06 16:20:52 archlinux kernel: system 00:07: [io  0x04d0-0x04d1] has been reserved
May 06 16:20:52 archlinux kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xff000000-0xffffffff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
May 06 16:20:52 archlinux kernel: system 00:08: [mem 0xf7fe0000-0xf7feffff] has been reserved
May 06 16:20:52 archlinux kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
May 06 16:20:52 archlinux kernel: pnp: PnP ACPI: found 9 devices
May 06 16:20:52 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1:   bridge window [io  0xd000-0xdfff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xf4000000-0xf50fffff]
May 06 16:20:52 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
May 06 16:20:52 archlinux kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05]
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.6: PCI bridge to [bus 06]
May 06 16:20:52 archlinux kernel: pci 0000:00:1c.6:   bridge window [mem 0xf7800000-0xf78fffff]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:00: resource 13 [mem 0xaf200000-0xfeafffff window]
May 06 16:20:52 archlinux kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
May 06 16:20:52 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
May 06 16:20:52 archlinux kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
May 06 16:20:52 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xf4000000-0xf50fffff]
May 06 16:20:52 archlinux kernel: pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
May 06 16:20:52 archlinux kernel: pci_bus 0000:06: resource 1 [mem 0xf7800000-0xf78fffff]
May 06 16:20:52 archlinux kernel: NET: Registered protocol family 2
May 06 16:20:52 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
May 06 16:20:52 archlinux kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 06 16:20:52 archlinux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
May 06 16:20:52 archlinux kernel: TCP: Hash tables configured (established 131072 bind 65536)
May 06 16:20:52 archlinux kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
May 06 16:20:52 archlinux kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
May 06 16:20:52 archlinux kernel: NET: Registered protocol family 1
May 06 16:20:52 archlinux kernel: NET: Registered protocol family 44
May 06 16:20:52 archlinux kernel: pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x654 took 17839 usecs
May 06 16:20:52 archlinux kernel: pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x654 took 19517 usecs
May 06 16:20:52 archlinux kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 06 16:20:52 archlinux kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
May 06 16:20:52 archlinux kernel: pci 0000:02:00.1: D0 power state depends on 0000:02:00.0
May 06 16:20:52 archlinux kernel: PCI: CLS 64 bytes, default 64
May 06 16:20:52 archlinux kernel: Trying to unpack rootfs image as initramfs...
May 06 16:20:52 archlinux kernel: Freeing initrd memory: 9244K
May 06 16:20:52 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 06 16:20:52 archlinux kernel: software IO TLB: mapped [mem 0xa3c3f000-0xa7c3f000] (64MB)
May 06 16:20:52 archlinux kernel: check: Scanning for low memory corruption every 60 seconds
May 06 16:20:52 archlinux kernel: Initialise system trusted keyrings
May 06 16:20:52 archlinux kernel: Key type blacklist registered
May 06 16:20:52 archlinux kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
May 06 16:20:52 archlinux kernel: zbud: loaded
May 06 16:20:52 archlinux kernel: Key type asymmetric registered
May 06 16:20:52 archlinux kernel: Asymmetric key parser 'x509' registered
May 06 16:20:52 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
May 06 16:20:52 archlinux kernel: io scheduler mq-deadline registered
May 06 16:20:52 archlinux kernel: io scheduler kyber registered
May 06 16:20:52 archlinux kernel: io scheduler bfq registered
May 06 16:20:52 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 06 16:20:52 archlinux kernel: vesafb: mode is 1920x1080x32, linelength=7680, pages=0
May 06 16:20:52 archlinux kernel: vesafb: scrolling: redraw
May 06 16:20:52 archlinux kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 06 16:20:52 archlinux kernel: vesafb: framebuffer at 0xf1000000, mapped to 0x00000000ebf0df90, using 8128k, total 8128k
May 06 16:20:52 archlinux kernel: fbcon: Deferring console take-over
May 06 16:20:52 archlinux kernel: fb0: VESA VGA frame buffer device
May 06 16:20:52 archlinux kernel: intel_idle: MWAIT substates: 0x42120
May 06 16:20:52 archlinux kernel: intel_idle: v0.4.1 model 0x3C
May 06 16:20:52 archlinux kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
May 06 16:20:52 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
May 06 16:20:52 archlinux kernel: ACPI: Power Button [PWRB]
May 06 16:20:52 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
May 06 16:20:52 archlinux kernel: ACPI: Sleep Button [SLPB]
May 06 16:20:52 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 06 16:20:52 archlinux kernel: ACPI: Power Button [PWRF]
May 06 16:20:52 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 06 16:20:52 archlinux kernel: ACPI: Thermal Zone [TZ00] (28 C)
May 06 16:20:52 archlinux kernel: thermal LNXTHERM:01: registered as thermal_zone1
May 06 16:20:52 archlinux kernel: ACPI: Thermal Zone [TZ01] (30 C)
May 06 16:20:52 archlinux kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
May 06 16:20:52 archlinux kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
May 06 16:20:52 archlinux kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
May 06 16:20:52 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
May 06 16:20:52 archlinux kernel: ahci 0000:00:1f.2: version 3.0
May 06 16:20:52 archlinux kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x34 impl SATA mode
May 06 16:20:52 archlinux kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
May 06 16:20:52 archlinux kernel: scsi host0: ahci
May 06 16:20:52 archlinux kernel: scsi host1: ahci
May 06 16:20:52 archlinux kernel: scsi host2: ahci
May 06 16:20:52 archlinux kernel: scsi host3: ahci
May 06 16:20:52 archlinux kernel: scsi host4: ahci
May 06 16:20:52 archlinux kernel: scsi host5: ahci
May 06 16:20:52 archlinux kernel: ata1: DUMMY
May 06 16:20:52 archlinux kernel: ata2: DUMMY
May 06 16:20:52 archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0xf7939000 port 0xf7939200 irq 31
May 06 16:20:52 archlinux kernel: ata4: DUMMY
May 06 16:20:52 archlinux kernel: ata5: SATA max UDMA/133 abar m2048@0xf7939000 port 0xf7939300 irq 31
May 06 16:20:52 archlinux kernel: ata6: SATA max UDMA/133 abar m2048@0xf7939000 port 0xf7939380 irq 31
May 06 16:20:52 archlinux kernel: usbcore: registered new interface driver usbserial_generic
May 06 16:20:52 archlinux kernel: usbserial: USB Serial support registered for generic
May 06 16:20:52 archlinux kernel: rtc_cmos 00:02: RTC can wake from S4
May 06 16:20:52 archlinux kernel: rtc_cmos 00:02: registered as rtc0
May 06 16:20:52 archlinux kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
May 06 16:20:52 archlinux kernel: intel_pstate: Intel P-state driver initializing
May 06 16:20:52 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 06 16:20:52 archlinux kernel: drop_monitor: Initializing network drop monitor service
May 06 16:20:52 archlinux kernel: NET: Registered protocol family 10
May 06 16:20:52 archlinux kernel: Segment Routing with IPv6
May 06 16:20:52 archlinux kernel: NET: Registered protocol family 17
May 06 16:20:52 archlinux kernel: RAS: Correctable Errors collector initialized.
May 06 16:20:52 archlinux kernel: microcode: sig=0x306c3, pf=0x2, revision=0x19
May 06 16:20:52 archlinux kernel: microcode: Microcode Update Driver: v2.2.
May 06 16:20:52 archlinux kernel: IPI shorthand broadcast: enabled
May 06 16:20:52 archlinux kernel: sched_clock: Marking stable (651043304, 152390)->(655524572, -4328878)
May 06 16:20:52 archlinux kernel: registered taskstats version 1
May 06 16:20:52 archlinux kernel: Loading compiled-in X.509 certificates
May 06 16:20:52 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 63c991d7bfcae6cee7108c811ff3e0b2defb6186'
May 06 16:20:52 archlinux kernel: zswap: loaded using pool lzo/zbud
May 06 16:20:52 archlinux kernel: Key type ._fscrypt registered
May 06 16:20:52 archlinux kernel: Key type .fscrypt registered
May 06 16:20:52 archlinux kernel: Key type fscrypt-provisioning registered
May 06 16:20:52 archlinux kernel: Key type big_key registered
May 06 16:20:52 archlinux kernel: PM:   Magic number: 4:157:352
May 06 16:20:52 archlinux kernel: rtc_cmos 00:02: setting system clock to 2020-05-06T23:20:50 UTC (1588807250)
May 06 16:20:52 archlinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 06 16:20:52 archlinux kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 06 16:20:52 archlinux kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 06 16:20:52 archlinux kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
May 06 16:20:52 archlinux kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
May 06 16:20:52 archlinux kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
May 06 16:20:52 archlinux kernel: ata3.00: ATA-8: SanDisk SDSSDHP256G, X2316RL, max UDMA/133
May 06 16:20:52 archlinux kernel: ata3.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
May 06 16:20:52 archlinux kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
May 06 16:20:52 archlinux kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
May 06 16:20:52 archlinux kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
May 06 16:20:52 archlinux kernel: ata5.00: ATA-9: WDC WD30EZRX-00D8PB0, 80.00A80, max UDMA/133
May 06 16:20:52 archlinux kernel: ata5.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 32), AA
May 06 16:20:52 archlinux kernel: ata6.00: ATA-8: WDC WD5000AACS-00G8B1, 05.04C05, max UDMA/133
May 06 16:20:52 archlinux kernel: ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
May 06 16:20:52 archlinux kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
May 06 16:20:52 archlinux kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
May 06 16:20:52 archlinux kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
May 06 16:20:52 archlinux kernel: ata3.00: configured for UDMA/133
May 06 16:20:52 archlinux kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
May 06 16:20:52 archlinux kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
May 06 16:20:52 archlinux kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
May 06 16:20:52 archlinux kernel: scsi 2:0:0:0: Direct-Access     ATA      SanDisk SDSSDHP2 6RL  PQ: 0 ANSI: 5
May 06 16:20:52 archlinux kernel: sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
May 06 16:20:52 archlinux kernel: ata5.00: configured for UDMA/133
May 06 16:20:52 archlinux kernel: sd 2:0:0:0: [sda] Write Protect is off
May 06 16:20:52 archlinux kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 06 16:20:52 archlinux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 06 16:20:52 archlinux kernel: scsi 4:0:0:0: Direct-Access     ATA      WDC WD30EZRX-00D 0A80 PQ: 0 ANSI: 5
May 06 16:20:52 archlinux kernel: sd 4:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
May 06 16:20:52 archlinux kernel: sd 4:0:0:0: [sdb] 4096-byte physical blocks
May 06 16:20:52 archlinux kernel: sd 4:0:0:0: [sdb] Write Protect is off
May 06 16:20:52 archlinux kernel: sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
May 06 16:20:52 archlinux kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 06 16:20:52 archlinux kernel:  sda: sda1
May 06 16:20:52 archlinux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
May 06 16:20:52 archlinux kernel: ata6.00: configured for UDMA/133
May 06 16:20:52 archlinux kernel: scsi 5:0:0:0: Direct-Access     ATA      WDC WD5000AACS-0 4C05 PQ: 0 ANSI: 5
May 06 16:20:52 archlinux kernel: sd 5:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
May 06 16:20:52 archlinux kernel: sd 5:0:0:0: [sdc] Write Protect is off
May 06 16:20:52 archlinux kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
May 06 16:20:52 archlinux kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 06 16:20:52 archlinux kernel:  sdc: sdc1
May 06 16:20:52 archlinux kernel: sd 5:0:0:0: [sdc] Attached SCSI disk
May 06 16:20:52 archlinux kernel:  sdb: sdb1 sdb2 sdb3
May 06 16:20:52 archlinux kernel: sd 4:0:0:0: [sdb] Attached SCSI disk
May 06 16:20:52 archlinux kernel: Freeing unused decrypted memory: 2040K
May 06 16:20:52 archlinux kernel: Freeing unused kernel image (initmem) memory: 1628K
May 06 16:20:52 archlinux kernel: Write protecting the kernel read-only data: 20480k
May 06 16:20:52 archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
May 06 16:20:52 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1640K
May 06 16:20:52 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 06 16:20:52 archlinux kernel: x86/mm: Checking user space page tables
May 06 16:20:52 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 06 16:20:52 archlinux kernel: Run /init as init process
May 06 16:20:52 archlinux kernel:   with arguments:
May 06 16:20:52 archlinux kernel:     /init
May 06 16:20:52 archlinux kernel:   with environment:
May 06 16:20:52 archlinux kernel:     HOME=/
May 06 16:20:52 archlinux kernel:     TERM=linux
May 06 16:20:52 archlinux kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
May 06 16:20:52 archlinux kernel: fbcon: Taking over console
May 06 16:20:52 archlinux kernel: Console: switching to colour frame buffer device 240x67
May 06 16:20:52 archlinux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 06 16:20:52 archlinux kernel: ehci-pci: EHCI PCI platform driver
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1a.0: debug port 2
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf793b000
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
May 06 16:20:52 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
May 06 16:20:52 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 06 16:20:52 archlinux kernel: usb usb1: Product: EHCI Host Controller
May 06 16:20:52 archlinux kernel: usb usb1: Manufacturer: Linux 5.6.10-arch1-1 ehci_hcd
May 06 16:20:52 archlinux kernel: usb usb1: SerialNumber: 0000:00:1a.0
May 06 16:20:52 archlinux kernel: hub 1-0:1.0: USB hub found
May 06 16:20:52 archlinux kernel: hub 1-0:1.0: 2 ports detected
May 06 16:20:52 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 06 16:20:52 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
May 06 16:20:52 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
May 06 16:20:52 archlinux kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
May 06 16:20:52 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
May 06 16:20:52 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 06 16:20:52 archlinux kernel: usb usb2: Product: xHCI Host Controller
May 06 16:20:52 archlinux kernel: usb usb2: Manufacturer: Linux 5.6.10-arch1-1 xhci-hcd
May 06 16:20:52 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
May 06 16:20:52 archlinux kernel: hub 2-0:1.0: USB hub found
May 06 16:20:52 archlinux kernel: hub 2-0:1.0: 14 ports detected
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1d.0: debug port 2
May 06 16:20:52 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 06 16:20:52 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
May 06 16:20:52 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
May 06 16:20:52 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
May 06 16:20:52 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 06 16:20:52 archlinux kernel: usb usb4: Product: xHCI Host Controller
May 06 16:20:52 archlinux kernel: usb usb4: Manufacturer: Linux 5.6.10-arch1-1 xhci-hcd
May 06 16:20:52 archlinux kernel: usb usb4: SerialNumber: 0000:00:14.0
May 06 16:20:52 archlinux kernel: hub 4-0:1.0: USB hub found
May 06 16:20:52 archlinux kernel: hub 4-0:1.0: 6 ports detected
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf793a000
May 06 16:20:52 archlinux kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
May 06 16:20:52 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
May 06 16:20:52 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 06 16:20:52 archlinux kernel: usb usb3: Product: EHCI Host Controller
May 06 16:20:52 archlinux kernel: usb usb3: Manufacturer: Linux 5.6.10-arch1-1 ehci_hcd
May 06 16:20:52 archlinux kernel: usb usb3: SerialNumber: 0000:00:1d.0
May 06 16:20:52 archlinux kernel: hub 3-0:1.0: USB hub found
May 06 16:20:52 archlinux kernel: hub 3-0:1.0: 2 ports detected
May 06 16:20:52 archlinux kernel: random: fast init done
May 06 16:20:52 archlinux kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
May 06 16:20:52 archlinux kernel: usb 2-2: new full-speed USB device number 2 using xhci_hcd
May 06 16:20:52 archlinux kernel: tsc: Refined TSC clocksource calibration: 3499.995 MHz
May 06 16:20:52 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734c8180a, max_idle_ns: 440795326857 ns
May 06 16:20:52 archlinux kernel: clocksource: Switched to clocksource tsc
May 06 16:20:52 archlinux kernel: usb 3-1: new high-speed USB device number 2 using ehci-pci
May 06 16:20:52 archlinux kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8009, bcdDevice= 0.00
May 06 16:20:52 archlinux kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 06 16:20:52 archlinux kernel: hub 1-1:1.0: USB hub found
May 06 16:20:52 archlinux kernel: hub 1-1:1.0: 6 ports detected
May 06 16:20:52 archlinux kernel: usb 2-2: New USB device found, idVendor=28de, idProduct=1142, bcdDevice= 0.01
May 06 16:20:52 archlinux kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 06 16:20:52 archlinux kernel: usb 2-2: Product: Steam Controller
May 06 16:20:52 archlinux kernel: usb 2-2: Manufacturer: Valve Software
May 06 16:20:52 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
May 06 16:20:52 archlinux kernel: usb 3-1: New USB device found, idVendor=8087, idProduct=8001, bcdDevice= 0.00
May 06 16:20:52 archlinux kernel: usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 06 16:20:52 archlinux kernel: hub 3-1:1.0: USB hub found
May 06 16:20:52 archlinux kernel: hub 3-1:1.0: 8 ports detected
May 06 16:20:52 archlinux kernel: usbcore: registered new interface driver usbhid
May 06 16:20:52 archlinux kernel: usbhid: USB HID core driver
May 06 16:20:52 archlinux kernel: input: Valve Software Steam Controller Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:28DE:1142.0001/input/input3
May 06 16:20:52 archlinux kernel: input: Valve Software Steam Controller Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:28DE:1142.0001/input/input4
May 06 16:20:52 archlinux kernel: hid-generic 0003:28DE:1142.0001: input,hidraw0: USB HID v1.11 Keyboard [Valve Software Steam Controller] on usb-0000:00:14.0-2/input0
May 06 16:20:52 archlinux kernel: hid-generic 0003:28DE:1142.0002: hiddev0,hidraw1: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input1
May 06 16:20:52 archlinux kernel: hid-generic 0003:28DE:1142.0003: hiddev1,hidraw2: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input2
May 06 16:20:52 archlinux kernel: hid-generic 0003:28DE:1142.0004: hiddev2,hidraw3: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input3
May 06 16:20:52 archlinux kernel: hid-generic 0003:28DE:1142.0005: hiddev3,hidraw4: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input4
May 06 16:20:52 archlinux kernel: input: Valve Software Steam Controller as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:28DE:1142.0001/input/input5
May 06 16:20:52 archlinux kernel: usb 2-3: new full-speed USB device number 3 using xhci_hcd
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0001: input,hidraw0: USB HID v1.11 Keyboard [Valve Software Steam Controller] on usb-0000:00:14.0-2/input0
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0002: hiddev0: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input1
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0006: hidraw1: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input1
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0002: Steam wireless receiver connected
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0003: hiddev1: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input2
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0007: hidraw2: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input2
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0003: Steam wireless receiver connected
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0004: hiddev2: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input3
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0008: hidraw3: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input3
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0004: Steam wireless receiver connected
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0005: hiddev3: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input4
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0009: hidraw4: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-2/input4
May 06 16:20:52 archlinux kernel: hid-steam 0003:28DE:1142.0005: Steam wireless receiver connected
May 06 16:20:52 archlinux kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
May 06 16:20:52 archlinux systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
May 06 16:20:52 archlinux systemd[1]: Detected architecture x86-64.
May 06 16:20:52 archlinux systemd[1]: Set hostname to <archlinux>.
May 06 16:20:52 archlinux systemd[1]: Created slice system-dhcpcd.slice.
May 06 16:20:52 archlinux systemd[1]: Created slice system-getty.slice.
May 06 16:20:52 archlinux systemd[1]: Created slice system-modprobe.slice.
May 06 16:20:52 archlinux systemd[1]: Created slice User and Session Slice.
May 06 16:20:52 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 06 16:20:52 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 06 16:20:52 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 06 16:20:52 archlinux systemd[1]: Reached target Local Encrypted Volumes.
May 06 16:20:52 archlinux systemd[1]: Reached target Login Prompts.
May 06 16:20:52 archlinux systemd[1]: Reached target Paths.
May 06 16:20:52 archlinux systemd[1]: Reached target Remote File Systems.
May 06 16:20:52 archlinux systemd[1]: Reached target Slices.
May 06 16:20:52 archlinux systemd[1]: Reached target Swap.
May 06 16:20:52 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 06 16:20:52 archlinux systemd[1]: Listening on LVM2 metadata daemon socket.
May 06 16:20:52 archlinux systemd[1]: Listening on LVM2 poll daemon socket.
May 06 16:20:52 archlinux systemd[1]: Listening on Process Core Dump Socket.
May 06 16:20:52 archlinux systemd[1]: Listening on initctl Compatibility Named Pipe.
May 06 16:20:52 archlinux systemd[1]: Listening on Journal Audit Socket.
May 06 16:20:52 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
May 06 16:20:52 archlinux systemd[1]: Listening on Journal Socket.
May 06 16:20:52 archlinux systemd[1]: Listening on udev Control Socket.
May 06 16:20:52 archlinux systemd[1]: Listening on udev Kernel Socket.
May 06 16:20:52 archlinux systemd[1]: Mounting Huge Pages File System...
May 06 16:20:52 archlinux systemd[1]: Mounting POSIX Message Queue File System...
May 06 16:20:52 archlinux systemd[1]: Mounting Kernel Debug File System...
May 06 16:20:52 archlinux systemd[1]: Mounting Kernel Trace File System...
May 06 16:20:52 archlinux systemd[1]: Mounting Temporary Directory (/tmp)...
May 06 16:20:52 archlinux systemd[1]: Starting Create list of static device nodes for the current kernel...
May 06 16:20:52 archlinux systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
May 06 16:20:52 archlinux systemd[1]: Starting Load Kernel Module drm...
May 06 16:20:52 archlinux systemd[1]: Starting Set Up Additional Binary Formats...
May 06 16:20:52 archlinux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 06 16:20:52 archlinux systemd[1]: Starting Journal Service...
May 06 16:20:52 archlinux systemd[1]: Starting Load Kernel Modules...
May 06 16:20:52 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
May 06 16:20:52 archlinux systemd[1]: Starting udev Coldplug all Devices...
May 06 16:20:52 archlinux systemd[1]: Mounted Huge Pages File System.
May 06 16:20:52 archlinux systemd[1]: Mounted POSIX Message Queue File System.
May 06 16:20:52 archlinux systemd[1]: Mounted Kernel Debug File System.
May 06 16:20:52 archlinux systemd[1]: Mounted Kernel Trace File System.
May 06 16:20:52 archlinux systemd[1]: Mounted Temporary Directory (/tmp).
May 06 16:20:52 archlinux systemd[1]: Finished Create list of static device nodes for the current kernel.
May 06 16:20:52 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 282 (systemd-binfmt)
May 06 16:20:52 archlinux systemd[1]: Mounting Arbitrary Executable File Formats File System...
May 06 16:20:52 archlinux kernel: Linux agpgart interface v0.103
May 06 16:20:52 archlinux systemd[1]: Mounted Arbitrary Executable File Formats File System.
May 06 16:20:52 archlinux kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
May 06 16:20:52 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
May 06 16:20:52 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:20:52 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:20:52 archlinux systemd[1]: Starting Load/Save Random Seed...
May 06 16:20:52 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:20:52 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
May 06 16:20:52 archlinux systemd[1]: Finished Set Up Additional Binary Formats.
May 06 16:20:52 archlinux kernel: random: lvm: uninitialized urandom read (4 bytes read)
May 06 16:20:52 archlinux systemd[1]: Started LVM2 metadata daemon.
May 06 16:20:52 archlinux systemd[1]: modprobe@drm.service: Succeeded.
May 06 16:20:52 archlinux systemd[1]: Finished Load Kernel Module drm.
May 06 16:20:52 archlinux kernel: vboxdrv: loading out-of-tree module taints kernel.
May 06 16:20:52 archlinux kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
May 06 16:20:52 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
May 06 16:20:52 archlinux kernel: vboxdrv: Found 4 processor cores
May 06 16:20:52 archlinux systemd[1]: Starting udev Kernel Device Manager...
May 06 16:20:52 archlinux systemd[1]: Finished udev Coldplug all Devices.
May 06 16:20:52 archlinux kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3499993915 Hz
May 06 16:20:52 archlinux kernel: vboxdrv: Successfully loaded version 6.1.6 (interface 0x002d0001)
May 06 16:20:52 archlinux kernel: VBoxNetAdp: Successfully started.
May 06 16:20:52 archlinux kernel: VBoxNetFlt: Successfully started.
May 06 16:20:52 archlinux systemd[1]: Finished Load Kernel Modules.
May 06 16:20:52 archlinux systemd[1]: Condition check resulted in FUSE Control File System being skipped.
May 06 16:20:52 archlinux systemd[1]: Mounting Kernel Configuration File System...
May 06 16:20:52 archlinux systemd[1]: Starting Apply Kernel Variables...
May 06 16:20:52 archlinux systemd[1]: Mounted Kernel Configuration File System.
May 06 16:20:52 archlinux systemd[1]: Finished Apply Kernel Variables.
May 06 16:20:52 archlinux systemd-journald[283]: Journal started
May 06 16:20:52 archlinux systemd-journald[283]: Runtime Journal (/run/log/journal/be83d2bce93640e68d7323e1897f4ece) is 8.0M, max 793.8M, 785.8M free.
May 06 16:20:52 archlinux systemd-modules-load[284]: Inserted module 'crypto_user'
May 06 16:20:52 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:52 archlinux systemd-random-seed[289]: Kernel entropy pool is not initialized yet, waiting until it is.
May 06 16:20:52 archlinux systemd-modules-load[284]: Inserted module 'vboxdrv'
May 06 16:20:52 archlinux systemd-modules-load[284]: Inserted module 'vboxnetadp'
May 06 16:20:52 archlinux systemd-modules-load[284]: Inserted module 'vboxnetflt'
May 06 16:20:52 archlinux systemd-sysctl[299]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
May 06 16:20:52 archlinux systemd-sysctl[299]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
May 06 16:20:52 archlinux systemd-sysctl[299]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
May 06 16:20:52 archlinux systemd-sysctl[299]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
May 06 16:20:52 archlinux systemd-sysctl[299]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
May 06 16:20:52 archlinux systemd-sysctl[299]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
May 06 16:20:52 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
May 06 16:20:52 archlinux systemd[1]: Started Journal Service.
May 06 16:20:52 archlinux kernel: audit: type=1130 audit(1588807252.915:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:52 archlinux systemd-journald[283]: Time spent on flushing to /var/log/journal/be83d2bce93640e68d7323e1897f4ece is 4.033ms for 867 entries.
May 06 16:20:52 archlinux systemd-journald[283]: System Journal (/var/log/journal/be83d2bce93640e68d7323e1897f4ece) is 3.9G, max 4.0G, 7.5M free.
May 06 16:20:53 archlinux kernel: audit: type=1130 audit(1588807253.002:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux kernel: parport_pc 00:06: reported by Plug and Play ACPI
May 06 16:20:53 archlinux kernel: parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE]
May 06 16:20:53 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux systemd[1]: Started udev Kernel Device Manager.
May 06 16:20:53 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
May 06 16:20:53 archlinux kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
May 06 16:20:53 archlinux kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
May 06 16:20:53 archlinux kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
May 06 16:20:53 archlinux kernel: audit: type=1130 audit(1588807253.245:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux kernel: IPMI message handler: version 39.2
May 06 16:20:53 archlinux kernel: ipmi device interface
May 06 16:20:53 archlinux kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200110/utaddress-204)
May 06 16:20:53 archlinux kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 06 16:20:53 archlinux kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
May 06 16:20:53 archlinux kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 06 16:20:53 archlinux kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
May 06 16:20:53 archlinux kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
May 06 16:20:53 archlinux kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 06 16:20:53 archlinux kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
May 06 16:20:53 archlinux kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
May 06 16:20:53 archlinux kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 06 16:20:53 archlinux kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
May 06 16:20:53 archlinux kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
May 06 16:20:53 archlinux kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
May 06 16:20:53 archlinux kernel: snd_hda_intel 0000:02:00.1: Disabling MSI
May 06 16:20:53 archlinux kernel: snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client
May 06 16:20:53 archlinux kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
May 06 16:20:53 archlinux kernel: random: crng init done
May 06 16:20:53 archlinux systemd[1]: Finished Load/Save Random Seed.
May 06 16:20:53 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux kernel: audit: type=1130 audit(1588807253.358:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux kernel: i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
May 06 16:20:53 archlinux kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
May 06 16:20:53 archlinux kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
May 06 16:20:53 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 06 16:20:53 archlinux kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 06 16:20:53 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 06 16:20:53 archlinux kernel: cfg80211: failed to load regulatory.db
May 06 16:20:53 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
May 06 16:20:53 archlinux systemd[1]: Found device WDC_WD30EZRX-00D8PB0 Music.
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input7
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input8
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input9
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input14
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input10
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input11
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input15
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2: ALC1150: SKU not ready 0x00000000
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input16
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input17
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input18
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input19
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input20
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input12
May 06 16:20:53 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input13
May 06 16:20:53 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
May 06 16:20:53 archlinux kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
May 06 16:20:53 archlinux kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
May 06 16:20:53 archlinux kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
May 06 16:20:53 archlinux kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2: autoconfig for ALC1150: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2:    mono: mono_out=0x0
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2:    dig-out=0x11/0x0
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2:    inputs:
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2:      Front Mic=0x19
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2:      Rear Mic=0x18
May 06 16:20:53 archlinux kernel: snd_hda_codec_realtek hdaudioC1D2:      Line=0x1a
May 06 16:20:53 archlinux kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) fc:aa:14:7d:80:b4
May 06 16:20:53 archlinux kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
May 06 16:20:53 archlinux kernel: e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
May 06 16:20:53 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 06 16:20:53 archlinux systemd[1]: Reached target Local File Systems (Pre).
May 06 16:20:53 archlinux systemd[1]: Mounting /home/gideon/Music...
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
May 06 16:20:53 archlinux kernel: audit: type=1130 audit(1588807253.485:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux systemd-udevd[311]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:20:53 archlinux kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
May 06 16:20:53 archlinux kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
May 06 16:20:53 archlinux kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input23
May 06 16:20:53 archlinux kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input24
May 06 16:20:53 archlinux kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input25
May 06 16:20:53 archlinux kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input26
May 06 16:20:53 archlinux kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input27
May 06 16:20:53 archlinux kernel: input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input28
May 06 16:20:53 archlinux kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input29
May 06 16:20:53 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in FUSE Control File System being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:20:53 archlinux kernel: iTCO_vendor_support: vendor-support=0
May 06 16:20:53 archlinux kernel: fuse: init (API version 7.31)
May 06 16:20:53 archlinux kernel: *** VALIDATE fuseblk ***
May 06 16:20:53 archlinux kernel: *** VALIDATE fuse ***
May 06 16:20:53 archlinux kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
May 06 16:20:53 archlinux kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
May 06 16:20:53 archlinux kernel: ppdev: user-space parallel port driver
May 06 16:20:53 archlinux systemd[1]: Mounting FUSE Control File System...
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:20:53 archlinux systemd[1]: Mounted FUSE Control File System.
May 06 16:20:53 archlinux systemd-udevd[311]: controlC3: Process '/usr/bin/alsactl restore 3' failed with exit code 99.
May 06 16:20:53 archlinux systemd-udevd[303]: controlC2: Process '/usr/bin/alsactl restore 2' failed with exit code 99.
May 06 16:20:53 archlinux systemd-udevd[303]: Using default interface naming scheme 'v245'.
May 06 16:20:53 archlinux systemd-udevd[303]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 06 16:20:53 archlinux kernel: e1000e 0000:00:19.0 eno1: renamed from eth0
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:20:53 archlinux kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
May 06 16:20:53 archlinux kernel: checking generic (f1000000 7f0000) vs hw (f7400000 400000)
May 06 16:20:53 archlinux kernel: checking generic (f1000000 7f0000) vs hw (b0000000 10000000)
May 06 16:20:53 archlinux kernel: cryptd: max_cpu_qlen set to 1000
May 06 16:20:53 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
May 06 16:20:53 archlinux kernel: AES CTR mode by8 optimization enabled
May 06 16:20:53 archlinux kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 06 16:20:53 archlinux kernel: [drm] Driver supports precise vblank timestamp query.
May 06 16:20:53 archlinux kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=mem
May 06 16:20:53 archlinux kernel: [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
May 06 16:20:53 archlinux kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 06 16:20:53 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input30
May 06 16:20:53 archlinux kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
May 06 16:20:53 archlinux systemd-udevd[319]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
May 06 16:20:53 archlinux kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
May 06 16:20:53 archlinux kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
May 06 16:20:53 archlinux systemd-udevd[321]: Using default interface naming scheme 'v245'.
May 06 16:20:53 archlinux systemd[1]: Found device Ethernet Connection I217-V.
May 06 16:20:53 archlinux kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
May 06 16:20:53 archlinux kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input31
May 06 16:20:53 archlinux kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input32
May 06 16:20:53 archlinux kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input33
May 06 16:20:53 archlinux kernel: input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input34
May 06 16:20:53 archlinux kernel: input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input35
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:20:53 archlinux systemd-udevd[313]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
May 06 16:20:53 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
May 06 16:20:53 archlinux kernel: ath: EEPROM regdomain: 0x21
May 06 16:20:53 archlinux kernel: ath: EEPROM indicates we should expect a direct regpair map
May 06 16:20:53 archlinux kernel: ath: Country alpha2 being used: BB
May 06 16:20:53 archlinux kernel: ath: Regpair used: 0x21
May 06 16:20:53 archlinux kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
May 06 16:20:53 archlinux kernel: ieee80211 phy0: Atheros AR9300 Rev:3 mem=0xffff8c3f80580000, irq=18
May 06 16:20:53 archlinux systemd-udevd[312]: Using default interface naming scheme 'v245'.
May 06 16:20:53 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
May 06 16:20:53 archlinux systemd-udevd[312]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:20:53 archlinux kernel: audit: type=1130 audit(1588807253.815:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux kernel: ath9k 0000:06:00.0 wlp6s0: renamed from wlan0
May 06 16:20:53 archlinux systemd-udevd[319]: Using default interface naming scheme 'v245'.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in AR93xx Wireless Network Adapter being skipped.
May 06 16:20:53 archlinux systemd[1]: Created slice system-netctl\x2dauto.slice.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:20:53 archlinux kernel: intel_rapl_common: Found RAPL domain package
May 06 16:20:53 archlinux kernel: intel_rapl_common: Found RAPL domain core
May 06 16:20:53 archlinux kernel: intel_rapl_common: Found RAPL domain uncore
May 06 16:20:53 archlinux kernel: intel_rapl_common: Found RAPL domain dram
May 06 16:20:53 archlinux ntfs-3g[451]: Version 2017.3.23 external FUSE 29
May 06 16:20:53 archlinux systemd[1]: Mounted /home/gideon/Music.
May 06 16:20:53 archlinux ntfs-3g[451]: Mounted /dev/sdb3 (Read-Write, label "Music", NTFS 3.1)
May 06 16:20:53 archlinux systemd[1]: Reached target Local File Systems.
May 06 16:20:53 archlinux ntfs-3g[451]: Cmdline options: rw,nls=utf8,umask=000,dmask=027,fmask=137,uid=1000,gid=1000
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 06 16:20:53 archlinux ntfs-3g[451]: Mount options: rw,nls=utf8,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sdb3,blkdev,blksize=4096
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 06 16:20:53 archlinux ntfs-3g[451]: Global ownership and permissions enforced, configuration type 7
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 06 16:20:53 archlinux systemd[1]: Starting Create Volatile Files and Directories...
May 06 16:20:53 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux systemd[1]: Finished Create Volatile Files and Directories.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 06 16:20:53 archlinux systemd[1]: Condition check resulted in Update is Completed being skipped.
May 06 16:20:53 archlinux systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 06 16:20:53 archlinux kernel: audit: type=1130 audit(1588807253.992:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux audit[453]: SYSTEM_BOOT pid=453 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 06 16:20:54 archlinux kernel: audit: type=1127 audit(1588807253.995:9): pid=453 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 06 16:20:54 archlinux kernel: audit: type=1130 audit(1588807253.998:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:53 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:54 archlinux systemd[1]: Finished Update UTMP about System Boot/Shutdown.
May 06 16:20:54 archlinux systemd[1]: Reached target System Initialization.
May 06 16:20:54 archlinux systemd[1]: Started Daily rotation of log files.
May 06 16:20:54 archlinux systemd[1]: Started Daily man-db regeneration.
May 06 16:20:54 archlinux systemd[1]: Started Daily verification of password and group files.
May 06 16:20:54 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
May 06 16:20:54 archlinux systemd[1]: Started Daily locate database update.
May 06 16:20:54 archlinux systemd[1]: Reached target Timers.
May 06 16:20:54 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
May 06 16:20:54 archlinux systemd[1]: Starting Docker Socket for the API.
May 06 16:20:54 archlinux systemd[1]: Listening on Docker Socket for the API.
May 06 16:20:54 archlinux systemd[1]: Reached target Sockets.
May 06 16:20:54 archlinux systemd[1]: Reached target Basic System.
May 06 16:20:54 archlinux systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
May 06 16:20:54 archlinux systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
May 06 16:20:54 archlinux systemd[1]: Reached target Sound Card.
May 06 16:20:53 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ckb-next-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:54 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:54 archlinux systemd[1]: Started Corsair Keyboards and Mice Daemon.
May 06 16:20:54 archlinux systemd[1]: Started Periodic Command Scheduler.
May 06 16:20:54 archlinux systemd[1]: Started D-Bus System Message Bus.
May 06 16:20:54 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:54 archlinux systemd[1]: Starting dhcpcd on eno1...
May 06 16:20:54 archlinux crond[456]: (CRON) STARTUP (1.5.5)
May 06 16:20:54 archlinux crond[456]: (CRON) INFO (Syslog will be used instead of sendmail.)
May 06 16:20:54 archlinux systemd[1]: Starting Initialize hardware monitoring sensors...
May 06 16:20:54 archlinux crond[456]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 75% if used.)
May 06 16:20:54 archlinux systemd[1]: Starting Automatic wireless network connection using netctl profiles...
May 06 16:20:54 archlinux systemd[1]: Condition check resulted in SSH Key Generation being skipped.
May 06 16:20:54 archlinux audit: AUDIT1334 prog-id=7 op=LOAD
May 06 16:20:54 archlinux audit: AUDIT1334 prog-id=8 op=LOAD
May 06 16:20:54 archlinux systemd[1]: Starting Login Service...
May 06 16:20:54 archlinux kernel: it87: Found IT8620E chip at 0xa30, revision 4
May 06 16:20:54 archlinux kernel: it87: Beeping is supported
May 06 16:20:54 archlinux crond[456]: (CRON) INFO (running with inotify support)
May 06 16:20:54 archlinux ckb-next-daemon[455]: ckb-next: Corsair RGB driver 0.4.2
May 06 16:20:54 archlinux ckb-next-daemon[455]: [I] Root controller ready at /dev/input/ckb0
May 06 16:20:54 archlinux systemd[1]: Finished Initialize hardware monitoring sensors.
May 06 16:20:54 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:54 archlinux dhcpcd[458]: dhcpcd-9.0.2 starting
May 06 16:20:54 archlinux netctl-auto[471]: Included profile 'wlp6s0-CBCI-F9B3-2.4'
May 06 16:20:54 archlinux netctl-auto[480]: Included profile 'wlp6s0-CBCI-F9B3-5'
May 06 16:20:54 archlinux kernel: 8021q: 802.1Q VLAN Support v1.8
May 06 16:20:54 archlinux kernel: nvidia: module license 'NVIDIA' taints kernel.
May 06 16:20:54 archlinux kernel: Disabling lock debugging due to kernel taint
May 06 16:20:54 archlinux kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
May 06 16:20:54 archlinux kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
May 06 16:20:54 archlinux systemd-logind[461]: New seat seat0.
May 06 16:20:54 archlinux systemd-logind[461]: Watching system buttons on /dev/input/event2 (Power Button)
May 06 16:20:54 archlinux kernel: nvidia 0000:02:00.0: enabling device (0000 -> 0003)
May 06 16:20:54 archlinux kernel: nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
May 06 16:20:54 archlinux systemd-logind[461]: Watching system buttons on /dev/input/event0 (Power Button)
May 06 16:20:54 archlinux systemd-logind[461]: Watching system buttons on /dev/input/event1 (Sleep Button)
May 06 16:20:54 archlinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.82  Wed Apr  1 20:04:33 UTC 2020
May 06 16:20:54 archlinux dhcpcd[499]: eno1: waiting for carrier
May 06 16:20:54 archlinux kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.82  Wed Apr  1 19:41:29 UTC 2020
May 06 16:20:54 archlinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
May 06 16:20:54 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
May 06 16:20:54 archlinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
May 06 16:20:54 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 2
May 06 16:20:54 archlinux systemd[1]: Started Automatic wireless network connection using netctl profiles.
May 06 16:20:54 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl-auto@wlp6s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:55 archlinux systemd[1]: Started Login Service.
May 06 16:20:55 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:55 archlinux kernel: kauditd_printk_skb: 7 callbacks suppressed
May 06 16:20:55 archlinux kernel: audit: type=1130 audit(1588807255.975:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:56 archlinux kernel: usb 2-3: New USB device found, idVendor=1b1c, idProduct=1b13, bcdDevice= 3.08
May 06 16:20:56 archlinux kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 06 16:20:56 archlinux kernel: usb 2-3: Product: Corsair K70 RGB Gaming Keyboard 
May 06 16:20:56 archlinux kernel: usb 2-3: Manufacturer: Corsair
May 06 16:20:56 archlinux kernel: usb 2-3: SerialNumber: 10026009AE3B940553757A3EF5001945
May 06 16:20:56 archlinux kernel: wlp6s0: authenticate with 10:05:01:17:18:e0
May 06 16:20:56 archlinux kernel: wlp6s0: send auth to 10:05:01:17:18:e0 (try 1/3)
May 06 16:20:56 archlinux kernel: wlp6s0: authenticated
May 06 16:20:56 archlinux kernel: wlp6s0: associate with 10:05:01:17:18:e0 (try 1/3)
May 06 16:20:56 archlinux kernel: wlp6s0: RX AssocResp from 10:05:01:17:18:e0 (capab=0x411 status=0 aid=2)
May 06 16:20:56 archlinux kernel: wlp6s0: associated
May 06 16:20:56 archlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp6s0: link becomes ready
May 06 16:20:56 archlinux kernel: wlp6s0: Limiting TX power to 27 (30 - 3) dBm as advertised by 10:05:01:17:18:e0
May 06 16:20:56 archlinux kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/0003:1B1C:1B13.000A/input/input36
May 06 16:20:56 archlinux kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/0003:1B1C:1B13.000A/input/input37
May 06 16:20:56 archlinux kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/0003:1B1C:1B13.000A/input/input38
May 06 16:20:56 archlinux kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/0003:1B1C:1B13.000A/input/input39
May 06 16:20:56 archlinux kernel: hid-generic 0003:1B1C:1B13.000A: input,hiddev4,hidraw5: USB HID v1.11 Keyboard [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-3/input0
May 06 16:20:57 archlinux kernel: hid-generic 0003:1B1C:1B13.000B: hiddev5,hidraw6: USB HID v1.11 Device [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-3/input1
May 06 16:20:57 archlinux kernel: usb 2-4: new full-speed USB device number 4 using xhci_hcd
May 06 16:20:57 archlinux kernel: usb 2-4: device descriptor read/64, error -71
May 06 16:20:58 archlinux kernel: usb 2-4: device descriptor read/64, error -71
May 06 16:20:58 archlinux kernel: usb 2-4: new full-speed USB device number 5 using xhci_hcd
May 06 16:20:58 archlinux kernel: usb 2-4: device descriptor read/64, error -71
May 06 16:20:58 archlinux kernel: usb 2-4: device descriptor read/64, error -71
May 06 16:20:58 archlinux kernel: usb usb2-port4: attempt power cycle
May 06 16:20:58 archlinux systemd[1]: systemd-rfkill.service: Succeeded.
May 06 16:20:58 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:58 archlinux kernel: audit: type=1131 audit(1588807258.822:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:20:59 archlinux kernel: usb 2-4: new full-speed USB device number 6 using xhci_hcd
May 06 16:20:59 archlinux kernel: usb 2-4: Device not responding to setup address.
May 06 16:20:59 archlinux kernel: usb 2-4: Device not responding to setup address.
May 06 16:20:59 archlinux kernel: usb 2-4: device not accepting address 6, error -71
May 06 16:20:59 archlinux kernel: usb 2-4: new full-speed USB device number 7 using xhci_hcd
May 06 16:20:59 archlinux kernel: usb 2-4: Device not responding to setup address.
May 06 16:21:00 archlinux kernel: usb 2-4: Device not responding to setup address.
May 06 16:21:00 archlinux kernel: usb 2-4: device not accepting address 7, error -71
May 06 16:21:00 archlinux kernel: usb usb2-port4: unable to enumerate USB device
May 06 16:21:00 archlinux kernel: usb 2-9: new full-speed USB device number 8 using xhci_hcd
May 06 16:21:00 archlinux kernel: usb 2-9: New USB device found, idVendor=045e, idProduct=0719, bcdDevice= 1.00
May 06 16:21:00 archlinux kernel: usb 2-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 06 16:21:00 archlinux kernel: usb 2-9: Product: Xbox 360 Wireless Receiver for Windows
May 06 16:21:00 archlinux kernel: usb 2-9: Manufacturer: ©Microsoft
May 06 16:21:00 archlinux kernel: usb 2-9: SerialNumber: E13EFA00
May 06 16:21:00 archlinux kernel: usb 2-10: new full-speed USB device number 9 using xhci_hcd
May 06 16:21:00 archlinux kernel: usb 2-10: New USB device found, idVendor=22d4, idProduct=1301, bcdDevice= 0.00
May 06 16:21:00 archlinux kernel: usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 06 16:21:00 archlinux kernel: usb 2-10: Product: Mionix NAOS 8200      
May 06 16:21:00 archlinux kernel: usb 2-10: Manufacturer: La-VIEW Technology
May 06 16:21:00 archlinux kernel: input: La-VIEW Technology Mionix NAOS 8200       as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10:1.0/0003:22D4:1301.000C/input/input40
May 06 16:21:00 archlinux kernel: hid-generic 0003:22D4:1301.000C: input,hidraw7: USB HID v1.00 Mouse [La-VIEW Technology Mionix NAOS 8200      ] on usb-0000:00:14.0-10/input0
May 06 16:21:00 archlinux kernel: input: La-VIEW Technology Mionix NAOS 8200       Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10:1.1/0003:22D4:1301.000D/input/input41
May 06 16:21:00 archlinux kernel: hid-generic 0003:22D4:1301.000D: input,hiddev6,hidraw8: USB HID v1.00 Keyboard [La-VIEW Technology Mionix NAOS 8200      ] on usb-0000:00:14.0-10/input1
May 06 16:21:01 archlinux kernel: mousedev: PS/2 mouse device common for all mice
May 06 16:21:01 archlinux systemd-logind[461]: Watching system buttons on /dev/input/event258 (Corsair Corsair K70 RGB Gaming Keyboard  Keyboard)
May 06 16:21:01 archlinux kernel: usbcore: registered new interface driver xpad
May 06 16:21:01 archlinux systemd-logind[461]: Watching system buttons on /dev/input/event259 (Corsair Corsair K70 RGB Gaming Keyboard  Consumer Control)
May 06 16:21:01 archlinux ckb-next-daemon[455]: [I] Connecting Corsair K70 RGB Gaming Keyboard at /dev/input/ckb1
May 06 16:21:01 archlinux kernel: input: ckb1: Corsair K70 RGB Gaming Keyboard vKB as /devices/virtual/input/input42
May 06 16:21:01 archlinux kernel: input: ckb1: Corsair K70 RGB Gaming Keyboard vM as /devices/virtual/input/input43
May 06 16:21:01 archlinux ckb-next-daemon[455]: [I] Starting input thread for /dev/input/ckb1
May 06 16:21:01 archlinux systemd-logind[461]: Watching system buttons on /dev/input/event258 (ckb1: Corsair K70 RGB Gaming Keyboard vKB)
May 06 16:21:01 archlinux systemd-logind[461]: Watching system buttons on /dev/input/event259 (ckb1: Corsair K70 RGB Gaming Keyboard vM)
May 06 16:21:01 archlinux ckb-next-daemon[455]: [I] Received identification packet: 0e 01 00 00 01 01 00 01 08 03 11 00 1c 1b 13 1b 01 01 01 06 c0 ff 40 00 03 00 00 00 02 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
May 06 16:21:03 archlinux ckb-next-daemon[455]: [I] Setup finished for /dev/input/ckb1
May 06 16:21:24 archlinux dhcpcd[499]: timed out
May 06 16:21:24 archlinux dhcpcd[499]: timed out
May 06 16:21:24 archlinux dhcpcd[499]: dhcpcd exited
May 06 16:21:24 archlinux systemd[1]: dhcpcd@eno1.service: Control process exited, code=exited, status=1/FAILURE
May 06 16:21:24 archlinux systemd[1]: dhcpcd@eno1.service: Failed with result 'exit-code'.
May 06 16:21:24 archlinux systemd[1]: Failed to start dhcpcd on eno1.
May 06 16:21:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 06 16:21:24 archlinux systemd[1]: Reached target Network.
May 06 16:21:24 archlinux systemd[1]: Reached target Network is Online.
May 06 16:21:24 archlinux systemd[1]: Starting Docker Application Container Engine...
May 06 16:21:24 archlinux kernel: audit: type=1130 audit(1588807284.132:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 06 16:21:24 archlinux systemd[1]: Starting MariaDB 10.4.12 database server...
May 06 16:21:24 archlinux systemd[1]: Starting Network Time Service...
May 06 16:21:24 archlinux systemd[1]: Started OpenSSH Daemon.
May 06 16:21:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux systemd[1]: Starting Permit User Sessions...
May 06 16:21:24 archlinux kernel: audit: type=1130 audit(1588807284.135:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux systemd[1]: Finished Permit User Sessions.
May 06 16:21:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux systemd[1]: Starting Light Display Manager...
May 06 16:21:24 archlinux kernel: audit: type=1130 audit(1588807284.142:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux ntpd[661]: ntpd 4.2.8p14@1.3728-o Wed Mar 18 13:44:46 UTC 2020 (1): Starting
May 06 16:21:24 archlinux ntpd[661]: Command line: /usr/bin/ntpd -g -u ntp:ntp
May 06 16:21:24 archlinux ntpd[661]: ----------------------------------------------------
May 06 16:21:24 archlinux ntpd[661]: ntp-4 is maintained by Network Time Foundation,
May 06 16:21:24 archlinux ntpd[661]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
May 06 16:21:24 archlinux ntpd[661]: corporation.  Support and training for ntp-4 are
May 06 16:21:24 archlinux ntpd[661]: available at https://www.nwtime.org/support
May 06 16:21:24 archlinux ntpd[661]: ----------------------------------------------------
May 06 16:21:24 archlinux ntpd[666]: proto: precision = 0.059 usec (-24)
May 06 16:21:24 archlinux ntpd[666]: basedate set to 2020-03-06
May 06 16:21:24 archlinux ntpd[666]: gps base set to 2020-03-08 (week 2096)
May 06 16:21:24 archlinux ntpd[666]: Listen and drop on 0 v6wildcard [::]:123
May 06 16:21:24 archlinux ntpd[666]: Listen and drop on 1 v4wildcard 0.0.0.0:123
May 06 16:21:24 archlinux ntpd[666]: Listen normally on 2 lo 127.0.0.1:123
May 06 16:21:24 archlinux ntpd[666]: Listen normally on 3 wlp6s0 10.1.10.144:123
May 06 16:21:24 archlinux ntpd[666]: Listen normally on 4 lo [::1]:123
May 06 16:21:24 archlinux ntpd[666]: Listen normally on 5 wlp6s0 [2603:3023:708:9c00:c66e:1fff:fe20:c536]:123
May 06 16:21:24 archlinux ntpd[666]: Listen normally on 6 wlp6s0 [fe80::c66e:1fff:fe20:c536%3]:123
May 06 16:21:24 archlinux ntpd[666]: Listening on routing socket on fd #23 for interface updates
May 06 16:21:24 archlinux ntpd[666]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
May 06 16:21:24 archlinux ntpd[666]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
May 06 16:21:24 archlinux systemd[1]: Started Network Time Service.
May 06 16:21:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux kernel: audit: type=1130 audit(1588807284.175:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux sshd[662]: Server listening on 0.0.0.0 port 42069.
May 06 16:21:24 archlinux sshd[662]: Server listening on :: port 42069.
May 06 16:21:24 archlinux systemd[1]: Started Light Display Manager.
May 06 16:21:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux kernel: audit: type=1130 audit(1588807284.212:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux dbus-daemon[457]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.3' (uid=0 pid=665 comm="/usr/bin/lightdm ")
May 06 16:21:24 archlinux systemd[1]: Reached target User and Group Name Lookups.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Update is Completed being skipped.
May 06 16:21:24 archlinux systemd[1]: Starting Accounts Service...
May 06 16:21:24 archlinux dbus-daemon[457]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.4' (uid=0 pid=681 comm="/usr/lib/accounts-daemon ")
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:21:24 archlinux systemd[1]: Condition check resulted in Update is Completed being skipped.
May 06 16:21:24 archlinux systemd[1]: Starting Authorization Manager...
May 06 16:21:24 archlinux polkitd[686]: Started polkitd version 0.116
May 06 16:21:24 archlinux polkitd[686]: Loading rules from directory /etc/polkit-1/rules.d
May 06 16:21:24 archlinux polkitd[686]: Loading rules from directory /usr/share/polkit-1/rules.d
May 06 16:21:24 archlinux polkitd[686]: Finished loading, compiling and executing 4 rules
May 06 16:21:24 archlinux dbus-daemon[457]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 06 16:21:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux systemd[1]: Started Authorization Manager.
May 06 16:21:24 archlinux kernel: audit: type=1130 audit(1588807284.408:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux polkitd[686]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 06 16:21:24 archlinux accounts-daemon[681]: started daemon version 0.6.55
May 06 16:21:24 archlinux dbus-daemon[457]: [system] Successfully activated service 'org.freedesktop.Accounts'
May 06 16:21:24 archlinux systemd[1]: Started Accounts Service.
May 06 16:21:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux kernel: audit: type=1130 audit(1588807284.422:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] /usr/bin/mysqld (mysqld 10.4.12-MariaDB) starting as process 682 ...
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Using Linux native AIO
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Uses event mutexes
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Number of pools: 1
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Using SSE2 crc32 instructions
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Completed initialization of buffer pool
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=452560104
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.594969114-07:00" level=info msg="Starting up"
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.606451036-07:00" level=info msg="libcontainerd: started new containerd process" pid=720
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.606513841-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.606525171-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.606548153-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0  <nil>}] <nil>}" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.606563125-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
May 06 16:21:24 archlinux kernel: resource sanity check: requesting [mem 0x000e0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000e0000-0x000e3fff window]
May 06 16:21:24 archlinux kernel: caller _nv030932rm+0x58/0x90 [nvidia] mapping multiple BARs
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Creating shared tablespace for temporary tables
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Waiting for purge to start
May 06 16:21:24 archlinux kernel: resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
May 06 16:21:24 archlinux kernel: caller _nv000908rm+0x1bf/0x1f0 [nvidia] mapping multiple BARs
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: 10.4.12 started; log sequence number 452560113; transaction id 444
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.824697487-07:00" level=info msg="starting containerd" revision=d76c121f76a5fc8a462dc64594aea72fe18e1178.m version=v1.3.4.m
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] Server socket created on IP: '::'.
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.847286456-07:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.847650337-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.847862581-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.847884051-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.847900982-07:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.847909330-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.848977618-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="modprobe aufs failed: \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.6.10-arch1-1\\n\": exit status 1: skip plugin" type=io.containerd.snapshotter.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.849006681-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.849235617-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.849585541-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.849958741-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.849976059-07:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.850007337-07:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.850024692-07:00" level=info msg="metadata content store policy set" policy=shared
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851193155-07:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851216769-07:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851245413-07:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851257528-07:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851267046-07:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851276958-07:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851286096-07:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851295796-07:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851304634-07:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851313891-07:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851373238-07:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851424125-07:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851657143-07:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851676964-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851704507-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851714905-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851724270-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851742095-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851750381-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851759321-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851770222-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851778654-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.851786920-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.856093447-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.856133657-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.856147605-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.856156518-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.857031082-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.857094321-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.857154245-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
May 06 16:21:24 archlinux dockerd[720]: time="2020-05-06T16:21:24.857164262-07:00" level=info msg="containerd successfully booted in 0.035522s"
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.869607070-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.869627083-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.869640298-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0  <nil>}] <nil>}" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.869647053-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.870589072-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.870603134-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.870613477-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0  <nil>}] <nil>}" module=grpc
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.870619963-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] Reading of all Master_info entries succeeded
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] Added new Master_info '' to hash table
May 06 16:21:24 archlinux mysqld[682]: 2020-05-06 16:21:24 0 [Note] /usr/bin/mysqld: ready for connections.
May 06 16:21:24 archlinux mysqld[682]: Version: '10.4.12-MariaDB'  socket: '/run/mysqld/mysqld.sock'  port: 3306  Arch Linux
May 06 16:21:24 archlinux systemd[1]: Started MariaDB 10.4.12 database server.
May 06 16:21:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mariadb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux kernel: audit: type=1130 audit(1588807284.878:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mariadb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:24 archlinux systemd[1]: var-lib-docker-overlay2-check\x2doverlayfs\x2dsupport145742399-merged.mount: Succeeded.
May 06 16:21:24 archlinux dockerd[659]: time="2020-05-06T16:21:24.953371695-07:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.089493138-07:00" level=warning msg="Your kernel does not support cgroup rt period"
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.089512492-07:00" level=warning msg="Your kernel does not support cgroup rt runtime"
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.089527587-07:00" level=warning msg="Your kernel does not support cgroup blkio weight"
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.089531772-07:00" level=warning msg="Your kernel does not support cgroup blkio weight_device"
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.089676385-07:00" level=info msg="Loading containers: start."
May 06 16:21:25 archlinux mysqld[682]: 2020-05-06 16:21:25 0 [Note] InnoDB: Buffer pool(s) load completed at 200506 16:21:25
May 06 16:21:25 archlinux kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
May 06 16:21:25 archlinux kernel: Bridge firewalling registered
May 06 16:21:25 archlinux kernel: audit: type=1325 audit(1588807285.188:28): table=nat family=2 entries=0
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=0
May 06 16:21:25 archlinux kernel: audit: type=1325 audit(1588807285.192:29): table=filter family=2 entries=0
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=0
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=5
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=4
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=6
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=8
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=10
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=11
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=12
May 06 16:21:25 archlinux kernel: Initializing XFRM netlink socket
May 06 16:21:25 archlinux systemd-udevd[657]: Using default interface naming scheme 'v245'.
May 06 16:21:25 archlinux systemd-udevd[657]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=7
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=8
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=12
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=13
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=9
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=10
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=14
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=15
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=16
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=17
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=18
May 06 16:21:25 archlinux systemd-udevd[657]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=11
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=12
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=19
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=20
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=21
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=22
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=23
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=22
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=23
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=24
May 06 16:21:25 archlinux systemd-udevd[657]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=13
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=14
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=25
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=26
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=27
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=28
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=29
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=28
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=29
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=30
May 06 16:21:25 archlinux systemd-udevd[850]: Using default interface naming scheme 'v245'.
May 06 16:21:25 archlinux systemd-udevd[850]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=15
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=16
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=31
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=32
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=33
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=34
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=35
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=34
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=35
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=36
May 06 16:21:25 archlinux systemd-udevd[850]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=17
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=18
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=37
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=38
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=39
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=40
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=41
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=40
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=41
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=42
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=19
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=43
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=20
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.406596502-07:00" level=info msg="Removing stale sandbox 7a5eb0acada4e3625c6426d2231bcbaa627c3ce14a1cd51fc2dda3ee55a2dfbe (2e4aeff7c614ed26e7ad514eb853b3de431fe43650184597cdce5f364e7dc3ae)"
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=21
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=44
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=20
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.416817596-07:00" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a56176321e86df5aa40ca3b93ae49bb21ab29285f04caa5714c72f29200c4ff6 2bfb132200e4e722bfe5e65d9482714fe87183168a91f7e0ade20aa943c9102c], retrying...."
May 06 16:21:25 archlinux systemd[1]: run-docker-netns-7a5eb0acada4.mount: Succeeded.
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.481850955-07:00" level=info msg="Removing stale sandbox d512533e057f45a5ad165c97a2c9a337f761df8d5b0ec485992a725c85a67808 (3ee3e443bee4b8853cf8f349542d122a905df8aa686bf6eb0dd6005e637a49bb)"
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.486056517-07:00" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint b6ebe866063cda46dc28d99e1da9599a7fc208d74887076a321d6f40af9db85f f32969aa5c9e50450c671896e14a31d554ac2d032c526ed37e8decd84601a9e5], retrying...."
May 06 16:21:25 archlinux systemd[1]: run-docker-netns-d512533e057f.mount: Succeeded.
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=19
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=18
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=43
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=42
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=41
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=40
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=39
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=38
May 06 16:21:25 archlinux dockerd[659]: time="2020-05-06T16:21:25.511948574-07:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=17
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=18
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=37
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=38
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=39
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=40
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=41
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=40
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=41
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=42
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=43
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=45
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=46
May 06 16:21:25 archlinux audit: ANOM_PROMISCUOUS dev=veth682d476 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
May 06 16:21:25 archlinux kernel: br-b6ebe866063c: port 1(veth682d476) entered blocking state
May 06 16:21:25 archlinux kernel: br-b6ebe866063c: port 1(veth682d476) entered disabled state
May 06 16:21:25 archlinux kernel: device veth682d476 entered promiscuous mode
May 06 16:21:25 archlinux kernel: br-b6ebe866063c: port 1(veth682d476) entered blocking state
May 06 16:21:25 archlinux kernel: br-b6ebe866063c: port 1(veth682d476) entered forwarding state
May 06 16:21:25 archlinux systemd-udevd[657]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:21:25 archlinux systemd-udevd[699]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:21:25 archlinux systemd-udevd[699]: Using default interface naming scheme 'v245'.
May 06 16:21:25 archlinux audit: ANOM_PROMISCUOUS dev=veth7f649bd prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
May 06 16:21:25 archlinux kernel: br-b6ebe866063c: port 1(veth682d476) entered disabled state
May 06 16:21:25 archlinux kernel: br-a56176321e86: port 1(veth7f649bd) entered blocking state
May 06 16:21:25 archlinux kernel: br-a56176321e86: port 1(veth7f649bd) entered disabled state
May 06 16:21:25 archlinux kernel: device veth7f649bd entered promiscuous mode
May 06 16:21:25 archlinux kernel: br-a56176321e86: port 1(veth7f649bd) entered blocking state
May 06 16:21:25 archlinux kernel: br-a56176321e86: port 1(veth7f649bd) entered forwarding state
May 06 16:21:25 archlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): br-a56176321e86: link becomes ready
May 06 16:21:25 archlinux systemd-udevd[700]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:21:25 archlinux systemd-udevd[850]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 06 16:21:25 archlinux systemd-udevd[700]: Using default interface naming scheme 'v245'.
May 06 16:21:25 archlinux kernel: br-a56176321e86: port 1(veth7f649bd) entered disabled state
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=19
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=47
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=20
May 06 16:21:25 archlinux dockerd[720]: time="2020-05-06T16:21:25.683140801-07:00" level=info msg="shim containerd-shim started" address=/containerd-shim/a7455eeeba06b9eda1afe2509fac26ae2da009fccfeb1db808e8e7d89840577c.sock debug=false pid=1050
May 06 16:21:25 archlinux dockerd[720]: time="2020-05-06T16:21:25.685778868-07:00" level=info msg="shim containerd-shim started" address=/containerd-shim/67f95513b7a4ac9bfcaa6b0d7cb3dcd41bc0e0d6577dff73db374912071c2e55.sock debug=false pid=1053
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=0
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=0
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=5
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=0
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=7
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=filter family=2 entries=0
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=8
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=10
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=5
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=11
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=7
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=12
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=8
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=13
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=10
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=14
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=11
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=12
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=13
May 06 16:21:25 archlinux audit: NETFILTER_CFG table=nat family=2 entries=14
May 06 16:21:25 archlinux kernel: eth0: renamed from veth432eee4
May 06 16:21:26 archlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth7f649bd: link becomes ready
May 06 16:21:26 archlinux kernel: br-a56176321e86: port 1(veth7f649bd) entered blocking state
May 06 16:21:26 archlinux kernel: br-a56176321e86: port 1(veth7f649bd) entered forwarding state
May 06 16:21:26 archlinux kernel: eth0: renamed from veth59e80b0
May 06 16:21:26 archlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth682d476: link becomes ready
May 06 16:21:26 archlinux kernel: br-b6ebe866063c: port 1(veth682d476) entered blocking state
May 06 16:21:26 archlinux kernel: br-b6ebe866063c: port 1(veth682d476) entered forwarding state
May 06 16:21:26 archlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): br-b6ebe866063c: link becomes ready
May 06 16:21:26 archlinux dockerd[659]: time="2020-05-06T16:21:26.262845676-07:00" level=info msg="Loading containers: done."
May 06 16:21:26 archlinux systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck194374070-merged.mount: Succeeded.
May 06 16:21:26 archlinux dockerd[659]: time="2020-05-06T16:21:26.339968609-07:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
May 06 16:21:26 archlinux dockerd[659]: time="2020-05-06T16:21:26.340227971-07:00" level=info msg="Docker daemon" commit=afacb8b7f0 graphdriver(s)=overlay2 version=19.03.8-ce
May 06 16:21:26 archlinux dockerd[659]: time="2020-05-06T16:21:26.342088257-07:00" level=info msg="Daemon has completed initialization"
May 06 16:21:26 archlinux kernel: process 'docker/tmp/qemu-check126316577/check' started with executable stack
May 06 16:21:26 archlinux dockerd[659]: time="2020-05-06T16:21:26.386385999-07:00" level=info msg="API listen on /run/docker.sock"
May 06 16:21:26 archlinux systemd[1]: Started Docker Application Container Engine.
May 06 16:21:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:26 archlinux systemd[1]: Reached target Multi-User System.
May 06 16:21:26 archlinux systemd[1]: Reached target Graphical Interface.
May 06 16:21:26 archlinux systemd[1]: Startup finished in 2.613s (kernel) + 33.933s (userspace) = 36.546s.
May 06 16:21:26 archlinux audit[1214]: CRED_ACQ pid=1214 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:26 archlinux lightdm[1214]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
May 06 16:21:26 archlinux systemd[1]: Created slice User Slice of UID 620.
May 06 16:21:26 archlinux systemd[1]: Starting User Runtime Directory /run/user/620...
May 06 16:21:26 archlinux systemd-logind[461]: New session c1 of user lightdm.
May 06 16:21:26 archlinux systemd[1]: Finished User Runtime Directory /run/user/620.
May 06 16:21:26 archlinux systemd[1]: Starting User Manager for UID 620...
May 06 16:21:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@620 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:26 archlinux audit[1218]: USER_ACCT pid=1218 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:26 archlinux audit[1218]: CRED_ACQ pid=1218 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 06 16:21:26 archlinux systemd[1218]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
May 06 16:21:26 archlinux systemd[1218]: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
May 06 16:21:26 archlinux audit[1218]: USER_START pid=1218 uid=0 auid=620 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:26 archlinux audit: AUDIT1334 prog-id=9 op=LOAD
May 06 16:21:26 archlinux audit: AUDIT1334 prog-id=9 op=UNLOAD
May 06 16:21:26 archlinux systemd[1218]: Reached target Paths.
May 06 16:21:26 archlinux systemd[1218]: Reached target Timers.
May 06 16:21:26 archlinux systemd[1218]: Starting D-Bus User Message Bus Socket.
May 06 16:21:26 archlinux systemd[1218]: Listening on GnuPG network certificate management daemon.
May 06 16:21:26 archlinux systemd[1218]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 06 16:21:26 archlinux systemd[1218]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 06 16:21:26 archlinux systemd[1218]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 06 16:21:26 archlinux systemd[1218]: Listening on GnuPG cryptographic agent and passphrase cache.
May 06 16:21:26 archlinux systemd[1218]: Listening on p11-kit server.
May 06 16:21:26 archlinux systemd[1218]: Listening on Multimedia System.
May 06 16:21:26 archlinux systemd[1218]: Listening on Sound System.
May 06 16:21:26 archlinux systemd[1218]: Listening on D-Bus User Message Bus Socket.
May 06 16:21:26 archlinux systemd[1218]: Reached target Sockets.
May 06 16:21:26 archlinux systemd[1218]: Reached target Basic System.
May 06 16:21:26 archlinux systemd[1]: Started User Manager for UID 620.
May 06 16:21:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@620 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:26 archlinux systemd[1218]: Starting Update XDG user dir configuration...
May 06 16:21:26 archlinux systemd[1]: Started Session c1 of user lightdm.
May 06 16:21:26 archlinux systemd[1218]: xdg-user-dirs-update.service: Succeeded.
May 06 16:21:26 archlinux systemd[1218]: Finished Update XDG user dir configuration.
May 06 16:21:26 archlinux systemd[1218]: Reached target Main User Target.
May 06 16:21:26 archlinux systemd[1218]: Startup finished in 56ms.
May 06 16:21:26 archlinux audit[1214]: USER_START pid=1214 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:27 archlinux systemd[1218]: Started D-Bus User Message Bus.
May 06 16:21:27 archlinux dbus-daemon[1229]: [session uid=620 pid=1229] Activating service name='ca.desrt.dconf' requested by ':1.1' (uid=620 pid=1225 comm="/usr/bin/slick-greeter ")
May 06 16:21:27 archlinux dbus-daemon[1229]: [session uid=620 pid=1229] Successfully activated service 'ca.desrt.dconf'
May 06 16:21:27 archlinux /slick-greeter-check-hidpi[1228]: Window scale: 1
May 06 16:21:27 archlinux dbus-daemon[1229]: [session uid=620 pid=1229] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=620 pid=1225 comm="/usr/bin/slick-greeter ")
May 06 16:21:27 archlinux systemd[1218]: Starting Accessibility services bus...
May 06 16:21:27 archlinux dbus-daemon[1229]: [session uid=620 pid=1229] Successfully activated service 'org.a11y.Bus'
May 06 16:21:27 archlinux systemd[1218]: Started Accessibility services bus.
May 06 16:21:27 archlinux dbus-daemon[1229]: [session uid=620 pid=1229] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.1' (uid=620 pid=1225 comm="/usr/bin/slick-greeter ")
May 06 16:21:27 archlinux systemd[1218]: Starting Virtual filesystem service...
May 06 16:21:27 archlinux dbus-daemon[1229]: [session uid=620 pid=1229] Successfully activated service 'org.gtk.vfs.Daemon'
May 06 16:21:27 archlinux systemd[1218]: Started Virtual filesystem service.
May 06 16:21:27 archlinux polkitd[686]: /usr/share/polkit-1/rules.d/lightdm.rules:3: action=[Action id='org.freedesktop.login1.suspend']
May 06 16:21:27 archlinux polkitd[686]: /usr/share/polkit-1/rules.d/lightdm.rules:4: subject=[Subject pid=1225 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
May 06 16:21:27 archlinux dbus-daemon[457]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.17' (uid=620 pid=1225 comm="/usr/bin/slick-greeter ")
May 06 16:21:27 archlinux systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 06 16:21:27 archlinux systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 06 16:21:27 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:21:27 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:21:27 archlinux systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 06 16:21:27 archlinux systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 06 16:21:27 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:21:27 archlinux systemd[1]: Condition check resulted in Update is Completed being skipped.
May 06 16:21:27 archlinux audit: AUDIT1334 prog-id=10 op=LOAD
May 06 16:21:27 archlinux audit: AUDIT1334 prog-id=11 op=LOAD
May 06 16:21:27 archlinux systemd[1]: Starting Daemon for power management...
May 06 16:21:27 archlinux dbus-daemon[457]: [system] Successfully activated service 'org.freedesktop.UPower'
May 06 16:21:27 archlinux systemd[1]: Started Daemon for power management.
May 06 16:21:27 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:27 archlinux polkitd[686]: /usr/share/polkit-1/rules.d/lightdm.rules:3: action=[Action id='org.freedesktop.DisplayManager.AccountsService.ReadAny']
May 06 16:21:27 archlinux polkitd[686]: /usr/share/polkit-1/rules.d/lightdm.rules:4: subject=[Subject pid=1225 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
May 06 16:21:27 archlinux at-spi-bus-launcher[1241]: dbus-daemon[1241]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=620 pid=1225 comm="/usr/bin/slick-greeter ")
May 06 16:21:27 archlinux at-spi-bus-launcher[1241]: dbus-daemon[1241]: Successfully activated service 'org.a11y.atspi.Registry'
May 06 16:21:27 archlinux at-spi-bus-launcher[1304]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 06 16:21:29 archlinux ntpd[666]: Listen normally on 7 br-b6ebe866063c 172.27.0.1:123
May 06 16:21:29 archlinux ntpd[666]: Listen normally on 8 br-a56176321e86 172.19.0.1:123
May 06 16:21:29 archlinux ntpd[666]: Listen normally on 9 br-b6ebe866063c [fe80::42:61ff:fe18:acc9%4]:123
May 06 16:21:29 archlinux ntpd[666]: Listen normally on 10 br-a56176321e86 [fe80::42:71ff:fe90:354f%8]:123
May 06 16:21:29 archlinux ntpd[666]: Listen normally on 11 veth682d476 [fe80::28eb:73ff:feb8:b25c%10]:123
May 06 16:21:29 archlinux ntpd[666]: Listen normally on 12 veth7f649bd [fe80::8c63:fbff:fe7e:a95c%12]:123
May 06 16:21:29 archlinux ntpd[666]: new interface(s) found: waking up resolver
May 06 16:21:30 archlinux lightdm[1302]: gkr-pam: unable to locate daemon control file
May 06 16:21:30 archlinux audit[1302]: USER_AUTH pid=1302 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit,pam_gnome_keyring acct="gideon" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux lightdm[1302]: gkr-pam: stashed password to try later in open session
May 06 16:21:30 archlinux kernel: kauditd_printk_skb: 124 callbacks suppressed
May 06 16:21:30 archlinux kernel: audit: type=1100 audit(1588807290.905:154): pid=1302 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit,pam_gnome_keyring acct="gideon" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux audit[1302]: USER_ACCT pid=1302 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="gideon" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux kernel: audit: type=1101 audit(1588807290.912:155): pid=1302 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="gideon" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux systemd[1]: Stopping Session c1 of user lightdm.
May 06 16:21:30 archlinux lightdm[1214]: pam_unix(lightdm-greeter:session): session closed for user lightdm
May 06 16:21:30 archlinux audit[1214]: USER_END pid=1214 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux audit[1214]: CRED_DISP pid=1214 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux kernel: audit: type=1106 audit(1588807290.932:156): pid=1214 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux kernel: audit: type=1104 audit(1588807290.932:157): pid=1214 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux systemd[1]: session-c1.scope: Succeeded.
May 06 16:21:30 archlinux systemd[1]: Stopped Session c1 of user lightdm.
May 06 16:21:30 archlinux systemd-logind[461]: Removed session c1.
May 06 16:21:30 archlinux audit[1302]: CRED_ACQ pid=1302 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit,pam_gnome_keyring acct="gideon" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux lightdm[1302]: pam_unix(lightdm:session): session opened for user gideon by (uid=0)
May 06 16:21:30 archlinux kernel: audit: type=1103 audit(1588807290.938:158): pid=1302 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit,pam_gnome_keyring acct="gideon" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:30 archlinux kernel: audit: type=1006 audit(1588807290.938:159): pid=1302 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
May 06 16:21:30 archlinux systemd[1]: Created slice User Slice of UID 1000.
May 06 16:21:30 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
May 06 16:21:30 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 06 16:21:30 archlinux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 06 16:21:30 archlinux systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 06 16:21:30 archlinux systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 06 16:21:30 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 16:21:30 archlinux systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 06 16:21:30 archlinux systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 06 16:21:30 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
May 06 16:21:30 archlinux systemd[1]: Condition check resulted in Update is Completed being skipped.
May 06 16:21:30 archlinux systemd-logind[461]: New session 2 of user gideon.
May 06 16:21:30 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
May 06 16:21:30 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:30 archlinux systemd[1]: Starting User Manager for UID 1000...
May 06 16:21:30 archlinux kernel: audit: type=1130 audit(1588807290.955:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:30 archlinux audit[1335]: USER_ACCT pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="gideon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:30 archlinux audit[1335]: CRED_ACQ pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gideon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 06 16:21:30 archlinux systemd[1335]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gideon] ruser=[<unknown>] rhost=[<unknown>]
May 06 16:21:30 archlinux systemd[1335]: pam_unix(systemd-user:session): session opened for user gideon by (uid=0)
May 06 16:21:30 archlinux audit[1335]: USER_START pid=1335 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gideon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:30 archlinux kernel: audit: type=1101 audit(1588807290.958:161): pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="gideon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:30 archlinux kernel: audit: type=1103 audit(1588807290.958:162): pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gideon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 06 16:21:30 archlinux kernel: audit: type=1006 audit(1588807290.958:163): pid=1335 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
May 06 16:21:30 archlinux audit: AUDIT1334 prog-id=12 op=LOAD
May 06 16:21:30 archlinux audit: AUDIT1334 prog-id=12 op=UNLOAD
May 06 16:21:31 archlinux systemd[1335]: default.target: Wants dependency dropin /home/gideon/.config/systemd/user/default.target.wants/spotifyd.service is not a symlink, ignoring.
May 06 16:21:31 archlinux systemd[1335]: Reached target Paths.
May 06 16:21:31 archlinux systemd[1335]: Reached target Timers.
May 06 16:21:31 archlinux systemd[1335]: Starting D-Bus User Message Bus Socket.
May 06 16:21:31 archlinux systemd[1335]: Listening on GnuPG network certificate management daemon.
May 06 16:21:31 archlinux systemd[1335]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 06 16:21:31 archlinux systemd[1335]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 06 16:21:31 archlinux systemd[1335]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 06 16:21:31 archlinux systemd[1335]: Listening on GnuPG cryptographic agent and passphrase cache.
May 06 16:21:31 archlinux systemd[1335]: Listening on p11-kit server.
May 06 16:21:31 archlinux systemd[1335]: Listening on Multimedia System.
May 06 16:21:31 archlinux systemd[1335]: Listening on Sound System.
May 06 16:21:31 archlinux systemd[1335]: Listening on D-Bus User Message Bus Socket.
May 06 16:21:31 archlinux systemd[1335]: Reached target Sockets.
May 06 16:21:31 archlinux systemd[1335]: Reached target Basic System.
May 06 16:21:31 archlinux systemd[1]: Started User Manager for UID 1000.
May 06 16:21:31 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:31 archlinux systemd[1335]: Starting Update XDG user dir configuration...
May 06 16:21:31 archlinux systemd[1]: Started Session 2 of user gideon.
May 06 16:21:31 archlinux systemd[1335]: xdg-user-dirs-update.service: Succeeded.
May 06 16:21:31 archlinux systemd[1335]: Finished Update XDG user dir configuration.
May 06 16:21:31 archlinux systemd[1335]: Reached target Main User Target.
May 06 16:21:31 archlinux systemd[1335]: Startup finished in 59ms.
May 06 16:21:31 archlinux lightdm[1302]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
May 06 16:21:31 archlinux audit[1302]: USER_START pid=1302 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="gideon" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 06 16:21:31 archlinux audit[1302]: USER_LOGIN pid=1302 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=archlinux addr=? terminal=/dev/tty7 res=success'
May 06 16:21:31 archlinux systemd[1335]: Started D-Bus User Message Bus.
May 06 16:21:31 archlinux Spotifyd[1365]: Loading config from "/home/gideon/.config/spotifyd/spotifyd.conf"
May 06 16:21:31 archlinux Spotifyd[1365]: No proxy specified
May 06 16:21:31 archlinux Spotifyd[1365]: Daemonizing running instance
May 06 16:21:31 archlinux Spotifyd[1410]: Detached from shell, now running in background.
May 06 16:21:31 archlinux Spotifyd[1410]: Using software volume controller.
May 06 16:21:31 archlinux Spotifyd[1410]: Connecting to AP "guc3-accesspoint-b-lvqg.ap.spotify.com:443"
May 06 16:21:31 archlinux ckb-next[1402]: QObject::startTimer: Timers cannot have negative intervals
May 06 16:21:31 archlinux dbus-daemon[457]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.28' (uid=1000 pid=1370 comm="/usr/bin/python /usr/bin/udiskie -t ")
May 06 16:21:31 archlinux systemd[1]: Starting Disk Manager...
May 06 16:21:31 archlinux udisksd[1431]: udisks daemon version 2.8.4 starting
May 06 16:21:31 archlinux dbus-daemon[457]: [system] Successfully activated service 'org.freedesktop.UDisks2'
May 06 16:21:31 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:31 archlinux udisksd[1431]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 06 16:21:31 archlinux systemd[1]: Started Disk Manager.
May 06 16:21:31 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.2' (uid=1000 pid=1408 comm="/usr/lib/firefox/firefox ")
May 06 16:21:31 archlinux systemd[1335]: Starting Virtual filesystem service...
May 06 16:21:31 archlinux systemd[1335]: Starting Sound Service...
May 06 16:21:31 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Successfully activated service 'org.gtk.vfs.Daemon'
May 06 16:21:31 archlinux systemd[1335]: Started Virtual filesystem service.
May 06 16:21:31 archlinux Spotifyd[1410]: Country: "US"
May 06 16:21:32 archlinux ckb-next[1402]: Using QSytemTrayIcon
May 06 16:21:32 archlinux ckb-next[1402]: Path to settings: "/home/gideon/.config/ckb-next/ckb-next.conf"
May 06 16:21:32 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.13' (uid=1000 pid=1370 comm="/usr/bin/python /usr/bin/udiskie -t ")
May 06 16:21:32 archlinux systemd[1335]: Starting Accessibility services bus...
May 06 16:21:32 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Successfully activated service 'org.a11y.Bus'
May 06 16:21:32 archlinux systemd[1335]: Started Accessibility services bus.
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/gradient"
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/heat"
May 06 16:21:32 archlinux kdeconnect-settings[1406]: Couldn't load plugin: "The shared library was not found."
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/invaders"
May 06 16:21:32 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Activating service name='org.kde.kdeconnect' requested by ':1.9' (uid=1000 pid=1406 comm="kdeconnect-settings --style gtk2 ")
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/life"
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/mviz"
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/pinwheel"
May 06 16:21:32 archlinux at-spi-bus-launcher[1574]: dbus-daemon[1574]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1370 comm="/usr/bin/python /usr/bin/udiskie -t ")
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/pipe"
May 06 16:21:32 archlinux dbus-daemon[457]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.31' (uid=1000 pid=1455 comm="/usr/bin/pulseaudio --daemonize=no ")
May 06 16:21:32 archlinux systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 06 16:21:32 archlinux dbus-daemon[457]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
May 06 16:21:32 archlinux rtkit-daemon[1621]: Successfully called chroot.
May 06 16:21:32 archlinux rtkit-daemon[1621]: Successfully dropped privileges.
May 06 16:21:32 archlinux rtkit-daemon[1621]: Successfully limited resources.
May 06 16:21:32 archlinux rtkit-daemon[1621]: Running.
May 06 16:21:32 archlinux rtkit-daemon[1621]: Canary thread running.
May 06 16:21:32 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:32 archlinux rtkit-daemon[1621]: Watchdog thread running.
May 06 16:21:32 archlinux systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 06 16:21:32 archlinux rtkit-daemon[1621]: Successfully made thread 1455 of process 1455 owned by '1000' high priority at nice level -11.
May 06 16:21:32 archlinux rtkit-daemon[1621]: Supervising 1 threads of 1 processes of 1 users.
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/rain"
May 06 16:21:32 archlinux at-spi-bus-launcher[1574]: dbus-daemon[1574]: Successfully activated service 'org.a11y.atspi.Registry'
May 06 16:21:32 archlinux at-spi-bus-launcher[1619]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/random"
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/ripple"
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/snake"
May 06 16:21:32 archlinux ckb-next[1402]: Scanning "/usr/lib/ckb-next-animations/wave"
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: Daemon starting
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: LanLinkProvider started
May 06 16:21:32 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Successfully activated service 'org.kde.kdeconnect'
May 06 16:21:32 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Activating service name='org.freedesktop.Notifications' requested by ':1.17' (uid=1000 pid=1603 comm="/usr/lib/kdeconnectd ")
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: Daemon started
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: Broadcasting identity packet
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: LanLinkProvider newConnection
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: LanLinkProvider received reply: "{\"id\":1588807290572,\"type\":\"kdeconnect.identity\",\"body\":{\"deviceId\":\"51b84756d5ddeb87\",\"deviceName\":\"OnePlus\",\"protocolVersion\":7,\"deviceType\":\"phone\",\"incomingCapabilities\":[\"kdeconnect.telephony.request_mute\",\"kdeconnect.notification\",\"kdeconnect.ping\",\"kdeconnect.notification.reply\",\"kdeconnect.notification.action\",\"kdeconnect.share.request\",\"kdeconnect.clipboard.connect\",\"kdeconnect.runcommand\",\"kdeconnect.contacts.request_all_uids_timestamps\",\"kdeconnect.sms.request_conversations\",\"kdeconnect.telephony.request\",\"kdeconnect.mpris\",\"kdeconnect.sms.request_conversation\",\"kdeconnect.findmyphone.request\",\"kdeconnect.systemvolume\",\"kdeconnect.mousepad.keyboardstate\",\"kdeconnect.sftp.request\",\"kdeconnect.share.request.update\",\"kdeconnect.notification.request\",\"kdeconnect.mousepad.request\",\"kdeconnect.photo.request\",\"kdeconnect.sms.request\",\"kdeconnect.contacts.request_vcards_by_uid\",\"kdeconnect.mpris.request\",\"kdeconnect.battery.request\",\"kdeconnect.clipboard\"],\"outgoingCapabilities\":[\"kdeconnect.sms.messages\",\"kdeconnect.telephony\",\"kdeconnect.mpris\",\"kdeconnect.notification\",\"kdeconnect.contacts.response_uids_timestamps\",\"kdeconnect.findmyphone.request\",\"kdeconnect.ping\",\"kdeconnect.mousepad.keyboardstate\",\"kdeconnect.share.request\",\"kdeconnect.contacts.response_vcards\",\"kdeconnect.notification.request\",\"kdeconnect.mousepad.echo\",\"kdeconnect.clipboard.connect\",\"kdeconnect.mousepad.request\",\"kdeconnect.presenter\",\"kdeconnect.sftp\",\"kdeconnect.photo\",\"kdeconnect.runcommand.request\",\"kdeconnect.mpris.request\",\"kdeconnect.systemvolume.request\",\"kdeconnect.battery\",\"kdeconnect.clipboard\"]}}\n"
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: Starting client ssl (but I'm the server TCP socket)
May 06 16:21:32 archlinux rtkit-daemon[1621]: Supervising 1 threads of 1 processes of 1 users.
May 06 16:21:32 archlinux rtkit-daemon[1621]: Successfully made thread 1647 of process 1455 owned by '1000' RT at priority 5.
May 06 16:21:32 archlinux rtkit-daemon[1621]: Supervising 2 threads of 1 processes of 1 users.
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: Socket successfully established an SSL connection
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: It is a known device "OnePlus"
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: Not loading plugin "kdeconnect_lockdevice" because device doesn't support it
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: Not loading plugin "kdeconnect_remotecommands" because device doesn't support it
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.core: Not loading plugin "kdeconnect_remotesystemvolume" because device doesn't support it
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.plugin.contacts: Contacts constructor for device  "OnePlus"
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.plugin.sftp: add to dolphin
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.plugin.sftp: Created device: "OnePlus"
May 06 16:21:32 archlinux kdeconnectd[1603]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.plugin.contacts: sendRequest: Sending  "kdeconnect.contacts.request_all_uids_timestamps" true
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.plugin.battery: No Primary Battery detected on this system. This may be a bug.
May 06 16:21:32 archlinux kdeconnectd[1603]: kdeconnect.plugin.battery: Total quantity of batteries found:  0
May 06 16:21:32 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Successfully activated service 'org.freedesktop.Notifications'
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: Starting "/usr/lib/ckb-next-animations/heat"
May 06 16:21:33 archlinux kdeconnectd[1603]: kdeconnect.core: Sending onNetworkChange to 1 LinkProviders
May 06 16:21:33 archlinux kdeconnectd[1603]: kdeconnect.core: Broadcasting identity packet
May 06 16:21:33 archlinux kdeconnectd[1603]: kdeconnect.plugin.contacts: handleResponseVCards: Got 0 VCards
May 06 16:21:33 archlinux kdeconnectd[1603]: kdeconnect.core: LanLinkProvider newConnection
May 06 16:21:33 archlinux kdeconnectd[1603]: kdeconnect.core: LanLinkProvider received reply: "{\"id\":1588807290969,\"type\":\"kdeconnect.identity\",\"body\":{\"deviceId\":\"51b84756d5ddeb87\",\"deviceName\":\"OnePlus\",\"protocolVersion\":7,\"deviceType\":\"phone\",\"incomingCapabilities\":[\"kdeconnect.telephony.request_mute\",\"kdeconnect.notification\",\"kdeconnect.ping\",\"kdeconnect.notification.reply\",\"kdeconnect.notification.action\",\"kdeconnect.share.request\",\"kdeconnect.clipboard.connect\",\"kdeconnect.runcommand\",\"kdeconnect.contacts.request_all_uids_timestamps\",\"kdeconnect.sms.request_conversations\",\"kdeconnect.telephony.request\",\"kdeconnect.mpris\",\"kdeconnect.sms.request_conversation\",\"kdeconnect.findmyphone.request\",\"kdeconnect.systemvolume\",\"kdeconnect.mousepad.keyboardstate\",\"kdeconnect.sftp.request\",\"kdeconnect.share.request.update\",\"kdeconnect.notification.request\",\"kdeconnect.mousepad.request\",\"kdeconnect.photo.request\",\"kdeconnect.sms.request\",\"kdeconnect.contacts.request_vcards_by_uid\",\"kdeconnect.mpris.request\",\"kdeconnect.battery.request\",\"kdeconnect.clipboard\"],\"outgoingCapabilities\":[\"kdeconnect.sms.messages\",\"kdeconnect.telephony\",\"kdeconnect.mpris\",\"kdeconnect.notification\",\"kdeconnect.contacts.response_uids_timestamps\",\"kdeconnect.findmyphone.request\",\"kdeconnect.ping\",\"kdeconnect.mousepad.keyboardstate\",\"kdeconnect.share.request\",\"kdeconnect.contacts.response_vcards\",\"kdeconnect.notification.request\",\"kdeconnect.mousepad.echo\",\"kdeconnect.clipboard.connect\",\"kdeconnect.mousepad.request\",\"kdeconnect.presenter\",\"kdeconnect.sftp\",\"kdeconnect.photo\",\"kdeconnect.runcommand.request\",\"kdeconnect.mpris.request\",\"kdeconnect.systemvolume.request\",\"kdeconnect.battery\",\"kdeconnect.clipboard\"]}}\n"
May 06 16:21:33 archlinux kdeconnectd[1603]: kdeconnect.core: Starting client ssl (but I'm the server TCP socket)
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: Unsupported ICC profile class 70727472
May 06 16:21:33 archlinux ckb-next[1402]: qt.gui.icc: fromIccProfile: failed general sanity check
May 06 16:21:33 archlinux ckb-next[1402]: QPngHandler: Failed to parse ICC profile
May 06 16:21:33 archlinux kdeconnectd[1603]: kdeconnect.core: Socket successfully established an SSL connection
May 06 16:21:33 archlinux kdeconnectd[1603]: kdeconnect.core: It is a known device "OnePlus"
May 06 16:21:33 archlinux ckb-next[1402]: Downloaded new firmware list. 38 entries found.
May 06 16:21:33 archlinux rtkit-daemon[1621]: Supervising 2 threads of 1 processes of 1 users.
May 06 16:21:33 archlinux rtkit-daemon[1621]: Supervising 2 threads of 1 processes of 1 users.
May 06 16:21:33 archlinux rtkit-daemon[1621]: Supervising 2 threads of 1 processes of 1 users.
May 06 16:21:33 archlinux rtkit-daemon[1621]: Supervising 2 threads of 1 processes of 1 users.
May 06 16:21:33 archlinux rtkit-daemon[1621]: Successfully made thread 1761 of process 1408 owned by '1000' RT at priority 10.
May 06 16:21:33 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:21:33 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:21:33 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:21:35 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Activating service name='org.freedesktop.secrets' requested by ':1.10' (uid=1000 pid=1399 comm="nextcloud --style gtk2 ")
May 06 16:21:35 archlinux dbus-daemon[1357]: [session uid=1000 pid=1357] Successfully activated service 'org.freedesktop.secrets'
May 06 16:21:35 archlinux gnome-keyring-daemon[1347]: no private keys found in file
May 06 16:21:35 archlinux gnome-keyring-daemon[1347]: invalid or unrecognized private SSH key: VPS
May 06 16:21:35 archlinux gnome-keyring-daemon[1347]: no private keys found in file
May 06 16:21:35 archlinux gnome-keyring-daemon[1347]: invalid or unrecognized private SSH key: Github_Home_PC
May 06 16:21:35 archlinux gnome-keyring-daemon[1347]: no private keys found in file
May 06 16:21:35 archlinux gnome-keyring-daemon[1347]: invalid or unrecognized private SSH key: Nextcloud_Server
May 06 16:21:35 archlinux gnome-keyring-daemon[1347]: no private keys found in file
May 06 16:21:35 archlinux gnome-keyring-daemon[1347]: invalid or unrecognized private SSH key: Website_Server
May 06 16:21:36 archlinux gnome-keyring-daemon[1347]: asked to register item /org/freedesktop/secrets/collection/Default_5fkeyring/16, but it's already registered
May 06 16:21:41 archlinux systemd[1]: Stopping User Manager for UID 620...
May 06 16:21:41 archlinux systemd[1218]: Stopped target Main User Target.
May 06 16:21:41 archlinux systemd[1218]: Stopping Accessibility services bus...
May 06 16:21:41 archlinux systemd[1218]: Stopping D-Bus User Message Bus...
May 06 16:21:41 archlinux systemd[1218]: Stopping Virtual filesystem service...
May 06 16:21:41 archlinux systemd[1218]: dbus.service: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Stopped D-Bus User Message Bus.
May 06 16:21:41 archlinux systemd[1218]: at-spi-dbus-bus.service: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Stopped Accessibility services bus.
May 06 16:21:41 archlinux systemd[1]: run-user-620-gvfs.mount: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: run-user-620-gvfs.mount: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: gvfs-daemon.service: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Stopped Virtual filesystem service.
May 06 16:21:41 archlinux systemd[1335]: run-user-620-gvfs.mount: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Stopped target Basic System.
May 06 16:21:41 archlinux systemd[1218]: Stopped target Paths.
May 06 16:21:41 archlinux systemd[1218]: Stopped target Sockets.
May 06 16:21:41 archlinux systemd[1218]: Stopped target Timers.
May 06 16:21:41 archlinux systemd[1218]: dbus.socket: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Closed D-Bus User Message Bus Socket.
May 06 16:21:41 archlinux systemd[1218]: dirmngr.socket: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Closed GnuPG network certificate management daemon.
May 06 16:21:41 archlinux systemd[1218]: gpg-agent-browser.socket: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 06 16:21:41 archlinux systemd[1218]: gpg-agent-extra.socket: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 06 16:21:41 archlinux systemd[1218]: gpg-agent-ssh.socket: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 06 16:21:41 archlinux systemd[1218]: gpg-agent.socket: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Closed GnuPG cryptographic agent and passphrase cache.
May 06 16:21:41 archlinux systemd[1218]: p11-kit-server.socket: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Closed p11-kit server.
May 06 16:21:41 archlinux systemd[1218]: pipewire.socket: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Closed Multimedia System.
May 06 16:21:41 archlinux systemd[1218]: pulseaudio.socket: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Closed Sound System.
May 06 16:21:41 archlinux systemd[1218]: Reached target Shutdown.
May 06 16:21:41 archlinux systemd[1218]: systemd-exit.service: Succeeded.
May 06 16:21:41 archlinux systemd[1218]: Finished Exit the Session.
May 06 16:21:41 archlinux systemd[1218]: Reached target Exit the Session.
May 06 16:21:41 archlinux systemd[1219]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
May 06 16:21:41 archlinux systemd[1]: user@620.service: Succeeded.
May 06 16:21:41 archlinux systemd[1]: Stopped User Manager for UID 620.
May 06 16:21:41 archlinux systemd[1]: Stopping User Runtime Directory /run/user/620...
May 06 16:21:41 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@620 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:41 archlinux kernel: kauditd_printk_skb: 8 callbacks suppressed
May 06 16:21:41 archlinux kernel: audit: type=1131 audit(1588807301.155:172): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@620 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:41 archlinux systemd[1335]: run-user-620.mount: Succeeded.
May 06 16:21:41 archlinux systemd[1]: run-user-620.mount: Succeeded.
May 06 16:21:41 archlinux systemd[1]: user-runtime-dir@620.service: Succeeded.
May 06 16:21:41 archlinux systemd[1]: Stopped User Runtime Directory /run/user/620.
May 06 16:21:41 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@620 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:21:41 archlinux systemd[1]: Removed slice User Slice of UID 620.
May 06 16:21:41 archlinux kernel: audit: type=1131 audit(1588807301.161:173): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@620 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 06 16:22:02 archlinux kdeconnectd[1603]: org.kde.pulseaudio: context kaput
May 06 16:22:04 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:04 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:05 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:05 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:05 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:05 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:05 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:05 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:05 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:05 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:06 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:06 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:08 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:08 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:11 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:11 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:11 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:11 archlinux rtkit-daemon[1621]: Supervising 3 threads of 2 processes of 1 users.
May 06 16:22:11 archlinux rtkit-daemon[1621]: Successfully made thread 2807 of process 2229 owned by '1000' RT at priority 10.
May 06 16:22:11 archlinux rtkit-daemon[1621]: Supervising 4 threads of 3 processes of 1 users.
May 06 16:22:42 archlinux rtkit-daemon[1621]: Supervising 4 threads of 3 processes of 1 users.
May 06 16:22:42 archlinux rtkit-daemon[1621]: Supervising 4 threads of 3 processes of 1 users.
May 06 16:22:42 archlinux rtkit-daemon[1621]: Supervising 4 threads of 3 processes of 1 users.
May 06 16:22:42 archlinux rtkit-daemon[1621]: Supervising 4 threads of 3 processes of 1 users.
May 06 16:22:42 archlinux rtkit-daemon[1621]: Successfully made thread 3212 of process 2274 owned by '1000' RT at priority 10.
May 06 16:22:42 archlinux rtkit-daemon[1621]: Supervising 5 threads of 4 processes of 1 users.
May 06 16:22:50 archlinux audit[3277]: USER_AUTH pid=3277 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="gideon" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 06 16:22:50 archlinux audit[3277]: USER_ACCT pid=3277 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="gideon" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 06 16:22:50 archlinux sudo[3277]:   gideon : TTY=pts/0 ; PWD=/home/gideon ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 06 16:22:50 archlinux kernel: audit: type=1100 audit(1588807370.186:174): pid=3277 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="gideon" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 06 16:22:50 archlinux kernel: audit: type=1101 audit(1588807370.186:175): pid=3277 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="gideon" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 06 16:22:50 archlinux kernel: audit: type=1110 audit(1588807370.186:176): pid=3277 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 06 16:22:50 archlinux kernel: audit: type=1105 audit(1588807370.190:177): pid=3277 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 06 16:22:50 archlinux audit[3277]: CRED_REFR pid=3277 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 06 16:22:50 archlinux audit[3277]: USER_START pid=3277 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 06 16:22:50 archlinux sudo[3277]: pam_unix(sudo:session): session opened for user root by (uid=0)

sudo fuser -v /dev/snd/*

                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  gideon     1411 F.... polybar
                     gideon     1412 F.... polybar
                     gideon     1413 F.... polybar
                     gideon     1455 F.... pulseaudio
/dev/snd/controlC2:  gideon     1455 F.... pulseaudio
/dev/snd/controlC3:  gideon     1455 F.... pulseaudio
/dev/snd/pcmC2D7p:   gideon     1455 F...m pulseaudio

strace aplay -l

execve("/usr/bin/aplay", ["aplay", "-l"], 0x7ffe1aa2cd58 /* 64 vars */) = 0
brk(NULL)                               = 0x55cc35eb3000
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffedbc6e8f0) = -1 EINVAL (Invalid argument)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=368556, ...}) = 0
mmap(NULL, 368556, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f82da2aa000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \320\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=890960, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f82da2a8000
mmap(NULL, 893744, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f82da1cd000
mprotect(0x7f82da1fa000, 675840, PROT_NONE) = 0
mmap(0x7f82da1fa000, 495616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d000) = 0x7f82da1fa000
mmap(0x7f82da273000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa6000) = 0x7f82da273000
mmap(0x7f82da29f000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd1000) = 0x7f82da29f000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\201\0\0\0\0\0\0"..., 832) = 832
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\354e\227\335C\300X\353\375\277<\23:\311L\343"..., 68, 824) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=158240, ...}) = 0
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\354e\227\335C\300X\353\375\277<\23:\311L\343"..., 68, 824) = 68
mmap(NULL, 135584, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f82da1ab000
mmap(0x7f82da1b2000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f82da1b2000
mmap(0x7f82da1c2000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f82da1c2000
mmap(0x7f82da1c7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f82da1c7000
mmap(0x7f82da1c9000, 12704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f82da1c9000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`q\2\0\0\0\0\0"..., 832) = 832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0m\272\321p\230T\305'y?d\1fnE\247"..., 68, 880) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=2145592, ...}) = 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0m\272\321p\230T\305'y?d\1fnE\247"..., 68, 880) = 68
mmap(NULL, 1856312, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f82d9fe5000
mmap(0x7f82da00a000, 1359872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f82da00a000
mmap(0x7f82da156000, 307200, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x171000) = 0x7f82da156000
mmap(0x7f82da1a1000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x7f82da1a1000
mmap(0x7f82da1a7000, 13112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f82da1a7000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\363\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1329280, ...}) = 0
mmap(NULL, 1331224, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f82d9e9f000
mmap(0x7f82d9eae000, 638976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f82d9eae000
mmap(0x7f82d9f4a000, 626688, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xab000) = 0x7f82d9f4a000
mmap(0x7f82d9fe3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x143000) = 0x7f82d9fe3000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14528, ...}) = 0
mmap(NULL, 16528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f82d9e9a000
mmap(0x7f82d9e9b000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f82d9e9b000
mmap(0x7f82d9e9c000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f82d9e9c000
mmap(0x7f82d9e9d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f82d9e9d000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3606\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=39424, ...}) = 0
mmap(NULL, 43512, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f82d9e8f000
mprotect(0x7f82d9e92000, 24576, PROT_NONE) = 0
mmap(0x7f82d9e92000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f82d9e92000
mmap(0x7f82d9e96000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f82d9e96000
mmap(0x7f82d9e98000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f82d9e98000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f82d9e8d000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f82d9e8a000
arch_prctl(ARCH_SET_FS, 0x7f82d9e8a740) = 0
mprotect(0x7f82da1a1000, 12288, PROT_READ) = 0
mprotect(0x7f82da1c7000, 4096, PROT_READ) = 0
mprotect(0x7f82d9e98000, 4096, PROT_READ) = 0
mprotect(0x7f82d9e9d000, 4096, PROT_READ) = 0
mprotect(0x7f82d9fe3000, 4096, PROT_READ) = 0
mprotect(0x7f82da29f000, 32768, PROT_READ) = 0
mprotect(0x55cc342f7000, 4096, PROT_READ) = 0
mprotect(0x7f82da32f000, 4096, PROT_READ) = 0
munmap(0x7f82da2aa000, 368556)          = 0
set_tid_address(0x7f82d9e8aa10)         = 4862
set_robust_list(0x7f82d9e8aa20, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f82da1b2be0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f82da1bf800}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f82da1b2c80, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f82da1bf800}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
brk(NULL)                               = 0x55cc35eb3000
brk(0x55cc35ed4000)                     = 0x55cc35ed4000
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3035952, ...}) = 0
mmap(NULL, 3035952, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f82d9ba4000
close(3)                                = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffedbc6e180) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2998, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2998
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0), ...}) = 0
write(1, "**** List of PLAYBACK Hardware D"..., 44**** List of PLAYBACK Hardware Devices ****
) = 44
futex(0x7f82da2a7138, FUTEX_WAKE_PRIVATE, 2147483647) = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/alsa.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
read(3, "#\n#  ALSA library configuration "..., 4096) = 4096
read(3, "tended\n\t\t}\n\t\tdescription \"Direct"..., 4096) = 4096
read(3, "\t\t@func refer\n\t\t\t\tname defaults."..., 4096) = 1433
read(3, "", 4096)                       = 0
close(3)                                = 0
futex(0x7f82d9e9e048, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/etc/alsa/conf.d", R_OK)        = 0
stat("/etc/alsa/conf.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/etc/alsa/conf.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 13 entries */, 32768)  = 488
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/10-samplerate.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=429, ...}) = 0
read(3, "pcm.samplerate {\n\t@args [ SLAVE "..., 4096) = 429
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/10-speexrate.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=424, ...}) = 0
read(3, "pcm.speexrate {\n\t@args [ SLAVE R"..., 4096) = 424
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/50-arcam-av-ctl.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=222, ...}) = 0
read(3, "ctl.arcam_av {\n\t@args [ PORT ]\n\t"..., 4096) = 222
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/50-jack.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=264, ...}) = 0
read(3, "pcm.jack {\n\ttype jack\n\tplayback_"..., 4096) = 264
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/50-oss.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=326, ...}) = 0
read(3, "pcm.oss {\n\t@args [ DEVICE ]\n\t@ar"..., 4096) = 326
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/50-pulseaudio.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=402, ...}) = 0
read(3, "# Add a specific named PulseAudi"..., 4096) = 402
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/60-speex.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1030, ...}) = 0
read(3, "pcm.speex {\n\t@args [ SLAVE AGC A"..., 4096) = 1030
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/60-upmix.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=389, ...}) = 0
read(3, "pcm.upmix {\n\t@args [ SLAVE CHANN"..., 4096) = 389
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/60-vdownmix.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=393, ...}) = 0
read(3, "pcm.vdownmix {\n\t@args [ SLAVE CH"..., 4096) = 393
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/alsa/conf.d/98-usb-stream.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=395, ...}) = 0
read(3, "pcm.usbstream {\n\t@args [ CARD RA"..., 4096) = 395
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/etc/asound.conf", R_OK)        = 0
stat("/etc/asound.conf", {st_mode=S_IFREG|0644, st_size=260, ...}) = 0
openat(AT_FDCWD, "/etc/asound.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=260, ...}) = 0
read(3, "# Use PulseAudio by default\npcm."..., 4096) = 260
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/home/gideon/.asoundrc", R_OK)  = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffedbc6dea0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffedbc6e1e4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffedbc6e4f0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffedbc6e6b4) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO

This as is far as it got before it hung the same way as before hmm

both pacmd commands return

Daemon not responding.

Last edited by warl0ck (2020-05-06 23:27:44)

Offline

#8 2020-05-07 08:34:45

odious
Member
Registered: 2020-05-07
Posts: 1

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Same problem here, no idea how to solve the hanging pulseaudio problem though.

Switching Kernel to Linux-LTS "avoids" the problem in the meantime, so it seems there's a problem with recent kernel updates.

Offline

#9 2020-05-07 10:19:58

Kaladin
Member
From: United Kingdom
Registered: 2016-12-13
Posts: 13

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Just to show that it's not just a single-person issue, I'm getting almost exactly the same thing. I'll create a thread later with the same debugging steps. Interestingly, I have tried the linux-lts kernel and I still get exactly the same issue.

Offline

#10 2020-05-07 21:39:04

zagg
Member
Registered: 2020-05-07
Posts: 5

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

I had an issue recently, PulseAudio just didn't want to boot.
That being said I did some modification to the /etc/pulse/default.pa file because of my system but it's been working for month.
I get it sorted now.

That fact that pacmd return

Daemon not responding.

This mean PulseAudio is definitely not started.

What is the output of

 pulseaudio -v  

Look for some error in the output.

Offline

#11 2020-05-07 23:42:45

warl0ck
Member
Registered: 2020-04-29
Posts: 47

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

zagg wrote:

That being said I did some modification to the /etc/pulse/default.pa file

I'm pretty sure I've been instructed to *not* modify the default file, as that isn't the root cause. Some recent upgrade broke something.

I can't run pulseaudio -v because it is already running as a systemd service.

systemctl --user status pulseaudio.socket

● pulseaudio.socket - Sound System
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2020-05-07 13:06:16 PDT; 3h 35min ago
   Triggers: ● pulseaudio.service
     Listen: /run/user/1000/pulse/native (Stream)
     CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.socket

May 07 13:06:16 archlinux systemd[1281]: Listening on Sound System.

systemctl --user status pulseaudio.service

● pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
     Active: deactivating (stop-sigterm) (Result: exit-code)
TriggeredBy: ● pulseaudio.socket
    Process: 126198 ExecStart=/usr/bin/pulseaudio --daemonize=no (code=exited, status=1/FAILURE)
   Main PID: 126198 (code=exited, status=1/FAILURE)
     CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
             └─1389 /usr/bin/pulseaudio --daemonize=no

Offline

#12 2020-05-08 09:34:50

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Sorry I've been a bit busy and didn't have a chance to look at this yet.  aplay hangs on trying to enumerate your card 0 which looks like a HDMI card for the intel gpu which isn't connected to a display and there's some interaction that makes attempts to access it barf. If you don't actually use that intel GPU I'd say the safest is to just disable that in your BIOS/UEFI (or blacklist the i915 module).

That as far as the symptoms and a possible resolution go. Still doesn't explain why this just happened "now" can you check, cross referencing with your pacman.log, which kernel update made that appear (as you use nvidia you might have to downgrade relevant "nvidia" package versions as well) and check whether my hypothesis is correct (on a "working" kernel I'd assume that that intel hdmi audio device is simply not present at all)

Offline

#13 2020-05-08 15:33:14

Kaladin
Member
From: United Kingdom
Registered: 2016-12-13
Posts: 13

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Since kernel update 5.6.10 and corresponding nvidia update (I think nvidia-440.82-11) I've been having problems with no sound on my desktop. Seems to be because for whatever reason PulseAudio is unable to start.

Current kernel is 5.6.11, and behaviour also is the same on current and previous linux-lts kernels.

I posted a reply on this thread saying that I was getting the same issue: https://bbs.archlinux.org/viewtopic.php?id=255423

sudo journalctl -b - http://ix.io/2lhh

echo w > /proc/sysrq-trigger; dmesg - http://ix.io/2lhA

sudo fuser -v /dev/snd/*

                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:       poe     9102 F.... chromium
                                      poe     9108 F.... pulseaudio
                                      poe     9226 F.... aplay
                                     poe     9234 F.... aplay
                                     poe     9531 F.... aplay
/dev/snd/controlC2:      poe     9108 F.... pulseaudio
/dev/snd/controlC3:      poe     9108 F.... pulseaudio
/dev/snd/pcmC2D7p:   poe     9108 F...m pulseaudio

strace aplay -l

fstat(3, {st_mode=S_IFREG|0644, st_size=137087, ...}) = 0
mmap(NULL, 137087, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f56fe7c6000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \320\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=890960, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f56fe7c4000
mmap(NULL, 893744, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe6e9000
mprotect(0x7f56fe716000, 675840, PROT_NONE) = 0
mmap(0x7f56fe716000, 495616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d000) = 0x7f56fe716000
mmap(0x7f56fe78f000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa6000) = 0x7f56fe78f000
mmap(0x7f56fe7bb000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd1000) = 0x7f56fe7bb000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\201\0\0\0\0\0\0"..., 832) = 832
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\354e\227\335C\300X\353\375\277<\23:\311L\343"..., 68, 824) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=158240, ...}) = 0
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\354e\227\335C\300X\353\375\277<\23:\311L\343"..., 68, 824) = 68
mmap(NULL, 135584, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe6c7000
mmap(0x7f56fe6ce000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f56fe6ce000
mmap(0x7f56fe6de000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f56fe6de000
mmap(0x7f56fe6e3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f56fe6e3000
mmap(0x7f56fe6e5000, 12704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f56fe6e5000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`q\2\0\0\0\0\0"..., 832) = 832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0m\272\321p\230T\305'y?d\1fnE\247"..., 68, 880) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=2145592, ...}) = 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0m\272\321p\230T\305'y?d\1fnE\247"..., 68, 880) = 68
mmap(NULL, 1856312, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe501000
mmap(0x7f56fe526000, 1359872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f56fe526000
mmap(0x7f56fe672000, 307200, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x171000) = 0x7f56fe672000
mmap(0x7f56fe6bd000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x7f56fe6bd000
mmap(0x7f56fe6c3000, 13112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f56fe6c3000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\363\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1329280, ...}) = 0
mmap(NULL, 1331224, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe3bb000
mmap(0x7f56fe3ca000, 638976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f56fe3ca000
mmap(0x7f56fe466000, 626688, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xab000) = 0x7f56fe466000
mmap(0x7f56fe4ff000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x143000) = 0x7f56fe4ff000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14528, ...}) = 0
mmap(NULL, 16528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe3b6000
mmap(0x7f56fe3b7000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f56fe3b7000
mmap(0x7f56fe3b8000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f56fe3b8000
mmap(0x7f56fe3b9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f56fe3b9000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3606\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=39424, ...}) = 0
mmap(NULL, 43512, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe3ab000
mprotect(0x7f56fe3ae000, 24576, PROT_NONE) = 0
mmap(0x7f56fe3ae000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f56fe3ae000
mmap(0x7f56fe3b2000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f56fe3b2000
mmap(0x7f56fe3b4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f56fe3b4000
close(3)                                = 0
mprotect(0x7f56fe3b4000, 4096, PROT_READ) = 0
mprotect(0x7f56fe3b9000, 4096, PROT_READ) = 0
mprotect(0x7f56fe4ff000, 4096, PROT_READ) = 0
mprotect(0x7f56fe7bb000, 32768, PROT_READ) = 0
mprotect(0x56467e644000, 4096, PROT_READ) = 0
mprotect(0x7f56fe813000, 4096, PROT_READ) = 0
munmap(0x7f56fe7c6000, 137087)          = 0
set_tid_address(0x7f56fe3a6a10)         = 9531
set_robust_list(0x7f56fe3a6a20, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f56fe6cebe0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f56fe6db800}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f56fe6cec80, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f56fe6db800}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
brk(NULL)                               = 0x56468016b000
brk(0x56468018c000)                     = 0x56468018c000
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3036000, ...}) = 0
mmap(NULL, 3036000, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f56fe0c0000
close(3)                                = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fff51002580) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2998, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2998
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/locale/en_GB.UTF-8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_GB.utf8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_GB/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
futex(0x7f56fe7c3138, FUTEX_WAKE_PRIVATE, 2147483647) = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/alsa.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
read(3, "#\n#  ALSA library configuration "..., 4096) = 4096
read(3, "tended\n\t\t}\n\t\tdescription \"Direct"..., 4096) = 4096
read(3, "\t\t@func refer\n\t\t\t\tname defaults."..., 4096) = 1433
read(3, "", 4096)                       = 0
close(3)                                = 0access("/home/poe/.asoundrc", R_OK)     = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fff510022a0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fff510025e4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fff510028f0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE^Cq^Cfstat(3, {st_mode=S_IFREG|0644, st_size=137087, ...}) = 0
mmap(NULL, 137087, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f56fe7c6000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \320\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=890960, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f56fe7c4000
mmap(NULL, 893744, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe6e9000
mprotect(0x7f56fe716000, 675840, PROT_NONE) = 0
mmap(0x7f56fe716000, 495616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d000) = 0x7f56fe716000
mmap(0x7f56fe78f000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa6000) = 0x7f56fe78f000
mmap(0x7f56fe7bb000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd1000) = 0x7f56fe7bb000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\201\0\0\0\0\0\0"..., 832) = 832
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\354e\227\335C\300X\353\375\277<\23:\311L\343"..., 68, 824) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=158240, ...}) = 0
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\354e\227\335C\300X\353\375\277<\23:\311L\343"..., 68, 824) = 68
mmap(NULL, 135584, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe6c7000
mmap(0x7f56fe6ce000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f56fe6ce000
mmap(0x7f56fe6de000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f56fe6de000
mmap(0x7f56fe6e3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f56fe6e3000
mmap(0x7f56fe6e5000, 12704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f56fe6e5000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`q\2\0\0\0\0\0"..., 832) = 832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0m\272\321p\230T\305'y?d\1fnE\247"..., 68, 880) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=2145592, ...}) = 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0m\272\321p\230T\305'y?d\1fnE\247"..., 68, 880) = 68
mmap(NULL, 1856312, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe501000
mmap(0x7f56fe526000, 1359872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f56fe526000
mmap(0x7f56fe672000, 307200, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x171000) = 0x7f56fe672000
mmap(0x7f56fe6bd000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x7f56fe6bd000
mmap(0x7f56fe6c3000, 13112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f56fe6c3000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\363\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1329280, ...}) = 0
mmap(NULL, 1331224, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f56fe3bb000
mmap(0x7f56fe3ca000, 638976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f56fe3ca000
mmap(0x7f56fe466000, 626688, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xab000) = 0x7f56fe466000
mmap(0x7f56fe4ff000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x143000) = 0x7f56fe4ff000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0
futex(0x7f56fe3ba048, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/etc/alsa/conf.d", R_OK)        = -1 ENOENT (No such file or directory)
access("/etc/asound.conf", R_OK)        = -1 ENOENT (No such file or directory)

After that it becomes unesponsive and I cannot quit with any control sequence I've tried.

pacmd list-cards and pacmand list-sinks - both return 'Daemon not responding'.




Thank you for any help you can offer!

Last edited by Kaladin (2020-05-08 15:35:20)

Offline

#14 2020-05-08 15:56:52

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Did you try what I suggested in the other thread? It does indeed read similar. In fact The additional sysrq dump you provided pretty much confirms a relation with i915 here.

I'll merge this back into the other thread to have things centralized, I'm fairly certain it's the same issue

Last edited by V1del (2020-05-08 16:01:15)

Offline

#15 2020-05-08 16:09:25

Kaladin
Member
From: United Kingdom
Registered: 2016-12-13
Posts: 13

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Thanks V1del for centralising the thread.

Yesterday I noticed there was a new kernel and nvidia driver update, neither of those appeared to fix the issue.

I was just coming back to say that I read your suggestion and I've disabled my Intel GPU in the BIOS. I can confirm that has indeed fixed the issue and sound is working fine in Firefox and MPD now smile

Last edited by Kaladin (2020-05-08 16:10:36)

Offline

#16 2020-05-08 16:23:31

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

There has been a few hda/hdmi/audio initialization work in 5.6.9 https://cdn.kernel.org/pub/linux/kernel … eLog-5.6.9

I'd assume one of these commits being the culprit, not entirely certain whether it's just one of those or a combination.

I'd probably be good if this issue is reported upstream.

Offline

#17 2020-05-08 20:34:35

warl0ck
Member
Registered: 2020-04-29
Posts: 47

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

@V1del so it seems to be a recent kernel regression? What should I do then? Just wait?

Offline

#18 2020-05-08 21:56:25

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Read #12 for what you can do to "fix" this.

Offline

#19 2020-05-08 22:05:03

warl0ck
Member
Registered: 2020-04-29
Posts: 47

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Can confirm disabling the Intel GPU in BIOS fixed the issue for me

Offline

#20 2020-05-15 08:11:07

Kaladin
Member
From: United Kingdom
Registered: 2016-12-13
Posts: 13

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Can we mark this as solved as it worked for both warl0ck and I. As a bonus, suspend also now works for me!

Edit: Also, I did file a bug report upstream for this. FYI, apparently it's to do with the proprietary Nvidia driver locking something that the Intel iGPU needs.

Last edited by Kaladin (2020-05-15 08:12:53)

Offline

#21 2020-05-15 08:50:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

As the OP warl0ck should do that, out of interest, can you link the bug report?

Last edited by V1del (2020-05-15 08:53:22)

Offline

#22 2020-05-15 18:15:34

Kaladin
Member
From: United Kingdom
Registered: 2016-12-13
Posts: 13

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Sure, https://gitlab.freedesktop.org/drm/inte … ote_493453. Not a whole lot of movement after the initial comment but at least someone is aware of it.

Offline

#23 2020-05-20 02:15:54

lf3
Member
Registered: 2020-05-20
Posts: 2

Re: [SOLVED] ALSA/PulseAudio breaks after upgrade

Don't know if this will help but noticed that PulseAudio is default in /etc/asound.conf.pacnew
Posted my solution here https://bbs.archlinux.org/viewtopic.php … 8#p1905918

Last edited by lf3 (2020-05-20 02:17:40)

Offline

Board footer

Powered by FluxBB