Problem with shutting down/rebooting

I just installed the newest XFCE edition of Manjaro and while trying to shut down or restart i keep getting screens which parts I will write below (for some reason I can’t upload images ) which stay for I don’t know how long but at least 10 minutes cause I didn’t have enough patience to wait longer.
Broadcast message from wejj@wejj-aspirea31523 (date and time):

The system is going down for poweroff/reboot NOW!

[ 281.211789] systemd-shutdown[1]: waiting for process:323 (system-udevd), 320 (system-udevd), 292(system-udevd)
[ other number] INFO: task kworker/0:1:21 blocked for more than 245 seconds.
[ other number] Not tainted 5.15.74-3-MANJARO #x1
[ other number] “echo 0 > /proc/sys/kernel/hung_task_timeout_secs” disables this message.
then the 3 last lines repeated few times
The numbers of processes vary.
Any ideas what can be wrong?

Hi @qqtrol, and welcome!


Tip:

In the future when posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.

For more information, please see:


In order for us, or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:


I’m no expert, but this should give you a clue:

So try exactly that. From a terminal, run:

echo 0 > /proc/sys/kernel/hung_task_timeout_secs

And see if it helps. Hope it does!

Edit:

According to this page, doing that is a bad idea:

This is because a “hung_task” is generally not a good message and this task being blocked for as long as 120 seconds affects the server and the Linux kernel performance.

The page also provides further troubleshooting instructions:

To further inspect the kernel ring buffer, run these commands:

dmesg | grep hung_task
dmesg | grep kernel

Inspect the output for INFO, ERROR or WARNING and if you find several repeated entries that mentions a “hung_task” or show a hardware device issue

So, let’s inspect it. Please provide the output for:

sudo dmesg | grep --ignore-case 'kernel|kworker'

When I try to enter this command in terminal I get message: ‘permission denied’.
I also couldn’t have copied what I’ve written cause the only way I can use my computer after getting those screens was to power-off laptop with physical button. I’m also not sure whether it was terminal or not since I couldn’t write anything in it.

I tried the other commands you listed the first two were ‘not permitted’ and the third one didn’t have any output.

I don’t know what it’s called, but you shouldn’t be able to interact during a normal shutdown like that. Just because there was an error doesn’t mean the shutdown wasn’t normal.

Have you tried turning it on again? So that you can provide the requested output?

It’ll as you for your sudo password, yes. Which is just you user password. If you haven’t set a user password, I sadly don’t know what the sudo password is.

I’m not typing these during shutdown, I’m doing it normally as the computer is running, during a shutdown as I said I can’t do anything.

Yes, that is how it should be.

The sudo dmesg commands are to be run when you start the computer again.

I have fortunately set the user password, but from your message I didn’t understand how should I alter the command you posted above (where should I write the password?)

Open the launcher (Start menu) and open a terminal there. I don’t know the Xfce one’s name.

That is the terminal. And it’s there those commands should be run.

Yea I’m running them there, and as I said for dmesg | grep hung_task and dmesg | grep kernel i get ‘dmesg: readkernel buffer failed: Operation not permitted’ and for sudo dmesg | grep --ignore-case ‘kernel|kworker’ I don’t get any output

Let’s split the command in two. Should make it easier, I think:

sudo dmesg | grep --ignore-case 'kernel'

And

sudo dmesg | grep --ignore-case kworker

Ok I opened terminal again and typing the command in its entirety yielded this result:
grep: unrecognized option ‘–ignore_case’
Usage: grep [OPTION]… PATTERNS [FILE]…
Try ‘grep --help’ for more information.
[sudo] password for wejj:
sudo: a password is required

o sorry i see the typo, after typing it right again output is again nothing

There is something wrong with that arument, and it look like the -- in front. Ensure that it’s a double-dash (--) and try again.

This is where you should type your password. But don’t worry if it doesn’t give the usual *** feedback. It doesn’t. That’s how it should be.

I think that now i typed everything correctly, that’s my terminal:
[wejj@wejj-aspirea31523 ~]$ sudo dmesg | grep --ignore-case ‘kernel|kworker’
[sudo] password for wejj:
[wejj@wejj-aspirea31523 ~]$

Then let’s trey something else:

sudo journalctl --boot=-1 --priority=5

This is my last bit of knowledge. I don’t know anything more, so if this is also a dead end, I’m afraid I don’t know further.

Ok now I’ve gotten like few hundred lines of message. Should I copy it all?

Yes, please.

But:

Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameter>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux>
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routin>
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not conn>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' register>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogen>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registe>
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX >
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom re>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542>
lines 1-23
























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (build>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux)>
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing>
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not conne>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogene>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning register>
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX p>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom rea>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:>
lines 1-23
























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (buildu>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/v>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters >
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) >
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing >
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connec>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogener>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX po>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4>
lines 1-23...skipping...
Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (buildu>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/v>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters >
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) >
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing >
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connec>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogener>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX po>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5>
lines 1-24

























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (buildus>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vm>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters ">
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1)>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) q>
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing f>
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connect>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenera>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX por>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read >
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2)>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3)>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4)>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5)>
lines 1-24

























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduse>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vml>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "B>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1):>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) qu>
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing fo>
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerat>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2):>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3):>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4):>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5):>
lines 1-24...skipping...
Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlin>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOO>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): s>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) quer>
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for >
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port d>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 >
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): a>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): a>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): a>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): a>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): a>
lines 1-25



























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): sta>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query >
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PC>
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated k>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port dis>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 by>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): app>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): app>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): app>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): app>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): app>
lines 1-25...skipping...
Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv->
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz->
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_I>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): stat>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query i>
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI>
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated ke>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disa>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 byt>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): appa>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): appa>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): appa>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): appa>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): appa>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): appa>
lines 1-26



























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-a>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IM>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ig>
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI >
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated ker>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disab>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 byte>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): appar>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): appar>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): appar>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): appar>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): appar>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): appar>
lines 1-26...skipping...
Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az45>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=in>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignor>
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT>
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes r>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor>
lines 1-27




























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15->
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=ini>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel >
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled,>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes re>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor=>
lines 1-27...skipping...
Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-50>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/bo>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initia>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="ST>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="ST>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="ST>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="ST>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="ST>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="ST>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="ST>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter>
lines 1-28...skipping...
Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) >
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initializ>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if th>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATU>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATU>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATU>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATU>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATU>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATU>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATU>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter fa>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STAT>
lines 1-29






























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (g>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 r>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vm>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a72>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter fami>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS>
lines 1-29






























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gc>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 ro>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vml>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized >
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this >
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" >
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" >
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" >
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" >
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" >
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" >
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" >
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter famil>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS">
lines 1-29






























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gcc>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 roo>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmli>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized a>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726d>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this i>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" o>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" o>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" o>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" o>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" o>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" o>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" o>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter family>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS" >
lines 1-29






























Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gcc >
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlin>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized au>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726d2>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter family=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS" o>
lines 1-29...skipping...
Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gcc >
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlin>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized au>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726d2>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" op>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter family=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS" o>
Oct 19 13:37:34 wejj-aspirea31523 systemd-random-seed[283]: Kernel entropy pool is not initialized yet, >
lines 1-30































Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gcc (G>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=U>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized audi>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726d2fc>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is i>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" oper>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" oper>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" oper>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" oper>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" oper>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" oper>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" oper>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter family=10>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS" ope>
Oct 19 13:37:34 wejj-aspirea31523 systemd-random-seed[283]: Kernel entropy pool is not initialized yet, wa>
lines 1-30































Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gcc (GCC>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUI>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized audit_>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726d2fced>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is inc>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" operat>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" operat>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" operat>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" operat>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" operat>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" operat>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" operat>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter family=10 e>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS" opera>
Oct 19 13:37:34 wejj-aspirea31523 systemd-random-seed[283]: Kernel entropy pool is not initialized yet, wait>
lines 1-30...skipping...
Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gcc (GCC) >
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUID=>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.1>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized audit_en>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726d2fcedec>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incor>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" operatio>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" operatio>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" operatio>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" operatio>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" operatio>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" operatio>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" operatio>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter family=10 ent>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS" operati>
Oct 19 13:37:34 wejj-aspirea31523 systemd-random-seed[283]: Kernel entropy pool is not initialized yet, waitin>
Oct 19 13:37:35 wejj-aspirea31523 kernel: ccp 0000:05:00.2: ccp enabled
lines 1-31
































Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gcc (GCC) 1>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUID=9>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.15>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized audit_ena>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726d2fcedec7>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorr>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" operation>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" operation>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" operation>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" operation>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" operation>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" operation>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" operation>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter family=10 entr>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS" operatio>
Oct 19 13:37:34 wejj-aspirea31523 systemd-random-seed[283]: Kernel entropy pool is not initialized yet, waiting>
Oct 19 13:37:35 wejj-aspirea31523 kernel: ccp 0000:05:00.2: ccp enabled
lines 1-31
































Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gcc (GCC) 12>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUID=95>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.15->
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized audit_enab>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726d2fcedec7d>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorre>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" operation=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" operation=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" operation=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" operation=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" operation=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" operation=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" operation=>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter family=10 entri>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS" operation>
Oct 19 13:37:34 wejj-aspirea31523 systemd-random-seed[283]: Kernel entropy pool is not initialized yet, waiting >
Oct 19 13:37:35 wejj-aspirea31523 kernel: ccp 0000:05:00.2: ccp enabled
lines 1-31
































Oct 19 13:37:34 wejj-aspirea31523 kernel: Linux version 5.15.74-3-MANJARO (builduser@fv-az457-508) (gcc (GCC) 12.>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUID=95a>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.15-x>
Oct 19 13:37:34 wejj-aspirea31523 kernel: audit: type=2000 audit(1666186651.159:1): state=initialized audit_enabl>
Oct 19 13:37:34 wejj-aspirea31523 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 13:37:34 wejj-aspirea31523 kernel: SCSI subsystem initialized
Oct 19 13:37:34 wejj-aspirea31523 kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 19 13:37:34 wejj-aspirea31523 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 19 13:37:34 wejj-aspirea31523 kernel: Initialise system trusted keyrings
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type blacklist registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type asymmetric registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Asymmetric key parser 'x509' registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loading compiled-in X.509 certificates
Oct 19 13:37:34 wejj-aspirea31523 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a726d2fcedec7de>
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type ._fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type .fscrypt registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: Key type fscrypt-provisioning registered
Oct 19 13:37:34 wejj-aspirea31523 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrec>
Oct 19 13:37:35 wejj-aspirea31523 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.525:2): apparmor="STATUS" operation=">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.529:3): apparmor="STATUS" operation=">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:4): apparmor="STATUS" operation=">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.542:5): apparmor="STATUS" operation=">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.549:6): apparmor="STATUS" operation=">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.582:7): apparmor="STATUS" operation=">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.589:8): apparmor="STATUS" operation=">
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1325 audit(1666179454.592:9): table=filter family=10 entrie>
Oct 19 13:37:35 wejj-aspirea31523 kernel: audit: type=1400 audit(1666179454.592:10): apparmor="STATUS" operation=>
Oct 19 13:37:34 wejj-aspirea31523 systemd-random-seed[283]: Kernel entropy pool is not initialized yet, waiting u>
Oct 19 13:37:35 wejj-aspirea31523 kernel: ccp 0000:05:00.2: ccp enabled
lines 1-31```

OK, know what? This still doesn’t tell me anything, and I’'ll have to be off. My day is just about ending this side of the world. But please, provide the output of the following:

sudo journalctl --boot=-1 --priority=5 --reverse --no-pager

…for anyone else trying to help.

1 Like