Jump to content

Sphinx Error


Recommended Posts

I followed the guide that was posted regarding the Sphinx search engine setup. All went well, but I keep getting the following email on my machine...not sure what I'm doing wrong or how to fix it. >_<

Subject: Cron <pyro@pegasus> /usr/local/bin/indexer --config /home/pyro/sphinx.conf core_search_delta members_search_delta forums_search_delta --rotate
Content-Type: text/plain; charset=ANSI_X3.4-1968
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/home/pyro>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=pyro>

Sphinx 0.9.8.1-release (r1533)
Copyright © 2001-2008, Andrew Aksyonoff

using config file '/home/pyro/sphinx.conf'...
indexing index 'core_search_delta'...
FATAL: failed to open /var/sphinx/core_search_delta.tmp.spl: Permission denied, will not index. Try --rotate option.

Link to comment
Share on other sites

Yes, the forums_search_delta was dropped, and the two other ones created, in umm.... one of the point releases. Don't remember which one, off the top of my my head. If you're running v3.0.5, I know the following will work since it's what I do on my dedi.

Remove all instances of forums_search_delta and replace with the two new ones in your config files and cron jobs. Replace /xxxxx with /your-user-account-name, if applicable, otherwise remove that part of the path. Here is a typical cron pair, taken from an install of mine:

*/15 * * * * /usr/local/sphinx/xxxxx/bin/indexer --config /usr/local/sphinx/xxxxx/etc/sphinx.conf core_search_delta forums_search_posts_delta forums_search_topics_delta members_search_delta downloads_search_delta gallery_search_delta calendar_search_delta blog_search_delta --rotate > /dev/null 2>&1
0 3 * * * /usr/local/sphinx/xxxxx/bin/indexer --config /usr/local/sphinx/xxxxx/etc/sphinx.conf --all --rotate > /dev/null 2>&1


NOTE: The above jobs are for an install with all core applications: Board, Blog, Downloads, and Gallery. REMOVE any that are not applicable to your install (e.g. blog_search_delta, downloads_search_delta, gallery_search_delta).

Hope that helps.

Link to comment
Share on other sites

  • 1 year later...

I am getting this error...


using config file '/home/fmforums/sphinx/sphinx.conf'...
indexing index 'core_search_delta'...
FATAL: failed to open /var/sphinx/core_search_delta.tmp.spl: Permission denied, will not index. Try --rotate option.



also forums_search_topics_delta doesn't exist as a string in the conf file?

Link to comment
Share on other sites

ok nuked the directory and reset it up but now i am getting this error

indexing index 'core_search_delta'...

collected 0 docs, 0.0 MB

total 0 docs, 0 bytes

total 0.209 sec, 0 bytes/sec, 0.00 docs/sec

indexing index 'members_search_delta'...

collected 1 docs, 0.0 MB

collected 2 attr values

sorted 0.0 Mvalues, 100.0% done

sorted 0.0 Mhits, 100.0% done

total 1 docs, 46 bytes

total 0.004 sec, 9451 bytes/sec, 205.46 docs/sec

indexing index 'forums_search_posts_delta'...

collected 6 docs, 0.0 MB

sorted 0.0 Mhits, 100.0% done

total 6 docs, 1853 bytes

total 0.221 sec, 8371 bytes/sec, 27.10 docs/sec

indexing index 'calendar_search_delta'...

collected 0 docs, 0.0 MB

collected 0 attr values

sorted 0.0 Mvalues, 100.0% done

total 0 docs, 0 bytes

total 0.003 sec, 0 bytes/sec, 0.00 docs/sec

indexing index 'downloads_search_delta'...

collected 0 docs, 0.0 MB

total 0 docs, 0 bytes

total 0.008 sec, 0 bytes/sec, 0.00 docs/sec

indexing index 'blog_search_delta'...

collected 0 docs, 0.0 MB

total 0 docs, 0 bytes

total 0.009 sec, 0 bytes/sec, 0.00 docs/sec

indexing index 'gallery_search_delta'...

collected 0 docs, 0.0 MB

total 0 docs, 0 bytes

total 0.003 sec, 0 bytes/sec, 0.00 docs/sec

indexing index 'gallery_search_comments_delta'...

collected 0 docs, 0.0 MB

total 0 docs, 0 bytes

total 0.003 sec, 0 bytes/sec, 0.00 docs/sec

total 24 reads, 0.000 sec, 1.1 kb/call avg, 0.0 msec/call avg

total 53 writes, 0.002 sec, 1.2 kb/call avg, 0.0 msec/call avg

WARNING: access denied to PID 30614.

WARNING: indices NOT rotated.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...