Hi József, thank you for finding the fix for thinking sphinx template, I applied the fix. About the exception_recipients and ci_reporter, those are warnings from the application itself, you can safely ignore them for now. I will deal with them in Gitorious codebase and then update the installer.
Cheers, Pawel On 12 December 2013 18:58, József Szilágyi <[email protected]> wrote: > Hello Pawel, > > It is easy to correct some of this issues: > - WARNING! No value set for exception_recipients in gitorious.yml. > - Will not be able to send email regarding unhandled exceptions > Just have to enter an email address in the gitorious.yml: > exception_recipients: <email address> > > - 'thinking-sphinx' process is not running. > Could be more possible way to correct it, one of them: > Change the first line of > modules/gitorious/templates/monit.d/thinking-sphinx.monit.erb > from: "check process thinking-sphinx with pidfile <%= t_app_root > %>/log/searchd.production.pid" > to: "check process thinking-sphinx with pidfile <%= t_app_root > %>/log/production.sphinx.pid" > > I still don;t know how to solve: > Failed loading some test dependencies: cannot load such file -- > ci/reporter/rake/minitest > > I already tried to : gem install ci_reporter > It is installing but the message is the same. > > > > On Thursday, December 12, 2013 6:08:10 PM UTC+2, József Szilágyi wrote: > > Hello Pawel, > > > > > > > > Finally it installs on CentOS 6.5 minimal > > > > Just one more error in /var/log/monit > > > > > > > > 'thinking-sphinx' process is not running > > > > 'thinking-sphinx' trying to restart > > > > 'thinking-sphinx' start: /usr/local/bin/chruby-exec > > > > 'thinking-sphinx' failed to start > > > > > > > > and this is keeps repeating... > > > > > > > > When I try to manually stop / start the : thinking-sphinx I have this > output: > > > > []# /usr/local/bin/chruby-exec ruby-1.9.3-p484 -- > /var/www/gitorious/app/bin/rake ts:stop > > > > Failed loading some test dependencies: cannot load such file -- > ci/reporter/rake/minitest > > > > WARNING! No value set for exception_recipients in gitorious.yml. > > > > Will not be able to send email regarding unhandled exceptions > > > > Stopped searchd daemon (pid: 1551). > > > > > > > > []# /usr/local/bin/chruby-exec ruby-1.9.3-p484 -- > /var/www/gitorious/app/bin/rake ts:start > > > > Failed loading some test dependencies: cannot load such file -- > ci/reporter/rake/minitest > > > > WARNING! No value set for exception_recipients in gitorious.yml. > > > > Will not be able to send email regarding unhandled exceptions > > > > Started searchd successfully (pid: 1812). > > > > > > > > It seems to start, but monit continue to say that the 'thinking-sphinx' > process is not running. > > > > -- > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > > --- > You received this message because you are subscribed to the Google Groups > "Gitorious" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
