All those lines mean is that the output is being returned on STDERR (as opposed to STDOUT).
p. On Feb 22, 2011, at 10:45 AM, leivoset wrote: > See my Stack Overflow question for details (http://stackoverflow.com/ > questions/5044992/capistrano-error-with-successfully-copied-files). > > Basically, I'm deploying a Rails application and using a plugin that > comes with a rake task to generate cache files. I'm trying to get the > cache files to generate automatically on deploy via Capistrano, so I > added a method to my deploy.rb. When I do the deploy the rake task > executes and properly copies all the files into place, but when > Capistrano reports the copies happening, the lines start with "*** > [err :: servername]". What could be causing Capistrano to report these > as erroneous when the copies are succeeding? > > Thanks in advance! > > -- > * 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 -- Patrick Reagan <[email protected]> -- * 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
