It's a problem with rbenv, I would assume, the permissions errors shouldn't be a problem:- is your deploy user a member of the rvm group? (regrettably I have to say that rvm is often a source of more problem than other alternatives such as rbenv or similar)
Lee Hambley -- http://lee.hambley.name/ On 25 March 2013 19:08, Weverton Gomes <[email protected]> wrote: > Hi, > > Here is it: https://gist.github.com/weverton/5239257 > > I just get out if I run "RAILS_ENV=production bundle install", I get the > same error. > > Weverton Gomes de Morais > Tecnólogo em Redes de Comunicação > Arquiteto de Software > Desenvolvedor C# e Delphi > Entusiasta Ruby/Rails > "Todos juntos somos fortes" > > > 2013/3/25 Rafa García <[email protected]> > >> Hi Weverton, >> >> Could you gist your deploy.rb ? >> >> Anyway if you ran "bundle install"(by hand) gems should be installed >> and doesn't need to be installed again. >> >> Regards >> >> >> 2013/3/25 Weverton Gomes <[email protected]> >> >>> Hi, >>> >>> I'm getting an error when I run cap deploy:cold. When Capstrano tryies >>> to run "bundle install --gemfile >>> /home/deployer/apps/my_app/shared/cached-copy/app_portal/Gemfile --path >>> /home/deployer/apps/my_app/shared/bundle --deployment --quiet --without >>> development test", I get the following error: >>> https://gist.github.com/weverton/5238948 >>> >>> rbenv with ruby 1.9.3-p392 >>> Capistrano 2.14.2 >>> >>> Otherwise, if I run only "bundle install", manually, all works fine. >>> >>> Any ideas?? >>> >>> Thanks, >>> >>> Weverton >>> >>> -- >>> -- >>> * You received this message because you are subscribed to the Google >>> Groups "Capistrano" group. >>> * To post to this group, send email to [email protected] >>> * To unsubscribe from this group, send email to >>> [email protected] For more options, visit this >>> group at http://groups.google.com/group/capistrano?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Capistrano" 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. >>> >>> >>> >> >> -- >> -- >> * You received this message because you are subscribed to the Google >> Groups "Capistrano" group. >> * To post to this group, send email to [email protected] >> * To unsubscribe from this group, send email to >> [email protected] For more options, visit this >> group at http://groups.google.com/group/capistrano?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Capistrano" 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. >> >> >> > > -- > -- > * You received this message because you are subscribed to the Google > Groups "Capistrano" group. > * To post to this group, send email to [email protected] > * To unsubscribe from this group, send email to > [email protected] For more options, visit this > group at http://groups.google.com/group/capistrano?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Capistrano" 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. > > > -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" 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.
