Skip to content

Instantly share code, notes, and snippets.

@diN0bot
Created February 21, 2011 21:24
Show Gist options
  • Save diN0bot/837731 to your computer and use it in GitHub Desktop.
Save diN0bot/837731 to your computer and use it in GitHub Desktop.
$ make run
make -C ../rabbitmq-server run \
RABBITMQ_SERVER_START_ARGS='-pa '"$(pwd)/ebin"' -rabbit \
stomp_listeners [{\"0.0.0.0\",61613}] \
extra_startup_steps [{\"STOMP-listeners\",rabbit_stomp,kickstart,[]}]'
RABBITMQ_NODE_IP_ADDRESS="" RABBITMQ_NODE_PORT="" RABBITMQ_LOG_BASE="/tmp" RABBITMQ_MNESIA_DIR="/tmp/rabbitmq-rabbit-mnesia" \
RABBITMQ_NODE_ONLY=true \
RABBITMQ_SERVER_START_ARGS="-pa /Users/lucy/ExtProjects/rabbitmq-stomp/ebin -rabbit stomp_listeners [{\"0.0.0.0\",61613}] extra_startup_steps [{\"STOMP-listeners\",rabbit_stomp,kickstart,[]}] -s rabbit" \
./scripts/rabbitmq-server
Erlang R13B04 (erts-5.7.5) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:30] [hipe] [kernel-poll:true]
Eshell V5.7.5 (abort with ^G)
(rabbit@schroeder)1> {"init terminating in do_boot",{{nocatch,{error,{cannot_log_to_file,"/tmp/rabbit.log",{error,eacces}}}},[{init,start_it,1},{init,start_em,1}]}}
init terminating in do_boot ()
make[1]: *** [run] Error 1
make: *** [start_server] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment