I have seen errors like "(SocketError: getaddrinfo: Name or service not known)" when I was running a virtual machine, specifically VMWare 2.x on Mac OS X 10.6, and capistrano at the same time. I had to stop the vmnet daemon to resolve the name.
On Wed, Jul 7, 2010 at 9:11 AM, Jitu <[email protected]> wrote: > > Hi, > It was causing because somehow may domain is not being resolved. > So I used the IP instead for now. > At least it works now :) > > On Jul 5, 10:14 pm, Jitu <[email protected]> wrote: > > Thanks for the quick reply :) > > I am using any gateway server or vpn. > > But I am sure using the ssh port. > > > > Here is my deploy.rb file.http://gist.github.com/464650 > > > > On Jul 5, 4:34 pm, Lee Hambley <[email protected]> wrote: > > > > > > > > > Thanks Jitu, > > > > > Are you using any special configuration? Example custom ssh port, gateway > > > server, vpn or something? > > > > > - Lee > > > > > On 5 July 2010 15:52, Jitu <[email protected]> wrote: > > > > > > Here is more information > > > > Ruby version > > > > ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux] > > > > Ruby Enterprise Edition 20090421 > > > > > > Capistrano v2.5.5 > > > > > > Deploying from Ubuntu 10.04 > > > > > > On Jul 5, 3:45 pm, Jitu <[email protected]> wrote: > > > > > Hi, > > > > > All of a sudden I am getting this error,http://gist.github.com/464361 > > > > > > > There was no change in the cap file. > > > > > I can access the server like, > > > > > > > ssh simplesignup.se > > > > > > > which works fine. > > > > > > -- > > > > * 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]<capistrano%2bunsubscr...@googlegrou > > > > ps.com>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 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 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
