Mike C
2009-Mar-16 02:03 UTC
capistrano error: not allowed to execute ''/usr/bin/nohup script/spin''
I get the error that my assigned user isn''t allowed to execute script/ spin. I checked in my current/ directory and there is no script/spin file. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
MaD
2009-Mar-16 07:58 UTC
Re: capistrano error: not allowed to execute ''/usr/bin/nohup script/spin''
i hate to say it, but if you read the manual you''ll stumble over the following lines: [quote] By default, when Capistrano needs to start your application layer, it will try to execute a script called “spin”, in the “script” directory of your application, on each remote server. We’ll need to write that script, and then check it into the source repository. [/quote] read this: http://www.capify.org/getting-started/from-the-beginning/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Commander Johnson
2009-Mar-16 13:28 UTC
Re: capistrano error: not allowed to execute ''/usr/bin/nohup script/spin''
The page you mentioned looks very much updated now. A while ago the ''spin'' script was not well documented here. If you use subversion, don''t forget to add the svn:executable property to the spin script. (Why not do that with all the files in the script directory?) On Mon, Mar 16, 2009 at 8:58 AM, MaD <mayer.dominik-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > i hate to say it, but if you read the manual you''ll stumble over the > following lines: > > [quote] > By default, when Capistrano needs to start your application layer, it > will try to execute a script called “spin”, in the “script” directory > of your application, on each remote server. We’ll need to write that > script, and then check it into the source repository. > [/quote] > > read this: > http://www.capify.org/getting-started/from-the-beginning/ > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Mike C
2009-Mar-16 16:23 UTC
Re: capistrano error: not allowed to execute ''/usr/bin/nohup script/spin''
Oh, so I have to create the spin script myself? On Mar 16, 6:28 am, Commander Johnson <commanderjohn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> The page you mentioned looks very much updated now. A while ago the ''spin'' > script was not well documented here. > If you use subversion, don''t forget to add the svn:executable property to > the spin script. (Why not do that with all the files in the script > directory?) > > On Mon, Mar 16, 2009 at 8:58 AM, MaD <mayer.domi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > i hate to say it, but if you read the manual you''ll stumble over the > > following lines: > > > [quote] > > By default, when Capistrano needs to start your application layer, it > > will try to execute a script called “spin”, in the “script” directory > > of your application, on each remote server. We’ll need to write that > > script, and then check it into the source repository. > > [/quote] > > > read this: > >http://www.capify.org/getting-started/from-the-beginning/--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
MaD
2009-Mar-17 08:05 UTC
Re: capistrano error: not allowed to execute ''/usr/bin/nohup script/spin''
duh. *g* --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---