You are not logged in.

#1 2021-02-09 01:38:49

w201
Member
Registered: 2012-10-04
Posts: 289

[SOLVED] Unable to Log In After Update - User Login Fails

Greetings all,
After updating this past Sunday I can no longer login with user or root. "Incorrect username or password" when I enter my credentials. I've been updating this system consistently every Sunday for the past six years with virtually zero issues, and I address warnings as they come, but maybe I missed something. I really hate to ask for help, but I'm not sure where to start. I looked at some of the configurations files mentioned but nothing stands out to me. I can't find any .pacnew files in my system that may have created issues.

Upon further investigation I found these boot messages:

Failed to start Network Time Synchronization
Failed to start Avahi mDNS/DNS-SD Stack
Failed to start D-Bus System Message Bus
Failed to start Network ManagerDependency 
failed for User Login Management Dependency 
failed for Network Manager

After these messages I get the login prompt and I can go no further. I tried chrooting and was able to pull some info from the journal:

Unknown username "root" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry 
Unknown username "systemd-timesync" in message bus configuration file
Failed to start message bus: Could not get UID and GID for username 'dbus'

I mentioned trying to chroot, but that came with errors:

arch-chroot mounting error:
mount: /mnt.arch/sys: sys already mounted on /sys
ERROR: failed to setup chroot /mnt/arch

When I chrooted, i was able to access log files, but I'm not sure how to export them from chroot, so I just typed the snippets that seem important. Anything else I can provide just mention it.

Thanks in advance.

Last edited by w201 (2021-02-11 20:56:25)

Offline

#2 2021-02-09 02:17:32

ooo
Member
Registered: 2013-04-10
Posts: 1,637

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Have you ruled out hardware failure or random filesystem corruption breaking e.g. /etc/shadow, or other files critical to logging in?

Last edited by ooo (2021-02-09 02:24:09)

Offline

#3 2021-02-09 03:33:42

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

ooo wrote:

Have you ruled out hardware failure or random filesystem corruption breaking e.g. /etc/shadow, or other files critical to logging in?

I'll have a look and post back. Thanks!

EDIT: Hardware seems fine. I don't know how to tell if the shadow file is corrupted or not but both root and user are in there.

Last edited by w201 (2021-02-09 04:07:48)

Offline

#4 2021-02-09 04:40:23

ooo
Member
Registered: 2013-04-10
Posts: 1,637

Re: [SOLVED] Unable to Log In After Update - User Login Fails

I'm not sure how to check the integrity of files such as /etc/shadow and /etc/passwd, that are altered after installation. Although if you can read them and they don't look truncated or corrupted, they are probably fine. There may be other files critical to the login that you should check, but those two are the only ones that came to my mind.

For files that shouldn't get altered, you could try this. May be a long shot, but random bit rot does happen.

Offline

#5 2021-02-09 08:33:13

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Unable to Log In After Update - User Login Fails

You don't need to chroot to see a different journal, https://wiki.archlinux.org/index.php/Sy … al_to_view
Upload it using the tip in http://wiki.archlinux.org/index.php/Pastebin

Offline

#6 2021-02-09 22:58:01

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

ooo wrote:

I'm not sure how to check the integrity of files such as /etc/shadow and /etc/passwd, that are altered after installation. Although if you can read them and they don't look truncated or corrupted, they are probably fine. There may be other files critical to the login that you should check, but those two are the only ones that came to my mind.

For files that shouldn't get altered, you could try this. May be a long shot, but random bit rot does happen.

Problem is that I can't even seem to chroot into my system, so that command will run on the live usb?. I can mount the filesystems, but something is happening (look at my original post).

Seth wrote:

You don't need to chroot to see a different journal, https://wiki.archlinux.org/index.php/Sy … al_to_view
Upload it using the tip in http://wiki.archlinux.org/index.php/Pastebin

Thanks, Seth. I'll give that a try.

Guys I'll try to post back as often as I possibly can. Thanks

Last edited by w201 (2021-02-09 22:59:38)

Offline

#7 2021-02-09 23:04:40

ooo
Member
Registered: 2013-04-10
Posts: 1,637

Re: [SOLVED] Unable to Log In After Update - User Login Fails

w201 wrote:

Problem is that I can't even seem to chroot into my system, so that command will run on the live usb?. I can mount the filesystems, but something is happening (look at my original post).

Sorry, I misunderstood your original post. I thought you were able to chroot despite of the error. If you can't chroot, using paccheck shouldn't be possible to my knowledge.

Offline

#8 2021-02-10 03:46:14

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

ooo wrote:
w201 wrote:

Problem is that I can't even seem to chroot into my system, so that command will run on the live usb?. I can mount the filesystems, but something is happening (look at my original post).

Sorry, I misunderstood your original post. I thought you were able to chroot despite of the error. If you can't chroot, using paccheck shouldn't be possible to my knowledge.

My dude, no worries. I'm just trying to figure out what happened so I can use my machine again. I can already feel this is going to take forever to fix, so I might just save some important files and do a reinstall. I mean six years was a nice run, but preferably I would like to save the system. So if I can at least get the login dependency issue resolved and I'm able to access my system I can start diagnosing the other issues at my own pace.

Last edited by w201 (2021-02-10 03:50:07)

Offline

#9 2021-02-10 04:03:14

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Were you able to access the journal form the system from the live media?
Also from the live media what is the output of the following:

# pacman --root=/mnt -Qkk 2>&1 | grep -Fv '0 altered files'

Again if it it is too big use the tip from the link seth provided.

Offline

#10 2021-02-10 21:54:40

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

loqs wrote:

Were you able to access the journal form the system from the live media?
Also from the live media what is the output of the following:

# pacman --root=/mnt -Qkk 2>&1 | grep -Fv '0 altered files'

Again if it it is too big use the tip from the link seth provided.

I got the logs, i uploaded them to pastebin. I also have them on a usb stick and I’ll post them shortly.

BTW I ran your command, however I’m not sure I what the output should be. but this is what I get:

\’pipe bquote>

Offline

#11 2021-02-10 22:03:17

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Try just

# pacman --root=/mnt -Qkk

Output should contain mostly lines of the form:

packagename: # total files, 0 altered files

Offline

#12 2021-02-10 22:20:22

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

loqs wrote:

Try just

# pacman --root=/mnt -Qkk

Output should contain mostly lines of the form:

packagename: # total files, 0 altered files

I was able to chroot this time so, this is the output from inside the chroot environment:

 
191 total files, 0 altered files

Offline

#13 2021-02-10 22:31:36

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Just one entry?

Offline

#14 2021-02-10 22:48:36

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Ahh! Sorry man I’m having trouble pasting from a mobile phone. There were more entries, I’ll get the full file posted later this evening.

I appreciate your help will post back in a little bit and I should have the logs as well. I did use Seths suggestion but I’m not sure how to use pastebin but something got posted not sure how to check.

Logs:

-- Journal begins at Sat 2020-08-29 01:25:37 UTC, ends at Wed 2021-02-10 01:59:11 UTC. --
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "colord" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "avahi" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown group "network" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "rtkit" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "polkitd" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "polkitd" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "geoclue" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "geoclue" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "systemd-network" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "systemd-resolve" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: dbus[1556]: Unknown username "systemd-timesync" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1556]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1556]: Failed to start message bus: Could not get UID and GID for username "dbus"
Feb 10 01:55:41 wguayan systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit dbus.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Feb 10 01:55:41 wguayan systemd[1]: dbus.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit dbus.service has entered the 'failed' state with result 'exit-code'.
Feb 10 01:55:41 wguayan audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 10 01:55:41 wguayan systemd[1]: Started D-Bus System Message Bus.
░░ Subject: A start job for unit dbus.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit dbus.service has finished successfully.
░░ 
░░ The job identifier is 25963.
Feb 10 01:55:41 wguayan 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'
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "colord" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "avahi" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown group "network" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "rtkit" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "polkitd" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "polkitd" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "geoclue" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "geoclue" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "systemd-network" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "systemd-resolve" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "root" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: dbus[1557]: Unknown username "systemd-timesync" in message bus configuration file
Feb 10 01:55:41 wguayan dbus-daemon[1557]: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
Feb 10 01:55:41 wguayan dbus-daemon[1557]: Failed to start message bus: Could not get UID and GID for username "dbus"
Feb 10 01:55:41 wguayan systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit dbus.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Feb 10 01:55:41 wguayan systemd[1]: dbus.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit dbus.service has entered the 'failed' state with result 'exit-code'.
Feb 10 01:55:41 wguayan audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 10 01:55:41 wguayan systemd[1]: dbus.service: Start request repeated too quickly.
Feb 10 01:55:41 wguayan systemd[1]: dbus.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit dbus.service has entered the 'failed' state with result 'exit-code'.
Feb 10 01:55:41 wguayan systemd[1]: Failed to start D-Bus System Message Bus.
░░ Subject: A start job for unit dbus.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit dbus.service has finished with a failure.
░░ 
░░ The job identifier is 26038 and the job result is failed.
Feb 10 01:55:41 wguayan systemd[1]: dbus.socket: Failed with result 'service-start-limit-hit'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit dbus.socket has entered the 'failed' state with result 'service-start-limit-hit'.
-- Boot 016e707e1eb344b2ac899454d3c98c65 --
Feb 10 01:59:11 wguayan kernel: Linux version 5.10.13-arch1-2 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36) #1 SMP PREEMPT Sat, 06 Feb 2021 11:07:29 +0000
Feb 10 01:59:11 wguayan kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6f4f7035-408f-4c81-baba-eec01ecff9c7 rw quiet
Feb 10 01:59:11 wguayan kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 10 01:59:11 wguayan kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 10 01:59:11 wguayan kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb 10 01:59:11 wguayan kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Feb 10 01:59:11 wguayan kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Feb 10 01:59:11 wguayan kernel: BIOS-provided physical RAM map:
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009bbff] usable
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x000000000009bc00-0x000000000009ffff] reserved
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bf3e0fff] usable
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf3e1000-0x00000000bf429fff] ACPI NVS
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf42a000-0x00000000bf437fff] ACPI data
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf438000-0x00000000bf457fff] reserved
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf458000-0x00000000bf479fff] ACPI NVS
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf47a000-0x00000000bf500fff] reserved
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf501000-0x00000000bf501fff] ACPI NVS
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf502000-0x00000000bf513fff] reserved
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf514000-0x00000000bf51efff] ACPI NVS
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf51f000-0x00000000bf52ffff] reserved
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf530000-0x00000000bf572fff] ACPI NVS
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000bf573000-0x00000000bf7fffff] usable
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] reserved
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Feb 10 01:59:11 wguayan kernel: BIOS-e820: [mem 0x0000000100000000-0x00000002bdffffff] usable
Feb 10 01:59:11 wguayan kernel: NX (Execute Disable) protection: active
Feb 10 01:59:11 wguayan kernel: SMBIOS 2.7 present.
Feb 10 01:59:11 wguayan kernel: DMI: Hewlett-Packard HP Compaq 8200 Elite SFF PC/1495, BIOS J01 v02.01 04/06/2011
Feb 10 01:59:11 wguayan kernel: tsc: Fast TSC calibration using PIT
Feb 10 01:59:11 wguayan kernel: tsc: Detected 3093.048 MHz processor
Feb 10 01:59:11 wguayan kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 10 01:59:11 wguayan kernel: last_pfn = 0x2be000 max_arch_pfn = 0x400000000
Feb 10 01:59:11 wguayan kernel: MTRR default type: write-back
Feb 10 01:59:11 wguayan kernel: MTRR fixed ranges enabled:
Feb 10 01:59:11 wguayan kernel:   00000-9FFFF write-back
Feb 10 01:59:11 wguayan kernel:   A0000-BFFFF uncachable
Feb 10 01:59:11 wguayan kernel:   C0000-FFFFF write-protect
Feb 10 01:59:11 wguayan kernel: MTRR variable ranges enabled:
Feb 10 01:59:11 wguayan kernel:   0 base 0C0000000 mask FC0000000 uncachable
Feb 10 01:59:11 wguayan kernel:   1 base 2BE000000 mask FFE000000 uncachable
Feb 10 01:59:11 wguayan kernel:   2 disabled
Feb 10 01:59:11 wguayan kernel:   3 disabled
Feb 10 01:59:11 wguayan kernel:   4 disabled
Feb 10 01:59:11 wguayan kernel:   5 disabled
Feb 10 01:59:11 wguayan kernel:   6 disabled
Feb 10 01:59:11 wguayan kernel:   7 disabled
Feb 10 01:59:11 wguayan kernel:   8 disabled
Feb 10 01:59:11 wguayan kernel:   9 disabled
Feb 10 01:59:11 wguayan kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Feb 10 01:59:11 wguayan kernel: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
Feb 10 01:59:11 wguayan kernel: found SMP MP-table at [mem 0x000f4b30-0x000f4b3f]
Feb 10 01:59:11 wguayan kernel: check: Scanning 1 areas for low memory corruption
Feb 10 01:59:11 wguayan kernel: RAMDISK: [mem 0x37135000-0x37891fff]
Feb 10 01:59:11 wguayan kernel: ACPI: Early table checksum verification disabled
Feb 10 01:59:11 wguayan kernel: ACPI: RSDP 0x00000000000FE700 000024 (v02 HPQOEM)
Feb 10 01:59:11 wguayan kernel: ACPI: XSDT 0x00000000BF42A078 000074 (v01 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Feb 10 01:59:11 wguayan kernel: ACPI: FACP 0x00000000BF4319C8 0000F4 (v04 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Feb 10 01:59:11 wguayan kernel: ACPI: DSDT 0x00000000BF42A180 007841 (v02 HPQOEM SLIC-BPC 00000007 INTL 20051117)
Feb 10 01:59:11 wguayan kernel: ACPI: FACS 0x00000000BF516F80 000040
Feb 10 01:59:11 wguayan kernel: ACPI: APIC 0x00000000BF431AC0 000072 (v03 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Feb 10 01:59:11 wguayan kernel: ACPI: SSDT 0x00000000BF431B38 000102 (v01 AMICPU PROC     00000001 MSFT 03000001)
Feb 10 01:59:11 wguayan kernel: ACPI: MCFG 0x00000000BF431C40 00003C (v01 HPQOEM SLIC-BPC 01072009 MSFT 00000097)
Feb 10 01:59:11 wguayan kernel: ACPI: HPET 0x00000000BF431C80 000038 (v01 HPQOEM SLIC-BPC 01072009 AMI. 00000004)
Feb 10 01:59:11 wguayan kernel: ACPI: ASF! 0x00000000BF431CB8 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Feb 10 01:59:11 wguayan kernel: ACPI: SSDT 0x00000000BF431D58 0050F4 (v01 COMPAQ WMI      00000001 MSFT 03000001)
Feb 10 01:59:11 wguayan kernel: ACPI: SLIC 0x00000000BF436E50 000176 (v01 HPQOEM SLIC-BPC 00000001      00000000)
Feb 10 01:59:11 wguayan kernel: ACPI: TCPA 0x00000000BF436FC8 000032 (v02 APTIO4 NAPAASF  00000001 MSFT 01000013)
Feb 10 01:59:11 wguayan kernel: ACPI: DMAR 0x00000000BF437000 0000B0 (v01 ALASKA A M I    00000001 INTL 00000001)
Feb 10 01:59:11 wguayan kernel: ACPI: Local APIC address 0xfee00000
Feb 10 01:59:11 wguayan kernel: No NUMA configuration found
Feb 10 01:59:11 wguayan kernel: Faking a node at [mem 0x0000000000000000-0x00000002bdffffff]
Feb 10 01:59:11 wguayan kernel: NODE_DATA(0) allocated [mem 0x2bdff6000-0x2bdff9fff]
Feb 10 01:59:11 wguayan kernel: Zone ranges:
Feb 10 01:59:11 wguayan kernel:   DMA      [mem 0x0000000000000000-0x0000000000ffffff]
Feb 10 01:59:11 wguayan kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Feb 10 01:59:11 wguayan kernel:   Normal   [mem 0x0000000100000000-0x00000002bdffffff]
Feb 10 01:59:11 wguayan kernel:   Device   empty
Feb 10 01:59:11 wguayan kernel: Movable zone start for each node
Feb 10 01:59:11 wguayan kernel: Early memory node ranges
Feb 10 01:59:11 wguayan kernel:   node   0: [mem 0x0000000000000000-0x000000000009afff]
Feb 10 01:59:11 wguayan kernel:   node   0: [mem 0x0000000000100000-0x00000000bf3e0fff]
Feb 10 01:59:11 wguayan kernel:   node   0: [mem 0x00000000bf573000-0x00000000bf7fffff]
Feb 10 01:59:11 wguayan kernel:   node   0: [mem 0x0000000100000000-0x00000002bdffffff]
Feb 10 01:59:11 wguayan kernel: Zeroed struct page in unavailable ranges: 10743 pages
Feb 10 01:59:11 wguayan kernel: Initmem setup node 0 [mem 0x0000000000000000-0x00000002bdffffff]
Feb 10 01:59:11 wguayan kernel: On node 0 totalpages: 2610697
Feb 10 01:59:11 wguayan kernel:   DMA zone: 64 pages used for memmap
Feb 10 01:59:11 wguayan kernel:   DMA zone: 22 pages reserved
Feb 10 01:59:11 wguayan kernel:   DMA zone: 3995 pages, LIFO batch:0
Feb 10 01:59:11 wguayan kernel:   DMA32 zone: 12186 pages used for memmap
Feb 10 01:59:11 wguayan kernel:   DMA32 zone: 779886 pages, LIFO batch:63
Feb 10 01:59:11 wguayan kernel:   Normal zone: 28544 pages used for memmap
Feb 10 01:59:11 wguayan kernel:   Normal zone: 1826816 pages, LIFO batch:63
Feb 10 01:59:11 wguayan kernel: ACPI: PM-Timer IO Port: 0x408
Feb 10 01:59:11 wguayan kernel: ACPI: Local APIC address 0xfee00000
Feb 10 01:59:11 wguayan kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Feb 10 01:59:11 wguayan kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Feb 10 01:59:11 wguayan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 10 01:59:11 wguayan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 10 01:59:11 wguayan kernel: ACPI: IRQ0 used by override.
Feb 10 01:59:11 wguayan kernel: ACPI: IRQ9 used by override.
Feb 10 01:59:11 wguayan kernel: Using ACPI (MADT) for SMP configuration information
Feb 10 01:59:11 wguayan kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Feb 10 01:59:11 wguayan kernel: TSC deadline timer available
Feb 10 01:59:11 wguayan kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0x0009b000-0x0009bfff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009ffff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf3e1000-0xbf429fff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf42a000-0xbf437fff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf438000-0xbf457fff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf458000-0xbf479fff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf47a000-0xbf500fff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf501000-0xbf501fff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf502000-0xbf513fff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf514000-0xbf51efff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf51f000-0xbf52ffff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf530000-0xbf572fff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xfed1bfff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed3ffff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfeffffff]
Feb 10 01:59:11 wguayan kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Feb 10 01:59:11 wguayan kernel: [mem 0xbf800000-0xfed1bfff] available for PCI devices
Feb 10 01:59:11 wguayan kernel: Booting paravirtualized kernel on bare hardware
Feb 10 01:59:11 wguayan kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Feb 10 01:59:11 wguayan kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
Feb 10 01:59:11 wguayan kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
Feb 10 01:59:11 wguayan kernel: pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
Feb 10 01:59:11 wguayan kernel: pcpu-alloc: [0] 0 1 2 3 
Feb 10 01:59:11 wguayan kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2569881
Feb 10 01:59:11 wguayan kernel: Policy zone: Normal
Feb 10 01:59:11 wguayan kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6f4f7035-408f-4c81-baba-eec01ecff9c7 rw quiet
Feb 10 01:59:11 wguayan kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Feb 10 01:59:11 wguayan kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Feb 10 01:59:11 wguayan kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Feb 10 01:59:11 wguayan kernel: Memory: 10140612K/10442788K available (14344K kernel code, 2034K rwdata, 8808K rodata, 1708K init, 4324K bss, 301916K reserved, 0K cma-reserved)
Feb 10 01:59:11 wguayan kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Feb 10 01:59:11 wguayan kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Feb 10 01:59:11 wguayan kernel: Kernel/User page tables isolation: enabled
Feb 10 01:59:11 wguayan kernel: ftrace: allocating 41610 entries in 163 pages
Feb 10 01:59:11 wguayan kernel: ftrace: allocated 163 pages with 4 groups
Feb 10 01:59:11 wguayan kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 10 01:59:11 wguayan kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Feb 10 01:59:11 wguayan kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Feb 10 01:59:11 wguayan kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Feb 10 01:59:11 wguayan kernel:         Trampoline variant of Tasks RCU enabled.
Feb 10 01:59:11 wguayan kernel:         Rude variant of Tasks RCU enabled.
Feb 10 01:59:11 wguayan kernel:         Tracing variant of Tasks RCU enabled.
Feb 10 01:59:11 wguayan kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Feb 10 01:59:11 wguayan kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Feb 10 01:59:11 wguayan kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
Feb 10 01:59:11 wguayan kernel: Console: colour dummy device 80x25
Feb 10 01:59:11 wguayan kernel: printk: console [tty0] enabled
Feb 10 01:59:11 wguayan kernel: ACPI: Core revision 20200925
Feb 10 01:59:11 wguayan kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Feb 10 01:59:11 wguayan kernel: APIC: Switch to symmetric I/O mode setup
Feb 10 01:59:11 wguayan kernel: DMAR: Host address width 36
Feb 10 01:59:11 wguayan kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Feb 10 01:59:11 wguayan kernel: DMAR: dmar0: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
Feb 10 01:59:11 wguayan kernel: DMAR: RMRR base: 0x000000bf438000 end: 0x000000bf446fff
Feb 10 01:59:11 wguayan kernel: DMAR-IR: IOAPIC id 0 under DRHD base  0xfed91000 IOMMU 0
Feb 10 01:59:11 wguayan kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Feb 10 01:59:11 wguayan kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Feb 10 01:59:11 wguayan kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Feb 10 01:59:11 wguayan kernel: x2apic enabled
Feb 10 01:59:11 wguayan kernel: Switched APIC routing to cluster x2apic.
Feb 10 01:59:11 wguayan kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb 10 01:59:11 wguayan kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2c95a0a51a7, max_idle_ns: 440795299193 ns
Feb 10 01:59:11 wguayan kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6188.85 BogoMIPS (lpj=10310160)
Feb 10 01:59:11 wguayan kernel: pid_max: default: 32768 minimum: 301
Feb 10 01:59:11 wguayan kernel: LSM: Security Framework initializing
Feb 10 01:59:11 wguayan kernel: Yama: becoming mindful.
Feb 10 01:59:11 wguayan kernel: LSM support for eBPF active
Feb 10 01:59:11 wguayan kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Feb 10 01:59:11 wguayan kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Feb 10 01:59:11 wguayan kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Feb 10 01:59:11 wguayan kernel: process: using mwait in idle threads
Feb 10 01:59:11 wguayan kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Feb 10 01:59:11 wguayan kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Feb 10 01:59:11 wguayan kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb 10 01:59:11 wguayan kernel: Spectre V2 : Mitigation: Full generic retpoline
Feb 10 01:59:11 wguayan kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb 10 01:59:11 wguayan kernel: Speculative Store Bypass: Vulnerable
Feb 10 01:59:11 wguayan kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Feb 10 01:59:11 wguayan kernel: Freeing SMP alternatives memory: 36K
Feb 10 01:59:11 wguayan kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Feb 10 01:59:11 wguayan kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Feb 10 01:59:11 wguayan kernel: core: PEBS disabled due to CPU errata, please upgrade microcode
Feb 10 01:59:11 wguayan kernel: ... version:                3
Feb 10 01:59:11 wguayan kernel: ... bit width:              48
Feb 10 01:59:11 wguayan kernel: ... generic registers:      8
Feb 10 01:59:11 wguayan kernel: ... value mask:             0000ffffffffffff
Feb 10 01:59:11 wguayan kernel: ... max period:             00007fffffffffff
Feb 10 01:59:11 wguayan kernel: ... fixed-purpose events:   3
Feb 10 01:59:11 wguayan kernel: ... event mask:             00000007000000ff
Feb 10 01:59:11 wguayan kernel: rcu: Hierarchical SRCU implementation.
Feb 10 01:59:11 wguayan kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Feb 10 01:59:11 wguayan kernel: smp: Bringing up secondary CPUs ...
Feb 10 01:59:11 wguayan kernel: x86: Booting SMP configuration:
Feb 10 01:59:11 wguayan kernel: .... node  #0, CPUs:      #1 #2 #3
Feb 10 01:59:11 wguayan kernel: smp: Brought up 1 node, 4 CPUs
Feb 10 01:59:11 wguayan kernel: smpboot: Max logical packages: 1
Feb 10 01:59:11 wguayan kernel: smpboot: Total of 4 processors activated (24754.40 BogoMIPS)
Feb 10 01:59:11 wguayan kernel: devtmpfs: initialized
Feb 10 01:59:11 wguayan kernel: x86/mm: Memory block size: 128MB
Feb 10 01:59:11 wguayan kernel: PM: Registering ACPI NVS region [mem 0xbf3e1000-0xbf429fff] (299008 bytes)
Feb 10 01:59:11 wguayan kernel: PM: Registering ACPI NVS region [mem 0xbf458000-0xbf479fff] (139264 bytes)
Feb 10 01:59:11 wguayan kernel: PM: Registering ACPI NVS region [mem 0xbf501000-0xbf501fff] (4096 bytes)
Feb 10 01:59:11 wguayan kernel: PM: Registering ACPI NVS region [mem 0xbf514000-0xbf51efff] (45056 bytes)
Feb 10 01:59:11 wguayan kernel: PM: Registering ACPI NVS region [mem 0xbf530000-0xbf572fff] (274432 bytes)
Feb 10 01:59:11 wguayan kernel: reboot: HP Compaq Laptop series board detected. Selecting BIOS-method for reboots.
Feb 10 01:59:11 wguayan kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Feb 10 01:59:11 wguayan kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Feb 10 01:59:11 wguayan kernel: pinctrl core: initialized pinctrl subsystem
Feb 10 01:59:11 wguayan kernel: PM: RTC time: 01:59:10, date: 2021-02-10
Feb 10 01:59:11 wguayan kernel: NET: Registered protocol family 16
Feb 10 01:59:11 wguayan kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Feb 10 01:59:11 wguayan kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 10 01:59:11 wguayan kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 10 01:59:11 wguayan kernel: audit: initializing netlink subsys (disabled)
Feb 10 01:59:11 wguayan kernel: audit: type=2000 audit(1612922350.026:1): state=initialized audit_enabled=0 res=1
Feb 10 01:59:11 wguayan kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 10 01:59:11 wguayan kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 10 01:59:11 wguayan kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 10 01:59:11 wguayan kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 10 01:59:11 wguayan kernel: thermal_sys: Registered thermal governor 'power_allocator'
Feb 10 01:59:11 wguayan kernel: cpuidle: using governor ladder
Feb 10 01:59:11 wguayan kernel: cpuidle: using governor menu
Feb 10 01:59:11 wguayan kernel: ACPI: bus type PCI registered
Feb 10 01:59:11 wguayan kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 10 01:59:11 wguayan kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Feb 10 01:59:11 wguayan kernel: PCI: not using MMCONFIG
Feb 10 01:59:11 wguayan kernel: PCI: Using configuration type 1 for base access
Feb 10 01:59:11 wguayan kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
Feb 10 01:59:11 wguayan kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Feb 10 01:59:11 wguayan kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Feb 10 01:59:11 wguayan kernel: ipmi:dmi: Base address is zero, assuming no IPMI interface
Feb 10 01:59:11 wguayan kernel: ACPI: Added _OSI(Module Device)
Feb 10 01:59:11 wguayan kernel: ACPI: Added _OSI(Processor Device)
Feb 10 01:59:11 wguayan kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 10 01:59:11 wguayan kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 10 01:59:11 wguayan kernel: ACPI: Added _OSI(Linux-Dell-Video)
Feb 10 01:59:11 wguayan kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Feb 10 01:59:11 wguayan kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Feb 10 01:59:11 wguayan kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded
Feb 10 01:59:11 wguayan kernel: ACPI: Dynamic OEM Table Load:
Feb 10 01:59:11 wguayan kernel: ACPI: SSDT 0xFFFF8EB480A7A400 00038C (v01 AMI    IST      00000001 MSFT 03000001)
Feb 10 01:59:11 wguayan kernel: ACPI: Dynamic OEM Table Load:
Feb 10 01:59:11 wguayan kernel: ACPI: SSDT 0xFFFF8EB480EBD0C0 000084 (v01 AMI    CST      00000001 MSFT 03000001)
Feb 10 01:59:11 wguayan kernel: ACPI: Interpreter enabled
Feb 10 01:59:11 wguayan kernel: ACPI: (supports S0 S3 S4 S5)
Feb 10 01:59:11 wguayan kernel: ACPI: Using IOAPIC for interrupt routing
Feb 10 01:59:11 wguayan kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Feb 10 01:59:11 wguayan kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Feb 10 01:59:11 wguayan kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 10 01:59:11 wguayan kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Feb 10 01:59:11 wguayan kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Feb 10 01:59:11 wguayan kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Feb 10 01:59:11 wguayan kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb 10 01:59:11 wguayan kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Feb 10 01:59:11 wguayan kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Feb 10 01:59:11 wguayan kernel: PCI host bridge to bus 0000:00
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.0: reg 0x10: [mem 0xfb02a000-0xfb02a00f 64bit]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.2: [8086:1c3c] type 00 class 0x010185
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.2: reg 0x10: [io  0xf0f0-0xf0f7]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.2: reg 0x14: [io  0xf0e0-0xf0e3]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.2: reg 0x18: [io  0xf0d0-0xf0d7]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.2: reg 0x1c: [io  0xf0c0-0xf0c3]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.2: reg 0x20: [io  0xf0b0-0xf0bf]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.3: [8086:1c3d] type 00 class 0x070002
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.3: reg 0x10: [io  0xf0a0-0xf0a7]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:16.3: reg 0x14: [mem 0xfb029000-0xfb029fff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
Feb 10 01:59:11 wguayan kernel: pci 0000:00:19.0: reg 0x10: [mem 0xfb000000-0xfb01ffff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:19.0: reg 0x14: [mem 0xfb028000-0xfb028fff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xfb027000-0xfb0273ff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfb020000-0xfb023fff 64bit]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xfb026000-0xfb0263ff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.0: [8086:1c4e] type 00 class 0x060100
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xfb025000-0xfb0257ff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.2: PME# supported from D3hot
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xfb024000-0xfb0240ff 64bit]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: [10de:1380] type 00 class 0x030000
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf9000000-0xf9ffffff]
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfa000000-0xfa07ffff pref]
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: enabling Extended Tags
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.1: [10de:0fbc] type 00 class 0x040300
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfa080000-0xfa083fff]
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.1: enabling Extended Tags
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0:   bridge window [mem 0xf9000000-0xfaffffff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.6: PCI bridge to [bus 04]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.7: PCI bridge to [bus 05]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:06: extended config space not accessible
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
Feb 10 01:59:11 wguayan kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Feb 10 01:59:11 wguayan kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Feb 10 01:59:11 wguayan kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
Feb 10 01:59:11 wguayan kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Feb 10 01:59:11 wguayan kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
Feb 10 01:59:11 wguayan kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
Feb 10 01:59:11 wguayan kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
Feb 10 01:59:11 wguayan kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Feb 10 01:59:11 wguayan kernel: iommu: Default domain type: Translated 
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Feb 10 01:59:11 wguayan kernel: vgaarb: loaded
Feb 10 01:59:11 wguayan kernel: SCSI subsystem initialized
Feb 10 01:59:11 wguayan kernel: libata version 3.00 loaded.
Feb 10 01:59:11 wguayan kernel: ACPI: bus type USB registered
Feb 10 01:59:11 wguayan kernel: usbcore: registered new interface driver usbfs
Feb 10 01:59:11 wguayan kernel: usbcore: registered new interface driver hub
Feb 10 01:59:11 wguayan kernel: usbcore: registered new device driver usb
Feb 10 01:59:11 wguayan kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 10 01:59:11 wguayan kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb 10 01:59:11 wguayan kernel: PTP clock support registered
Feb 10 01:59:11 wguayan kernel: EDAC MC: Ver: 3.0.0
Feb 10 01:59:11 wguayan kernel: NetLabel: Initializing
Feb 10 01:59:11 wguayan kernel: NetLabel:  domain hash size = 128
Feb 10 01:59:11 wguayan kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Feb 10 01:59:11 wguayan kernel: NetLabel:  unlabeled traffic allowed by default
Feb 10 01:59:11 wguayan kernel: PCI: Using ACPI for IRQ routing
Feb 10 01:59:11 wguayan kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 10 01:59:11 wguayan kernel: e820: reserve RAM buffer [mem 0x0009bc00-0x0009ffff]
Feb 10 01:59:11 wguayan kernel: e820: reserve RAM buffer [mem 0xbf3e1000-0xbfffffff]
Feb 10 01:59:11 wguayan kernel: e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
Feb 10 01:59:11 wguayan kernel: e820: reserve RAM buffer [mem 0x2be000000-0x2bfffffff]
Feb 10 01:59:11 wguayan kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Feb 10 01:59:11 wguayan kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Feb 10 01:59:11 wguayan kernel: clocksource: Switched to clocksource tsc-early
Feb 10 01:59:11 wguayan kernel: VFS: Disk quotas dquot_6.6.0
Feb 10 01:59:11 wguayan kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 10 01:59:11 wguayan kernel: pnp: PnP ACPI init
Feb 10 01:59:11 wguayan kernel: system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Feb 10 01:59:11 wguayan kernel: system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Feb 10 01:59:11 wguayan kernel: system 00:01: [io  0x0620-0x063f] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:01: [io  0x0610-0x061f] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 10 01:59:11 wguayan kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Feb 10 01:59:11 wguayan kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
Feb 10 01:59:11 wguayan kernel: pnp 00:04: [dma 0 disabled]
Feb 10 01:59:11 wguayan kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
Feb 10 01:59:11 wguayan kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
Feb 10 01:59:11 wguayan kernel: system 00:06: [io  0x04d0-0x04d1] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 10 01:59:11 wguayan kernel: pnp 00:07: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
Feb 10 01:59:11 wguayan kernel: system 00:08: [io  0x0400-0x0453] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:08: [io  0x0458-0x047f] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:08: [io  0x1180-0x119f] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:08: [io  0x0500-0x057f] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:08: [mem 0xfec00000-0xfecfffff] could not be reserved
Feb 10 01:59:11 wguayan kernel: system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:08: [mem 0xff000000-0xffffffff] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
Feb 10 01:59:11 wguayan kernel: system 00:09: [io  0x0454-0x0457] has been reserved
Feb 10 01:59:11 wguayan kernel: system 00:09: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Feb 10 01:59:11 wguayan kernel: pnp: PnP ACPI: found 10 devices
Feb 10 01:59:11 wguayan kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 10 01:59:11 wguayan kernel: NET: Registered protocol family 2
Feb 10 01:59:11 wguayan kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Feb 10 01:59:11 wguayan kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Feb 10 01:59:11 wguayan kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Feb 10 01:59:11 wguayan kernel: TCP: Hash tables configured (established 131072 bind 65536)
Feb 10 01:59:11 wguayan kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Feb 10 01:59:11 wguayan kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Feb 10 01:59:11 wguayan kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Feb 10 01:59:11 wguayan kernel: NET: Registered protocol family 1
Feb 10 01:59:11 wguayan kernel: NET: Registered protocol family 44
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0:   bridge window [mem 0xf9000000-0xfaffffff]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.6: PCI bridge to [bus 04]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1c.7: PCI bridge to [bus 05]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1e.0: PCI bridge to [bus 06]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:01: resource 1 [mem 0xf9000000-0xfaffffff]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:06: resource 4 [io  0x0000-0x03af window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:06: resource 5 [io  0x03e0-0x0cf7 window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:06: resource 6 [io  0x03b0-0x03df window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:06: resource 7 [io  0x0d00-0xffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:06: resource 8 [mem 0x000a0000-0x000bffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:06: resource 9 [mem 0x000c0000-0x000dffff window]
Feb 10 01:59:11 wguayan kernel: pci_bus 0000:06: resource 10 [mem 0xc0000000-0xffffffff window]
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x730 took 173173 usecs
Feb 10 01:59:11 wguayan kernel: pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x730 took 172481 usecs
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Feb 10 01:59:11 wguayan kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Feb 10 01:59:11 wguayan kernel: PCI: CLS 64 bytes, default 64
Feb 10 01:59:11 wguayan kernel: Trying to unpack rootfs image as initramfs...
Feb 10 01:59:11 wguayan kernel: Freeing initrd memory: 7540K
Feb 10 01:59:11 wguayan kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 10 01:59:11 wguayan kernel: software IO TLB: mapped [mem 0x00000000bb3e1000-0x00000000bf3e1000] (64MB)
Feb 10 01:59:11 wguayan kernel: check: Scanning for low memory corruption every 60 seconds
Feb 10 01:59:11 wguayan kernel: Initialise system trusted keyrings
Feb 10 01:59:11 wguayan kernel: Key type blacklist registered
Feb 10 01:59:11 wguayan kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Feb 10 01:59:11 wguayan kernel: zbud: loaded
Feb 10 01:59:11 wguayan kernel: Key type asymmetric registered
Feb 10 01:59:11 wguayan kernel: Asymmetric key parser 'x509' registered
Feb 10 01:59:11 wguayan kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Feb 10 01:59:11 wguayan kernel: io scheduler mq-deadline registered
Feb 10 01:59:11 wguayan kernel: io scheduler kyber registered
Feb 10 01:59:11 wguayan kernel: io scheduler bfq registered
Feb 10 01:59:11 wguayan kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
Feb 10 01:59:11 wguayan kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 25
Feb 10 01:59:11 wguayan kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 26
Feb 10 01:59:11 wguayan kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 27
Feb 10 01:59:11 wguayan kernel: pcieport 0000:00:1c.6: PME: Signaling with IRQ 28
Feb 10 01:59:11 wguayan kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 29
Feb 10 01:59:11 wguayan kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 10 01:59:11 wguayan kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
Feb 10 01:59:11 wguayan kernel: vesafb: scrolling: redraw
Feb 10 01:59:11 wguayan kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Feb 10 01:59:11 wguayan kernel: vesafb: framebuffer at 0xd1000000, mapped to 0x(____ptrval____), using 1216k, total 1216k
Feb 10 01:59:11 wguayan kernel: fbcon: Deferring console take-over
Feb 10 01:59:11 wguayan kernel: fb0: VESA VGA frame buffer device
Feb 10 01:59:11 wguayan kernel: intel_idle: MWAIT substates: 0x1120
Feb 10 01:59:11 wguayan kernel: intel_idle: v0.5.1 model 0x2A
Feb 10 01:59:11 wguayan kernel: intel_idle: Local APIC timer is reliable in all C-states
Feb 10 01:59:11 wguayan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Feb 10 01:59:11 wguayan kernel: ACPI: Power Button [PWRB]
Feb 10 01:59:11 wguayan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Feb 10 01:59:11 wguayan kernel: ACPI: Power Button [PWRF]
Feb 10 01:59:11 wguayan kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 10 01:59:11 wguayan kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Feb 10 01:59:11 wguayan kernel: 0000:00:16.3: ttyS4 at I/O 0xf0a0 (irq = 17, base_baud = 115200) is a 16550A
Feb 10 01:59:11 wguayan kernel: Non-volatile memory driver v1.3
Feb 10 01:59:11 wguayan kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Feb 10 01:59:11 wguayan kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Feb 10 01:59:11 wguayan kernel: ahci 0000:00:1f.2: version 3.0
Feb 10 01:59:11 wguayan kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x16 impl SATA mode
Feb 10 01:59:11 wguayan kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems sxs apst 
Feb 10 01:59:11 wguayan kernel: scsi host0: ahci
Feb 10 01:59:11 wguayan kernel: scsi host1: ahci
Feb 10 01:59:11 wguayan kernel: scsi host2: ahci
Feb 10 01:59:11 wguayan kernel: scsi host3: ahci
Feb 10 01:59:11 wguayan kernel: scsi host4: ahci
Feb 10 01:59:11 wguayan kernel: scsi host5: ahci
Feb 10 01:59:11 wguayan kernel: ata1: DUMMY
Feb 10 01:59:11 wguayan kernel: ata2: SATA max UDMA/133 abar m2048@0xfb025000 port 0xfb025180 irq 30
Feb 10 01:59:11 wguayan kernel: ata3: SATA max UDMA/133 abar m2048@0xfb025000 port 0xfb025200 irq 30
Feb 10 01:59:11 wguayan kernel: ata4: DUMMY
Feb 10 01:59:11 wguayan kernel: ata5: SATA max UDMA/133 abar m2048@0xfb025000 port 0xfb025300 irq 30
Feb 10 01:59:11 wguayan kernel: ata6: DUMMY
Feb 10 01:59:11 wguayan kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Feb 10 01:59:11 wguayan kernel: ehci-pci: EHCI PCI platform driver
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1a.0: debug port 2
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xfb027000
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Feb 10 01:59:11 wguayan kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Feb 10 01:59:11 wguayan kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 01:59:11 wguayan kernel: usb usb1: Product: EHCI Host Controller
Feb 10 01:59:11 wguayan kernel: usb usb1: Manufacturer: Linux 5.10.13-arch1-2 ehci_hcd
Feb 10 01:59:11 wguayan kernel: usb usb1: SerialNumber: 0000:00:1a.0
Feb 10 01:59:11 wguayan kernel: hub 1-0:1.0: USB hub found
Feb 10 01:59:11 wguayan kernel: hub 1-0:1.0: 3 ports detected
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1d.0: debug port 2
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xfb026000
Feb 10 01:59:11 wguayan kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Feb 10 01:59:11 wguayan kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Feb 10 01:59:11 wguayan kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 01:59:11 wguayan kernel: usb usb2: Product: EHCI Host Controller
Feb 10 01:59:11 wguayan kernel: usb usb2: Manufacturer: Linux 5.10.13-arch1-2 ehci_hcd
Feb 10 01:59:11 wguayan kernel: usb usb2: SerialNumber: 0000:00:1d.0
Feb 10 01:59:11 wguayan kernel: hub 2-0:1.0: USB hub found
Feb 10 01:59:11 wguayan kernel: hub 2-0:1.0: 3 ports detected
Feb 10 01:59:11 wguayan kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Feb 10 01:59:11 wguayan kernel: ohci-pci: OHCI PCI platform driver
Feb 10 01:59:11 wguayan kernel: uhci_hcd: USB Universal Host Controller Interface driver
Feb 10 01:59:11 wguayan kernel: usbcore: registered new interface driver usbserial_generic
Feb 10 01:59:11 wguayan kernel: usbserial: USB Serial support registered for generic
Feb 10 01:59:11 wguayan kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Feb 10 01:59:11 wguayan kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 10 01:59:11 wguayan kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Feb 10 01:59:11 wguayan kernel: rtc_cmos 00:05: RTC can wake from S4
Feb 10 01:59:11 wguayan kernel: rtc_cmos 00:05: registered as rtc0
Feb 10 01:59:11 wguayan kernel: rtc_cmos 00:05: setting system clock to 2021-02-10T01:59:10 UTC (1612922350)
Feb 10 01:59:11 wguayan kernel: rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Feb 10 01:59:11 wguayan kernel: intel_pstate: Intel P-state driver initializing
Feb 10 01:59:11 wguayan kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 10 01:59:11 wguayan kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 10 01:59:11 wguayan kernel: drop_monitor: Initializing network drop monitor service
Feb 10 01:59:11 wguayan kernel: Initializing XFRM netlink socket
Feb 10 01:59:11 wguayan kernel: NET: Registered protocol family 10
Feb 10 01:59:11 wguayan kernel: Segment Routing with IPv6
Feb 10 01:59:11 wguayan kernel: RPL Segment Routing with IPv6
Feb 10 01:59:11 wguayan kernel: NET: Registered protocol family 17
Feb 10 01:59:11 wguayan kernel: microcode: sig=0x206a7, pf=0x2, revision=0x14
Feb 10 01:59:11 wguayan kernel: microcode: Microcode Update Driver: v2.2.
Feb 10 01:59:11 wguayan kernel: IPI shorthand broadcast: enabled
Feb 10 01:59:11 wguayan kernel: sched_clock: Marking stable (757182425, 182385)->(763779693, -6414883)
Feb 10 01:59:11 wguayan kernel: registered taskstats version 1
Feb 10 01:59:11 wguayan kernel: Loading compiled-in X.509 certificates
Feb 10 01:59:11 wguayan kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 8ab53185774abb1c9f8bcd2564cfe42dc80a998d'
Feb 10 01:59:11 wguayan kernel: zswap: loaded using pool lz4/z3fold
Feb 10 01:59:11 wguayan kernel: Key type ._fscrypt registered
Feb 10 01:59:11 wguayan kernel: Key type .fscrypt registered
Feb 10 01:59:11 wguayan kernel: Key type fscrypt-provisioning registered
Feb 10 01:59:11 wguayan kernel: PM:   Magic number: 9:271:963
Feb 10 01:59:11 wguayan kernel: memory memory14: hash matches
Feb 10 01:59:11 wguayan kernel: RAS: Correctable Errors collector initialized.
Feb 10 01:59:11 wguayan kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 10 01:59:11 wguayan kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Feb 10 01:59:11 wguayan kernel: ata3.00: ATAPI: hp      DVD A  DH16ABLH, 3HD9, max UDMA/100
Feb 10 01:59:11 wguayan kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Feb 10 01:59:11 wguayan kernel: ata5: SATA link down (SStatus 0 SControl 300)
Feb 10 01:59:11 wguayan kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Feb 10 01:59:11 wguayan kernel: ata3.00: configured for UDMA/100
Feb 10 01:59:11 wguayan kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Feb 10 01:59:11 wguayan kernel: ata2.00: supports DRM functions and may not be fully accessible
Feb 10 01:59:11 wguayan kernel: ata2.00: NCQ Send/Recv Log not supported
Feb 10 01:59:11 wguayan kernel: ata2.00: ATA-9: Samsung SSD 850 PRO 128GB, EXM01B6Q, max UDMA/133
Feb 10 01:59:11 wguayan kernel: ata2.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
Feb 10 01:59:11 wguayan kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Feb 10 01:59:11 wguayan kernel: ata2.00: supports DRM functions and may not be fully accessible
Feb 10 01:59:11 wguayan kernel: ata2.00: NCQ Send/Recv Log not supported
Feb 10 01:59:11 wguayan kernel: ata2.00: configured for UDMA/133
Feb 10 01:59:11 wguayan kernel: scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD 850  1B6Q PQ: 0 ANSI: 5
Feb 10 01:59:11 wguayan kernel: sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
Feb 10 01:59:11 wguayan kernel: sd 1:0:0:0: [sda] Write Protect is off
Feb 10 01:59:11 wguayan kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 10 01:59:11 wguayan kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 10 01:59:11 wguayan kernel:  sda: sda1 sda2 sda3
Feb 10 01:59:11 wguayan kernel: sd 1:0:0:0: [sda] supports TCG Opal
Feb 10 01:59:11 wguayan kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Feb 10 01:59:11 wguayan kernel: scsi 2:0:0:0: CD-ROM            hp       DVD A  DH16ABLH  3HD9 PQ: 0 ANSI: 5
Feb 10 01:59:11 wguayan kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Feb 10 01:59:11 wguayan kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Feb 10 01:59:11 wguayan kernel: Freeing unused decrypted memory: 2036K
Feb 10 01:59:11 wguayan kernel: Freeing unused kernel image (initmem) memory: 1708K
Feb 10 01:59:11 wguayan kernel: Write protecting the kernel read-only data: 26624k
Feb 10 01:59:11 wguayan kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Feb 10 01:59:11 wguayan kernel: Freeing unused kernel image (rodata/data gap) memory: 1432K
Feb 10 01:59:11 wguayan kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 10 01:59:11 wguayan kernel: rodata_test: all tests were successful
Feb 10 01:59:11 wguayan kernel: x86/mm: Checking user space page tables
Feb 10 01:59:11 wguayan kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 10 01:59:11 wguayan kernel: Run /init as init process
Feb 10 01:59:11 wguayan kernel:   with arguments:
Feb 10 01:59:11 wguayan kernel:     /init
Feb 10 01:59:11 wguayan kernel:   with environment:
Feb 10 01:59:11 wguayan kernel:     HOME=/
Feb 10 01:59:11 wguayan kernel:     TERM=linux
Feb 10 01:59:11 wguayan kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Feb 10 01:59:11 wguayan kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Feb 10 01:59:11 wguayan kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Feb 10 01:59:11 wguayan kernel: hub 1-1:1.0: USB hub found
Feb 10 01:59:11 wguayan kernel: hub 1-1:1.0: 6 ports detected
Feb 10 01:59:11 wguayan kernel: fbcon: Taking over console
Feb 10 01:59:11 wguayan kernel: Console: switching to colour frame buffer device 80x30
Feb 10 01:59:11 wguayan kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Feb 10 01:59:11 wguayan kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Feb 10 01:59:11 wguayan kernel: hub 2-1:1.0: USB hub found
Feb 10 01:59:11 wguayan kernel: hub 2-1:1.0: 8 ports detected
Feb 10 01:59:11 wguayan kernel: scsi host6: ata_generic
Feb 10 01:59:11 wguayan kernel: scsi host7: ata_generic
Feb 10 01:59:11 wguayan kernel: ata7: PATA max UDMA/100 cmd 0xf0f0 ctl 0xf0e0 bmdma 0xf0b0 irq 18
Feb 10 01:59:11 wguayan kernel: ata8: PATA max UDMA/100 cmd 0xf0d0 ctl 0xf0c0 bmdma 0xf0b8 irq 18
Feb 10 01:59:11 wguayan kernel: sr 2:0:0:0: [sr0] scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
Feb 10 01:59:11 wguayan kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Feb 10 01:59:11 wguayan kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
Feb 10 01:59:11 wguayan kernel: tsc: Refined TSC clocksource calibration: 3092.988 MHz
Feb 10 01:59:11 wguayan kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c9567618ac, max_idle_ns: 440795243255 ns
Feb 10 01:59:11 wguayan kernel: clocksource: Switched to clocksource tsc
Feb 10 01:59:11 wguayan kernel: usb 2-1.7: new high-speed USB device number 3 using ehci-pci
Feb 10 01:59:11 wguayan kernel: usb 1-1.2: new high-speed USB device number 3 using ehci-pci
Feb 10 01:59:11 wguayan kernel: usb 1-1.2: New USB device found, idVendor=1235, idProduct=8205, bcdDevice= 4.1c
Feb 10 01:59:11 wguayan kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
Feb 10 01:59:11 wguayan kernel: usb 1-1.2: Product: Scarlett Solo USB
Feb 10 01:59:11 wguayan kernel: usb 1-1.2: Manufacturer: Focusrite
Feb 10 01:59:11 wguayan kernel: random: fast init done
Feb 10 01:59:11 wguayan kernel: usb 2-1.7: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
Feb 10 01:59:11 wguayan kernel: usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 10 01:59:11 wguayan kernel: usb 2-1.7: Product: Flash Drive
Feb 10 01:59:11 wguayan kernel: usb 2-1.7: Manufacturer: Samsung
Feb 10 01:59:11 wguayan kernel: usb 2-1.7: SerialNumber: 0372416020012602
Feb 10 01:59:11 wguayan kernel: usb-storage 2-1.7:1.0: USB Mass Storage device detected
Feb 10 01:59:11 wguayan kernel: usb-storage 2-1.7:1.0: Quirks match for vid 090c pid 1000: 400
Feb 10 01:59:11 wguayan kernel: scsi host8: usb-storage 2-1.7:1.0
Feb 10 01:59:11 wguayan kernel: usbcore: registered new interface driver usb-storage
Feb 10 01:59:11 wguayan kernel: usbcore: registered new interface driver uas
Feb 10 01:59:11 wguayan kernel: usb 2-1.8: new full-speed USB device number 4 using ehci-pci
Feb 10 01:59:11 wguayan kernel: usb 2-1.8: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.03
Feb 10 01:59:11 wguayan kernel: usb 2-1.8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 10 01:59:11 wguayan kernel: usb 2-1.8: Product: USB Receiver
Feb 10 01:59:11 wguayan kernel: usb 2-1.8: Manufacturer: Logitech
Feb 10 01:59:11 wguayan kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/0003:046D:C52B.0001/input/input4
Feb 10 01:59:11 wguayan kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Feb 10 01:59:11 wguayan kernel: hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-1.8/input0
Feb 10 01:59:11 wguayan kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:046D:C52B.0002/input/input5
Feb 10 01:59:11 wguayan kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:046D:C52B.0002/input/input6
Feb 10 01:59:11 wguayan kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:046D:C52B.0002/input/input7
Feb 10 01:59:11 wguayan kernel: hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.8/input1
Feb 10 01:59:11 wguayan kernel: hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.8/input2
Feb 10 01:59:11 wguayan kernel: usbcore: registered new interface driver usbhid
Feb 10 01:59:11 wguayan kernel: usbhid: USB HID core driver
Feb 10 01:59:11 wguayan systemd[1]: systemd 247.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Feb 10 01:59:11 wguayan systemd[1]: Detected architecture x86-64.
Feb 10 01:59:11 wguayan systemd[1]: Set hostname to <wguayan>.
Feb 10 01:59:11 wguayan systemd[1]: Queued start job for default target Graphical Interface.
Feb 10 01:59:11 wguayan kernel: random: systemd: uninitialized urandom read (16 bytes read)
Feb 10 01:59:11 wguayan systemd[1]: Created slice system-getty.slice.
Feb 10 01:59:11 wguayan kernel: random: systemd: uninitialized urandom read (16 bytes read)
Feb 10 01:59:11 wguayan systemd[1]: Created slice system-modprobe.slice.
Feb 10 01:59:11 wguayan kernel: random: systemd: uninitialized urandom read (16 bytes read)
Feb 10 01:59:11 wguayan systemd[1]: Created slice system-systemd\x2dfsck.slice.
Feb 10 01:59:11 wguayan systemd[1]: Created slice User and Session Slice.
Feb 10 01:59:11 wguayan systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 10 01:59:11 wguayan systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 10 01:59:11 wguayan systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 10 01:59:11 wguayan systemd[1]: Reached target Local Encrypted Volumes.
Feb 10 01:59:11 wguayan systemd[1]: Reached target Paths.
Feb 10 01:59:11 wguayan systemd[1]: Reached target Remote File Systems.
Feb 10 01:59:11 wguayan systemd[1]: Reached target Slices.
Feb 10 01:59:11 wguayan systemd[1]: Reached target Swap.
Feb 10 01:59:11 wguayan systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 10 01:59:11 wguayan systemd[1]: Listening on LVM2 metadata daemon socket.
Feb 10 01:59:11 wguayan systemd[1]: Listening on LVM2 poll daemon socket.
Feb 10 01:59:11 wguayan systemd[1]: Listening on Process Core Dump Socket.
Feb 10 01:59:11 wguayan systemd[1]: Listening on Journal Audit Socket.
Feb 10 01:59:11 wguayan systemd[1]: Listening on Journal Socket (/dev/log).
Feb 10 01:59:11 wguayan systemd[1]: Listening on Journal Socket.
Feb 10 01:59:11 wguayan systemd[1]: Listening on udev Control Socket.
Feb 10 01:59:11 wguayan systemd[1]: Listening on udev Kernel Socket.
Feb 10 01:59:11 wguayan systemd[1]: Mounting Huge Pages File System...
Feb 10 01:59:11 wguayan systemd[1]: Mounting POSIX Message Queue File System...
Feb 10 01:59:11 wguayan systemd[1]: Mounting Kernel Debug File System...
Feb 10 01:59:11 wguayan systemd[1]: Mounting Kernel Trace File System...
Feb 10 01:59:11 wguayan systemd[1]: Mounting Temporary Directory (/tmp)...
Feb 10 01:59:11 wguayan systemd[1]: Starting Create list of static device nodes for the current kernel...
Feb 10 01:59:11 wguayan systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 10 01:59:11 wguayan systemd[1]: Starting Load Kernel Module configfs...
Feb 10 01:59:11 wguayan systemd[1]: Starting Load Kernel Module drm...
Feb 10 01:59:11 wguayan systemd[1]: Starting Load Kernel Module fuse...
Feb 10 01:59:11 wguayan systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Feb 10 01:59:11 wguayan systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Feb 10 01:59:11 wguayan systemd[1]: Starting Journal Service...
Feb 10 01:59:11 wguayan systemd[1]: Starting Load Kernel Modules...
Feb 10 01:59:11 wguayan systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 10 01:59:11 wguayan systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Feb 10 01:59:11 wguayan systemd[1]: Starting Coldplug All udev Devices...
Feb 10 01:59:11 wguayan kernel: Linux agpgart interface v0.103
Feb 10 01:59:11 wguayan systemd[1]: Mounted Huge Pages File System.
Feb 10 01:59:11 wguayan systemd[1]: Mounted POSIX Message Queue File System.
Feb 10 01:59:11 wguayan systemd[1]: Mounted Kernel Debug File System.
Feb 10 01:59:11 wguayan systemd[1]: Mounted Kernel Trace File System.
Feb 10 01:59:11 wguayan systemd[1]: Mounted Temporary Directory (/tmp).
Feb 10 01:59:11 wguayan systemd[1]: Finished Create list of static device nodes for the current kernel.
Feb 10 01:59:11 wguayan systemd[1]: modprobe@configfs.service: Succeeded.
Feb 10 01:59:11 wguayan systemd[1]: Finished Load Kernel Module configfs.
Feb 10 01:59:11 wguayan systemd[1]: Mounting Kernel Configuration File System...
Feb 10 01:59:11 wguayan kernel: fuse: init (API version 7.32)
Feb 10 01:59:11 wguayan kernel: EXT4-fs (sda2): re-mounted. Opts: discard
Feb 10 01:59:11 wguayan kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
Feb 10 01:59:11 wguayan kernel: sr 2:0:0:0: Attached scsi generic sg1 type 5
Feb 10 01:59:11 wguayan systemd[1]: modprobe@fuse.service: Succeeded.
Feb 10 01:59:11 wguayan systemd[1]: Finished Load Kernel Module fuse.
Feb 10 01:59:11 wguayan systemd[1]: Finished Load Kernel Modules.
Feb 10 01:59:11 wguayan systemd[1]: Mounted Kernel Configuration File System.
Feb 10 01:59:11 wguayan systemd[1]: Mounting FUSE Control File System...
Feb 10 01:59:11 wguayan systemd[1]: Starting Apply Kernel Variables...
Feb 10 01:59:11 wguayan systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 10 01:59:11 wguayan systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Feb 10 01:59:11 wguayan systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Feb 10 01:59:11 wguayan systemd[1]: Starting Load/Save Random Seed...
Feb 10 01:59:11 wguayan systemd[1]: Condition check resulted in Create System Users being skipped.
Feb 10 01:59:11 wguayan systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 10 01:59:11 wguayan systemd[1]: Mounted FUSE Control File System.
Feb 10 01:59:11 wguayan systemd[1]: Finished Apply Kernel Variables.
Feb 10 01:59:11 wguayan kernel: audit: type=1130 audit(1612922351.939:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 10 01:59:11 wguayan systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 10 01:59:11 wguayan kernel: audit: type=1130 audit(1612922351.952:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 10 01:59:11 wguayan kernel: audit: type=1334 audit(1612922351.952:4): prog-id=13 op=LOAD
Feb 10 01:59:11 wguayan kernel: audit: type=1334 audit(1612922351.952:5): prog-id=14 op=LOAD
Feb 10 01:59:11 wguayan systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 10 01:59:11 wguayan systemd[1]: modprobe@drm.service: Succeeded.
Feb 10 01:59:11 wguayan systemd[1]: Finished Load Kernel Module drm.
Feb 10 01:59:11 wguayan kernel: audit: type=1130 audit(1612922351.959:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 10 01:59:11 wguayan kernel: audit: type=1131 audit(1612922351.959:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 10 01:59:11 wguayan systemd-journald[218]: Journal started
░░ Subject: The journal has been started
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The system journal process has started up, opened the journal
░░ files for writing and is now ready to process requests.
Feb 10 01:59:11 wguayan systemd-journald[218]: Runtime Journal (/run/log/journal/6892d53ad3b9422eb3cf6067addef042) is 8.0M, max 495.8M, 487.8M free.
░░ Subject: Disk space used by the journal
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Runtime Journal (/run/log/journal/6892d53ad3b9422eb3cf6067addef042) is currently using 8.0M.
░░ Maximum allowed usage is set to 495.8M.
░░ Leaving at least 247.9M free (of currently available 4.8G of disk space).
░░ Enforced usage limit is thus 495.8M, of which 487.8M are still available.
░░ 
░░ The limits controlling how much disk space is used by the journal may
░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
░░ /etc/systemd/journald.conf. See journald.conf(5) for details.
Feb 10 01:59:11 wguayan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 10 01:59:11 wguayan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 10 01:59:11 wguayan audit: BPF prog-id=13 op=LOAD
Feb 10 01:59:11 wguayan audit: BPF prog-id=14 op=LOAD
Feb 10 01:59:11 wguayan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 10 01:59:11 wguayan audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 10 01:59:11 wguayan 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'
Feb 10 01:59:11 wguayan systemd-modules-load[219]: Inserted module 'crypto_user'
Feb 10 01:59:11 wguayan systemd-modules-load[219]: Inserted module 'sg'
Feb 10 01:59:11 wguayan systemd-sysctl[226]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Feb 10 01:59:11 wguayan systemd-sysctl[226]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Feb 10 01:59:11 wguayan systemd-sysctl[226]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Feb 10 01:59:11 wguayan systemd-sysctl[226]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Feb 10 01:59:11 wguayan systemd[1]: Started Journal Service.
Feb 10 01:59:11 wguayan kernel: audit: type=1130 audit(1612922351.976:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 10 01:59:11 wguayan systemd-sysctl[226]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Feb 10 01:59:11 wguayan systemd-sysctl[226]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Feb 10 01:59:11 wguayan systemd-random-seed[227]: Kernel entropy pool is not initialized yet, waiting until it is.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: /usr/lib/tmpfiles.d/static-nodes-permissions.conf:12: Failed to resolve group 'audio'.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: /usr/lib/tmpfiles.d/static-nodes-permissions.conf:13: Failed to resolve group 'audio'.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: /usr/lib/tmpfiles.d/static-nodes-permissions.conf:14: Failed to resolve group 'disk'.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: /usr/lib/tmpfiles.d/static-nodes-permissions.conf:17: Failed to resolve group 'kvm'.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "group:adm:r--,group:wheel:r--": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "group:adm:r--,group:wheel:r--": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd[1]: Starting Flush Journal to Persistent Storage...
░░ Subject: A start job for unit systemd-journal-flush.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-journal-flush.service has begun execution.
░░ 
░░ The job identifier is 16.
Feb 10 01:59:11 wguayan systemd-journald[218]: Time spent on flushing to /var/log/journal/6892d53ad3b9422eb3cf6067addef042 is 5.743ms for 789 entries.

pacman _Qkk:

a2jmidid: 24 total files, 0 altered files
a52dec: 20 total files, 0 altered files
aalib: 88 total files, 0 altered files
accounts-qml-module: 9 total files, 0 altered files
accountsservice: 286 total files, 0 altered files
acl: 97 total files, 0 altered files
adobe-source-code-pro-fonts: 23 total files, 0 altered files
adwaita-icon-theme: 6111 total files, 0 altered files
alembic: 158 total files, 0 altered files
alsa-card-profiles: 75 total files, 0 altered files
alsa-lib: 155 total files, 0 altered files
alsa-topology-conf: 18 total files, 0 altered files
alsa-ucm-conf: 269 total files, 0 altered files
alsa-utils: 97 total files, 0 altered files
android-tools: 14 total files, 0 altered files
aom: 184 total files, 0 altered files
appstream: 316 total files, 0 altered files
appstream-qt: 30 total files, 0 altered files
archlinux-keyring: 8 total files, 0 altered files
argon2: 14 total files, 0 altered files
aribb24: 18 total files, 0 altered files
aspell: 226 total files, 0 altered files
at-spi2-atk: 17 total files, 0 altered files
at-spi2-core: 316 total files, 0 altered files
atk: 404 total files, 0 altered files
atkmm: 61 total files, 0 altered files
attica: 114 total files, 0 altered files
attr: 72 total files, 0 altered files
audit: 190 total files, 0 altered files
augeas: 482 total files, 0 altered files
autoconf: 78 total files, 0 altered files
automake: 137 total files, 0 altered files
avahi: 318 total files, 0 altered files
b43-firmware: 121 total files, 0 altered files
b43-fwcutter: 7 total files, 0 altered files
babl: 53 total files, 0 altered files
baloo: 688 total files, 0 altered files
baloo-widgets: 181 total files, 0 altered files
base: 0 total files, 0 altered files
bash: 250 total files, 0 altered files
bc: 12 total files, 0 altered files
binutils: 390 total files, 0 altered files
bison: 321 total files, 0 altered files
blas: 11 total files, 0 altered files
blender: 5804 total files, 0 altered files
blosc: 15 total files, 0 altered files
bluedevil: 283 total files, 0 altered files
bluez: 60 total files, 0 altered files
bluez-libs: 20 total files, 0 altered files
bluez-qt: 105 total files, 0 altered files
boost: 16228 total files, 0 altered files
boost-libs: 102 total files, 0 altered files
breeze: 500 total files, 0 altered files
breeze-gtk: 568 total files, 0 altered files
breeze-icons: 21818 total files, 0 altered files
brltty: 779 total files, 0 altered files
brotli: 38 total files, 0 altered files
btrfs-progs: 95 total files, 0 altered files
bubblewrap: 10 total files, 0 altered files
bzip2: 28 total files, 0 altered files
ca-certificates: 0 total files, 0 altered files
ca-certificates-mozilla: 5 total files, 0 altered files
ca-certificates-utils: 26 total files, 0 altered files
cadence: 129 total files, 0 altered files
cairo: 52 total files, 0 altered files
cairomm: 42 total files, 0 altered files
cantarell-fonts: 15 total files, 0 altered files
cblas: 18 total files, 0 altered files
cdparanoia: 18 total files, 0 altered files
cdrtools: 148 total files, 0 altered files
celt: 19 total files, 0 altered files
celt0.5.1: 19 total files, 0 altered files
ceph: 165 total files, 3 altered files
ceph-libs: 413 total files, 0 altered files
cfitsio: 22 total files, 0 altered files
chmlib: 14 total files, 0 altered files
chromaprint: 19 total files, 0 altered files
chromium: 107 total files, 0 altered files
cifs-utils: 39 total files, 0 altered files
clang: 1565 total files, 0 altered files
colord: 419 total files, 0 altered files
compiler-rt: 128 total files, 0 altered files
confuse: 29 total files, 0 altered files
convertlit: 3 total files, 0 altered files
coreutils: 431 total files, 0 altered files
cracklib: 153 total files, 0 altered files
cryptsetup: 82 total files, 0 altered files
backup file: cups: /etc/cups/classes.conf (Modification time mismatch)
backup file: cups: /etc/cups/classes.conf (Size mismatch)
backup file: cups: /etc/cups/printers.conf (Modification time mismatch)
backup file: cups: /etc/cups/printers.conf (Size mismatch)
backup file: cups: /etc/cups/subscriptions.conf (Modification time mismatch)
backup file: cups: /etc/cups/subscriptions.conf (Size mismatch)
cups: 876 total files, 3 altered files
cups-filters: 181 total files, 0 altered files
curl: 492 total files, 0 altered files
dav1d: 24 total files, 0 altered files
db: 47 total files, 0 altered files
dbus: 92 total files, 0 altered files
dbus-c++: 45 total files, 0 altered files
dbus-glib: 51 total files, 0 altered files
dconf: 74 total files, 0 altered files
desktop-file-utils: 19 total files, 0 altered files
device-mapper: 38 total files, 0 altered files
dhclient: 25 total files, 0 altered files
backup file: dhcpcd: /etc/dhcpcd.conf (Modification time mismatch)
backup file: dhcpcd: /etc/dhcpcd.conf (Size mismatch)
dhcpcd: 41 total files, 0 altered files
diffutils: 118 total files, 0 altered files
discount: 44 total files, 0 altered files
djvulibre: 94 total files, 0 altered files
dmraid: 39 total files, 0 altered files
dnssec-anchors: 7 total files, 0 altered files
dolphin: 442 total files, 0 altered files
dosfstools: 35 total files, 0 altered files
dotconf: 72 total files, 0 altered files
double-conversion: 26 total files, 0 altered files
drkonqi: 289 total files, 0 altered files
dropbox: 476 total files, 0 altered files
dtc: 24 total files, 0 altered files
dvdauthor: 23 total files, 0 altered files
e2fsprogs: 202 total files, 0 altered files
ebook-tools: 16 total files, 0 altered files
editorconfig-core-c: 33 total files, 0 altered files
edk2-ovmf: 31 total files, 0 altered files
egl-wayland: 19 total files, 0 altered files
eglexternalplatform: 11 total files, 0 altered files
elfutils: 70 total files, 0 altered files
embree: 155 total files, 0 altered files
enca: 24 total files, 0 altered files
enchant: 28 total files, 0 altered files
ethtool: 10 total files, 0 altered files
exiv2: 123 total files, 0 altered files
expat: 32 total files, 0 altered files
faac: 24 total files, 0 altered files
faad2: 27 total files, 0 altered files
fakeroot: 44 total files, 0 altered files
feh: 40 total files, 0 altered files
festival: 338 total files, 0 altered files
festival-english: 21 total files, 0 altered files
ffmpeg: 265 total files, 0 altered files
fftw: 96 total files, 0 altered files
file: 26 total files, 0 altered files
backup file: filesystem: /etc/fstab (Modification time mismatch)
backup file: filesystem: /etc/fstab (Size mismatch)
backup file: filesystem: /etc/group (Modification time mismatch)
backup file: filesystem: /etc/group (Size mismatch)
backup file: filesystem: /etc/gshadow (Modification time mismatch)
backup file: filesystem: /etc/gshadow (Size mismatch)
backup file: filesystem: /etc/hosts (Modification time mismatch)
backup file: filesystem: /etc/hosts (Size mismatch)
backup file: filesystem: /etc/nsswitch.conf (Modification time mismatch)
backup file: filesystem: /etc/nsswitch.conf (Size mismatch)
backup file: filesystem: /etc/passwd (Modification time mismatch)
backup file: filesystem: /etc/passwd (Size mismatch)
backup file: filesystem: /etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /etc/resolv.conf (Size mismatch)
backup file: filesystem: /etc/shadow (Modification time mismatch)
backup file: filesystem: /etc/shadow (Size mismatch)
backup file: filesystem: /etc/shells (Modification time mismatch)
backup file: filesystem: /etc/shells (Size mismatch)
filesystem: 118 total files, 1 altered file
findutils: 132 total files, 0 altered files
firefox: 97 total files, 0 altered files
flac: 42 total files, 0 altered files
flashplugin: 32 total files, 0 altered files
flex: 99 total files, 0 altered files
flite: 74 total files, 0 altered files
flowcanvas: 19 total files, 0 altered files
fluidsynth: 47 total files, 0 altered files
fmt: 78 total files, 0 altered files
fontconfig: 118 total files, 0 altered files
frameworkintegration: 52 total files, 0 altered files
freeglut: 25 total files, 0 altered files
freerdp: 310 total files, 0 altered files
freetype2: 71 total files, 0 altered files
frei0r-plugins: 140 total files, 0 altered files
fribidi: 33 total files, 0 altered files
backup file: fuse-common: /etc/fuse.conf (Modification time mismatch)
backup file: fuse-common: /etc/fuse.conf (Size mismatch)
fuse-common: 2 total files, 0 altered files
fuse2: 36 total files, 0 altered files
fuse3: 27 total files, 0 altered files
gamin: 21 total files, 0 altered files
gavl: 116 total files, 0 altered files
gawk: 131 total files, 0 altered files
gc: 73 total files, 0 altered files
gcc: 2467 total files, 0 altered files
gcc-libs: 61 total files, 0 altered files
gconf: 340 total files, 0 altered files
gcr: 518 total files, 0 altered files
gd: 38 total files, 0 altered files
gdb: 27 total files, 0 altered files
gdb-common: 67 total files, 0 altered files
gdbm: 73 total files, 0 altered files
gdk-pixbuf2: 417 total files, 0 altered files
geany: 419 total files, 0 altered files
gegl: 292 total files, 0 altered files
geoclue: 112 total files, 0 altered files
geocode-glib: 67 total files, 0 altered files
gettext: 327 total files, 0 altered files
ghostscript: 601 total files, 0 altered files
giflib: 33 total files, 0 altered files
gimp: 5919 total files, 0 altered files
git: 774 total files, 0 altered files
glade: 835 total files, 0 altered files
glances: 501 total files, 0 altered files
glew: 20 total files, 0 altered files
glib-networking: 223 total files, 0 altered files
glib2: 698 total files, 0 altered files
backup file: glibc: /etc/locale.gen (Modification time mismatch)
backup file: glibc: /etc/locale.gen (Size mismatch)
glibc: 1578 total files, 0 altered files
glibmm: 465 total files, 0 altered files
glslang: 114 total files, 0 altered files
glu: 11 total files, 0 altered files
glusterfs: 511 total files, 0 altered files
gmime3: 182 total files, 0 altered files
gmp: 19 total files, 0 altered files
gnome-boxes: 814 total files, 0 altered files
gnome-desktop: 573 total files, 0 altered files
gnome-icon-theme: 5977 total files, 0 altered files
gnome-icon-theme-extras: 158 total files, 0 altered files
gnome-icon-theme-symbolic: 402 total files, 0 altered files
gnome-online-accounts: 386 total files, 0 altered files
gnome-screensaver: 282 total files, 0 altered files
gnupg: 211 total files, 0 altered files
gnutls: 1301 total files, 0 altered files
gom: 58 total files, 0 altered files
gperftools: 112 total files, 0 altered files
gpgme: 77 total files, 0 altered files
gpm: 36 total files, 0 altered files
gptfdisk: 17 total files, 0 altered files
graphene: 85 total files, 0 altered files
graphite: 67 total files, 0 altered files
graphviz: 612 total files, 0 altered files
grep: 143 total files, 0 altered files
grilo: 265 total files, 0 altered files
grilo-plugins: 246 total files, 0 altered files
groff: 629 total files, 0 altered files
backup file: grub: /etc/default/grub (Modification time mismatch)
backup file: grub: /etc/default/grub (Size mismatch)
backup file: grub: /etc/grub.d/40_custom (Modification time mismatch)
backup file: grub: /etc/grub.d/40_custom (Size mismatch)
grub: 1092 total files, 0 altered files
gsettings-desktop-schemas: 213 total files, 0 altered files
gsfonts: 81 total files, 0 altered files
gsm: 24 total files, 0 altered files
gssdp: 47 total files, 0 altered files
gst-libav: 4 total files, 0 altered files
gst-plugins-bad: 61 total files, 0 altered files
gst-plugins-bad-libs: 430 total files, 0 altered files
gst-plugins-base: 12 total files, 0 altered files
gst-plugins-base-libs: 452 total files, 0 altered files
gst-plugins-good: 210 total files, 0 altered files
gstreamer: 327 total files, 0 altered files
gtk-update-icon-cache: 14 total files, 0 altered files
gtk-vnc: 207 total files, 0 altered files
gtk2: 819 total files, 0 altered files
gtk3: 1708 total files, 0 altered files
gtkglext: 86 total files, 0 altered files
gtkmm: 451 total files, 0 altered files
gtkmm3: 576 total files, 0 altered files
gtksourceview2: 394 total files, 0 altered files
gtksourceview4: 565 total files, 0 altered files
gts: 39 total files, 0 altered files
guile: 860 total files, 0 altered files
guile2.0: 763 total files, 0 altered files
guitarix: 1072 total files, 0 altered files
gupnp: 93 total files, 0 altered files
gupnp-igd: 34 total files, 0 altered files
gutenprint: 542 total files, 0 altered files
gwenview: 314 total files, 0 altered files
gzip: 32 total files, 0 altered files
handbrake: 87 total files, 0 altered files
harfbuzz: 172 total files, 0 altered files
harfbuzz-icu: 14 total files, 0 altered files
hdf5: 294 total files, 0 altered files
helm-git: 286 total files, 0 altered files
hicolor-icon-theme: 371 total files, 0 altered files
hidapi: 24 total files, 0 altered files
hspell: 24 total files, 0 altered files
http-parser: 11 total files, 0 altered files
hunspell: 58 total files, 0 altered files
hunspell-en_US: 20 total files, 0 altered files
hwids: 6 total files, 0 altered files
hwloc: 543 total files, 0 altered files
hyphen: 13 total files, 0 altered files
iana-etc: 11 total files, 0 altered files
icu: 267 total files, 0 altered files
ifuse: 10 total files, 0 altered files
ijs: 22 total files, 0 altered files
imagemagick: 504 total files, 0 altered files
imlib2: 72 total files, 0 altered files
inetutils: 56 total files, 0 altered files
intel-gmmlib: 91 total files, 0 altered files
intel-media-driver: 25 total files, 0 altered files
intel-media-sdk: 44 total files, 0 altered files
inxi: 7 total files, 0 altered files
iproute2: 185 total files, 0 altered files
iptables: 257 total files, 0 altered files
iputils: 52 total files, 0 altered files
iso-codes: 1383 total files, 0 altered files
jack2: 118 total files, 0 altered files
jack2-dbus: 8 total files, 0 altered files
jack_capture: 8 total files, 0 altered files
jansson: 15 total files, 0 altered files
jasper: 45 total files, 0 altered files
java-runtime-common: 21 total files, 2 altered files
jbig2dec: 15 total files, 0 altered files
jemalloc: 24 total files, 0 altered files
jfsutils: 21 total files, 0 altered files
jre-openjdk: 17 total files, 0 altered files
jre-openjdk-headless: 415 total files, 0 altered files
js52: 337 total files, 0 altered files
js60: 358 total files, 0 altered files
js68: 409 total files, 0 altered files
js78: 443 total files, 0 altered files
json-c: 33 total files, 0 altered files
json-glib: 247 total files, 0 altered files
jsoncpp: 26 total files, 0 altered files
kaccounts-integration: 183 total files, 0 altered files
kactivities: 53 total files, 0 altered files
kactivities-stats: 46 total files, 0 altered files
kactivitymanagerd: 186 total files, 0 altered files
karchive: 55 total files, 0 altered files
kauth: 379 total files, 0 altered files
kbd: 775 total files, 0 altered files
kbookmarks: 315 total files, 0 altered files
kcm-wacomtablet: 297 total files, 0 altered files
kcmutils: 356 total files, 0 altered files
kcodecs: 350 total files, 0 altered files
kcolorpicker: 15 total files, 0 altered files
kcompletion: 367 total files, 0 altered files
kconfig: 374 total files, 0 altered files
kconfigwidgets: 528 total files, 0 altered files
kcoreaddons: 523 total files, 0 altered files
kcrash: 31 total files, 0 altered files
kdbusaddons: 201 total files, 0 altered files
kde-cli-tools: 1010 total files, 0 altered files
kde-gtk-config: 21 total files, 0 altered files
kdeclarative: 416 total files, 0 altered files
kdecoration: 144 total files, 0 altered files
kded: 57 total files, 0 altered files
kdelibs4support: 2502 total files, 0 altered files
kdeplasma-addons: 2253 total files, 0 altered files
kdesu: 196 total files, 0 altered files
kdnssd: 348 total files, 0 altered files
kdsoap: 101 total files, 0 altered files
kdsoap-ws-discovery-client: 137 total files, 0 altered files
kemoticons: 1745 total files, 0 altered files
keyutils: 75 total files, 0 altered files
kfilemetadata: 225 total files, 0 altered files
kgamma5: 312 total files, 0 altered files
kglobalaccel: 356 total files, 0 altered files
kguiaddons: 74 total files, 0 altered files
kholidays: 271 total files, 0 altered files
khotkeys: 367 total files, 0 altered files
khtml: 395 total files, 0 altered files
ki18n: 418 total files, 0 altered files
kiconthemes: 307 total files, 0 altered files
kidletime: 38 total files, 0 altered files
kimageannotator: 39 total files, 0 altered files
kinfocenter: 1247 total files, 0 altered files
kinit: 363 total files, 0 altered files
kio: 1638 total files, 0 altered files
kio-extras: 1592 total files, 0 altered files
kirigami2: 291 total files, 0 altered files
kitemmodels: 78 total files, 0 altered files
kitemviews: 367 total files, 0 altered files
kjobwidgets: 364 total files, 0 altered files
kjs: 152 total files, 0 altered files
kjsembed: 369 total files, 0 altered files
kmenuedit: 376 total files, 0 altered files
kmod: 46 total files, 0 altered files
knewstuff: 491 total files, 0 altered files
knotifications: 353 total files, 0 altered files
knotifyconfig: 334 total files, 0 altered files
kpackage: 228 total files, 0 altered files
kparts: 404 total files, 0 altered files
kpeople: 222 total files, 0 altered files
kpty: 335 total files, 0 altered files
kquickcharts: 29 total files, 0 altered files
krb5: 206 total files, 0 altered files
krunner: 56 total files, 0 altered files
kscreen: 273 total files, 0 altered files
kscreenlocker: 307 total files, 0 altered files
kservice: 418 total files, 0 altered files
ksshaskpass: 135 total files, 0 altered files
ksysguard: 421 total files, 0 altered files
ktexteditor: 375 total files, 0 altered files
ktextwidgets: 348 total files, 0 altered files
kunitconversion: 220 total files, 0 altered files
kuserfeedback: 187 total files, 0 altered files
kwallet: 327 total files, 0 altered files
kwallet-pam: 9 total files, 0 altered files
kwalletmanager: 338 total files, 0 altered files
kwayland: 138 total files, 0 altered files
kwayland-integration: 15 total files, 0 altered files
kwayland-server: 83 total files, 0 altered files
kwidgetsaddons: 568 total files, 0 altered files
kwin: 1945 total files, 0 altered files
kwindowsystem: 369 total files, 0 altered files
kwrited: 10 total files, 0 altered files
kxmlgui: 380 total files, 0 altered files
kxmlrpcclient: 217 total files, 0 altered files
l-smash: 17 total files, 0 altered files
ladish: 77 total files, 0 altered files
laditools: 158 total files, 0 altered files
ladspa: 28 total files, 0 altered files
lame: 31 total files, 0 altered files
lapack: 14 total files, 0 altered files
lcms: 29 total files, 0 altered files
lcms2: 27 total files, 0 altered files
ldb: 58 total files, 0 altered files
ldns: 573 total files, 0 altered files
lensfun: 81 total files, 0 altered files
less: 11 total files, 0 altered files
leveldb: 42 total files, 0 altered files
libaccounts-glib: 101 total files, 0 altered files
libaccounts-qt: 36 total files, 0 altered files
libaec: 20 total files, 0 altered files
libaio: 7 total files, 0 altered files
libao: 72 total files, 0 altered files
libappindicator-gtk3: 41 total files, 0 altered files
libarchive: 66 total files, 0 altered files
libart-lgpl: 56 total files, 0 altered files
libass: 15 total files, 0 altered files
libassuan: 16 total files, 0 altered files
libasyncns: 15 total files, 0 altered files
libatasmart: 19 total files, 0 altered files
libatomic_ops: 91 total files, 0 altered files
libavc1394: 25 total files, 0 altered files
libavtp: 22 total files, 0 altered files
libblockdev: 100 total files, 0 altered files
libbluray: 26 total files, 0 altered files
libbs2b: 20 total files, 0 altered files
libbsd: 267 total files, 0 altered files
libbytesize: 100 total files, 0 altered files
libcaca: 36 total files, 0 altered files
libcacard: 22 total files, 0 altered files
libcanberra: 70 total files, 0 altered files
libcanberra-pulse: 5 total files, 0 altered files
libcap: 75 total files, 0 altered files
libcap-ng: 50 total files, 0 altered files
libcddb: 21 total files, 0 altered files
libcdio: 87 total files, 0 altered files
libcdio-paranoia: 26 total files, 0 altered files
libcloudproviders: 51 total files, 0 altered files
libconfig: 29 total files, 0 altered files
libcroco: 83 total files, 0 altered files
libcups: 33 total files, 0 altered files
libdaemon: 21 total files, 0 altered files
libdatrie: 24 total files, 0 altered files
libdbusmenu-glib: 25 total files, 0 altered files
libdbusmenu-gtk3: 23 total files, 0 altered files
libdbusmenu-qt5: 108 total files, 0 altered files
libdc1394: 40 total files, 0 altered files
libdca: 23 total files, 0 altered files
libde265: 22 total files, 0 altered files
libdmapsharing: 79 total files, 0 altered files
libdmtx: 13 total files, 0 altered files
libdrm: 91 total files, 0 altered files
libdv: 21 total files, 0 altered files
libdvbpsi: 88 total files, 0 altered files
libdvdcss: 11 total files, 0 altered files
libdvdnav: 21 total files, 0 altered files
libdvdread: 28 total files, 0 altered files
libebml: 45 total files, 0 altered files
libedit: 65 total files, 0 altered files
libelf: 35 total files, 0 altered files
libepoxy: 75 total files, 0 altered files
libevdev: 26 total files, 0 altered files
libevent: 73 total files, 0 altered files
libexif: 112 total files, 0 altered files
libfdk-aac: 19 total files, 0 altered files
libffado: 162 total files, 0 altered files
libffi: 25 total files, 0 altered files
libfontenc: 15 total files, 0 altered files
libftdi: 58 total files, 0 altered files
libgcrypt: 24 total files, 0 altered files
libgdata: 472 total files, 0 altered files
libgexiv2: 32 total files, 0 altered files
libgit2: 102 total files, 0 altered files
libglade: 46 total files, 0 altered files
libglvnd: 58 total files, 0 altered files
libgme: 11 total files, 0 altered files
libgnomecanvas: 330 total files, 0 altered files
libgnomecanvasmm: 54 total files, 0 altered files
libgnomekbd: 274 total files, 0 altered files
libgovirt: 109 total files, 0 altered files
libgpg-error: 94 total files, 0 altered files
libgphoto2: 231 total files, 0 altered files
libgssglue: 17 total files, 0 altered files
libgudev: 42 total files, 0 altered files
libgusb: 59 total files, 0 altered files
libhandy: 165 total files, 0 altered files
libheif: 35 total files, 0 altered files
libibus: 210 total files, 0 altered files
libical: 178 total files, 0 altered files
libice: 24 total files, 0 altered files
libid3tag: 15 total files, 0 altered files
libidn: 168 total files, 0 altered files
libidn2: 123 total files, 0 altered files
libiec61883: 18 total files, 0 altered files
libimobiledevice: 77 total files, 0 altered files
libindicator-gtk3: 18 total files, 0 altered files
libinih: 16 total files, 0 altered files
libinput: 92 total files, 0 altered files
libinstpatch: 111 total files, 0 altered files
libiscsi: 25 total files, 0 altered files
libjpeg-turbo: 50 total files, 0 altered files
libkate: 36 total files, 0 altered files
libkdcraw: 26 total files, 0 altered files
libkexiv2: 29 total files, 0 altered files
libkipi: 59 total files, 0 altered files
libksba: 16 total files, 0 altered files
libkscreen: 70 total files, 0 altered files
libksysguard: 747 total files, 0 altered files
libldac: 15 total files, 0 altered files
libldap: 218 total files, 0 altered files
liblo: 161 total files, 0 altered files
liblouis: 432 total files, 0 altered files
liblqr: 23 total files, 0 altered files
liblrdf: 20 total files, 0 altered files
libmad: 9 total files, 0 altered files
libmatroska: 46 total files, 0 altered files
libmbim: 110 total files, 0 altered files
libmediaart: 45 total files, 0 altered files
libmfx: 42 total files, 0 altered files
libmicrodns: 11 total files, 0 altered files
libmicrohttpd: 17 total files, 0 altered files
libmm-glib: 75 total files, 0 altered files
libmms: 14 total files, 0 altered files
libmng: 21 total files, 0 altered files
libmnl: 10 total files, 0 altered files
libmodplug: 17 total files, 0 altered files
libmp4v2: 38 total files, 0 altered files
libmpc: 10 total files, 0 altered files
libmpcdec: 18 total files, 0 altered files
libmpeg2: 24 total files, 0 altered files
libmtp: 38 total files, 0 altered files
libmypaint: 293 total files, 0 altered files
libndp: 15 total files, 0 altered files
libnet: 25 total files, 0 altered files
libnetfilter_conntrack: 19 total files, 0 altered files
libnewt: 247 total files, 0 altered files
libnfnetlink: 12 total files, 0 altered files
libnfs: 29 total files, 0 altered files
libnftnl: 22 total files, 0 altered files
libnghttp2: 15 total files, 0 altered files
libnice: 76 total files, 0 altered files
libnl: 246 total files, 0 altered files
libnm: 255 total files, 0 altered files
libnm-glib: 100 total files, 0 altered files
libnotify: 45 total files, 0 altered files
libnsl: 23 total files, 0 altered files
liboauth: 16 total files, 0 altered files
libofa: 14 total files, 0 altered files
libogg: 112 total files, 0 altered files
libomxil-bellagio: 67 total files, 0 altered files
libopenaptx: 12 total files, 0 altered files
libosinfo: 177 total files, 0 altered files
libp11-kit: 240 total files, 0 altered files
libpaper: 104 total files, 0 altered files
libpcap: 123 total files, 0 altered files
libpciaccess: 13 total files, 0 altered files
libpgm: 32 total files, 0 altered files
libpipeline: 80 total files, 0 altered files
libpipewire02: 133 total files, 0 altered files
libplacebo: 35 total files, 0 altered files
libplist: 38 total files, 0 altered files
libpng: 34 total files, 0 altered files
libproxy: 37 total files, 0 altered files
libpsl: 37 total files, 0 altered files
libpulse: 87 total files, 0 altered files
libpwquality: 187 total files, 0 altered files
libqaccessibilityclient: 17 total files, 0 altered files
libqalculate: 308 total files, 0 altered files
libqmi: 436 total files, 0 altered files
libquvi: 30 total files, 0 altered files
libquvi-scripts: 82 total files, 0 altered files
libraqm: 31 total files, 0 altered files
libraw: 39 total files, 0 altered files
libraw1394: 24 total files, 0 altered files
librdkafka: 25 total files, 0 altered files
librsvg: 68 total files, 0 altered files
libsamplerate: 38 total files, 0 altered files
libsasl: 54 total files, 0 altered files
libseccomp: 54 total files, 0 altered files
libsecret: 266 total files, 0 altered files
libshout: 28 total files, 0 altered files
libsigc++: 49 total files, 0 altered files
libslirp: 15 total files, 0 altered files
libsm: 21 total files, 0 altered files
libsndfile: 54 total files, 0 altered files
libsodium: 76 total files, 0 altered files
libsoup: 355 total files, 0 altered files
libsoxr: 18 total files, 0 altered files
libspectre: 17 total files, 0 altered files
libspeechd: 12 total files, 0 altered files
libspiro: 16 total files, 0 altered files
libspnav: 9 total files, 0 altered files
libsrtp: 17 total files, 0 altered files
libssh: 22 total files, 0 altered files
libssh2: 188 total files, 0 altered files
libstemmer: 11 total files, 0 altered files
libtar: 88 total files, 0 altered files
libtasn1: 82 total files, 0 altered files
libteam: 119 total files, 0 altered files
libthai: 29 total files, 0 altered files
libtheora: 104 total files, 0 altered files
libtiff: 260 total files, 0 altered files
libtiger: 11 total files, 0 altered files
libtirpc: 91 total files, 0 altered files
libtommath: 13 total files, 0 altered files
libtool: 77 total files, 0 altered files
libunistring: 55 total files, 0 altered files
libunwind: 68 total files, 0 altered files
libupnp: 45 total files, 0 altered files
liburcu: 200 total files, 0 altered files
liburing: 22 total files, 0 altered files
libusb: 16 total files, 0 altered files
libusb-compat: 11 total files, 0 altered files
libusbmuxd: 18 total files, 0 altered files
libutempter: 18 total files, 0 altered files
libva: 63 total files, 0 altered files
libvdpau: 21 total files, 0 altered files
libvirt: 843 total files, 0 altered files
libvirt-glib: 505 total files, 0 altered files
libvisual: 63 total files, 0 altered files
libvoikko: 29 total files, 0 altered files
libvorbis: 167 total files, 0 altered files
libvpx: 26 total files, 0 altered files
libwacom: 397 total files, 0 altered files
libwebp: 48 total files, 0 altered files
libwmf: 79 total files, 0 altered files
libwpe: 26 total files, 0 altered files
libx11: 1264 total files, 0 altered files
libxau: 25 total files, 0 altered files
libxaw: 143 total files, 0 altered files
libxcb: 2416 total files, 0 altered files
libxcomposite: 29 total files, 0 altered files
libxcrypt: 24 total files, 0 altered files
libxcursor: 52 total files, 0 altered files
libxdamage: 15 total files, 0 altered files
libxdmcp: 17 total files, 0 altered files
libxext: 100 total files, 0 altered files
libxfixes: 18 total files, 0 altered files
libxfont2: 15 total files, 0 altered files
libxft: 19 total files, 0 altered files
libxi: 96 total files, 0 altered files
libxinerama: 23 total files, 0 altered files
libxkbcommon: 39 total files, 0 altered files
libxkbcommon-x11: 19 total files, 0 altered files
libxkbfile: 20 total files, 0 altered files
libxklavier: 41 total files, 0 altered files
libxml++: 58 total files, 0 altered files
libxml2: 364 total files, 0 altered files
libxmu: 45 total files, 0 altered files
libxnvctrl: 31 total files, 0 altered files
libxpm: 21 total files, 0 altered files
libxrandr: 32 total files, 0 altered files
libxrender: 18 total files, 0 altered files
libxres: 23 total files, 0 altered files
libxshmfence: 14 total files, 0 altered files
libxslt: 151 total files, 0 altered files
libxss: 29 total files, 0 altered files
libxt: 340 total files, 0 altered files
libxtst: 33 total files, 0 altered files
libxv: 43 total files, 0 altered files
libxvmc: 23 total files, 0 altered files
libxxf86vm: 40 total files, 0 altered files
libyaml: 13 total files, 0 altered files
libzip: 149 total files, 0 altered files
licenses: 63 total files, 0 altered files
lilv: 33 total files, 0 altered files
linux: 6322 total files, 10 altered files
linux-api-headers: 950 total files, 0 altered files
linux-firmware: 2630 total files, 0 altered files
lirc: 508 total files, 0 altered files
llvm-libs: 16 total files, 0 altered files
lm_sensors: 48 total files, 0 altered files
lmdb: 22 total files, 0 altered files
log4cplus: 95 total files, 0 altered files
logrotate: 19 total files, 0 altered files
lsb-release: 10 total files, 0 altered files
lua: 40 total files, 0 altered files
lua-socket: 26 total files, 0 altered files
lua52: 38 total files, 0 altered files
lua52-bitop: 9 total files, 0 altered files
lua52-expat: 13 total files, 0 altered files
lua52-lpeg: 12 total files, 0 altered files
lua52-luajson: 28 total files, 0 altered files
lua52-socket: 26 total files, 0 altered files
lua53: 39 total files, 0 altered files
luajit: 42 total files, 0 altered files
luit: 10 total files, 0 altered files
lv2: 416 total files, 0 altered files
lvm2: 180 total files, 0 altered files
lynx: 109 total files, 0 altered files
lz4: 24 total files, 0 altered files
lzo: 35 total files, 0 altered files
m4: 11 total files, 0 altered files
mailcap: 13 total files, 0 altered files
make: 101 total files, 0 altered files
man-db: 449 total files, 0 altered files
man-pages: 3603 total files, 0 altered files
mariadb-libs: 235 total files, 0 altered files
mbedtls: 165 total files, 0 altered files
mcpp: 24 total files, 0 altered files
md4c: 30 total files, 0 altered files
mdadm: 35 total files, 0 altered files
media-player-info: 266 total files, 0 altered files
mesa: 80 total files, 0 altered files
mesa-demos: 342 total files, 0 altered files
metis: 12 total files, 0 altered files
milou: 222 total files, 0 altered files
minizip: 17 total files, 0 altered files
mjpegtools: 164 total files, 0 altered files
mkinitcpio: 81 total files, 0 altered files
mkinitcpio-busybox: 4 total files, 0 altered files
mobile-broadband-provider-info: 11 total files, 0 altered files
modemmanager: 396 total files, 0 altered files
modemmanager-qt: 65 total files, 0 altered files
motion: 81 total files, 0 altered files
mozilla-common: 5 total files, 0 altered files
mpfr: 30 total files, 0 altered files
mpg123: 38 total files, 0 altered files
mplayer: 43 total files, 0 altered files
mtdev: 17 total files, 0 altered files
mtools: 78 total files, 0 altered files
mypaint-brushes: 412 total files, 0 altered files
mypaint-brushes1: 373 total files, 0 altered files
nano: 176 total files, 0 altered files
ncurses: 3806 total files, 0 altered files
ndctl: 82 total files, 0 altered files
neon: 215 total files, 0 altered files
netcf: 36 total files, 0 altered files
netctl: 89 total files, 0 altered files
netpbm: 750 total files, 0 altered files
nettle: 88 total files, 0 altered files
networkmanager: 499 total files, 0 altered files
networkmanager-qt: 163 total files, 0 altered files
nmap: 866 total files, 0 altered files
noto-fonts: 637 total files, 0 altered files
npth: 12 total files, 0 altered files
nspr: 72 total files, 0 altered files
nss: 141 total files, 0 altered files
nss-mdns: 8 total files, 0 altered files
ntp: 304 total files, 0 altered files
numactl: 31 total files, 0 altered files
nvidia: 15 total files, 0 altered files
nvidia-settings: 13 total files, 0 altered files
nvidia-utils: 180 total files, 0 altered files
oath-toolkit: 231 total files, 0 altered files
ocl-icd: 24 total files, 0 altered files
oh-my-zsh-git: 638 total files, 0 altered files
okular: 1443 total files, 0 altered files
openal: 43 total files, 0 altered files
opencollada: 369 total files, 0 altered files
opencolorio1: 32 total files, 0 altered files
opencore-amr: 27 total files, 0 altered files
opencv: 841 total files, 0 altered files
openexr: 303 total files, 0 altered files
openimagedenoise: 29 total files, 0 altered files
openimageio: 97 total files, 0 altered files
openjpeg: 29 total files, 0 altered files
openjpeg2: 525 total files, 0 altered files
openmpi: 823 total files, 0 altered files
openresolv: 25 total files, 0 altered files
openshadinglanguage: 123 total files, 0 altered files
backup file: openssh: /etc/ssh/sshd_config (Modification time mismatch)
backup file: openssh: /etc/ssh/sshd_config (Size mismatch)
openssh: 59 total files, 0 altered files
openssl: 4112 total files, 0 altered files
openssl-1.0: 108 total files, 0 altered files
opensubdiv: 1289 total files, 0 altered files
openvdb: 3495 total files, 0 altered files
openxr: 38 total files, 0 altered files
opus: 145 total files, 0 altered files
orc: 98 total files, 0 altered files
osinfo-db: 937 total files, 0 altered files
oxygen: 1001 total files, 0 altered files
p11-kit: 73 total files, 0 altered files
p7zip: 108 total files, 0 altered files
backup file: pacman: /etc/makepkg.conf (Modification time mismatch)
backup file: pacman: /etc/makepkg.conf (Size mismatch)
pacman: 369 total files, 0 altered files
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
pacman-mirrorlist: 3 total files, 0 altered files
backup file: pam: /etc/environment (Modification time mismatch)
backup file: pam: /etc/environment (Size mismatch)
pam: 551 total files, 0 altered files
pambase: 8 total files, 0 altered files
pango: 156 total files, 0 altered files
pangomm: 73 total files, 0 altered files
pangox-compat: 14 total files, 0 altered files
parted: 125 total files, 0 altered files
patch: 7 total files, 0 altered files
pciutils: 26 total files, 0 altered files
pcmciautils: 21 total files, 0 altered files
pcre: 211 total files, 0 altered files
pcre2: 237 total files, 0 altered files
pcsclite: 38 total files, 0 altered files
perl: 2799 total files, 0 altered files
perl-error: 18 total files, 0 altered files
perl-mailtools: 48 total files, 0 altered files
perl-timedate: 63 total files, 0 altered files
phodav: 119 total files, 0 altered files
phonon-qt5: 295 total files, 0 altered files
phonon-qt5-gstreamer: 202 total files, 0 altered files
pinentry: 12 total files, 0 altered files
pipewire: 255 total files, 0 altered files
pixman: 15 total files, 0 altered files
pkgconf: 43 total files, 0 altered files
plasma-desktop: 4733 total files, 0 altered files
plasma-framework: 906 total files, 0 altered files
plasma-integration: 145 total files, 0 altered files
plasma-mediacenter: 296 total files, 0 altered files
plasma-nm: 943 total files, 0 altered files
plasma-pa: 295 total files, 0 altered files
plasma-sdk: 717 total files, 0 altered files
plasma-workspace: 6425 total files, 0 altered files
plasma-workspace-wallpapers: 291 total files, 0 altered files
polkit: 201 total files, 0 altered files
polkit-kde-agent: 187 total files, 0 altered files
polkit-qt5: 51 total files, 0 altered files
poppler: 179 total files, 0 altered files
poppler-data: 282 total files, 0 altered files
poppler-glib: 80 total files, 0 altered files
poppler-qt5: 19 total files, 0 altered files
popt: 114 total files, 0 altered files
portaudio: 42 total files, 0 altered files
potrace: 18 total files, 0 altered files
powerdevil: 574 total files, 0 altered files
ppp: 84 total files, 0 altered files
prison: 39 total files, 0 altered files
procps-ng: 93 total files, 0 altered files
protobuf: 158 total files, 0 altered files
psmisc: 103 total files, 0 altered files
ptex: 396 total files, 0 altered files
pugixml: 20 total files, 0 altered files
pulseaudio: 346 total files, 0 altered files
pulseaudio-jack: 7 total files, 0 altered files
purpose: 751 total files, 0 altered files
pybind11: 79 total files, 0 altered files
pygtk: 187 total files, 0 altered files
pygtksourceview2: 12 total files, 0 altered files
pystring: 12 total files, 0 altered files
python: 3336 total files, 0 altered files
python-appdirs: 17 total files, 0 altered files
python-asn1crypto: 85 total files, 0 altered files
python-attrs: 61 total files, 0 altered files
python-bcrypt: 19 total files, 0 altered files
python-beaker: 100 total files, 0 altered files
python-beautifulsoup4: 77 total files, 0 altered files
python-cffi: 71 total files, 0 altered files
python-chardet: 139 total files, 0 altered files
python-click: 66 total files, 0 altered files
python-cmd2: 67 total files, 0 altered files
python-colorama: 33 total files, 0 altered files
python-cryptography: 288 total files, 0 altered files
python-dateutil: 78 total files, 0 altered files
python-dbus: 61 total files, 0 altered files
python-dbus-common: 95 total files, 0 altered files
python-flask: 81 total files, 0 altered files
python-future: 681 total files, 0 altered files
python-idna: 39 total files, 0 altered files
python-isodate: 69 total files, 0 altered files
python-itsdangerous: 45 total files, 0 altered files
python-jinja: 126 total files, 0 altered files
python-logutils: 31 total files, 0 altered files
python-mako: 100 total files, 0 altered files
python-markupsafe: 29 total files, 0 altered files
python-numpy: 1482 total files, 0 altered files
python-ordered-set: 17 total files, 0 altered files
python-packaging: 35 total files, 0 altered files
python-pecan: 329 total files, 0 altered files
python-ply: 27 total files, 0 altered files
python-prettytable: 12 total files, 0 altered files
python-psutil: 105 total files, 0 altered files
python-pyaml: 30 total files, 0 altered files
python-pycparser: 69 total files, 0 altered files
python-pyopenssl: 33 total files, 0 altered files
python-pyparsing: 17 total files, 0 altered files
python-pyperclip: 21 total files, 0 altered files
python-pyqt5: 1057 total files, 0 altered files
python-pyqt5-sip: 11 total files, 0 altered files
python-pyxdg: 46 total files, 0 altered files
python-rdflib: 264 total files, 0 altered files
python-requests: 67 total files, 0 altered files
python-setuptools: 357 total files, 0 altered files
python-sip-pyqt5: 15 total files, 0 altered files
python-sip4: 16 total files, 0 altered files
python-six: 17 total files, 0 altered files
python-soupsieve: 34 total files, 0 altered files
python-urllib3: 106 total files, 0 altered files
python-waitress: 63 total files, 0 altered files
python-wcwidth: 32 total files, 0 altered files
python-webob: 71 total files, 0 altered files
python-webtest: 51 total files, 0 altered files
python-werkzeug: 161 total files, 0 altered files
python-yaml: 67 total files, 0 altered files
python2: 4757 total files, 0 altered files
python2-appdirs: 16 total files, 0 altered files
python2-asn1crypto: 84 total files, 0 altered files
python2-attrs: 58 total files, 0 altered files
python2-backports: 7 total files, 0 altered files
python2-backports.functools_lru_cache: 14 total files, 0 altered files
python2-backports.unittest_mock: 18 total files, 0 altered files
python2-bcrypt: 17 total files, 0 altered files
python2-beaker: 97 total files, 0 altered files
python2-beautifulsoup4: 75 total files, 0 altered files
python2-cairo: 19 total files, 0 altered files
python2-cffi: 70 total files, 0 altered files
python2-chardet: 137 total files, 0 altered files
python2-cheroot: 111 total files, 0 altered files
python2-cherrypy: 338 total files, 0 altered files
python2-contextlib2: 16 total files, 0 altered files
python2-cryptography: 275 total files, 0 altered files
python2-dbus: 62 total files, 0 altered files
python2-enum: 14 total files, 0 altered files
python2-enum34: 23 total files, 0 altered files
python2-funcsigs: 19 total files, 0 altered files
python2-gobject2: 125 total files, 0 altered files
python2-idna: 38 total files, 0 altered files
python2-importlib_resources: 94 total files, 0 altered files
python2-ipaddress: 12 total files, 0 altered files
python2-jaraco: 80 total files, 0 altered files
python2-jinja: 121 total files, 0 altered files
python2-logutils: 30 total files, 0 altered files
python2-mako: 98 total files, 0 altered files
python2-markupsafe: 28 total files, 0 altered files
python2-mock: 21 total files, 0 altered files
python2-more-itertools: 28 total files, 0 altered files
python2-olefile: 33 total files, 0 altered files
python2-ordered-set: 16 total files, 0 altered files
python2-packaging: 34 total files, 0 altered files
python2-pathlib2: 18 total files, 0 altered files
python2-pbr: 126 total files, 0 altered files
python2-pecan: 294 total files, 0 altered files
python2-ply: 26 total files, 0 altered files
python2-portend: 17 total files, 0 altered files
python2-prettytable: 11 total files, 0 altered files
python2-pybluez: 26 total files, 0 altered files
python2-pycparser: 67 total files, 0 altered files
python2-pyopenssl: 32 total files, 0 altered files
python2-pyparsing: 16 total files, 0 altered files
python2-pytz: 22 total files, 0 altered files
python2-repoze.lru: 26 total files, 0 altered files
python2-requests: 66 total files, 0 altered files
python2-routes: 34 total files, 0 altered files
python2-scandir: 17 total files, 0 altered files
python2-selectors2: 17 total files, 0 altered files
python2-setuptools: 193 total files, 0 altered files
python2-singledispatch: 21 total files, 0 altered files
python2-six: 16 total files, 0 altered files
python2-soupsieve: 33 total files, 0 altered files
python2-tempora: 34 total files, 0 altered files
python2-typing: 16 total files, 0 altered files
python2-urllib3: 99 total files, 0 altered files
python2-waitress: 62 total files, 0 altered files
python2-webob: 70 total files, 0 altered files
python2-webtest: 50 total files, 0 altered files
python2-werkzeug: 157 total files, 0 altered files
python2-wheel: 56 total files, 0 altered files
python2-yaml: 66 total files, 0 altered files
python2-zc.lockfile: 26 total files, 0 altered files
qca: 56 total files, 0 altered files
qemu: 393 total files, 0 altered files
qpdf: 83 total files, 0 altered files
qqc2-desktop-style: 73 total files, 0 altered files
qrencode: 15 total files, 0 altered files
qt4: 4081 total files, 0 altered files
qt5-base: 3861 total files, 0 altered files
qt5-declarative: 1053 total files, 0 altered files
qt5-graphicaleffects: 55 total files, 0 altered files
qt5-location: 397 total files, 0 altered files
qt5-multimedia: 375 total files, 0 altered files
qt5-quickcontrols: 433 total files, 0 altered files
qt5-quickcontrols2: 626 total files, 0 altered files
qt5-script: 192 total files, 0 altered files
qt5-sensors: 173 total files, 0 altered files
qt5-speech: 50 total files, 0 altered files
qt5-svg: 56 total files, 0 altered files
qt5-tools: 411 total files, 0 altered files
qt5-wayland: 392 total files, 0 altered files
qt5-webchannel: 48 total files, 0 altered files
qt5-webengine: 357 total files, 0 altered files
qt5-webkit: 134 total files, 0 altered files
qt5-x11extras: 31 total files, 0 altered files
qt5-xmlpatterns: 441 total files, 0 altered files
ranger: 323 total files, 0 altered files
raptor: 138 total files, 0 altered files
rav1e: 17 total files, 0 altered files
re2: 17 total files, 0 altered files
readline: 53 total files, 0 altered files
realtime-privileges: 17 total files, 0 altered files
recode: 113 total files, 0 altered files
redshift: 153 total files, 0 altered files
reiserfsprogs: 37 total files, 0 altered files
rest: 71 total files, 0 altered files
rpcbind: 24 total files, 0 altered files
rtkit: 28 total files, 0 altered files
rtmpdump: 25 total files, 0 altered files
ruby: 708 total files, 0 altered files
ruby-irb: 81 total files, 0 altered files
ruby-reline: 39 total files, 0 altered files
rubygems: 225 total files, 0 altered files
run-parts: 31 total files, 0 altered files
rxvt-unicode: 72 total files, 0 altered files
rxvt-unicode-terminfo: 6 total files, 0 altered files
s-nail: 16 total files, 0 altered files
sbc: 14 total files, 0 altered files
sddm: 228 total files, 0 altered files
sddm-kcm: 166 total files, 0 altered files
sdl: 223 total files, 0 altered files
sdl2: 112 total files, 0 altered files
sdl_image: 14 total files, 0 altered files
seabios: 15 total files, 0 altered files
sed: 127 total files, 0 altered files
serd: 25 total files, 0 altered files
shaderc: 23 total files, 0 altered files
shadow: 558 total files, 2 altered files
shared-mime-info: 246 total files, 0 altered files
signon-kwallet-extension: 5 total files, 0 altered files
signon-plugin-oauth2: 10 total files, 0 altered files
signon-ui: 10 total files, 0 altered files
signond: 120 total files, 0 altered files
sip4: 9 total files, 0 altered files
slang: 179 total files, 0 altered files
smbclient: 238 total files, 0 altered files
snappy: 22 total files, 0 altered files
sndpeek-jack: 3 total files, 0 altered files
socat: 9 total files, 0 altered files
solid: 278 total files, 0 altered files
sonnet: 379 total files, 0 altered files
sord: 28 total files, 0 altered files
sound-theme-freedesktop: 44 total files, 0 altered files
soundtouch: 24 total files, 0 altered files
source-highlight: 434 total files, 0 altered files
spandsp: 157 total files, 0 altered files
spectacle: 217 total files, 0 altered files
speech-dispatcher: 594 total files, 0 altered files
speex: 32 total files, 0 altered files
speexdsp: 22 total files, 0 altered files
spice: 19 total files, 0 altered files
spice-gtk: 129 total files, 0 altered files
spirv-tools: 47 total files, 0 altered files
sqlite: 24 total files, 0 altered files
sratom: 19 total files, 0 altered files
srt: 25 total files, 0 altered files
startup-notification: 16 total files, 0 altered files
steinberg-vst36: 20 total files, 0 altered files
backup file: sudo: /etc/sudoers (Modification time mismatch)
backup file: sudo: /etc/sudoers (Size mismatch)
sudo: 222 total files, 0 altered files
suitesparse: 110 total files, 0 altered files
svt-hevc: 17 total files, 0 altered files
syntax-highlighting: 642 total files, 0 altered files
sysfsutils: 19 total files, 0 altered files
backup file: systemd: /etc/systemd/journald.conf (Modification time mismatch)
backup file: systemd: /etc/systemd/journald.conf (Size mismatch)
systemd: 1839 total files, 1 altered file
systemd-libs: 12 total files, 0 altered files
systemd-sysvcompat: 14 total files, 0 altered files
systemsettings: 378 total files, 0 altered files
taglib: 120 total files, 0 altered files
talloc: 23 total files, 0 altered files
tar: 131 total files, 0 altered files
tbb: 137 total files, 0 altered files
tcl: 1174 total files, 0 altered files
tdb: 25 total files, 0 altered files
telepathy-glib: 372 total files, 0 altered files
tevent: 13 total files, 0 altered files
texinfo: 554 total files, 0 altered files
thin-provisioning-tools: 44 total files, 0 altered files
threadweaver: 94 total files, 0 altered files
tinyxml: 14 total files, 0 altered files
tmux: 10 total files, 0 altered files
tor: 39 total files, 0 altered files
totem-pl-parser: 338 total files, 0 altered files
tracker: 333 total files, 0 altered files
tracker3: 412 total files, 0 altered files
transmission-gtk: 299 total files, 0 altered files
tslib: 73 total files, 0 altered files
ttf-dejavu: 57 total files, 0 altered files
ttf-hack: 8 total files, 0 altered files
ttf-liberation: 19 total files, 0 altered files
ttf-oxygen: 17 total files, 0 altered files
ttf-roboto: 22 total files, 0 altered files
twolame: 24 total files, 0 altered files
tzdata: 2488 total files, 0 altered files
udisks2: 420 total files, 0 altered files
upower: 104 total files, 0 altered files
usbmuxd: 16 total files, 0 altered files
usbredir: 22 total files, 0 altered files
usbutils: 17 total files, 0 altered files
util-linux: 506 total files, 0 altered files
util-linux-libs: 17 total files, 0 altered files
v4l-utils: 326 total files, 0 altered files
vde2: 102 total files, 0 altered files
vi: 25 total files, 0 altered files
vid.stab: 24 total files, 0 altered files
vim: 187 total files, 0 altered files
backup file: vim-runtime: /etc/vimrc (Modification time mismatch)
backup file: vim-runtime: /etc/vimrc (Size mismatch)
vim-runtime: 1915 total files, 1 altered file
virglrenderer: 16 total files, 0 altered files
vlc: 1059 total files, 1 altered file
vmaf: 229 total files, 0 altered files
volume_key: 133 total files, 0 altered files
vte-common: 11 total files, 0 altered files
vte3: 349 total files, 0 altered files
vulkan-icd-loader: 11 total files, 0 altered files
wavpack: 25 total files, 0 altered files
wayland: 46 total files, 0 altered files
wayland-protocols: 56 total files, 0 altered files
webkit2gtk: 619 total files, 0 altered files
webrtc-audio-processing: 35 total files, 0 altered files
weston: 146 total files, 0 altered files
weylus-bin: 3 total files, 0 altered files
which: 9 total files, 0 altered files
wildmidi: 40 total files, 0 altered files
woff2: 25 total files, 0 altered files
wpa_supplicant: 34 total files, 0 altered files
wpebackend-fdo: 31 total files, 0 altered files
x264: 11 total files, 0 altered files
x265: 13 total files, 0 altered files
xbitmaps: 81 total files, 0 altered files
xcb-proto: 66 total files, 0 altered files
xcb-util: 20 total files, 0 altered files
xcb-util-cursor: 14 total files, 0 altered files
xcb-util-image: 16 total files, 0 altered files
xcb-util-keysyms: 14 total files, 0 altered files
xcb-util-renderutil: 14 total files, 0 altered files
xcb-util-wm: 19 total files, 0 altered files
xdg-dbus-proxy: 3 total files, 0 altered files
xdg-utils: 25 total files, 0 altered files
xf86-input-libinput: 21 total files, 0 altered files
xf86-input-synaptics: 28 total files, 0 altered files
xf86-input-wacom: 33 total files, 0 altered files
xf86-video-vesa: 13 total files, 0 altered files
xfsprogs: 126 total files, 0 altered files
xine-lib: 265 total files, 0 altered files
xkeyboard-config: 459 total files, 0 altered files
xmlsec: 245 total files, 0 altered files
xorg-bdftopcf: 10 total files, 0 altered files
xorg-font-util: 36 total files, 0 altered files
xorg-font-utils: 0 total files, 0 altered files
xorg-fonts-encodings: 59 total files, 0 altered files
xorg-iceauth: 10 total files, 0 altered files
xorg-mkfontscale: 18 total files, 0 altered files
xorg-server: 50 total files, 0 altered files
xorg-server-common: 15 total files, 0 altered files
xorg-server-utils: 0 total files, 0 altered files
xorg-sessreg: 10 total files, 0 altered files
xorg-setxkbmap: 10 total files, 0 altered files
xorg-xauth: 10 total files, 0 altered files
xorg-xbacklight: 10 total files, 0 altered files
xorg-xclock: 14 total files, 0 altered files
xorg-xcmsdb: 10 total files, 0 altered files
xorg-xgamma: 10 total files, 0 altered files
xorg-xhost: 10 total files, 0 altered files
xorg-xinit: 17 total files, 0 altered files
xorg-xinput: 10 total files, 0 altered files
xorg-xkbcomp: 13 total files, 0 altered files
xorg-xmessage: 14 total files, 0 altered files
xorg-xmodmap: 10 total files, 0 altered files
xorg-xprop: 10 total files, 0 altered files
xorg-xrandr: 10 total files, 0 altered files
xorg-xrdb: 10 total files, 0 altered files
xorg-xrefresh: 10 total files, 0 altered files
xorg-xset: 10 total files, 0 altered files
xorg-xsetroot: 10 total files, 0 altered files
xorgproto: 207 total files, 0 altered files
xterm: 36 total files, 0 altered files
xvidcore: 7 total files, 0 altered files
xz: 161 total files, 0 altered files
yajl: 27 total files, 0 altered files
yaml-cpp: 62 total files, 0 altered files
zbar: 64 total files, 0 altered files
zeromq: 88 total files, 0 altered files
zita-ajbridge: 14 total files, 0 altered files
zita-alsa-pcmi: 15 total files, 0 altered files
zita-convolver: 12 total files, 0 altered files
zita-resampler: 30 total files, 0 altered files
zlib: 18 total files, 0 altered files
zsh: 1183 total files, 0 altered files
zstd: 30 total files, 0 altered files
zvbi: 49 total files, 0 altered files
zxing-cpp: 191 total files, 0 altered files

Last edited by w201 (2021-02-11 00:05:15)

Offline

#15 2021-02-11 08:39:03

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Unable to Log In After Update - User Login Fails

ix.io responds a link to the paste?

Feb 10 01:59:11 wguayan systemd-random-seed[227]: Kernel entropy pool is not initialized yet, waiting until it is.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: /usr/lib/tmpfiles.d/static-nodes-permissions.conf:12: Failed to resolve group 'audio'.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: /usr/lib/tmpfiles.d/static-nodes-permissions.conf:13: Failed to resolve group 'audio'.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: /usr/lib/tmpfiles.d/static-nodes-permissions.conf:14: Failed to resolve group 'disk'.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: /usr/lib/tmpfiles.d/static-nodes-permissions.conf:17: Failed to resolve group 'kvm'.
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "group:adm:r--,group:wheel:r--": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
Feb 10 01:59:11 wguayan systemd-tmpfiles[228]: Failed to parse ACL "group:adm:r--,group:wheel:r--": Invalid argument. Ignoring

https://wiki.debian.org/BoottimeEntropyStarvation
https://wiki.archlinux.org/index.php/Rng-tools
https://wiki.archlinux.org/index.php/Haveged

Offline

#16 2021-02-11 13:39:07

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Hey seth, thank you for your help. I don't understand what's going on. Can you explain it in layman's terms. The links seem to imply my machine isn't creating enough entropy or something which is creating these issues? I see a lot of errors in the log so I'm not sure where to begin. I'm a regular user so I'm not as fluent in diagnosing the logs as some of the more experienced users, so I'm hoping someone will come along and makes sense of what is going on or what I might have done wrong.

Like I said in 6 years I never had an issue, so this seems odd... do you think it's hardware related? Maybe it's worth noting that the first link states that systems that show boot entropy starvation have long boot times, I'm not experiencing that problem. I get to the login screen in 10 seconds or so.

Last edited by w201 (2021-02-11 13:42:31)

Offline

#17 2021-02-11 15:18:10

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Unable to Log In After Update - User Login Fails

The links seem to imply my machine isn't creating enough entropy or something which is creating these issues?

Yes.

Afacis your CPU doesn't support RDRAND (in doubt check "lscpu") and therefore you'll require a tool to create some semi-fake entropy (the two other links explain how to setup those, you'll need only *ONE*)

the first link states that systems that show boot entropy starvation have long boot times

Irrelevant, there's an issue w/ the system groups and we should ensure the empty entropy pool isn't the cause for this.

Offline

#18 2021-02-11 15:25:21

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

seth wrote:

The links seem to imply my machine isn't creating enough entropy or something which is creating these issues?

Yes.

Afacis your CPU doesn't support RDRAND (in doubt check "lscpu") and therefore you'll require a tool to create some semi-fake entropy (the two other links explain how to setup those, you'll need only *ONE*)

the first link states that systems that show boot entropy starvation have long boot times

Irrelevant, there's an issue w/ the system groups and we should ensure the empty entropy pool isn't the cause for this.

Any idea what's behind this? Meaning why after years and hundreds of weekly updates, this suddenly starts happening? I've heard of entropy, but I'm not making the connection...why would it brick your system?

Last edited by w201 (2021-02-11 15:26:43)

Offline

#19 2021-02-11 15:29:52

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Entropy is random. Also we don't *know* whether that's the ultimate cause.
There's certainly an issue w/ the system groups and that may well be caused by the empty entropy pool and itself be the cause for your login failures.
We don't know for sure, but we will once you eliminated this variable.

Offline

#20 2021-02-11 15:44:29

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Okay, gotcha. if it requires installing software there's probably nothing I can do but I will give it a try. I'll have to read up on those links and I guess I'll post back with results. Thanks, seth.

Offline

#21 2021-02-11 19:25:50

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

So I ran the command on the HAVEGED wiki and got 3252 in my entropy pool, which is enough according to the wiki. It doesn't recommend installing unless you have lower than 1000. Does the entropy I have stored eliminate the concern of this being an entropy issue?

Offline

#22 2021-02-11 19:37:10

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Unable to Log In After Update - User Login Fails

From within the chroot can you post the contents of /etc/group /etc/passwd and /etc/nsswitch.  These do not contain password those are in /etc/shadow and /etc/gshadow.

Offline

#23 2021-02-11 19:57:41

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Group:

root:x:0:brltty,root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin
adm:x:4:root,daemon
tty:x:5:brltty
disk:x:6:root
lp:x:7:cups,daemon
mem:x:8:
kmem:x:9:
wheel:x:10:root,dc,ara
ftp:x:11:
mail:x:12:
uucp:x:14:brltty
log:x:19:root,dc
utmp:x:20:
locate:x:21:
rfkill:x:24:
smmsp:x:25:
http:x:33:
games:x:50:
lock:x:54:
uuidd:x:68:
dbus:x:81:
network:x:90:
video:x:91:motion,sddm
audio:x:92:brltty,dc
optical:x:93:dc
floppy:x:94:
storage:x:95:
scanner:x:96:
input:x:97:brltty
power:x:98:
nobody:x:99:
users:x:100:
systemd-journal:x:190:
systemd-journal-gateway:x:191:
systemd-timesync:x:192:
systemd-network:x:193:
systemd-bus-proxy:x:194:
systemd-resolve:x:195:
systemd-journal-remote:x:999:
systemd-journal-upload:x:998:
dc:x:1000:
nvidia-persistenced:x:143:
polkitd:x:102:
avahi:x:84:
colord:x:124:
rtkit:x:133:
gdm:x:120:
tor:x:43:
git:x:997:
ntp:x:87:
proc:x:26:polkitd
kvm:x:78:
systemd-coredump:x:996:
ara:x:1001:
sddm:x:995:
brlapi:x:994:brltty,dc
ceph:x:993:
usbmux:x:140:
render:x:992:
libvirt:x:991:
cups:x:209:
rpc:x:32:
gluster:x:990:
tss:x:989:
geoclue:x:988:
motion:x:987:
realtime:x:986:dc
dhcpcd:x:985:
uinput:x:984:dc
brltty:x:983:

Passwd:

root:x:0:brltty,root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin
adm:x:4:root,daemon
tty:x:5:brltty
disk:x:6:root
lp:x:7:cups,daemon
mem:x:8:
kmem:x:9:
wheel:x:10:root,dc,ara
ftp:x:11:
mail:x:12:
uucp:x:14:brltty
log:x:19:root,dc
utmp:x:20:
locate:x:21:
rfkill:x:24:
smmsp:x:25:
http:x:33:
games:x:50:
lock:x:54:
uuidd:x:68:
dbus:x:81:
network:x:90:
video:x:91:motion,sddm
audio:x:92:brltty,dc
optical:x:93:dc
floppy:x:94:
storage:x:95:
scanner:x:96:
input:x:97:brltty
power:x:98:
nobody:x:99:
users:x:100:
systemd-journal:x:190:
systemd-journal-gateway:x:191:
systemd-timesync:x:192:
systemd-network:x:193:
systemd-bus-proxy:x:194:
systemd-resolve:x:195:
systemd-journal-remote:x:999:
systemd-journal-upload:x:998:
dc:x:1000:
nvidia-persistenced:x:143:
polkitd:x:102:
avahi:x:84:
colord:x:124:
rtkit:x:133:
gdm:x:120:
tor:x:43:
git:x:997:
ntp:x:87:
proc:x:26:polkitd
kvm:x:78:
systemd-coredump:x:996:
ara:x:1001:
sddm:x:995:
brlapi:x:994:brltty,dc
ceph:x:993:
usbmux:x:140:
render:x:992:
libvirt:x:991:
cups:x:209:
rpc:x:32:
gluster:x:990:
tss:x:989:
geoclue:x:988:
motion:x:987:
realtime:x:986:dc
dhcpcd:x:985:
uinput:x:984:dc
brltty:x:983:

Nsswitch:

# Name Service Switch configuration file.
# See nsswitch.conf(5) for details.

passwd: files systemd
group: files [SUCCESS-merge] systemd
shadow: files

publickey: files

hosts: files mymachines myhostname mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] dns
networks: files

protocols: files
services: files
ethers: files
rpc: files

netgroup: files

Offline

#24 2021-02-11 20:00:58

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Unable to Log In After Update - User Login Fails

Was the file contents hand copied?

group: files [SUCCESS-merge] systemd

should be:

group: files [SUCCESS=merge] systemd

Offline

#25 2021-02-11 20:10:37

w201
Member
Registered: 2012-10-04
Posts: 289

Re: [SOLVED] Unable to Log In After Update - User Login Fails

loqs wrote:

Was the file contents hand copied?

group: files [SUCCESS-merge] systemd

should be:

group: files [SUCCESS=merge] systemd

TBH, I don't remember editing that line, but i can change it and see what happens.

EDIT: changing that line fix my DNS issue, so were getting somewhere. Now I can access pacman from chroot.

Last edited by w201 (2021-02-11 20:17:05)

Offline

Board footer

Powered by FluxBB