Re: [gitorious] Install Warnings, yet everything works

2014-01-30 Thread Paweł Pierzchała
Glad to hear it works for you. If you would like to access you repositories
over git, please make sure you have enabled it in config/gitorious.yml :
https://gitorious.org/gitorious/mainline/source/677e9053334963311dfd96c34ee96eae8aeab362:config/gitorious.sample.yml#L115

Cheers,
Pawel


On Fri, Jan 24, 2014 at 6:16 PM, James Small  wrote:

> I'm not able to clone over git, but I really don't need that to work.
>  Cloning over ssh works fine and that's all that is required to be setup
> for the class.
>
> Thanks
>
> James
>
> On Friday, January 24, 2014 2:28:04 AM UTC-8, Paweł Pierzchała wrote:
> > Are you able to clone repositories using git protocol? It is possible
> that git daemon's pid file points to dead process. You can try restarting
> it with
> >   sudo monit restart git-daemons
> >
> >
> >
> >
> > Cheers,
> > Pawel
> >
> >
> >
> > On Thu, Jan 23, 2014 at 5:48 PM, James Small  wrote:
> >
> >
> > Everything shows [UP] except for git-daemons, which shows [DOWN].
> >
> >
> >
> > James
> >
> >
> >
> >
> > On Thursday, January 23, 2014 2:15:21 AM UTC-8, Paweł Pierzchała wrote:
> >
> > > Hi James,
> >
> > > installer retries the installation for a few times, because some parts
> depend on external systems. In your case installation of ruby libraries
> failed, which might occur from time to time when rubygems are overloaded or
> your machine is slow (I've experienced that many times, when I used virtual
> machines with default/minimal resources assigned).
> >
> >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > > Don't worry, if installation would fail, the gitorious wouldn't start.
> Please run gitorious_status as user git:
> >
> > >   sudo runuser -l git gitorious_status
> >
> > >
> >
> > > If all the checks display an [UP] your installation is fine.
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > > Cheers,
> >
> > > Pawel
> >
> > >
> >
> > >
> >
> > >
> >
> >
> >
> > > On Mon, Jan 20, 2014 at 7:32 AM, James Small  wrote:
> >
> > >
> >
> > >
> >
> > > Working on a fresh install of Gitorious using the installer for a
> school project.  I'm using a fresh install of Centos 6.5 using a minimal
> installation.  During the puppet recipe, I get the following warnings, but
> if I let it sit, the install will complete and it looks like the
> installation was successful as I can push to the newly created server.
> >
> >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > > Is something not being installed correctly that will affect things
> down the road?
> >
> > >
> >
> > >
> >
> > >
> >
> > > Thanks, James
> >
> > >
> >
> > >
> >
> > >
> >
> > > Applying Puppet recipe (will take a while, please be patient)...
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > > Error: Command exceeded timeout
> >
> > >
> >
> > > Error: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns:
> change from notrun to 0 failed: Command exceeded timeout
> >
> > >
> >
> > > Warning: /Stage[main]/Gitorious::Database/Exec[populate_database]:
> Skipping because of failed dependencies
> >
> > >
> >
> > > Warning: /Stage[main]/Gitorious::Core/File[/etc/gitorious.conf]:
> Skipping because of failed dependencies
> >
> > >
> >
> > > Warning: /Stage[main]/Gitorious::Nginx/File[/etc/nginx/nginx.conf]:
> Skipping because of failed dependencies
> >
> > >
> >
> > > Warning: /Stage[main]/Gitorious::Dependencies/Service[monit]: Skipping
> because of failed dependencies
> >
> > >
> >
> > > Warning: /Stage[main]/Gitorious::Logrotate/Package[logrotate]:
> Skipping because of failed dependencies
> >
> > >
> >
> > > Warning:
> /Stage[main]/Gitorious::Logrotate/File[/etc/logrotate.d/gitorious]:
> Skipping because of failed dependencies
> >
> > >
> >
> > > Warning:
> /Stage[main]/Gitorious::Sphinx/Exec[bootstrap_thinking_sphinx]: Skipping
> because of failed dependencies
> >
> > >
> >
> > > Warning: /Stage[main]/Gitorious::Sphinx/Cron[reindex_sphinx]: Skipping
> because of failed dependencies
> >
> > >
> >
> > > Warning: /Stage[main]/Gitorious::Unicorn/File[unicorn.rb]: Skipping
> because of failed dependencies
> >
> > >
> >
> > > Warning:
> /Stage[main]/Gitorious::Unicorn/File[/etc/init.d/gitorious-unicorn]:
> Skipping because of failed dependencies
> >
> > >
> >
> > > Warning: /Stage[main]/Gitorious::Unicorn/Service[gitorious-unicorn]:
> Skipping because of failed dependencies
> >
> > >
> >
> > > Warning: /Stage[main]/Gitorious::Core/File[restart.txt]: Skipping
> because of failed dependencies
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > > Puppet recipe applied successfully.
> >
> > >
> >
> > > Creating the database...
> >
> > >
> >
> > > 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
> >
> > >
> >
> > > Database created.
> >
> > >
> >
> > > Building Thinking Sphinx index...
> >
> > >
> >
> > > Failed loading some

Re: [gitorious] Install Warnings, yet everything works

2014-01-24 Thread James Small
I'm not able to clone over git, but I really don't need that to work.  Cloning 
over ssh works fine and that's all that is required to be setup for the class.

Thanks

James

On Friday, January 24, 2014 2:28:04 AM UTC-8, Paweł Pierzchała wrote:
> Are you able to clone repositories using git protocol? It is possible that 
> git daemon's pid file points to dead process. You can try restarting it with
>   sudo monit restart git-daemons
> 
> 
> 
> 
> Cheers,
> Pawel
> 
> 
> 
> On Thu, Jan 23, 2014 at 5:48 PM, James Small  wrote:
> 
> 
> Everything shows [UP] except for git-daemons, which shows [DOWN].
> 
> 
> 
> James
> 
> 
> 
> 
> On Thursday, January 23, 2014 2:15:21 AM UTC-8, Paweł Pierzchała wrote:
> 
> > Hi James,
> 
> > installer retries the installation for a few times, because some parts 
> > depend on external systems. In your case installation of ruby libraries 
> > failed, which might occur from time to time when rubygems are overloaded or 
> > your machine is slow (I've experienced that many times, when I used virtual 
> > machines with default/minimal resources assigned).
> 
> 
> 
> >
> 
> >
> 
> >
> 
> >
> 
> > Don't worry, if installation would fail, the gitorious wouldn't start. 
> > Please run gitorious_status as user git:
> 
> >   sudo runuser -l git gitorious_status
> 
> >
> 
> > If all the checks display an [UP] your installation is fine.
> 
> >
> 
> >
> 
> >
> 
> >
> 
> > Cheers,
> 
> > Pawel
> 
> >
> 
> >
> 
> >
> 
> 
> 
> > On Mon, Jan 20, 2014 at 7:32 AM, James Small  wrote:
> 
> >
> 
> >
> 
> > Working on a fresh install of Gitorious using the installer for a school 
> > project.  I'm using a fresh install of Centos 6.5 using a minimal 
> > installation.  During the puppet recipe, I get the following warnings, but 
> > if I let it sit, the install will complete and it looks like the 
> > installation was successful as I can push to the newly created server.
> 
> 
> 
> >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> > Is something not being installed correctly that will affect things down the 
> > road?
> 
> >
> 
> >
> 
> >
> 
> > Thanks, James
> 
> >
> 
> >
> 
> >
> 
> > Applying Puppet recipe (will take a while, please be patient)...
> 
> >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> > Error: Command exceeded timeout
> 
> >
> 
> > Error: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: 
> > change from notrun to 0 failed: Command exceeded timeout
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Database/Exec[populate_database]: Skipping 
> > because of failed dependencies
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Core/File[/etc/gitorious.conf]: Skipping 
> > because of failed dependencies
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Nginx/File[/etc/nginx/nginx.conf]: 
> > Skipping because of failed dependencies
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Dependencies/Service[monit]: Skipping 
> > because of failed dependencies
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Logrotate/Package[logrotate]: Skipping 
> > because of failed dependencies
> 
> >
> 
> > Warning: 
> > /Stage[main]/Gitorious::Logrotate/File[/etc/logrotate.d/gitorious]: 
> > Skipping because of failed dependencies
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Sphinx/Exec[bootstrap_thinking_sphinx]: 
> > Skipping because of failed dependencies
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Sphinx/Cron[reindex_sphinx]: Skipping 
> > because of failed dependencies
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Unicorn/File[unicorn.rb]: Skipping because 
> > of failed dependencies
> 
> >
> 
> > Warning: 
> > /Stage[main]/Gitorious::Unicorn/File[/etc/init.d/gitorious-unicorn]: 
> > Skipping because of failed dependencies
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Unicorn/Service[gitorious-unicorn]: 
> > Skipping because of failed dependencies
> 
> >
> 
> > Warning: /Stage[main]/Gitorious::Core/File[restart.txt]: Skipping because 
> > of failed dependencies
> 
> >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> > Puppet recipe applied successfully.
> 
> >
> 
> > Creating the database...
> 
> >
> 
> > 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
> 
> >
> 
> > Database created.
> 
> >
> 
> > Building Thinking Sphinx index...
> 
> >
> 
> > 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
> 
> >
> 
> > searchd is not currently running.
> 
> >
> 
> > Stopped searchd daemon (pid: ).
> 
> >
> 
> > Generating configuration to 
> > /var/www/gitorious/app/config/production.sphinx.conf
> 
> >
> 
> > Sphinx 2.0.8-release (r3831)
> 
> >
> 
> > Copyright (c) 2001-2012, Andrew Aksyonoff
> 
> >
> 
> > Copyright (c) 2008-2012, Sphinx Technologies Inc

Re: [gitorious] Install Warnings, yet everything works

2014-01-24 Thread Paweł Pierzchała
Are you able to clone repositories using git protocol? It is possible that
git daemon's pid file points to dead process. You can try restarting it with
  sudo monit restart git-daemons

Cheers,
Pawel


On Thu, Jan 23, 2014 at 5:48 PM, James Small  wrote:

> Everything shows [UP] except for git-daemons, which shows [DOWN].
>
> James
>
> On Thursday, January 23, 2014 2:15:21 AM UTC-8, Paweł Pierzchała wrote:
> > Hi James,
> > installer retries the installation for a few times, because some parts
> depend on external systems. In your case installation of ruby libraries
> failed, which might occur from time to time when rubygems are overloaded or
> your machine is slow (I've experienced that many times, when I used virtual
> machines with default/minimal resources assigned).
> >
> >
> >
> >
> > Don't worry, if installation would fail, the gitorious wouldn't start.
> Please run gitorious_status as user git:
> >   sudo runuser -l git gitorious_status
> >
> > If all the checks display an [UP] your installation is fine.
> >
> >
> >
> >
> > Cheers,
> > Pawel
> >
> >
> >
> > On Mon, Jan 20, 2014 at 7:32 AM, James Small  wrote:
> >
> >
> > Working on a fresh install of Gitorious using the installer for a school
> project.  I'm using a fresh install of Centos 6.5 using a minimal
> installation.  During the puppet recipe, I get the following warnings, but
> if I let it sit, the install will complete and it looks like the
> installation was successful as I can push to the newly created server.
> >
> >
> >
> >
> >
> > Is something not being installed correctly that will affect things down
> the road?
> >
> >
> >
> > Thanks, James
> >
> >
> >
> > Applying Puppet recipe (will take a while, please be patient)...
> >
> >
> >
> >
> >
> > Error: Command exceeded timeout
> >
> > Error: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns:
> change from notrun to 0 failed: Command exceeded timeout
> >
> > Warning: /Stage[main]/Gitorious::Database/Exec[populate_database]:
> Skipping because of failed dependencies
> >
> > Warning: /Stage[main]/Gitorious::Core/File[/etc/gitorious.conf]:
> Skipping because of failed dependencies
> >
> > Warning: /Stage[main]/Gitorious::Nginx/File[/etc/nginx/nginx.conf]:
> Skipping because of failed dependencies
> >
> > Warning: /Stage[main]/Gitorious::Dependencies/Service[monit]: Skipping
> because of failed dependencies
> >
> > Warning: /Stage[main]/Gitorious::Logrotate/Package[logrotate]: Skipping
> because of failed dependencies
> >
> > Warning:
> /Stage[main]/Gitorious::Logrotate/File[/etc/logrotate.d/gitorious]:
> Skipping because of failed dependencies
> >
> > Warning: /Stage[main]/Gitorious::Sphinx/Exec[bootstrap_thinking_sphinx]:
> Skipping because of failed dependencies
> >
> > Warning: /Stage[main]/Gitorious::Sphinx/Cron[reindex_sphinx]: Skipping
> because of failed dependencies
> >
> > Warning: /Stage[main]/Gitorious::Unicorn/File[unicorn.rb]: Skipping
> because of failed dependencies
> >
> > Warning:
> /Stage[main]/Gitorious::Unicorn/File[/etc/init.d/gitorious-unicorn]:
> Skipping because of failed dependencies
> >
> > Warning: /Stage[main]/Gitorious::Unicorn/Service[gitorious-unicorn]:
> Skipping because of failed dependencies
> >
> > Warning: /Stage[main]/Gitorious::Core/File[restart.txt]: Skipping
> because of failed dependencies
> >
> >
> >
> >
> >
> > Puppet recipe applied successfully.
> >
> > Creating the database...
> >
> > 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
> >
> > Database created.
> >
> > Building Thinking Sphinx index...
> >
> > 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
> >
> > searchd is not currently running.
> >
> > Stopped searchd daemon (pid: ).
> >
> > Generating configuration to
> /var/www/gitorious/app/config/production.sphinx.conf
> >
> > Sphinx 2.0.8-release (r3831)
> >
> > Copyright (c) 2001-2012, Andrew Aksyonoff
> >
> > Copyright (c) 2008-2012, Sphinx Technologies Inc (
> http://sphinxsearch.com)
> >
> >
> >
> > --
> >
> > --
> >
> > To post to this group, send email to gito...@googlegroups.com
> >
> > To unsubscribe from this group, send email to
> >
> > gitorious+...@googlegroups.com
> >
> >
> >
> > ---
> >
> > 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 gitorious+...@googlegroups.com.
> >
> > For more options, visit https://groups.google.com/groups/opt_out.
>
> --
> --
> To post to this group, send email to gitorious@googlegroups.com
> To unsubscribe from this group, send email to
> gitorious+unsubscr...@googlegroups.com
>
>

Re: [gitorious] Install Warnings, yet everything works

2014-01-23 Thread James Small
Everything shows [UP] except for git-daemons, which shows [DOWN].

James 

On Thursday, January 23, 2014 2:15:21 AM UTC-8, Paweł Pierzchała wrote:
> Hi James,
> installer retries the installation for a few times, because some parts depend 
> on external systems. In your case installation of ruby libraries failed, 
> which might occur from time to time when rubygems are overloaded or your 
> machine is slow (I've experienced that many times, when I used virtual 
> machines with default/minimal resources assigned).
> 
> 
> 
> 
> Don't worry, if installation would fail, the gitorious wouldn't start. Please 
> run gitorious_status as user git:
>   sudo runuser -l git gitorious_status
> 
> If all the checks display an [UP] your installation is fine.
> 
> 
> 
> 
> Cheers,
> Pawel
> 
> 
> 
> On Mon, Jan 20, 2014 at 7:32 AM, James Small  wrote:
> 
> 
> Working on a fresh install of Gitorious using the installer for a school 
> project.  I'm using a fresh install of Centos 6.5 using a minimal 
> installation.  During the puppet recipe, I get the following warnings, but if 
> I let it sit, the install will complete and it looks like the installation 
> was successful as I can push to the newly created server.
> 
> 
> 
> 
> 
> Is something not being installed correctly that will affect things down the 
> road?
> 
> 
> 
> Thanks, James
> 
> 
> 
> Applying Puppet recipe (will take a while, please be patient)...
> 
> 
> 
> 
> 
> Error: Command exceeded timeout
> 
> Error: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: change 
> from notrun to 0 failed: Command exceeded timeout
> 
> Warning: /Stage[main]/Gitorious::Database/Exec[populate_database]: Skipping 
> because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Core/File[/etc/gitorious.conf]: Skipping 
> because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Nginx/File[/etc/nginx/nginx.conf]: Skipping 
> because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Dependencies/Service[monit]: Skipping 
> because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Logrotate/Package[logrotate]: Skipping 
> because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Logrotate/File[/etc/logrotate.d/gitorious]: 
> Skipping because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Sphinx/Exec[bootstrap_thinking_sphinx]: 
> Skipping because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Sphinx/Cron[reindex_sphinx]: Skipping 
> because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Unicorn/File[unicorn.rb]: Skipping because 
> of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Unicorn/File[/etc/init.d/gitorious-unicorn]: 
> Skipping because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Unicorn/Service[gitorious-unicorn]: Skipping 
> because of failed dependencies
> 
> Warning: /Stage[main]/Gitorious::Core/File[restart.txt]: Skipping because of 
> failed dependencies
> 
> 
> 
> 
> 
> Puppet recipe applied successfully.
> 
> Creating the database...
> 
> 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
> 
> Database created.
> 
> Building Thinking Sphinx index...
> 
> 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
> 
> searchd is not currently running.
> 
> Stopped searchd daemon (pid: ).
> 
> Generating configuration to 
> /var/www/gitorious/app/config/production.sphinx.conf
> 
> Sphinx 2.0.8-release (r3831)
> 
> Copyright (c) 2001-2012, Andrew Aksyonoff
> 
> Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)
> 
> 
> 
> --
> 
> --
> 
> To post to this group, send email to gito...@googlegroups.com
> 
> To unsubscribe from this group, send email to
> 
> gitorious+...@googlegroups.com
> 
> 
> 
> ---
> 
> 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 gitorious+...@googlegroups.com.
> 
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
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 gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [gitorious] Install Warnings, yet everything works

2014-01-23 Thread Paweł Pierzchała
Hi James,
installer retries the installation for a few times, because some parts
depend on external systems. In your case installation of ruby libraries
failed, which might occur from time to time when rubygems are overloaded or
your machine is slow (I've experienced that many times, when I used virtual
machines with default/minimal resources assigned).

Don't worry, if installation would fail, the gitorious wouldn't start.
Please run gitorious_status as user git:
  sudo runuser -l git gitorious_status
If all the checks display an [UP] your installation is fine.

Cheers,
Pawel


On Mon, Jan 20, 2014 at 7:32 AM, James Small  wrote:

> Working on a fresh install of Gitorious using the installer for a school
> project.  I'm using a fresh install of Centos 6.5 using a minimal
> installation.  During the puppet recipe, I get the following warnings, but
> if I let it sit, the install will complete and it looks like the
> installation was successful as I can push to the newly created server.
>
> Is something not being installed correctly that will affect things down
> the road?
>
> Thanks, James
>
> Applying Puppet recipe (will take a while, please be patient)...
>
>
> Error: Command exceeded timeout
> Error: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns:
> change from notrun to 0 failed: Command exceeded timeout
> Warning: /Stage[main]/Gitorious::Database/Exec[populate_database]:
> Skipping because of failed dependencies
> Warning: /Stage[main]/Gitorious::Core/File[/etc/gitorious.conf]: Skipping
> because of failed dependencies
> Warning: /Stage[main]/Gitorious::Nginx/File[/etc/nginx/nginx.conf]:
> Skipping because of failed dependencies
> Warning: /Stage[main]/Gitorious::Dependencies/Service[monit]: Skipping
> because of failed dependencies
> Warning: /Stage[main]/Gitorious::Logrotate/Package[logrotate]: Skipping
> because of failed dependencies
> Warning:
> /Stage[main]/Gitorious::Logrotate/File[/etc/logrotate.d/gitorious]:
> Skipping because of failed dependencies
> Warning: /Stage[main]/Gitorious::Sphinx/Exec[bootstrap_thinking_sphinx]:
> Skipping because of failed dependencies
> Warning: /Stage[main]/Gitorious::Sphinx/Cron[reindex_sphinx]: Skipping
> because of failed dependencies
> Warning: /Stage[main]/Gitorious::Unicorn/File[unicorn.rb]: Skipping
> because of failed dependencies
> Warning:
> /Stage[main]/Gitorious::Unicorn/File[/etc/init.d/gitorious-unicorn]:
> Skipping because of failed dependencies
> Warning: /Stage[main]/Gitorious::Unicorn/Service[gitorious-unicorn]:
> Skipping because of failed dependencies
> Warning: /Stage[main]/Gitorious::Core/File[restart.txt]: Skipping because
> of failed dependencies
>
>
> Puppet recipe applied successfully.
> Creating the database...
> 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
> Database created.
> Building Thinking Sphinx index...
> 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
> searchd is not currently running.
> Stopped searchd daemon (pid: ).
> Generating configuration to
> /var/www/gitorious/app/config/production.sphinx.conf
> Sphinx 2.0.8-release (r3831)
> Copyright (c) 2001-2012, Andrew Aksyonoff
> Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)
>
> --
> --
> To post to this group, send email to gitorious@googlegroups.com
> To unsubscribe from this group, send email to
> gitorious+unsubscr...@googlegroups.com
>
> ---
> 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 gitorious+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
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 gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.