I try to start thinking sphinx on my server but it doesn\'t want to work.
I do:
$ rake thinking_sphinx:index && rake thinking_sphinx:start
It sounds like init has already started an instance of searchd bound to port 9312.
There are a few solutions:
sudo service sphinxsearch stop
.config/sphinx.yml
and tell Sphinx to use a different port in production. (config/thinking_sphinx.yml
if you're using TS 3.x)/etc/defaults/sphinxsearch
and setting START=no
.Our server runs Ubuntu, and I installed Sphinx from the Debian package available on the Sphinx website.