Webmaster's Community

Webhosting Forums => Dedicated Server Administration => Topic started by: PHPize on September 20, 2011, 04:24:25 PM

Title: bind() failed on 0.0.0.0, retrying... Unable to start Sphinx searchd
Post by: PHPize on September 20, 2011, 04:24:25 PM
Hi

Finally I managed to install Sphinx search on my server and things looks fine but when I try to run .. I get following error message:

Code: [Select]
# /usr/local/sphinx/bin/searchd --config /usr/local/sphinx/etc/sphinx.conf
Sphinx 0.9.9-release (r2117)
Copyright (c) 2001-2009, Andrew Aksyonoff

using config file '/usr/local/sphinx/etc/sphinx.conf'...
listening on all interfaces, port=9312
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
bind() failed on 0.0.0.0, retrying...
FATAL: bind() failed on 0.0.0.0: Illegal seek

Now what is the problem ? Any idea !!
Title: Re: bind() failed on 0.0.0.0, retrying... Unable to start Sphinx searchd
Post by: Jaffery on September 22, 2011, 05:32:29 AM
Either Sphinx is already running or you have something other running on server using sphinx ports. First try to kill sphinx and see if it again happens.