You are not logged in.

#1 2021-07-26 22:53:39

lith/heli
Member
Registered: 2021-07-26
Posts: 66

[SOLVED] journalctl errors

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

#2 2021-07-27 00:42:19

loqs
Member
Registered: 2014-03-06
Posts: 19,008

Re: [SOLVED] journalctl errors

-- 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 bios

You 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#123

https://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.NoSuchUnit

https://www.reddit.com/r/archlinux/comm … switching/

Jul 27 00:25:44 lithium gdm-password][666]: gkr-pam: unable to locate daemon control file

See 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)' failed

No clue.

Please do not post shopping list threads.  Do not post filtered outputs.

Offline

#3 2021-07-27 09:21:29

lith/heli
Member
Registered: 2021-07-26
Posts: 66

Re: [SOLVED] journalctl errors

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

#4 2021-07-27 09:36:54

glenjo
Member
From: Pacific NW
Registered: 2020-06-09
Posts: 70

Re: [SOLVED] journalctl errors

lith/heli wrote:

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

#5 2021-07-27 13:36:05

loqs
Member
Registered: 2014-03-06
Posts: 19,008

Re: [SOLVED] journalctl errors

journalctl -p 3

Filters 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

#6 2021-07-27 13:46:49

lith/heli
Member
Registered: 2021-07-26
Posts: 66

Re: [SOLVED] journalctl errors

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

#7 2021-07-27 14:04:25

lith/heli
Member
Registered: 2021-07-26
Posts: 66

Re: [SOLVED] journalctl errors

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

#8 2021-07-27 14:40:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,374

Re: [SOLVED] journalctl errors

"journalctl -b -p 7", or just don't filter it at all

sudo journalctl -b # only root and some admin groups see the system journal

Offline

#9 2021-07-27 14:45:44

lith/heli
Member
Registered: 2021-07-26
Posts: 66

Re: [SOLVED] journalctl errors

"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

#10 2021-07-27 14:53:28

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,374

Re: [SOLVED] journalctl errors

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?

Offline

#11 2021-07-27 15:00:24

lith/heli
Member
Registered: 2021-07-26
Posts: 66

Re: [SOLVED] journalctl errors

Okay ill know that for next time thanks for telling!
and yep you can consider this solved!

Offline

#12 2021-07-27 15:08:38

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] journalctl errors

Please remember to mark your thread [SOLVED] (edit the title of your first post).

Offline

#13 2021-07-27 15:09:41

lith/heli
Member
Registered: 2021-07-26
Posts: 66

Re: [SOLVED] journalctl errors

done wink

Offline

Board footer

Powered by FluxBB