You're right about that - there's definitely something already using the socket.
What's the output of the following in your shell: ps aux | grep searchd -- Pat On 02/08/2012, at 2:33 PM, rtacconi wrote: > Hi, > > I have this > > deploy@isabel:/var/www/apps/chinadialogue.net/current$ searchd --config > config/production.sphinx.conf > Sphinx 2.0.2-id64-beta (r3019) > Copyright (c) 2001-2011, Andrew Aksyonoff > Copyright (c) 2008-2011, Sphinx Technologies Inc (http://sphinxsearch.com) > > using config file 'config/production.sphinx.conf'... > WARNING: compat_sphinxql_magics=1 is deprecated; please update your > application and config > listening on 127.0.0.1:9312 > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > bind() failed on 127.0.0.1, retrying... > > I do not have the root password and I do not see the process running but it > seems to be up, I think they error means that the socket is already in use > > On Thursday, 2 August 2012 00:17:01 UTC+2, Pat Allan wrote: > What happens if you start Sphinx manually by running the following within > your project's directory: > searchd --config config/production.sphinx.conf > > -- > Pat > > On 01/08/2012, at 7:39 PM, rtacconi wrote: > > > ... current$ RAILS_ENV=production bundle exec rake thinking_sphinx:start > > --trace > > (in /var/www/apps/domain.net/releases/20120801174919) > > DEPRECATION WARNING: railtie_name is deprecated and has no effect. (called > > from require at > > /var/www/apps/chinadialogue.net/releases/20120801174919/config/application.rb:4) > > DEPRECATION WARNING: railtie_name is deprecated and has no effect. (called > > from require at > > /var/www/apps/chinadialogue.net/releases/20120801174919/config/application.rb:4) > > ** Invoke thinking_sphinx:start (first_time) > > ** Invoke thinking_sphinx:app_env (first_time) > > ** Execute thinking_sphinx:app_env > > ** Execute thinking_sphinx:start > > Failed to start searchd daemon. Check > > /var/www/apps/domain.net/releases/20120801174919/log/searchd.log. > > Failed to start searchd daemon. Check > > /var/www/apps/domain.net/releases/20120801174919/log/searchd.log > > Be sure to run thinking_sphinx:index before thinking_sphinx:start > > > > Log file is empty > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Thinking Sphinx" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/thinking-sphinx/-/pgrvUmAMTuIJ. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/thinking-sphinx?hl=en. > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/thinking-sphinx/-/c4usYvAJKmEJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/thinking-sphinx?hl=en. -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
