On Wed, Sep 19, 2012 at 3:53 PM, junioralvin <[email protected]> wrote:
> tail -f /var/www/gitorious/log/production.log > > Errno::ETIMEDOUT (Connection timed out - connect(2)): > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/net/http.rb:560:in > `initialize' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/net/http.rb:560:in `open' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/net/http.rb:560:in > `connect' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/timeout.rb:53:in > `timeout' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/timeout.rb:93:in > `timeout' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/net/http.rb:560:in > `connect' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/net/http.rb:553:in > `do_start' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/net/http.rb:542:in > `start' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:242:in > `open_http' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:616:in > `buffer_open' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:164:in > `open_loop' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:162:in > `catch' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:162:in > `open_loop' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:132:in > `open_uri' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:518:in `open' > /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:30:in `open' > app/models/blog_feed.rb:13:in `fetch' > This error seems to be caused by a request to the Gitorious blog feed timing out. If you're running with is_gitorious_dot_org: true in your gitorious.yml, which will cause your server to embed recent posts from the Gitorious blog on your home page. If your server isn't able to connect to blog.gitorious.org, you should probably not run with that setting set to true. Cheers, - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
