On 8 March 2013 07:54, AL13N <[email protected]> wrote: >> Mar 08 07:12:59 localhost libvirtd[860]: Unable to issue hypervisor >> ioctl 3166208: Permission non accordée
I applied a patch from FC that fixed the ioctl errors > either try to connect to xen://127.0.0.1/ or ssh+xen://127.0.0.1/ . (as a > remote machine) > > that, or use xend and xm commands (supposedly xend works better with libvirt > rather than xenlight) > > i see connection refused, so, is port 8000 actually running? and/or > firewalled? > > check with "netstat -lntop" if 8000 is in use by xend. In order to fix "ERROR: unable to connect to 'localhost:8000'", on needs to set "(xend-http-server yes)" in /etc/xen/xend-config.sxp: Last but not least: - I've fixed qemu-system-i386 path in xencommons service - I made libvirt daemon to suggest dnsmasq instead of dnsmasq-base (fix "Cannot check dnsmasq binary dnsmasq" error)
