﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
101	problem with ps options	mnalis-ml@…	Bruno Cornec	"in mondoarchive.log (MA.log.gz) there are several time repeated log like this:

running: kill `ps auxww | grep "" ntfsclone "" | awk '{print $1;}' | grep -vx ""\?""` > /tmp/mondo-run-prog-thing.tmp 2>
/tmp/mondo-run-prog-thing.err
--------------------------------start of output-----------------------------
kill: 1: Illegal number: root
--------------------------------end of output------------------------------

I think it wanted to kill PID ($2), and not USER ($1).
""ps auxww"" on my Debian Sarge produces lines like:
mnalis    3010  0.0  0.6  3268 1608 pts/1    Ss   Nov10   0:00 /bin/zsh

So culprit would be in awk '{print $1;}' which should be '{print $2;}' instead.
"	defect	closed	normal	2.2.1	mondo	2.2.0	normal	fixed		
