-
Doesn't seem to be getting past make on Ubuntu Trusty (Intel server, 32Gb RAM). This worked on August 25th, and I've been using xenserver (more or less - I'm still trying to figure out how to do stuff…
-
The results are:
```
Ran 279 tests in 1997.157s
FAILED (failures=6, skipped=58)
```
Console was not captured.
-
Was looking at http://www.ruby-forum.com/topic/185235
It seems there was free thread safety on MRI if `xml-rpc/client` uses `call_async`.
Going to have to load-test X/XS and MRI, JRuby, RBX clients …
-
Fog raises `Fog::XenServer::InvalidLogin` error, even though I can connect to the server with these login using the code below;
```
def initialize(host, username, password)
@factory = XMLRPC::C…
-
Following the setup instructions for ec2-api and uploading an image using nova-objectstore, I'm hitting an error with register_image()
(.nova-venv)pvoccio@ubuntu:~/Code/openstack$ uec-publish-tarball…