Re: [virt-tools-list] connection refused when connecting to a VM

2011-02-08 Thread Bruno Lamps
If you autenticate (need to enter root password root password when connecting), see if root password hasn't changed (type 'su -', without the quotes, in terminal, enter root password and see if it works). Also check if libvirtd is running. Type 'ps aux | grep libtvirt' in terminal, see if there

Re: [virt-tools-list] connection refused when connecting to a VM

2011-02-08 Thread Tapas Mishra
Hi Bruno, what worked was changing the permissions of /var/run/libvirt/libvirt-sock When this problem came I saw the permissions as srwxrwx--- 1 root root 0 2011-02-08 15:54 libvirt-sock I did 777 to above file and I find the permissions now srwxrwx--- 1 root libvirtd 0 2011-02-08 15:54

Re: [virt-tools-list] How can I run virt-manager 0.8.5 and 0.8.6 at the same system?

2011-02-08 Thread Bruno Lamps
Hi, Just found the software where I can see the error messages (the kernel-related ones). Package:kernel Latest Crash:Qua 02 Fev 2011 14:33:43 Command:not_applicable Reason: WARNING: at lib/list_debug.c:26 __list_add+0x3f/0x81() Comment:None Bug Reports:

Re: [virt-tools-list] How do I set up spice with virt-manager-0.8.6?

2011-02-08 Thread Cole Robinson
On 02/04/2011 08:14 PM, sean darcy wrote: I've installed: rpm -qa | grep virt | sort libvirt-0.8.7-1.fc14.x86_64 libvirt-client-0.8.7-1.fc14.x86_64 libvirt-python-0.8.7-1.fc14.x86_64 ocaml-libvirt-0.6.1.0-7.fc13.x86_64 ocaml-libvirt-devel-0.6.1.0-7.fc13.x86_64

Re: [virt-tools-list] How do I set up spice with virt-manager-0.8.6?

2011-02-08 Thread Kenneth Armstrong
Will we have this capability in Fedora 15 without rebuilding from source? Or is that a bit further down the road? Thanks. -Kenny On Tue, Feb 8, 2011 at 10:31 AM, Cole Robinson crobi...@redhat.com wrote: On 02/04/2011 08:14 PM, sean darcy wrote: I've installed: rpm -qa | grep virt | sort

Re: [virt-tools-list] How do I set up spice with virt-manager-0.8.6?

2011-02-08 Thread Cole Robinson
On 02/08/2011 10:41 AM, Kenneth Armstrong wrote: Will we have this capability in Fedora 15 without rebuilding from source? Or is that a bit further down the road? Thanks. -Kenny Fedora 15 spice need no special packages/building, and the plan is to use spice for new f15 guests. - Cole

[virt-tools-list] store vm xml files in another directory

2011-02-08 Thread Kenneth Armstrong
I know that by default, vm xml files are in /etc/libvirt/qemu/vm-name.xml, but is there a configuration somewhere that I could point to another directory? For instance, have it on something like /srv/qemu/xml/vm-name.xml which would be a GFS2 filesystem (for HA purposes)? -Kenny