Hello Narcis,
>From the output of `ps auxww`, it looks like the `apt-get install
python2.7 python-simplejson` command triggered an update of some other
package, which requires user interaction.  The entire apt/dpkg system
is then blocked waiting for input which will never come.

It's a bug in ElastiCluster (`apt-get` should be called with an
explicit "no interaction" flag); I will commit a fix soon.

For the time being, you can:

(1) kill those processes: from any node in the cluster, issue this command::

        pdsh -a sudo pkill -f /usr/share/debconf/frontend

(2) resume configuration of pending packages: from any node in the
cluster, issue this command::

        pdsh -a sudo env DEBIAN_FRONTEND=noninteractive dpkg --pending
--configure

(3) Resume ElastiCluster setup::

        elastilcluster setup primrose

Heop this helps!

Riccardo

-- 
You received this message because you are subscribed to the Google Groups 
"elasticluster" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticluster/CAJGE3zW9qs2EVfNWfTP1UzhGptBmbKuvWWN%2BDvjtDOc7f9NCzQ%40mail.gmail.com.

Reply via email to