isohuntto / openbay

Other
3.53k stars 903 forks source link

Any Debian based openbays up and running with LOCAL db and sphinxsearch? #154

Open wacgyver opened 9 years ago

wacgyver commented 9 years ago

After a some of great help from the wonderful people in here ive got my openbays running on both Debian and Ubuntu virtual machines in both Vitrualbox and VMware esx http://flv4.ddns.net/ Ive been trying to get it working with the DB stored locally lately, and run into a problem which nobody seems to have solved here ... One experienced user in here told me he had swiched to CentOS when running into the problem, and there i worked well.

When i try start Sphinxsearch i get "ERROR" after its cached the indexes, and i cant get it running. No info in the Sphinxsearch log.

Has anyone had and fixed this problem? Or is there anyone with a working local DB Debian based Openbay machine?

root@tpbdebian:/etc/apache2# service sphinxsearch start Starting sphinxsearch: Sphinx 2.2.7-id64-release (r4883) Copyright (c) 2001-2015, Andrew Aksyonoff Copyright (c) 2008-2015, Sphinx Technologies Inc (http://sphinxsearch.com)

using config file '/etc/sphinxsearch/sphinx.conf'... WARNING: preopen_indexes=1 has no effect with seamless_rotate=0 listening on all interfaces, port=3312 listening on all interfaces, port=9306 precaching index 'opb_common' precaching index 'opbtorrents' precached 2 indexes in 0.026 sec ERROR. root@tpbdebian:/etc/apache2# service sphinxsearch stop Stopping sphinxsearch: already stopped.