> On Sat, 5 Mar 2011 22:54:31 +0530 <
mightydreams@xxxxxxxxx>
wrote:
>
> In a previous thread I had posted problem of guest
creation for a
> pv-ops Dom0 kernel.
> This week I recompiled every thing from scratch.
> Following is my config file for 2.6.32.27
>
http://pastebin.com/AvSVgVQE
> and the error this time I am getting trying to do with
virt-install is
>
>
> ERROR unable to connect to 'localhost:8000': Connection
refused
> Traceback (most recent call last):
> File "/usr/bin/virt-install", line 943, in
> main()
> File "/usr/bin/virt-install", line 715, in main
> conn = cli.getConnection(options.connect)
> File "/usr/lib/pymodules/python2.6/virtinst/cli.py",
line 162, in
> getConnection
> conn = open_connection(connect)
> File "/usr/lib/pymodules/python2.6/virtinst/cli.py",
line 177, in
> open_connection
> open_flags)
> File "/usr/lib/python2.6/dist-packages/libvirt.py",
line 111, in openAuth
> if ret is None:raise libvirtError('virConnectOpenAuth()
failed')
> libvirtError: unable to connect to 'localhost:8000':
Connection refused
>
>
> I am able to see xm info output but some how the guest
creation is failing.
I could be wrong, but this doesn't appear to be a kernel
problem. Especially if xm info is working, so the xen service
has started aleardy.
Did you ever have a working Xen setup (kernel, hypervisor, and
tools) that was able to create guests?
If so what (if any) changes have you made to your Xen tools
(e.g: xm or xl)?
-M