You are not logged in.
Pages: 1
hello,
when i run "journalctl -p 3 -xb" to see all the errors i got a few errors wich i didnt understand how to fix and couldnt find anything about on the internet.
i hope maybe you can help me with these errors.
terminal output after running "journalctl -p 3 -xb": https://paste.ubuntu.com/p/zmBs6c8XKz/
nvidia gtx 1050ti
amd 3200G
b450M DS3H V2
Last edited by lith/heli (2021-07-27 15:09:27)
Offline
-- Journal begins at Mon 2021-07-19 13:43:58 CEST, ends at Tue 2021-07-27 00:36:16 CEST. --
Jul 27 00:25:09 lithium kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP0.VGA], AE_ALREADY_EXISTS (20210331/dswload2-326)
Jul 27 00:25:09 lithium kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210331/psobject-220)
Jul 27 00:25:09 lithium kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP0.HDAU], AE_ALREADY_EXISTS (20210331/dswload2-326)
Jul 27 00:25:09 lithium kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210331/psobject-220)
Jul 27 00:25:11 lithium kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP0.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20210331/psargs-330)
Jul 27 00:25:11 lithium kernel: ACPI Error: Aborting method \_SB.PCI0.GPP0.VGA.LCD._BCM due to previous error (AE_NOT_FOUND) (20210331/psparse-529)
Jul 27 00:25:11 lithium kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20210331/psargs-330)
Jul 27 00:25:11 lithium kernel: ACPI Error: Aborting method \_SB.PCI0.GP17.VGA.LCD._BCM due to previous error (AE_NOT_FOUND) (20210331/psparse-529)See https://bbs.archlinux.org/viewtopic.php?id=222409 and numerous similar threads for kernels 4.9 and more recent.
Jul 27 00:25:12 lithium kernel: kvm: disabled by bios
Jul 27 00:25:12 lithium kernel: kvm: disabled by bios
Jul 27 00:25:13 lithium kernel: kvm: disabled by bios
Jul 27 00:25:13 lithium kernel: kvm: disabled by biosYou do not know what KVM or BIOS are?
Jul 27 00:25:17 lithium kernel:The nvidia kernel module prints an empty error message. There is a thread on the forums about it somewhere.
Jul 27 00:25:24 lithium ntpd[374]: bind(23) AF_INET6 fe80::6ee6:4c0e:144d:bf5d%3#123 flags 0x11 failed: Cannot assign requested address
Jul 27 00:25:24 lithium ntpd[374]: unable to create socket on wlan0 (4) for fe80::6ee6:4c0e:144d:bf5d%3#123https://bbs.archlinux.org/viewtopic.php?id=110718
Jul 27 00:25:34 lithium pipewire-media-session[491]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit
....
Jul 27 00:25:52 lithium pipewire-media-session[773]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnithttps://www.reddit.com/r/archlinux/comm … switching/
Jul 27 00:25:44 lithium gdm-password][666]: gkr-pam: unable to locate daemon control fileSee https://bugs.archlinux.org/task/62140
Jul 27 00:25:58 lithium gdm-launch-environment][407]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failedNo clue.
Please do not post shopping list threads. Do not post filtered outputs.
Offline
thank you for the help i appreciate it.
to adress some of the points,
i do know what a bios is i just couldn't find anything about kvm in my bios settings and when searching i didnt understand what kvm is.
i did not mean to "put down a shopping list" i thought more information about my system would be useful for diagnosis im sorry it wont happen again.
and i did not filter my terminal output i copied everything without filtering it.
again thank you for the help.
Last edited by lith/heli (2021-07-27 09:22:23)
Offline
thank you for the help i appreciate it.
to adress some of the points,
i do know what a bios is i just couldn't find anything about kvm in my bios settings and when searching i didnt understand what kvm is.
i did not mean to "put down a shopping list" i thought more information about my system would be useful for diagnosis im sorry it wont happen again.
and i did not filter my terminal output i copied everything without filtering it.again thank you for the help.
For kvm: It looks like you are using an AMD processor, so try looking for SVM mode settings in the BIOS. That's what it's called on the ASUS AMD motherboard I am using. It is normally disabled by defualt so you may need to enable it. In the UEFI BIOS Utility, it's under Advanced -> CPU Configuration.
Last edited by glenjo (2021-07-27 09:38:56)
Offline
journalctl -p 3Filters output by message priorities, all messages with log level 3 or lower are shown. Thus excluding "warning" (4), "notice" (5), "info" (6) and "debug" (7) messages.
Offline
i found the svm option thank you for that!
as for the output priorities im sorry i didnt know that heres my log with me doing "journalctl -p 7":
EDIT ACCIDENTLY DIDNT POST THE FULL LOG itll be back in a minute
Last edited by lith/heli (2021-07-27 13:51:17)
Offline
when i do "journalctl -p 7" i get a very big log that i had to output to a .txt file but its so big that none of the pastebin sites even try to paste it in the box, should i change to a lower number or what else should i do?
Offline
"journalctl -b -p 7", or just don't filter it at all
sudo journalctl -b # only root and some admin groups see the system journalOnline
"journalctl -b -p 7" worked heres the output: https://paste.ubuntu.com/p/FMxXjVCD9j/
and just to be sure here is "sudo journalctl -b": https://paste.ubuntu.com/p/VKTKQswyt2/
Offline
Please don't use ubuntus pastebin service, it requires an account to get to the raw text file.
Afaics, this thread was a generic inquiry about some messages in the journal - is there actually still an open question reg. the journal?
Online
Okay ill know that for next time thanks for telling!
and yep you can consider this solved!
Offline
Please remember to mark your thread [SOLVED] (edit the title of your first post).
Offline
done ![]()
Offline
Pages: 1