redis-server en ubuntu14.04: dirección de enlace ya en uso

Inicié redis server en ubuntu escribiendo esto en la terminal: $ redis-server

Esto resulta en el siguiente>http://paste.ubuntu.com/12688632/

aruns ~ $ redis-server
27851:C 05 Oct 15:16:17.955 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
27851:M 05 Oct 15:16:17.957 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
27851:M 05 Oct 15:16:17.957 # Server can't set maximum open files to 10032 because of OS error: Operation not permitted.
27851:M 05 Oct 15:16:17.958 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase 'ulimit -n'.
27851:M 05 Oct 15:16:17.958 # Creating Server TCP listening socket *:6379: bind: Address already in use

¿Cómo puedo solucionar este problema? ¿Hay algún proceso manual o automatizado para solucionar este enlace?

Respuestas a la pregunta(5)

Su respuesta a la pregunta