similar to: select(): Interrupted system call from curb when stopping unicorn

Displaying 20 results from an estimated 1000 matches similar to: "select(): Interrupted system call from curb when stopping unicorn"

2009 Nov 03
1
Installing Feedzirra (and Curl/Curb) on Windows Vista
I''m trying to use Feedzirra within my rails app and am having a mountain of trouble trying to get the gem installed. Running "gem install pauldix-feedzirra" gives me the following output. ERROR: Error installing pauldix-feedzirra: ERROR: Failed to build gem native extension. "C:/Program Files/Ruby/186-26/bin/ruby.exe" extconf.rb checking for curl-config...
2009 Oct 15
0
curb gem not getting installed...
Hi, I am trying to install curb on my windows machine. I went through a few web pages directing to install it. I installed curl-7.19.6 binary and provided the path in the environment variables. I can now use the curl command line. Then I went on to installing curb using the gem install curb. It gave me the following error.
2010 Sep 27
3
having some issues with factory_girl and bundler...
Hi All Need some brilliants minds here :) I''m using Rails 2.3.8 & ruby 1.8 (I know, I know... ) I''ve move my gems from .gems to Bundler, but I''m having some issues with Factory_girl when I rake spec "uninitialized constant Factory" I''m following the instructions from http://gembundler.com/rails23.html. Basically: - grab all config.gem and place
2013 Jun 19
0
Running RSpec tests, how can I resolve a “Curl::Err::OutOfMemoryError”?
Running an rspec test with ruby bindings for libcurl (with curb<https://github.com/taf2/curb>) like so: it "Should return a certain user in a JSON array" do $var = Curl::Easy.new("some-url.com") $var.perform response = JSON.parse($var.body_str) response[''user''].should eq(''some user name'') end and sometimes I get this error:
2008 Mar 21
2
Polling again: switch the list over to subscriber-only?
Traffic on the klibc list has recently been very low, and unfortunately in the meantime, spam has picked up. I'd like to poll the subscribership again if we should switch to subscriber-post-only to curb the spam. -hpa
2020 Jun 28
2
IRC spam
On Sun, 28 Jun 2020 at 13:01, Stefan Stipanovic <stefomeister at gmail.com> wrote: > Is the channel now purposefully invite-only? If so, how is one supposed to join? It's not. More people were added as moderators to curb the problem instead. Are you having trouble joining the channel?
2009 Jun 19
2
good boosting tutorial and package in R?
Hi all, Could you please give me some pointers about what's the best boosting package in R currently? in terms of classification accuracy? And any pointers about tutorials and study-materials to curb the learning curve will be greatly appreciated! Thank you! p.s. Does anybody happen to know Boosting implemented in other language such as Matlab? Are they good in terms of accuracy? What
2013 Nov 22
2
Postfix relay on Comcast
How to get postfix working on CentOS 6 and Comcast. Recently, they've changed their policies regards email relay and require authentication even to send email. (they no longer use IP address ranges, presumably in an attempt to curb outgoing SPAM) I didn't see an updated howto anywhere on the Interwebs, thought I'd point out what I had to do. The part that had me stumped for longer
2012 Nov 16
0
With streaming on, closed client connections cause Fatal Broken Pipe errors
Once we turned streaming on on www.songkick.com, we started getting these errors on production quite a bit. (See below) It appears that if the client closes the connection during the rendering of the template, the next attempt to write a portion of the page to the connection will fail with a Broken Pipe error, understandably. Rails catches this and turns it into a ActionView::Template::Error.
2005 Oct 18
8
free dids on goiax.com
GoIAX, the Asterisk community's free IAX provider, is offering free US dids now. I loaded about 175 dids in and put up a very beta sign in page. Unfortunately I had to restrict the free us/canada outbound calling back down to toll-free only. There was a lot of war dialing and prank calling going on. I'm working on some stuff to hopefully curb that kind of stuff down so I can
2005 Feb 15
2
why does the Polycom IP600 check FTP every 60 seconds...
Hi, I am mostly happy with my Polycom IP600 but it apparently needs to check the FTP server every minute. I couldn't find any obvious setting related to that behavior in the configuration files. Any idea how to curb the IP600's spurious network activity? Thanks, -- Lord, protect me from your followers.
2003 May 07
1
graphics with rterm
I would like to use R as the graphical interface for a fortran program I am writing. Presently my fortran code produces a set of data files then sends an "rterm ..... <filename.r >out.out" line to my windows system. This causes rterm to read in the data files, draw plots on my screen in milliseconds .... and then terminate and disappear, plots and all, forever. It's this last
2009 Mar 21
6
script/console: "no such file to load -- application.rb (MissingSourceFile)"
Here''s what I get when I try to use the console with the current facebooker: First I make a simple app: rails foo -d mysql cd foo script/plugin install git://github.com/mmangino/facebooker.git Then I go to config/environment.rb and change the rails version to ''2.2.2'' Then I run the console: script/console and I get: [17:56][herdrick:~/rails/foo]$ script/console
2013 Jan 08
6
Fwd: HOW TO USE SSL IN SAVON
HI All, I want to consume the SOAP apis using SSL in the SAVON gem, but I am facing the below error while trying to access the soap services. client = Savon.client(wsdl: "https://xxx?WSDL") client.operations HTTPI GET request to xxxxx (curb) HTTPI::SSLError: Curl::Err::SSLPeerCertificateError In the Savon site <http://savonrb.com/version2.html#globals-ssl> I found that options
2016 Jun 03
3
[lld] r271569 - Start adding tlsdesc support for aarch64.
On 3 June 2016 at 18:47, Rui Ueyama <ruiu at google.com> wrote: > Renato, it is not appropriate to call it my and Rafael's pet project. Hi Rui, I apologise, that was wrong in all levels. I know how much other people have contributed, but these people are on the inside already, so their contributions are more easily accepted. We have been trying to contribute for more than a year
2002 Mar 12
0
Heineken Face EU Fines for Curbing Rivalry
Heineken NV and Carlsberg A/S may be fined after the European Commission charged that they conspired to curb competition in the Dutch and Danish beer markets from 1993 to 1996. The European Union's antitrust regulator said evidence collected in raids two years ago showed the two brewers broke EU law by agreeing not to sell ``intensively'' in each other's territory. The companies
2009 Feb 15
0
error in facebooker 1.0.13 using URI.parse, fix below
begin + require ''uri'' require ''curb'' Facebooker.use_curl = true rescue LoadError $stderr.puts "Curb not found. Using Net::HTTP." require ''net/http'' end require ''uri'' is need for the url method. also anyone using the latest, make sure json and curb is installed, curb however is optional. -------------- next
2011 Jun 13
0
Unicorn.run method removed in unicorn.git
I don''t know if there are any folks wrapping Unicorn, but I''ve removed the Unicorn.run method in unicorn.git as part of an effort to reduce stack size (which will improve GC performance and reduce the cost of generating (and examining) backtraces. You can replace: Unicorn.run(app, options) With: Unicorn::HttpServer.new(app, options).start.join This will be in the
2012 May 14
2
unicorn <3
hey, i am a big unicorn fan -- i have been running it in production since late 2010, and it is happily handling (literally) billions of backend requests for a popular facebook game. i also <3 unicorns in general ..... so i decided to make an awesome t- shirt, sporting the "Angry Unicorn" that you may remember from github error pages. i hope some of you might like it as well:
2010 Aug 15
1
unicorn behind apache with file uploads
Hi, For one of our apps we switched to unicorn from mongrel. The unicorn server use to run behind an apache with timeout of 300sec, as sometime the customer may do a large file upload. After we made the switch we started getting lots of Unicorn::ClientShutdown occurred in photos#flash_upload bytes_read=2762663 (pr some other number) We were not able to recreate it in our tests, but support was