Subject: vsomething looping indefinitely
From: Romain Riviere <romain.riviere@gmail.com>
Date: Mon, 21 Feb 2011 13:55:36 +0100

 Mon, 21 Feb 2011 13:55:36 +0100
Hi list,

I'm using the latest (pre2935) util-vserver on the almost-latest (2.6.38-rc4-vs2.3.0.37-rc4)
vserver kernel.
I used to have a home-brewed script to launch commands in running vservers, ie do the
equivalent of vsomething --running. I wanted to give vsomething a try, and it sat there
doing nothing visible until I C^c'ed out of it.
As I straced it, the following came up :

vservers=("${vservers[@]}" "${tmp[@]}")
test --running '!=' --
shift
test '' '!=' --
shift
test '' '!=' --
<repeat ad lib>

Similar behaviour, anyone ? Better yet, any idea why "It's not working" (tm) ?

Cheers,