Justin,
I just installed starcluster 0.93.3.
I got the following errors when I try to start one cluster I created with 0.93.2.
$ starcluster start -x mycluster
/usr/local/lib/python2.7/site-packages/pycrypto-2.5-py2.7-linux-x86_64.egg/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.
_warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning)
StarCluster - (
http://web.mit.edu/starcluster) (v. 0.93.3)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster_at_mit.edu
!!! ERROR - Unavailable: Unable to process request, please retry shortly.
$ starcluster start -x mycluster
/usr/local/lib/python2.7/site-packages/pycrypto-2.5-py2.7-linux-x86_64.egg/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.
_warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning)
StarCluster - (
http://web.mit.edu/starcluster) (v. 0.93.3)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster_at_mit.edu
>>> Validating existing instances...
>>> Validating cluster template settings...
!!! ERROR - Unavailable: The service is unavailable. Please try again shortly.
Thanks!
Jeffrey
-----Original Message-----
From: starcluster-bounces_at_MIT.EDU [mailto:starcluster-bounces_at_MIT.EDU] On Behalf Of Justin Riley
Sent: Wednesday, March 21, 2012 3:53 PM
To: starcluster
Subject: [StarCluster] StarCluster 0.93.3 Released!
Hi All,
StarCluster 0.93.3 has officially been released and is available for download from the usual places:
http://pypi.python.org/pypi/StarCluster
http://web.mit.edu/stardev/cluster/download.html
The change log has been pasted to the end of this email for convenience. The complete change log is available here:
http://web.mit.edu/star/cluster/docs/latest/changelog.html
You can find the official docs for 0.93.3 here:
http://web.mit.edu/stardev/cluster/docs/latest
Please upgrade ASAP, test the new 0.93.3 release, and submit any bug reports preferably to StarCluster's github issue tracker[1] or to this mailing list.
Thanks to everyone for testing and reporting issues!
~Justin
[1]
http://web.mit.edu/star/cluster/issues
News
----
Version 0.93.3 fixes several bugs. See "Bug Fixes" below for details.
* Bumped boto dep to 2.3.0
* Updated and improved default config template
Bug Fixes
---------
* sge: fix bug where master could never be an exec host even when
toggling the master_is_exec_host plugin setting (issue 89)
* fix bug when setting custom SSH permission without specifying a
cidr_ip (issue 91)
* start-cmd: fix bug where refresh_interval is always None if [global]
is not defined in the config (issue 90)
* dont allow cluster_user=root when validating cluster settings (issue 92)
* fix another textwrap error with python 2.5
Received on Thu Mar 22 2012 - 10:35:28 EDT