On Oct 22, 2:15 am, Peter Marks <[EMAIL PROTECTED]>
wrote:
>
> In-keeping with the pattern of my deployment process however, I'm
> confronted with yet another barrier. After successfully migrating the db
> with cap deploy:cold I get the following error:
>
>   * executing `deploy:start'
>   * executing "cd /home/peter/rails_apps/orbus/current; mongrel_rails
> start -e production -p 60559 -d"
>     servers: ["zeus.ocssolutions.com"]
>     [zeus.ocssolutions.com] executing command
> *** [err :: zeus.ocssolutions.com] ** Ruby version is not up-to-date;
> loading cgi_multipart_eof_fix
>     command finished
>
> Looks like I need to update ruby on my server. I'm not sure how to do
> this as it's shared hosting, so I'll have to contact my host tomorrow.

It's not necessary to update Ruby - Mongrel spits out this warning if
you have a Ruby version < 1.8.6, IIRC,
and I think the cgi_multipart_eof_fix is loade to get around that
fact. Have you checked whether you can access
your mongrel instances?

-Chrisl


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to