search for: curb

Displaying 20 results from an estimated 56 matches for "curb".

Did you mean: cur
2012 Nov 07
1
select(): Interrupted system call from curb when stopping unicorn
Hi, We''ve just migrated one of our rails applications from nginx/passenger running on REE 1.8.7 Ubuntu 8.04 to unicorn running on MRI 1.9.3 on Ubuntu 10.04. The app makes a number of calls to internal services using curb. Our deployment script stops unicorn by sending SIGQUIT to the unicorn master, sleeps for a few seconds to ensure that HAProxy has taken the node out of service and then starts unicorn again. However, since the migration, we''ve started seeing a few errors on each deploy, when the workers...
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. -----...
2009 Nov 03
1
Installing Feedzirra (and Curl/Curb) on Windows Vista
...rllib --without-curllib extconf.rb:12: Can''t find libcurl or curl/curl.h (RuntimeError) Try passing --with-curl-dir or --with-curl-lib and --with-curl- include options to extconf. Gem files will remain installed in C:/Program Files/Ruby/186-26/lib/ ruby/gems/1. 8/gems/taf2-curb-0.5.4.0 for inspection. Results logged to C:/Program Files/Ruby/186-26/lib/ruby/gems/1.8/gems/ taf2-curb- 0.5.4.0/ext/gem_make.out I took this as Curl was not installed, so have been trying to work out how to setup Curl in my enviroment with no success at all. I''ve download curl-7.19.6-d...
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 denied t...
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 howev...
2009 Mar 21
6
script/console: "no such file to load -- application.rb (MissingSourceFile)"
...ipt/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 Loading development environment (Rails 2.2.2) Curb not found. Using Net::HTTP. /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:382:in `load_without_new_constant_marking'': no such file to load -- application.rb (MissingSourceFile) from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active...
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 are the other competing tools for classification? Any literature paper/tutorial on comparisons? Thank you...
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
2005 Oct 18
8
free dids on goiax.com
...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 unrestrict outdial again, but this is the problem with free.. there is always someone that will abuse it. If anybody has any ideas on how to keep the abuse down let me know. The best ideas I have now is to only allow a certain amount of calling per month, add...
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 than I care to admit was having to install cyrus-sasl-plain rpm - EL5 apparently had that installed as part of the cyrus-sasl package....
2016 Jun 03
3
[lld] r271569 - Start adding tlsdesc support for aarch64.
...l continue to block contributions, while doing all the work themselves until such a day that it's deemed ready by the same developers, in which time that everyone else will then, be allowed to collaborate? Or is the community in disagreement with Rafael's behaviour and will try to not only curb it, but openly and actively promote more collaboration by allowing other people to participate in the design and implementation of their own targets? If the former, than I'll respectfully move to MCLinker. If the latter, than I expect due process and future collaborations, including letting Ad...
2003 May 07
1
graphics with rterm
...s 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 bit of efficiency that I would like to curb. I would like the graphs to appear and stay until I'm ready to dismiss them. I would rather not have rterm produce my plots as metafiles because I would like them to be immediately visible on the screen - I don't want to have to fiddle around opening graphics files. Any ideas? Is rterm th...
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.
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'') e...
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 to pass the SSL certificate file, but I didin''t understand it, since why do we need to have the ssl certificate to consume the API? Also let me...
2008 Mar 10
2
Mechanize for multi-part form post
...raries I''ve tried so far actually support uploading without headaches. Has work been done on this front? Am I totally off-base? If the answer to both of these is no, perhaps I''ll check out the latest mechanize and see if I can work up a patch. Oh also, I know I could use curb for this, but I really like mechanize and also curb isn''t jruby compatible. Thanks, Mat
2020 Jun 28
2
IRC spam
Is the channel now purposefully invite-only? If so, how is one supposed to join? Thanks, Stefan On Fri, Jun 26, 2020 at 12:23 PM Renato Golin via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Fri, 26 Jun 2020 at 01:03, Ryan Houdek <sonicadvance1 at gmail.com> wrote: > > I'll comment from the perspective of someone that is in the Mesa, > #dri-devel, #radeon
2010 Sep 27
3
having some issues with factory_girl and bundler...
...uot;, ">= 1.0.2" gem "json", ">= 1.2.4" gem "nokogiri", ">= 1.4.0" gem "tzinfo", ">=0.3.5" gem "SystemTimer", ">=1.1.3" gem "will_paginate", ">= 2.3.11" gem "taf2-curb", ">=0.3.5.0" gem "pg" gem "hoptoad_notifier" gem "treetop" gem "term-ansicolor" gem "diff-lcs" group :development, :test do gem "factory_girl", :require => ''factory Note: last tried... Placing it outside...
2011 Apr 12
4
OS X - `require': no such file to load -- sqlite3/sqlite3_native
...n `<main>'' However, if I do this: MacBook-Pro:splash Ross$ irb ruby-1.9.2-p136 :001 > require ''sqlite3'' => true ruby-1.9.2-p136 :002 > What isn''t working? Security issue? path? This worked for months and stopped working after I installed the curb and json gems. Ideas? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubsc...