Package: procps Version: 1:3.2.8-9 Severity: normal Tags: upstream When run under linux kernel 3.0 (rc5), every procps tool print an ugly warning, like this:
$ ps Non-standard uts for running kernel: release Linux version 3.0-amd64 (mjt@gandalf) (gcc version 4.4.5 (Debian 4.4.5-8) ) #3.0.0~rc5 SMP Sat Jul 2 14:48:55 MSD 2011 =3.0.0 gives version code 196608 PID TTY TIME CMD 25472 pts/10 00:00:00 bash 25473 pts/10 00:00:00 ps This is in file proc/version.c (which is further patched in debian by patches/gnu-kbsd-version.patch), the sscanf() should check for 2 components, not 3. The change is really trivial, in the mentioned .patch file, s/< 3/< 2/. /mjt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org