My .xsessions-error contains this:

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


The mailing list says :


 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));
`----



Thanks

Reply via email to