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 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87sirgckh7....@turtle.gmx.de