I can still (2.6.24 kernel, lenny up-to-date) reproduce with command
(wrapped for readability, OK for cut-and-paste into xterm, ctrl-C when
had enough):

  while :; do \
    date; /bin/ps -o lstart,command | grep /ps; date; echo; \
  done | \
  perl -ne '
    BEGIN { $/ = "\n\n" }
    @x=grep(s/^(... ... .. ..:..:..).*$/$1/, split(/\n/));
    $p=""; $z=0;
    $z ||= $p gt $_, $p=$_ foreach @x;
    print if $z'

that shows things like:

Wed Aug 25 12:36:44 EST 2010
Wed Aug 25 12:36:43 2010 /bin/ps -o lstart,command
Wed Aug 25 12:36:44 EST 2010

Should the tag "unreproducible" be removed?

Thanks, Paul

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of Sydney    Australia



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to