<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-extended/rabbitmq/rabbitmq-server_3.0.4.bb, branch morty</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-03-28T03:49:25+00:00</updated>
<entry>
<title>rabbitmq: update to 3.2.4</title>
<updated>2014-03-28T03:49:25+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-03-28T03:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2b65792bd90beaadc6d4eadc4080751c91e77a61'/>
<id>urn:sha1:2b65792bd90beaadc6d4eadc4080751c91e77a61</id>
<content type='text'>
The existing version of rabbitmq is showing its age, updating it to 3.2.4
so we can take advantage of better debug and new functionality.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-server: start failed</title>
<updated>2014-03-26T16:48:56+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-03-26T02:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b172bebe1cf64879122fe7b6f95b7eb44735934b'/>
<id>urn:sha1:b172bebe1cf64879122fe7b6f95b7eb44735934b</id>
<content type='text'>
Starting : FAILED - check /var/log/rabbitmq/startup_{log, _err}

rabbitmq-server status also shows an error message:
Status of node rabbit@controller ...
Error: unable to connect to node rabbit@controller: nodedown

&lt;snip&gt;

There's a problem with erlang cookie synchronization.

rabbitmq's home directory is created and is used as the location
for the cookie.

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-server: add missing DEPENDS</title>
<updated>2014-03-13T03:47:41+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-03-05T20:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d9cc0bd2df7bca5ceb78aa573d6186cdcd8a088e'/>
<id>urn:sha1:d9cc0bd2df7bca5ceb78aa573d6186cdcd8a088e</id>
<content type='text'>
Add libxslt-native otherwise you will get the error:
| /bin/sh: 1: /bin/sh: 1: xsltproc: not foundxsltproc: not found

Add unzip otherwise you will get the error:
| make[3]: unzip: Command not found

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-server: add missing zip-native DEPENDS</title>
<updated>2014-03-03T16:35:51+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-02-28T21:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=13ba7501d22702f51ff1a710571ee18bdfea83ed'/>
<id>urn:sha1:13ba7501d22702f51ff1a710571ee18bdfea83ed</id>
<content type='text'>
As part of the build there is an attempt to package rabbit_common-0.0.0.ez
using zip. If zip isn't present on the build host this will cause an error:

| cp ../rabbitmq-server/include/*.hrl dist/rabbit_common-0.0.0/include/
| (cd dist; zip -q -r rabbit_common-0.0.0.ez rabbit_common-0.0.0)
| /bin/sh: 1: zip: not found

Adding zip-native in the DEPENDS avoids making the assumption that zip
is installed on the build host.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq: add /var/log/rabbitmq to packaging</title>
<updated>2013-10-03T05:15:42+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-02T13:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e453b41853be01dad8c2f672b3dbb50833e7d2a1'/>
<id>urn:sha1:e453b41853be01dad8c2f672b3dbb50833e7d2a1</id>
<content type='text'>
For systems with non-volatile /var mounts, adding /var/log/rabbmitmq
to the main package allows logging to be enabled by default. For
volatile /var based systems, it does no harm, but does not always
create the directory on boot.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-server: Updated patch</title>
<updated>2013-08-28T22:41:57+00:00</updated>
<author>
<name>Mihai Prica</name>
<email>prica.mihai@gmail.com</email>
</author>
<published>2013-06-27T12:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9317870c266b1c3b25ba87dce680bb15de401a21'/>
<id>urn:sha1:9317870c266b1c3b25ba87dce680bb15de401a21</id>
<content type='text'>
Signed-off-by: Mihai Prica &lt;prica.mihai@gmail.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-server: added 3.0.4</title>
<updated>2013-08-28T22:41:57+00:00</updated>
<author>
<name>Mihai Prica</name>
<email>prica.mihai@gmail.com</email>
</author>
<published>2013-06-11T12:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=375b2a783f7257c2871d89ad72ff56d87492bb8a'/>
<id>urn:sha1:375b2a783f7257c2871d89ad72ff56d87492bb8a</id>
<content type='text'>
-The quick fix doesn't build the docs for the package because of an
error.
-Added an initscript for the package.

Signed-off-by: Mihai Prica &lt;prica.mihai@gmail.com&gt;
</content>
</entry>
</feed>
