summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-server
Commit message (Collapse)AuthorAgeFilesLines
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|
* Merge bug25271Simon MacMullen2013-03-111-3/+4
|\
| * specifies boot file for rabbit_prelaunch callAlvaro Videla2013-02-261-0/+1
| |
| * specifies boot file for erl callsAlvaro Videla2012-11-091-1/+1
| |
| * adds the erlang base dir before calling erlAlvaro Videla2012-11-071-2/+2
| |
* | Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
|/
* Terseness.bug25000Simon MacMullen2012-09-061-1/+1
|
* emit warning when starting detached rabbitFrancesco Mazzoli2012-09-061-1/+3
|
* don't record pid when using -detachedFrancesco Mazzoli2012-09-051-3/+12
|
* Those backticks are... not quite necessary. And led to endless confusion ↵Simon MacMullen2012-05-291-3/+2
| | | | with node.js.
* fix variable handling in rabbitmq-server preventing background node startup ↵Tim Watson2012-05-211-3/+0
| | | | from working (rebase foo)
* revert to expected RABBITMQ_NODE_ONLY behaviour on unixTim Watson2012-05-161-1/+3
|
* fix variable handling in rabbitmq-server preventing background node startup ↵Tim Watson2012-05-211-1/+2
| | | | from working
* rabbit_control waits as long as process is aliveTim Watson2012-05-151-14/+11
|
* remote TODO and extraneous branches from rabbit-serverTim Watson2012-05-101-9/+4
|
* rename start_cold to bootTim Watson2012-05-081-1/+1
|
* rabbitmq-server uses start_coldTim Watson2012-05-041-6/+8
|
* add rabbit:start_cold/0 without relying on release/boot-scriptTim Watson2012-05-031-0/+3
|
* Merge bug24706.Simon MacMullen2012-02-061-21/+16
|\
| * Move non-empty defaults to rabbitmq-envSteve Powell2012-01-041-21/+16
| | | | | | | | | | | | | | - rationalise server-settings - correctly override PLUGINS_DIR - allow use of PID_FILE override - simplify NODE_IP_ADDRESS and NODE_PORT setting
* | Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
|/
* don't start cpu_supbug24617Matthias Radestock2012-01-091-1/+1
| | | | | | | We've not needed this for some time. Note that we still need to a) depend on os_mon (it's needed for memory reporting under windows), and b) disable various bits of os_mon explicitly since they otherwise start up by default.
* Use $() like we do elsewhere, add a tiny bit more comment.bug24478Simon MacMullen2011-10-131-2/+3
|
* Don't record cygwin pid for rabbitmqctl waitEmile Joubert2011-10-131-2/+7
|
* merge default into bug21319Alexandru Scvortov2011-10-101-1/+3
|\
| * :s/PLUGINS_DIST_DIR/PLUGINS_DIRAlexandru Scvortov2011-09-291-2/+2
| | | | | | | | | | Only in rabbitmq-server, because that variable in rabbitmq-public-umbrella has a different use.
| * use a specialized wrapper for rabbitmq-pluginsAlexandru Scvortov2011-09-261-1/+2
| | | | | | | | | | | | | | | | | | All the scripts assume that they are run as ${RABBITMQ_HOME}/bin/script_name and use this to extract RABBITMQ_HOME, so we do need a minimal wrapper for rabbitmq-plugins. I don't know if the 'cd /var/lib/rabbitmq' is necessary; it probably isn't for rabbitmq-plugins, but might as well leave it in.
| * plugins-dist -> pluginsAlexandru Scvortov2011-09-231-1/+1
| |
| * don't use the plugins directoryAlexandru Scvortov2011-09-221-2/+3
| |
* | Backed out changeset e24819baa47eAlexandru Scvortov2011-09-201-0/+1
| | | | | | | | | | Because our sasl error handler will start up before the real one, for the moment, anyway.
* | reorder boot script so that rabbit:prepare/0 gets called *after* sasl is startedAlexandru Scvortov2011-09-201-1/+0
| | | | | | | | | | Otherwise, the SASL application is started after and installs its error handlers (which prepare should have replaced).
* | cosmetic and commentsAlexandru Scvortov2011-09-151-0/+1
| | | | | | | | | | | | Also, explicitly disable the SASL logger at start-up. Otherwise, I think it gets started on the first event (it starts up after ensure_log_handlers/0, but before rabbit starts up completely).
* | fix taking over from the tty handlerAlexandru Scvortov2011-09-051-1/+0
| |
* | merge default into bug24332Alexandru Scvortov2011-09-051-7/+3
|\ \ | |/ |/|
| * closer to passing the testsAlexandru Scvortov2011-08-151-0/+1
| |
| * only allow the rabbit error logger to touch the files and append rather than ↵Alexandru Scvortov2011-08-111-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overwrite If the standard error logger is initialised with the correct file names, the files will be overwritten. So, we no longer tell Erlang the location of the files at boot. It will automatically register an error_logger_tty_h, which we then unregister after setting up our own loggers (you can't swap a file logger for a tty logger). Still left todo: - error loggers when stopping rabbit, - windows rabbitmq-server.bat, - the other head of ensure_working_log_handlers, - it doesn't really make sense to swap out the non exitent error_logger_file_h.
* | Move the default pid file so it doesn't get wiped out by rabbitmqctl reset.bug24095Simon MacMullen2011-08-231-1/+1
| |
* | MNESIA_DIR is not always set. Make sure the directory exists.Simon MacMullen2011-07-281-2/+3
| |
* | Always write the pid file, and write it in /var/run for debs/RPMs.Simon MacMullen2011-07-271-4/+3
| |
* | Uh, it's probably an idea to write out the pidfile as early as possible, in ↵Simon MacMullen2011-07-191-4/+4
| | | | | | | | case for example prelaunch fails.
* | We should probably prefix this.Simon MacMullen2011-07-141-2/+2
| |
* | PID_FILESimon MacMullen2011-07-131-0/+4
|/
* Make tcp listen options configurablebug23792Matthew Sackman2011-02-021-1/+0
|
* default merged into bug23154 (ipv6)bug23154Marek Majkowski2011-01-201-1/+1
|\
| * Don't have the scripts set bind address of 0.0.0.0 if the port is specified ↵Simon MacMullen2011-01-071-1/+1
| | | | | | | | but IP isn't. Instead use the same logic as if it's specified in the configuration file.
* | Correct all remaining copyright noticesbug23434Matthew Sackman2011-01-191-26/+11
|/
* Windows prelaunch with short node namesbug23591Emile Joubert2010-12-131-1/+1
|
* Ensure we can cope with no specified nodename (misc:makenode takes care of ↵Matthew Sackman2010-12-101-0/+1
| | | | this); ensure we start the prelaunch node as a distributed node (same trick as with ctl); the absence of epmd is subsequently a fatal error
* Merge bug23511 into defaultDavid Wragg2010-12-101-2/+0
|\
| * Move HOSTNAME and NODENAME to rabbitmq-envbug23511Emile Joubert2010-11-191-2/+0
| |