I install deprec with gem install deprec but when i write deprec --apply-to . this message display to me " ''deprec'' is not recognized as an internal or external command, operable program or batch file. " what can i do? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
i deploy my rails application with capistrano and deprec2 to ubuntu the username is ''mahmoud'' but when i deploy this message display " connection failed for: 10.0.0.8 (Net::SSH::AuthenticationFailed: mahmoud) " what can i do?
On Mon, Apr 27, 2009 at 1:37 PM, mahmoud_cs <mahmoudahmedfoaad-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>wrote:> > i deploy my rails application with capistrano and deprec2 to ubuntu > the username is ''mahmoud'' > but when i deploy this message display > " connection failed for: 10.0.0.8 > (Net::SSH::AuthenticationFailed: mahmoud) " > what can i do?You can simply verify your connection by doing the following: ssh mahmoud@<hostname> If this doesn''t work, then you need to check that you can connect to the host using SSH. Then you''ll need to verify that you''re using the correct credentials. If it does work, then you''ll need to check that you''re the correct credentials within your Capistrano configs. Good luck, -Conrad> > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Mon, Apr 27, 2009 at 1:52 PM, Conrad Taylor <conradwt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Mon, Apr 27, 2009 at 1:37 PM, mahmoud_cs <mahmoudahmedfoaad-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>wrote: > >> >> i deploy my rails application with capistrano and deprec2 to ubuntu >> the username is ''mahmoud'' >> but when i deploy this message display >> " connection failed for: 10.0.0.8 >> (Net::SSH::AuthenticationFailed: mahmoud) " >> what can i do? > > > You can simply verify your connection by doing the following: > > ssh mahmoud@<hostname> >The above command is to be performed at the command line.> > If this doesn''t work, then you need to check that you can connect > to the host using SSH. Then you''ll need to verify that you''re using > the correct credentials. > > If it does work, then you''ll need to check that you''re the correct > credentials within your Capistrano configs. > > Good luck, > > -Conrad > > >> >> >> >> >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---