It works fine on osx, but when I run it on Linux I'm getting:
[redis-3.2.3]$ ./src/redis-server redis.conf &
30855:M 04 Aug 10:53:03.394 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 30855:M 04 Aug 10:53:03.394 # Server started, Redis version 3.2.3 30855:M 04 Aug 10:53:03.395 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 30855:M 04 Aug 10:53:03.395 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. 30855:M 04 Aug 10:53:03.395 * The server is now ready to accept connections on port 6379
[redis-3.2.3]$ ./src/redis-sentinel sentinel.conf 31421:X 04 Aug 11:00:11.758 # Creating Server TCP listening socket *:26379: unable to bind socket
Comment From: tinkermend
you change port set no 26379 , command check sysctl -a |grep ip_local_port_range and netstat -an | grep 26379
Comment From: SergeVil
Can you clarify, please, what is the problem?
Comment From: yossigo
Closing, this OS is EOL already anyway.