WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] virt-manager on RH AS 5.1

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] virt-manager on RH AS 5.1
From: Tiago Cruz <tiagocruz@xxxxxxxxxxxx>
Date: Fri, 22 Feb 2008 15:36:51 -0300
Delivery-date: Fri, 22 Feb 2008 10:41:20 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I'm running "Red Hat Enterprise Linux Server release 5.1 (Tikanga)" on
my server with:

[root@xen-7 ~]# rpm -qa | grep virt
libvirt-0.2.3-9.el5
libvirt-python-0.2.3-9.el5
virt-manager-0.4.0-3.el5
python-virtinst-0.103.0-3.el5_1.1

# egrep -v '(^#|^$)' /etc/libvirt/libvirtd.conf
listen_tls = 1
listen_tcp = 1
tls_port = "16514"
tcp_port = "16509"
unix_sock_group = "libvirtd"
unix_sock_ro_perms = "0777"
unix_sock_rw_perms = "0770"
auth_unix_ro = "none"
auth_unix_rw = "none"

# ps -ef | grep libvirt
root     31142     1  0 17:29 ?        00:00:00 libvirt_qemud --system
--daemon
nobody   31167 31142  0 17:29 ?        00:00:00 dnsmasq
--keep-in-foreground --strict-order --bind-interfaces --pid-file
--conf-file  --listen-address 192.168.122.1 --except-interface lo
--dhcp-leasefile=/var/lib/libvirt/dhcp-default.leases --dhcp-range
192.168.122.2,192.168.122.254


But I can't see any port open on netstat:

# netstat -nlp | grep 16509
# (nothing) 
 
So, on my desktop-client (Ubuntu hardy), the virt-manager (0.5.3) says:

"Unable to open a connection to the libvirt management daemon.

Verify that:
 - The 'libvirtd' daemon has been started"

What can I do to fix this?

Thanks



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] virt-manager on RH AS 5.1, Tiago Cruz <=