| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Since rabbitmq uses HOME as the location for the erlang cookie,
rabbitmq will fail to start if that directory is not on the
system.
To ensure that this is configurable, we use the bitbake variable
ROOT_HOME and replace a placeholder in the initscript.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
|
| |
|
|
|
|
|
| |
Modify the erlang_cookie for root's home directory in the initrd script
to enable the root user to run rabbitmq configuration options.
Signed-off-by: Amy Fong <amy.fong@windriver.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
<snip>
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 <amy.fong@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
|
| |
|
|
|
|
|
|
| |
To support the execution of the chkconfig and service scripts, we need
to ensure a consistent header on the initscripts, and a consistent
environment that allows scratch files to be written.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
|
|
|
-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 <prica.mihai@gmail.com>
|