Re: [libvirt-users] Virtualizing a an old SuSE system

2012-02-28 Thread Dale Amon
On Tue, Feb 28, 2012 at 12:29:04PM -0500, Cole Robinson wrote: > > virt-manager --connect qemu+ssh://r...@myhost.domain.net > > This needs to have /system at the end, as Eric mentioned. > > Probably easier to test the URI with 'virsh --connect' first. virsh --connect qemu+ssh://root@/system d

[libvirt-users] Fwd: Unable to connect qemu:///system on Fedora16 X86_64

2012-02-28 Thread suyi wang
-- 已转发邮件 -- 发件人: suyi wang 日期: 2012年2月29日 上午10:57 主题: Re: [libvirt-users] Unable to connect qemu:///system on Fedora16 X86_64 收件人: Eric Blake So, thanks a lot . Eric. I attached the figure,which showed when I ran the command "virt-manager". I also tested the commad as follows,

Re: [libvirt-users] Unable to connect qemu:///system on Fedora16 X86_64

2012-02-28 Thread Eric Blake
On 02/28/2012 10:23 AM, suyi wang wrote: > Dear all: > I ust installed Fedora16Fedora16 X86_64 on my new machine, and then I > ran the commands as follows(ran as root): > > yum install qemu-kvm > yum install qemu > yum install libvirt > yum install virt-manager > >then I started the libvi

Re: [libvirt-users] Virtualizing a an old SuSE system

2012-02-28 Thread Cole Robinson
On 02/27/2012 08:56 PM, Dale Amon wrote: > On Mon, Feb 27, 2012 at 05:41:49PM -0700, Eric Blake wrote: >> On 02/27/2012 05:15 PM, Dale Amon wrote: >>> On Mon, Feb 27, 2012 at 11:14:41AM -0700, Eric Blake wrote: On 02/25/2012 07:42 PM, Dale Amon wrote: > I'm in the midst of an attempt to co

[libvirt-users] Unable to connect qemu:///system on Fedora16 X86_64

2012-02-28 Thread suyi wang
Dear all: I ust installed Fedora16Fedora16 X86_64 on my new machine, and then I ran the commands as follows(ran as root): yum install qemu-kvm yum install qemu yum install libvirt yum install virt-manager then I started the libvirtd as follow: /etc/init.d/lbvirtd start So , it ran well.

Re: [libvirt-users] Bug? virGetLastError() returns NULL after virDomainCreate() if Domain running already

2012-02-28 Thread Eric Blake
On 02/28/2012 03:57 AM, Guido Winkelmann wrote: >> >> There's nothing in there between calling virDomainCreate() and >> virGetLastError(). There are no other threads, either. >> >> Anyway, I've fired up gdb now to see if I can find out where the error >> object gets lost. > > I found out what is h

Re: [libvirt-users] Sys::Virt

2012-02-28 Thread Evaggelos Balaskas
Again, thanks for any help # gcc --version gcc (GCC) 4.6.2 20120120 (prerelease) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Evaggelos Balas

Re: [libvirt-users] Sys::Virt

2012-02-28 Thread Alex Jia
On 02/27/2012 11:55 PM, Evaggelos Balaskas wrote: Hi Alex, thanks for your reply, i've tried git but ... /usr/bin/perl "-Iblib/arch" "-Iblib/lib" perl-Sys-Virt.spec.PL perl-Sys-Virt.spec make: *** [perl-Sys-Virt.spec] Segmentation fault make: *** Deleting file `perl-Sys-Virt.spec' I haven't a

Re: [libvirt-users] Bug? virGetLastError() returns NULL after virDomainCreate() if Domain running already

2012-02-28 Thread Guido Winkelmann
Am Freitag, 24. Februar 2012, 18:21:37 schrieb Guido Winkelmann: > Am Donnerstag, 23. Februar 2012, 13:40:03 I wrote: > > Am Mittwoch, 22. Februar 2012, 11:26:50 schrieb Eric Blake: > > > Can you post the code snippet you are using to get this situation? > > > > Unfortunately, the problem occurs i