You are not logged in.

#1 2012-09-26 07:47:33

whoops
Member
Registered: 2009-03-19
Posts: 891

[solved] journalctl: "kernel: [217B blob data]"

Sep 26 09:15:06 archlinux kernel: [217B blob data]

Can't figure out what that's supposed to tell me in my log (journalctl). Any hints?

edit: This might possibly have meant: "Your nvidia kernel module version does not match the installed stuff". Or something else... anyway, it's gone after a reboot, can't say for sure what it was. How do I figure a relation like this out without random trial + error?

Thanks!

Last edited by whoops (2012-09-26 14:39:44)

Offline

#2 2012-09-26 11:10:59

65kid
Member
From: Germany
Registered: 2011-01-26
Posts: 663

Re: [solved] journalctl: "kernel: [217B blob data]"

try

journalctl -a

Offline

#3 2012-09-26 11:34:02

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: [solved] journalctl: "kernel: [217B blob data]"

I have similar messages in my journal, and my system runs well. In my opinion you can safely ignore it.

kernel: [117B blob data]
NetworkManager[197]: [162B blob data

Offline

#4 2012-09-26 14:01:48

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: [solved] journalctl: "kernel: [217B blob data]"

65kid is right. journalctl tries to detect if some journal data is binary rather than text, and if so, it shows the "blob data" output instead of the message. Its heuristic for telling the difference seems a little buggy, and hides things that could be shown sometimes. The "-a" flag disables this (and would then print actual binary data as well if any ever appeared).

Offline

#5 2012-09-26 14:39:31

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: [solved] journalctl: "kernel: [217B blob data]"

Thanks, found the messages I've been missing! That heurism really seems to categorize about everything that has many numbers in it as "binary", even if it's just a memory address or even date / time that makes up most of the message.

Offline

Board footer

Powered by FluxBB