Created
November 2, 2010 15:24
-
-
Save netguru/659767 to your computer and use it in GitHub Desktop.
Trouble with starting sphinx in rails application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@host:~/app/current$ rake ts:start | |
(in /home/webhr/app/current) | |
Failed to start searchd daemon. Check /home/user/app/current/log/searchd.log. | |
user@host:~/app/current$ searchd --pidfile --config config/sphinx/production.conf | |
Sphinx 0.9.9-release (r2117) | |
Copyright (c) 2001-2009, Andrew Aksyonoff | |
using config file 'config/sphinx/production.conf'... | |
FATAL: failed to create pid file 'tmp/pids/searchd.production.pid': No such file or directory | |
user@host:~/app/current$ mkdir tmp/pids | |
user@host:~/app/current$ rake ts:start | |
(in /home/webhr/app/current) | |
Started successfully (pid 5826). | |
user@host:~/app/current$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment