Ultrasphinx complains about "unknown key name 'listen'" · Issue #4 · rosenfeld/gitorious-cookbooks · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this affects all platforms, but this does happen while installing on Ubuntu 10.04.
This is what I see towards the end of the install.
Sphinx 0.9.8.1-release (r1533)
Copyright (c) 2001-2008, Andrew Aksyonoff
using config file '/var/www/gitorious/config/ultrasphinx/production.conf'...
ERROR: unknown key name 'listen' in /var/www/gitorious/config/ultrasphinx/production.conf line 18 col 9.
FATAL: failed to parse config file '/var/www/gitorious/config/ultrasphinx/production.conf'.
[Wed Jun 15 11:27:19.262 2011] [25388] using config file '/var/www/gitorious/config/ultrasphinx/production.conf'...
[Wed Jun 15 11:27:19.263 2011] [25388] FATAL: failed to parse config file '/var/www/gitorious/config/ultrasphinx/production.conf'
Sphinx 0.9.8.1-release (r1533)
Copyright (c) 2001-2008, Andrew Aksyonoff
ERROR: unknown key name 'listen' in /var/www/gitorious/config/ultrasphinx/production.conf line 18 col 9.
Failed to start
So, this is not Ubuntu specific. If you send me a pull request changing 'listen' to 'address' if Ultrasphinx version is not new enough, I can merge it.
Not sure if this affects all platforms, but this does happen while installing on Ubuntu 10.04.
This is what I see towards the end of the install.
Based on http://sphinxsearch.com/forum/view.html?id=4738, I gather that 0.9.8.1 of Ultrasphinx would not have 'listen' support.
The text was updated successfully, but these errors were encountered: