Hey guys, I'm following the instructions to get Gitorious running here: http://coding-journal.com/installing-gitorious-on-ubuntu-11-04/
And it works great until the part where I'm creating the Gitorious database... Then, I get an error with the ultrasphinx bootstrap, it starts throwing lots of errors and I've no idea why. Can anyone help if possible? This is what I get: root@potter:/var/www/gitorious# export RAILS_ENV=production && bundle exec rake ultrasphinx:bootstrap (in /var/www/gitorious) Rebuilding configurations for production environment Available models are Comment, Repository, MergeRequest, and Project Generating SQL $ indexer --config '/var/www/gitorious/config/ultrasphinx/ production.conf' --all Sphinx 0.9.9-release (r2117) Copyright (c) 2001-2009, Andrew Aksyonoff using config file '/var/www/gitorious/config/ultrasphinx/ production.conf'... WARNING: key 'address' is deprecated in /var/www/gitorious/config/ ultrasphinx/pr oduction.conf line 10; use 'listen' instead. indexing index 'main'... ERROR: index 'main': sql_range_query: Unknown column 'base_tags.name' in 'field list' (DSN=mysql://root:***@localhost:3306/gitorious_production). total 0 docs, 0 bytes total 0.007 sec, 0 bytes/sec, 0.00 docs/sec total 0 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg total 0 writes, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg Sphinx 0.9.9-release (r2117) Copyright (c) 2001-2009, Andrew Aksyonoff using config file '/var/www/gitorious/config/ultrasphinx/ production.conf'... WARNING: key 'address' is deprecated in /var/www/gitorious/config/ ultrasphinx/pr oduction.conf line 10; use 'listen' instead. listening on all interfaces, port=3312 WARNING: index 'main': preload: failed to open /var/www/gitorious/db/ sphinx//sph inx_index_main.sph: No such file or directory; NOT SERVING FATAL: no valid indexes to serve Failed to start Done Please restart your application containers -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
