unknown key name 'network_timeout'

Issue #1341 closed
TOmi created an issue

During postistall porcess of piler I have that error:

Creating mysql database... Done.
Writing sphinx configuration... Done.
Initializing manticore indices... Sphinx 3.5.1 (commit 82c60cb)
Copyright (c) 2001-2023, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com))

using config file '/etc/piler/piler/manticore.conf'...
WARNING: key 'sql_query_killlist' is deprecated in /etc/piler/piler/manticore.conf line 27; use 'sql_query_kbatch' instead.
WARNING: key 'binlog_flush' was permanently removed from Sphinx configuration. Refer to documentation for details.
ERROR: unknown key name 'network_timeout' in /etc/piler/piler/manticore.conf line 218 col 24.
ERROR: unknown key name 'network_timeout' in /etc/piler/piler/manticore.conf line 218 col 1.
FATAL: failed to parse config file '/etc/piler/piler/manticore.conf'
make: *** [Makefile:129: postinstall] Error 1

Ubuntu server 22.04.3 LTS piler 1.4.4 / Sphinx 3.5.1 / xlhtml-0.5.1

How can I configure Piler on that server?

Comments (3)

  1. Janos SUTO repo owner

    You are trying to apply the manticore config to sphinx. The docs and the postinstall script have been updated to prefer manticore. If you insist on using sphinx, then fix the postinstall script to refer to sphinx.conf.

  2. TOmi reporter

    Thanks for advice , I’ve try to use sphinx instead manticore, now it is ok when I've switch it ant it is ok

  3. Log in to comment