On Thu, Apr 3, 2014 at 9:13 AM, Holger Krause
<[email protected]> wrote:
>>
>> 2) 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
     [email protected]
_______________________________________________
X2Go-User mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/x2go-user

Reply via email to