Skip to content

Instantly share code, notes, and snippets.

@svperfecta
Created June 9, 2012 17:17
Show Gist options
  • Save svperfecta/2901849 to your computer and use it in GitHub Desktop.
Save svperfecta/2901849 to your computer and use it in GitHub Desktop.
Fixing Sphinx
# Error
[Sat Jun 9 17:03:13.111 2012] [ 4912] WARNING: rotating index 'swf_fulltext': rename '/data/sphinx/swf_fulltext.sps' to '/data/lib/sphinx/swf_fulltext.old.sps' failed: No such file or directory
[Sat Jun 9 17:03:13.112 2012] [ 4912] WARNING: rotating index 'swf_fulltext': rename to .old failed; using old index
# Fix
touch /data/lib/swf_fulltext.sps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment