similar to: Does current libvirt ruby support ruby 1.9.2? Or when will it support it?

Displaying 20 results from an estimated 30000 matches similar to: "Does current libvirt ruby support ruby 1.9.2? Or when will it support it?"

2011 Jun 15
1
Ruby 1.9.2 - puppetd error "Could not request certificate: SSL_connect returned=1"
Hello, Running latest Puppet 2.7rc4, Ruby 1.9.2 p180, slackware 13.37 64. Default (webrick) setup, no mongrel no apache. Running puppet master on the main puppet server works fine, no problem. Running puppet agent on the same machine works fine, no problem. Running puppet agent on a client server (separate machine) connecting to master gives the following error: "err: Could not request
2011 Aug 17
4
How to use Oniguruma in ruby 1.9.2?
Hello Guys , Can anyone explain me how to use Oniguruma in ruby 1.9.2 , I guess in ruby 1.9.2 its a default library so there is no need to install externally? I was using Oniguruma::ORegexp.new( in ruby 1.8.7 . Thanks Nishant -- 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
2011 Jul 29
2
ruby-libvirt 0.4.0
On 07/29/11 - 09:34:17AM, David M. Barlieb wrote: > Hi, I'm fairly new to using libvirt. I have RHEL6 servers running KVM > virtual environment. As I understand it, libvirt provides the tools to > the KVM environment so that I can create domains or virtual guests. So, > that being said, what does this ruby-libvirt provide me or enhance given > my current setup. > > >
2010 Apr 27
1
ruby-libvirt equiv of virsh list --all
Hi all, I have a working KVM system managed with virsh and virt-install. I am currently playing with ruby-libvirt-0.1.0. I am wanting to build a simple sinatra/ruby app to show the VE's on a node and their state. I have ruby 1.8.5 on CentOS 5.4. I have the basics of it worked out but am a little stuck. Is there a way of retrieving a list of all VM's on a host using
2010 Sep 30
1
Ruby-libvirt and openAuth
Hello, It looks like the Ruby bindings do not support virConnectOpenAuth. Is this true? If so, is there any reason why? or plans to? Thanks, Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100930/b4267ba7/attachment.htm>
2011 Nov 19
3
When will Puppet officially support Ruby 1.9.2+
Hello everyone, Ruby 1.8.7 is EOS now. So, when will Puppet become Ruby 1.9.2+ compatible? I am considering to deploy Puppet on a large hosts of servers. If Ruby 1.9.2 cannot be supported, I have to turn to Chef. Best regards, Tetsu -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2011 Nov 14
3
ruby 1.9.3 causes rbuf_fill timeout, but 1.8.7 does not
subject line says it all. I am trying to use the Google Storage gem (gstore), and if i use ruby 1.8.7, no problem. If i try to use ruby 1.9.3, i get this error: Timeout::Error: Timeout::Error from /usr/local/lib/ruby/1.9.1/net/protocol.rb:146:in `rescue in rbuf_fill'' from /usr/local/lib/ruby/1.9.1/net/protocol.rb:140:in `rbuf_fill'' from
2009 Feb 09
4
rails on ruby-1.8.7
Download page(http://rubyonrails.org/download) tells as follows "We recommend Ruby 1.8.7 for use with Rails." Which version of RoR is stable(or available) on ruby-1.8.7? I want to use rails-2.1.2. but I dont know that is appropriate. # Im going to run redMine 0.8.0 on Ubuntu 8.10. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed
2012 Jan 20
3
Istalling Ruby 1.9.2
I just installed 1.9.2 on my 2nd machine, but after I installed I checked the version with ruby -v and it sent me 1.8.7 Here''s the terminal output...anyone know what''s wrong (I have RVM installed): Francescas-MacBook-Air:~ fkrihely$ rvm install 1.9.2 Fetching yaml-0.1.4.tar.gz to /Users/fkrihely/.rvm/archives Extracting yaml-0.1.4.tar.gz to /Users/fkrihely/.rvm/src Configuring
2010 Sep 09
3
1.9.2 why does relative_require need an additional backtrack in path
Why does Ruby-1.9.2-p0 require an additional ../ for relative paths when compared to the same code for ruby1.8? if RUBY_VERSION < ''1.9'' require File.dirname(__FILE__) + library else require_relative File.dirname(__FILE__) + ''/..'' + library end -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core"
2010 Aug 30
1
Is it possible to live migrate guest OS'es between different versions of kvm/qemu-kvm with libvirt?
Hi, I currently have a couple of Debian KVM servers with all a different version of kvm or qemu-kvm. I can live migrate a guest OS from one server to the other just fine, as long as the version of qemu-kvm is the same. However, when I try to migrate a guest to a server running a newer (or older) version of qemu-kvm, I run into problems. I think this is because the xml configuration differs
2011 Jan 13
9
[RVM,Ubuntu]ruby installed from rvm doesn't work
I''ve installed ruby1.9.2 from rvm but ruby doesn''t work on my ubuntu there is a picture showing my situation. plase give me a help http://postfiles4.naver.net/20110114_51/sukury47_1294944222409RbBlv_JPEG/rvm_break.JPG?type=w3 -- 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
2011 Mar 02
2
[ win32utils-Bugs-28904 ] Gem win32-eventlog v0.5.2 on Ruby 1.9.1 and 1.9.2
Bugs item #28904, was opened at 2011-02-02 10:41 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=28904&group_id=85 Category: win32-eventlog Group: Code Status: Open Resolution: None Priority: 3 Submitted By: Jason Bourne (jbourne) Assigned to: Nobody (None) Summary: Gem win32-eventlog v0.5.2 on Ruby 1.9.1 and 1.9.2 Initial Comment: 1.Requirement:
2011 Mar 11
1
ruby bindings has two gems (I think)
When I look at remote gems I see: - libvirt (0.2.0), "A ruby client library providing an interface to libvirt via FFI" - ruby-libvirt (0.3.0), "Provides bindings for libvirt" I've been using ruby-libvirt, but maybe I should give libvirt a try? Has anyone used libvirt (0.2.0) and developed opinions they'd like to share? -jb -------------- next part -------------- An
2010 Jun 10
9
Rails3 beta4 + Ruby 1.9
When I try rails console using Rails3 beta4 and Ruby 1.9.1-p378 I cannot save a record: > rails console Loading development environment (Rails 3.0.0.beta4) ruby-1.9.1-p378 > g = Game.new => #<Game id: nil, player_id: nil, versus_id: nil, finished: nil, created_at: nil, updated_at: nil> ruby-1.9.1-p378 > g.save NameError: undefined method `<=>'' for class
2010 May 04
1
migration using libvirt api
Hello, I am working on xen hypervisor. I am facing problem in migating vm locally on same system using libvirt api. please help me with some c sample codes. Please send some demo programs or some related help how to migrate a vm locally using libvirt api. Thanking Yuo Rahul Singh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 28
1
libvirt problems. Create bridged network via cmdline?
Hello! I've faced a weird problem. And I totally can't understand how libvirt handles networks. The thing that i need to do is simple. I create a bridge in my ubuntu host, the following config: *iface eth0 inet manual* * * *auto br0* *iface br0 inet dhcp* * bridge_ports eth0* * bridge_stp on* * bridge_maxwait 0* That's OK, and my bridge turns up automatically. But I don't
2010 Jun 16
1
libvirt API hangs
Hi, I have someVMs in my KVM hosts(RHEL 5.5), I found when run "virsh save <domain> <file>" to save a VM, the command "virsh dominfo <domain>" will hang until the save command finishes. Is this libvirt's behavior? Or KVM/QEMU's? This may impact the performance. Thanks, Qian -------------- next part -------------- An HTML attachment was scrubbed...
2011 Feb 10
8
rvm install 1.8.7 prompts "There has been an error while running make. Halting the installation."
I want to work with both Rails 2 and Rails 3 projects. I have RVM installed. When I upgraded to Rails 3, Installed RVM via terminal: bash < <( curl http://rvm.beginrescueend.com/releases/ … ll-latest) version=$(curl http://rvm.beginrescueend.com/releases/ … sion.txt); mkdir -p ~/.rvm/src/ && cd ~/.rvm/src/ && curl -O http://rvm.beginrescueend.com/releases/ … on}.tar.gz |
2010 Oct 23
4
Could not find 'sqlite3-ruby' error in Ubuntu
Hi all, please help me: First time I totally had to delete all ruby and Rails because of this problem. How to solve it well? The message is: *Could not find gem ''sqlite3-ruby (>= 0, runtime)'' in any of the gem sources.* *Try running `bundle install`* I have *Ubuntu* Linux. ruby -v = *1.9.2p0* gem -v = *1.3.7* rails -v = error message again, 2 hours ago it was "rails