On Thu, Apr 3, 2014 at 9:13 AM, Holger Krause <Holger.Krause@med.uni-duesseldorf.de> wrote:
- The kill command given below in my previous e-mail doesn't work. What worked was this:
ps ax | grep x2gocleansessions | grep perl \
| awk ' { print $1 }' | xargs -n 1 kill
that awk pipeline looks a bit complicated to me. Wouldn't
kill $(pidof -x x2gocleansessions)
I use the rpm version and haven't had this issue (yet...) but please, whoever works on the update scripts - please do not kill the session running the updates. When using NX/freenx in a similar situation I have had the session where yum was running killed mid-update leaving the rpm and yum databases horribly confused and it took a day of fiddling to get things working again.
-- Les Mikesell lesmikesell@gmail.com