[Libvir] VMC - Virtual Machine Console

2008-01-13 Thread Meng Kuan
and what you don't like. If you have any problems, questions or suggestions please feel free to contact us at [EMAIL PROTECTED] or post them on our forum: http://forum.sxven.com/ Best regards, Meng Kuan -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir

Re: [Libvir] ANNOUNCE: Ruby bindings for libvirt

2007-11-19 Thread Meng Kuan
Hi David, On 20 Nov 2007, at 5:10 AM, David Lutterkort wrote: I'm pleased to announce the availability of Ruby bindings for libvirt. The main site for them is http://libvirt.org/ruby API docs can be found at http://libvirt.org/ruby/api/index.html An initial release is at

Re: [Libvir] Remotely starting a fully-virtualized guest

2007-09-24 Thread Meng Kuan
On 24 Sep 2007, at 7:49 PM, Richard W.M. Jones wrote: Meng Kuan wrote: Hi, I am trying to start a fully virtualized guest called full1 remotely. The connection URI I am using is xen+ssh:// [EMAIL PROTECTED]/. (Note that I am able to start/stop/resume/shutdown para-virtualized guests

Re: [Libvir] Compiling libvirt v0.3.2 on centos5

2007-09-05 Thread Meng Kuan
On 04 Sep 2007, at 7:17 PM, Richard W.M. Jones wrote: I've installed a fresh CentOS 5.0 (x86-64) and did: (1) Create ~/.rpmmacros ~/rpm directory structure as described in Dan's email. (2) yum install rpm-build rpm-devel python-devel xen-devel \ libxml2-devel readline-devel

[Libvir] Compiling libvirt v0.3.2 on centos5

2007-09-03 Thread Meng Kuan
Hi, Here is what I did when I tried to upgrade the libvirt on my centos5 system to the latest version. sudo yum install python-devel xen-devel libxml2-devel readline- devel gnutls-devel wget ftp://libvirt.org/libvirt/libvirt-0.3.2-1.src.rpm sudo rpmbuild --rebuild

Re: [Libvir] Ruby bindings for libvirt

2007-08-31 Thread Meng Kuan
On 31 Aug 2007, at 1:56 AM, David Lutterkort wrote: On Thu, 2007-08-30 at 17:32 +0800, Meng Kuan wrote: [EMAIL PROTECTED] libvirt_ruby]# irb irb(main):001:0 require 'libvirt_ruby' = true irb(main):002:0 conn = Libvirt_ruby.virConnectOpenReadOnly() = #SWIG::TYPE_p__virConnect

Re: [Libvir] Ruby bindings for libvirt

2007-08-31 Thread Meng Kuan
On 30 Aug 2007, at 9:01 PM, Daniel Veillard wrote: 2. Alternatively I can try to make my ruby code use libvirt-python bindings as a python library. Has anyone done so? Any problems with this approach? No idea. But I would be a bit worried about piling up layers like that, might work for you