I downloaded the aerospike-server-community-3.10.0.3.tar.gz file and is having trouble to start the aerospike server. Here is the error i get when running aerospike start:
aerospike-server/share/libexec/aerospike-start: line 39: [: 18446744073709551615: integer expression expected
error: start failed due to an error.
Nov 11 2016 19:44:59 GMT: WARNING (config): (cfg.c:1298) line 32 :: reuse-address is deprecated - please remove
Seems the value returned by /sbin/sysctl -n kernel.shmmax exceeds the max int in bash.
As a workaround, modify aerospike-start and have the function set_shmmax return immediately as this check doesn’t really matter on community versions.
Nov 15 2016 15:52:58 GMT: INFO (config): (cfg.c:3386) Rack Aware mode not enabled
Nov 15 2016 15:52:58 GMT: INFO (config): (cfg.c:3389) Node id bb9cc0314ec981c
Nov 15 2016 15:52:58 GMT: CRITICAL (hb): (hb.c:1977) No multicast groups specified.
Nov 15 2016 15:52:58 GMT: WARNING (as): (signal.c:153) SIGINT received, shutting down
Nov 15 2016 15:52:58 GMT: WARNING (as): (signal.c:156) startup was not complete, exiting immediately