Skip to content

Commit

Permalink
Use fake hostname when killing ns_server.
Browse files Browse the repository at this point in the history
Otherwise erlang crashes in case it cannot determine hostname on its
own.

Change-Id: I4acd2f24dbfbb7befbfee7a1f29bf3948628c5f4
Reviewed-on: http://review.couchbase.org/8116
Tested-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
Reviewed-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
  • Loading branch information
aartamonau authored and alk committed Jul 18, 2011
1 parent 8d32b32 commit 115216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion membase-server.sh.in
Expand Up @@ -117,7 +117,7 @@ _stop() {
nodename=`cat "$NODEFILE"` nodename=`cat "$NODEFILE"`


erl \ erl \
-name executioner \ -name executioner@executioner \
-noshell \ -noshell \
-hidden \ -hidden \
-setcookie "$cookie" \ -setcookie "$cookie" \
Expand Down

0 comments on commit 115216c

Please sign in to comment.