[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: .xsession-errors



On 18/02/14 02:02 PM, Sven Joachim wrote:
On 2014-02-18 18:12 +0100, Frank McCormick wrote:

I have been noticing this error in .xsession-errors file lately:


glibtop: Non-standard uts for running kernel:
release 3.12-1-686-pae=3.12.0 gives version code 199680

Can someone explain what's this about ?

It's glibtop complaining about the Debian kernel version which contains
only two parts rather than three in Jessie (i.e. it's 3.12 rather than
3.12.0).

Should I be concerned?

No, but please file a bug against libgtop2-7 or the source package
libgtop2.  For the reference, the message is in sysdeps/linux/open.c in
the libgtop2 source code:

,----
| 	if (sscanf(uts.release, "%u.%u.%u", &x, &y, &z) < 3)
| 		glibtop_warn_r(server,
| 			       "Non-standard uts for running kernel:\n"
| 			       "release %s=%u.%u.%u gives version code %d\n",
| 			       uts.release, x, y, z, LINUX_VERSION_CODE(x,y,z));
`----

Cheers,
        Sven




Apparently already done by Paul Cartwright - I did add my comment re my system being 32 bit.

Thanks


Reply to: