Same issue, you need to install ALL the gems in your ruby-enterprise
directory

$ /opt/ruby-enterprise-1.8.6-20081215/bin/gem install bundler



On Wed, May 11, 2011 at 6:54 AM, linuxwarm <[email protected]> wrote:

> Hi,
>
>  I installed Geoip also. I am getting this now.
>
>  /var/www/gitorious/script/../config/../config/preinitializer.rb:5:
> Could not load the bundler gem. Install it with `gem install bundler`.
> (RuntimeError)
>        from /var/www/gitorious/script/../config/boot.rb:28:in `load'
>        from /var/www/gitorious/script/../config/boot.rb:28:in
> `preinitialize'
>        from /var/www/gitorious/script/../config/boot.rb:10:in `boot!'
>        from /var/www/gitorious/script/../config/boot.rb:123
>         from /opt/ruby-enterprise-1.8.6-20081215/lib/ruby/site_ruby/
> 1.8/rubygems/custom_require.rb:31:in `gem_original_require'
>         from /opt/ruby-enterprise-1.8.6-20081215/lib/ruby/site_ruby/
> 1.8/rubygems/custom_require.rb:31:in `require'
>         from /var/www/gitorious/script/../config/environment.rb:11
>         from /opt/ruby-enterprise-1.8.6-20081215/lib/ruby/site_ruby/
> 1.8/rubygems/custom_require.rb:31:in `gem_original_require'
>         from /opt/ruby-enterprise-1.8.6-20081215/lib/ruby/site_ruby/
> 1.8/rubygems/custom_require.rb:31:in `require'
>         from /var/www/gitorious/script/git-daemon:11
>
> On May 11, 1:23 pm, Daniel Espinoza <[email protected]> wrote:
> > Well,
> >
> > i'm looking that you are using ruby-enterprise, so, make sure that all
> gems
> > instaled are for ruby-enterprise
> >
> > try using
> >
> > $ /opt/ruby-enterprise-1.8.6-20081215/bin/gem install daemons
> >
> > I'm guessing that your gem path is pointing to regular ruby instead of
> > ruby-enterprise.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Wed, May 11, 2011 at 3:42 AM, linuxwarm <[email protected]>
> wrote:
> > > Hi,
> >
> > >  I did that I am still getting this message.
> >
> > > #export RAILS_ENV=production
> >
> > > # /etc/init.d/git-
> > > git-daemon       git-ultrasphinx
> >
> > > # /etc/init.d/git-daemon restart
> > > Stopping :                                                 [FAILED]
> > > Starting : /opt/ruby-enterprise-1.8.6-20081215/lib/ruby/site_ruby/1.8/
> > > rubygems/custom_require.rb:31:in `gem_original_require': no such file
> > > to load -- daemons (LoadError)
> > >        from /opt/ruby-enterprise-1.8.6-20081215/lib/ruby/site_ruby/
> > > 1.8/rubygems/custom_require.rb:31:in `require'
> > >        from /var/www/gitorious/script/git-daemon:4
> > >                                                            [FAILED]
> >
> > > On May 11, 12:52 pm, Daniel Espinoza <[email protected]> wrote:
> > > > $export RAILS_ENV=production
> >
> > > > On Wed, May 11, 2011 at 3:17 AM, linuxwarm <[email protected]>
> > > wrote:
> > > > > Hi,
> >
> > > > >  How can I set it?
> >
> > > > > On May 11, 12:41 pm, Daniel Espinoza <[email protected]> wrote:
> > > > > > Did you set you RAILS_ENV? when you restart?
> >
> > > > > > On Wed, May 11, 2011 at 2:53 AM, linuxwarm <
> [email protected]>
> > > > > wrote:
> > > > > > > Hi,
> >
> > > > > > >  I am getting the same. Daemon is installed. Here is its
> output.
> >
> > > > > > > #gem list | grep daemons
> > > > > > > daemons (1.1.0)
> >
> > > > > > > On May 11, 3:35 am, Daniel Espinoza <[email protected]>
> wrote:
> > > > > > > > Hi,
> >
> > > > > > > > Cheking if daemons gem is installed:
> >
> > > > > > > > $gem list | grep daemons
> > > > > > > > daemons (1.1.0) <= should be prompted gem version, if not,
> need
> > > to
> > > > > > > install
> >
> > > > > > > > Install daemons gem
> >
> > > > > > > > *$gem* install daemons
> >
> > > > > > > > On Tue, May 10, 2011 at 12:14 PM, linuxwarm <
> > > [email protected]
> >
> > > > > > > wrote:
> > > > > > > > > Hi,
> >
> > > > > > > > >  How can I check if "daemons" gem installed is installed
> and
> > > > > GEM_HOME?
> >
> > > > > > > > > On May 10, 12:33 pm, "COUDER Christian" <
> > > > > [email protected]>
> > > > > > > > > wrote:
> > > > > > > > > > Hi,
> >
> > > > > > > > > > It looks like you don't have the "daemons" gem installed.
> > > > > > > > > > Are you sure it is installed and git-daemon looks at the
> > > right
> > > > > > > GEM_HOME?
> >
> > > > > > > > > > Regards,
> > > > > > > > > > Christian.
> >
> > > > > > > > > > On 09/05/2011 22:54, linuxwarm wrote:
> >
> > > > > > > > > > > Hi,
> >
> > > > > > > > > > >   I am getting this error message when I restart
> > > git-daemon.
> > > > > Will
> > > > > > > you
> > > > > > > > > > > please let me know what should be the problem?
> >
> > > > > > > > > > > Starting :
> > > > > > > /opt/ruby-enterprise-1.8.6-20081215/lib/ruby/site_ruby/1.8/
> > > > > > > > > > > rubygems/custom_require.rb:31:in
> `gem_original_require': no
> > > > > such
> > > > > > > file
> > > > > > > > > > > to load -- daemons (LoadError)
> > > > > > > > > > >          from
> > > > > > > /opt/ruby-enterprise-1.8.6-20081215/lib/ruby/site_ruby/
> > > > > > > > > > > 1.8/rubygems/custom_require.rb:31:in `require'
> > > > > > > > > > >          from /var/www/gitorious/script/git-daemon:4
> >
> > > > > > > > > > *******************************
> > > > > > > > > > This e-mail contains information for the intended
> recipient
> > > only.
> > > > > It
> > > > > > > may
> > > > > > > > > contain proprietary material or confidential information.
> If
> > > you
> > > > > are
> > > > > > > not the
> > > > > > > > > intended recipient you are not authorised to distribute,
> copy
> > > or
> > > > > use
> > > > > > > this
> > > > > > > > > e-mail or any attachment to it. Murex cannot guarantee that
> it
> > > is
> > > > > virus
> > > > > > > free
> > > > > > > > > and accepts no responsibility for any loss or damage
> arising
> > > from
> > > > > its
> > > > > > > use.
> > > > > > > > > If you have received this e-mail in error please notify
> > > immediately
> > > > > the
> > > > > > > > > sender and delete the original email received, any
> attachments
> > > and
> > > > > all
> > > > > > > > > copies from your system.
> >
> > > > > > > > > --
> > > > > > > > > To post to this group, send email to
> > > [email protected]
> > > > > > > > > To unsubscribe from this group, send email to
> > > > > > > > > [email protected]
> >
> > > > > > > > --
> > > > > > > > Daniel Espinoza.
> >
> > > > > > > --
> > > > > > > To post to this group, send email to
> [email protected]
> > > > > > > To unsubscribe from this group, send email to
> > > > > > > [email protected]
> >
> > > > > > --
> > > > > > Daniel Espinoza.
> >
> > > > > --
> > > > > To post to this group, send email to [email protected]
> > > > > To unsubscribe from this group, send email to
> > > > > [email protected]
> >
> > > > --
> > > > Daniel Espinoza.
> >
> > > --
> > > To post to this group, send email to [email protected]
> > > To unsubscribe from this group, send email to
> > > [email protected]
> >
> > --
> > Daniel Espinoza.
>
> --
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
>



-- 
Daniel Espinoza.

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to